|
Server IP : 162.240.221.145 / Your IP : 216.73.216.26 Web Server : Apache System : Linux server.getmad.today 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : getmadto ( 1003) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/getmadto/public_html/../www/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
-- MySQL dump 10.13 Distrib 5.7.43, for Linux (x86_64)
--
-- Host: localhost Database: getmadto_WP6JA
-- ------------------------------------------------------
-- Server version 5.7.43
/*!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 `cuB_actionscheduler_actions`
--
DROP TABLE IF EXISTS `cuB_actionscheduler_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_actionscheduler_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`schedule` longtext COLLATE utf8mb4_unicode_520_ci,
`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) COLLATE utf8mb4_unicode_520_ci 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=InnoDB AUTO_INCREMENT=56430 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_actionscheduler_actions`
--
LOCK TABLES `cuB_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `cuB_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `cuB_actionscheduler_actions` VALUES (55901,'aioseo_send_usage_data','pending','2022-08-22 12:59:32','2022-08-22 08:59:32','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1661173172;s:18:\"\0*\0first_timestamp\";i:1640030459;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1661173172;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(56427,'aioseo_image_sitemap_scan','complete','2022-08-22 11:12:50','2022-08-22 07:12:50','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1661166770;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1661166770;}',1,1,'2022-08-22 11:21:59','2022-08-22 07:21:59',0,NULL),(56428,'aioseo_cache_prune','pending','2022-08-23 11:21:59','2022-08-23 07:21:59','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1661253719;s:18:\"\0*\0first_timestamp\";i:1639376028;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1661253719;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),(56429,'aioseo_image_sitemap_scan','pending','2022-08-22 11:36:59','2022-08-22 07:36:59','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1661168219;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1661168219;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `cuB_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_actionscheduler_claims`
--
DROP TABLE IF EXISTS `cuB_actionscheduler_claims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_actionscheduler_claims`
--
LOCK TABLES `cuB_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `cuB_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_actionscheduler_groups`
--
DROP TABLE IF EXISTS `cuB_actionscheduler_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_actionscheduler_groups` (
`group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`group_id`),
KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_actionscheduler_groups`
--
LOCK TABLES `cuB_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `cuB_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `cuB_actionscheduler_groups` VALUES (1,'aioseo'),(2,'action-scheduler-migration');
/*!40000 ALTER TABLE `cuB_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_actionscheduler_logs`
--
DROP TABLE IF EXISTS `cuB_actionscheduler_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_actionscheduler_logs` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`action_id` bigint(20) unsigned NOT NULL,
`message` text COLLATE utf8mb4_unicode_520_ci 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=InnoDB AUTO_INCREMENT=23413 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_actionscheduler_logs`
--
LOCK TABLES `cuB_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `cuB_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `cuB_actionscheduler_logs` VALUES (21984,55901,'action created','2022-08-15 12:59:32','2022-08-15 08:59:32'),(23405,56427,'action created','2022-08-22 10:57:50','2022-08-22 06:57:50'),(23409,56428,'action created','2022-08-22 11:21:59','2022-08-22 07:21:59'),(23410,56427,'action started via Async Request','2022-08-22 11:21:59','2022-08-22 07:21:59'),(23411,56429,'action created','2022-08-22 11:21:59','2022-08-22 07:21:59'),(23412,56427,'action complete via Async Request','2022-08-22 11:21:59','2022-08-22 07:21:59');
/*!40000 ALTER TABLE `cuB_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_aioseo_cache`
--
DROP TABLE IF EXISTS `cuB_aioseo_cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_aioseo_cache` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`key` varchar(80) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci 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=InnoDB AUTO_INCREMENT=4067 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_aioseo_cache`
--
LOCK TABLES `cuB_aioseo_cache` WRITE;
/*!40000 ALTER TABLE `cuB_aioseo_cache` DISABLE KEYS */;
INSERT INTO `cuB_aioseo_cache` VALUES (2,'addon_check_for_updates','b:1;','2022-08-22 11:57:44','2022-04-04 05:28:06','2022-08-22 10:57:44'),(4,'aioseo_sitemap_sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:149:{s:25:\"https://www.getmad.today/\";a:2:{s:4:\"date\";s:13:\"July 25, 2022\";s:4:\"time\";s:7:\"8:36 am\";}s:67:\"https://www.getmad.today/news-events-articles/lomad-event-calendar/\";a:2:{s:4:\"date\";s:15:\"August 16, 2022\";s:4:\"time\";s:7:\"3:36 pm\";}s:50:\"https://www.getmad.today/attorney/buehler-vicki-l/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"4:11 pm\";}s:60:\"https://www.getmad.today/the-team/workers-compensation-team/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"4:03 pm\";}s:49:\"https://www.getmad.today/attorney/huang-bingchen/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:23 pm\";}s:53:\"https://www.getmad.today/attorney/harada-satoko-suki/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:21 pm\";}s:56:\"https://www.getmad.today/attorney/christman-cassandra-e/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:15 pm\";}s:50:\"https://www.getmad.today/attorney/kornacki-paul-b/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:14 pm\";}s:52:\"https://www.getmad.today/attorney/shannon-brendan-t/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:13 pm\";}s:34:\"https://www.getmad.today/the-team/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"2:11 pm\";}s:34:\"https://www.getmad.today/site-map/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"2:04 pm\";}s:47:\"https://www.getmad.today/about/vicki-l-buehler/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"1:55 pm\";}s:33:\"https://www.getmad.today/lomadtv/\";a:2:{s:4:\"date\";s:14:\"August 8, 2022\";s:4:\"time\";s:7:\"1:29 pm\";}s:63:\"https://www.getmad.today/news-events-articles/lomad-newsletter/\";a:2:{s:4:\"date\";s:14:\"August 4, 2022\";s:4:\"time\";s:7:\"2:05 pm\";}s:42:\"https://www.getmad.today/the-team/careers/\";a:2:{s:4:\"date\";s:13:\"July 25, 2022\";s:4:\"time\";s:7:\"1:37 pm\";}s:71:\"https://www.getmad.today/blog/2022/05/interview-with-leaders-voice-usa/\";a:2:{s:4:\"date\";s:12:\"June 2, 2022\";s:4:\"time\";s:7:\"3:28 pm\";}s:46:\"https://www.getmad.today/news-events-articles/\";a:2:{s:4:\"date\";s:12:\"June 1, 2022\";s:4:\"time\";s:7:\"2:47 pm\";}s:50:\"https://www.getmad.today/client-resources/slu-php/\";a:2:{s:4:\"date\";s:12:\"May 24, 2022\";s:4:\"time\";s:7:\"2:20 pm\";}s:47:\"https://www.getmad.today/attorney/gray-katrina/\";a:2:{s:4:\"date\";s:11:\"May 9, 2022\";s:4:\"time\";s:7:\"9:53 am\";}s:44:\"https://www.getmad.today/attorney/lua-maria/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"12:21 pm\";}s:49:\"https://www.getmad.today/attorney/prince-brian-k/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:52 am\";}s:51:\"https://www.getmad.today/attorney/mackey-shannan-m/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:51 am\";}s:53:\"https://www.getmad.today/attorney/machelor-kristin-m/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:51 am\";}s:47:\"https://www.getmad.today/attorney/gould-andrew/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:51 am\";}s:47:\"https://www.getmad.today/attorney/frances-mary/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:51:\"https://www.getmad.today/attorney/diegelman-neil-a/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:48:\"https://www.getmad.today/attorney/day-melissa-a/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:49:\"https://www.getmad.today/attorney/daly-melanie-a/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:50:\"https://www.getmad.today/attorney/cousins-james-b/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:52:\"https://www.getmad.today/client-resources/max-rates/\";a:2:{s:4:\"date\";s:14:\"April 21, 2022\";s:4:\"time\";s:7:\"9:34 am\";}s:57:\"https://www.getmad.today/legal-assistants-and-paralegals/\";a:2:{s:4:\"date\";s:14:\"April 20, 2022\";s:4:\"time\";s:7:\"2:14 pm\";}s:45:\"https://www.getmad.today/about/kelsey-x-kunz/\";a:2:{s:4:\"date\";s:17:\"February 28, 2022\";s:4:\"time\";s:7:\"2:58 pm\";}s:75:\"https://www.getmad.today/blog/2022/02/oral-argument-video-burns-v-varriale/\";a:2:{s:4:\"date\";s:17:\"February 11, 2022\";s:4:\"time\";s:7:\"3:30 pm\";}s:82:\"https://www.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\";a:2:{s:4:\"date\";s:16:\"February 9, 2022\";s:4:\"time\";s:7:\"8:57 pm\";}s:48:\"https://www.getmad.today/about/alexandra-m-rizk/\";a:2:{s:4:\"date\";s:16:\"February 7, 2022\";s:4:\"time\";s:7:\"3:42 am\";}s:47:\"https://www.getmad.today/about/kierria-a-jones/\";a:2:{s:4:\"date\";s:16:\"February 4, 2022\";s:4:\"time\";s:7:\"1:07 am\";}s:48:\"https://www.getmad.today/about/maxwell-j-doldan/\";a:2:{s:4:\"date\";s:16:\"February 4, 2022\";s:4:\"time\";s:7:\"1:05 am\";}s:42:\"https://www.getmad.today/client-resources/\";a:2:{s:4:\"date\";s:16:\"January 21, 2022\";s:4:\"time\";s:8:\"10:49 am\";}s:51:\"https://www.getmad.today/about/danielle-f-draschan/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"9:18 pm\";}s:50:\"https://www.getmad.today/about/thomas-m-dickinson/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:53 pm\";}s:50:\"https://www.getmad.today/about/rebecca-c-brashear/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:52 pm\";}s:50:\"https://www.getmad.today/about/justice-c-williams/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:47 pm\";}s:45:\"https://www.getmad.today/about/jody-l-guiher/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:44 pm\";}s:49:\"https://www.getmad.today/about/jillian-m-chavers/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:43 pm\";}s:49:\"https://www.getmad.today/about/jessica-m-stevens/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:41 pm\";}s:49:\"https://www.getmad.today/about/jenny-l-malkowski/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:39 pm\";}s:48:\"https://www.getmad.today/about/corrine-n-newman/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:38 pm\";}s:46:\"https://www.getmad.today/about/daniel-h-flynn/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:37 pm\";}s:44:\"https://www.getmad.today/about/elena-n-camp/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:35 pm\";}s:31:\"https://www.getmad.today/about/\";a:2:{s:4:\"date\";s:17:\"December 30, 2021\";s:4:\"time\";s:8:\"10:58 am\";}s:73:\"https://www.getmad.today/amherst-workers-compensation-defense-law-office/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"8:25 am\";}s:87:\"https://www.getmad.today/blog/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"6:00 am\";}s:62:\"https://www.getmad.today/blog/2020/07/successful-disallowance/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:119:\"https://www.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:66:\"https://www.getmad.today/blog/2021/01/success-with-wcl-section-18/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:108:\"https://www.getmad.today/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:114:\"https://www.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:102:\"https://www.getmad.today/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:73:\"https://www.getmad.today/blog/2021/02/independent-contractor-or-employee/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:115:\"https://www.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:135:\"https://www.getmad.today/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:84:\"https://www.getmad.today/blog/2021/03/genduso-and-total-joint-replacement-schedules/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:96:\"https://www.getmad.today/blog/2021/03/thoughts-on-thinking-a-strange-title-about-practicing-law/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:115:\"https://www.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:110:\"https://www.getmad.today/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:69:\"https://www.getmad.today/blog/2021/04/an-interesting-ime-development/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:69:\"https://www.getmad.today/blog/2021/04/never-give-in-disallowance-win/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:96:\"https://www.getmad.today/blog/2021/04/social-media-and-fraud-youd-be-surprised-what-people-post/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:104:\"https://www.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:33:\"https://www.getmad.today/privacy/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:132:\"https://www.getmad.today/blog/2021/05/employers-do-not-have-to-prove-prejudice-by-late-notice-but-it-certainly-doesnt-hurt-to-do-so/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:36:\"https://www.getmad.today/disclaimer/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:33:\"https://www.getmad.today/contact/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:51:\"https://www.getmad.today/client-resources/ppd-caps/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:115:\"https://www.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:77:\"https://www.getmad.today/blog/2021/05/labor-market-attachment-and-retirement/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:86:\"https://www.getmad.today/blog/2021/06/stipulations-reimbursements-underpayments-oh-my/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:93:\"https://www.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:54:\"https://www.getmad.today/blog/2021/07/its-no-accident/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:90:\"https://www.getmad.today/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:96:\"https://www.getmad.today/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:76:\"https://www.getmad.today/blog/2021/07/an-exploration-of-legal-apportionment/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:56 am\";}s:71:\"https://www.getmad.today/blog/2021/08/disallowance-due-to-intoxication/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:56 am\";}s:74:\"https://www.getmad.today/blog/2021/08/surveillance-social-mediasection-32/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:56 am\";}s:118:\"https://www.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:56 am\";}s:55:\"https://www.getmad.today/blog/2015/07/mds-jds-and-ttds/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:54 am\";}s:188:\"https://www.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:33 pm\";}s:188:\"https://www.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:31 pm\";}s:82:\"https://www.getmad.today/blog/2016/10/to-wean-or-not-to-wean-that-is-the-question/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:17 pm\";}s:127:\"https://www.getmad.today/blog/2018/03/ricky-costner-jr-18-year-old-slain-by-a-deranged-co-worker-honored-by-family-and-friends/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:16 pm\";}s:70:\"https://www.getmad.today/blog/2013/04/did-you-know-25-a-is-going-away/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:16 pm\";}s:60:\"https://www.getmad.today/blog/2015/11/an-employee-cannot-be/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:16 pm\";}s:51:\"https://www.getmad.today/blog/2013/01/did-you-know/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:114:\"https://www.getmad.today/blog/2013/01/why-why-do-judges-even-set-deadlines-for-the-submission-of-memoranda-of-law/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:234:\"https://www.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:154:\"https://www.getmad.today/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:144:\"https://www.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:223:\"https://www.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:202:\"https://www.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:148:\"https://www.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:155:\"https://www.getmad.today/blog/2013/08/did-you-know-the-2nd-circuit-certified-a-question-to-the-ny-court-of-appeals-on-the-exclusivity-provision-of-the-wcl/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:151:\"https://www.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:128:\"https://www.getmad.today/blog/2013/01/did-you-know-implementation-of-the-changes-to-the-mtg-has-been-delayed-until-march-1-2013/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:114:\"https://www.getmad.today/blog/2013/01/did-you-know-wcl-%c2%a7153v-benefits-may-now-be-capped-under-wcl-%c2%a7153w/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:238:\"https://www.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:166:\"https://www.getmad.today/blog/2013/02/did-you-know-governor-cuomos-budget-proposes-to-eliminate-mandatory-deposits-into-the-atf-and-to-close-the-fund-to-new-deposits/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:113:\"https://www.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:127:\"https://www.getmad.today/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:184:\"https://www.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:74:\"https://www.getmad.today/blog/2015/02/an-underwriting-nightmare-come-true/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:71:\"https://www.getmad.today/blog/2015/02/hearing-loss-becomes-hearing-win/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:236:\"https://www.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:195:\"https://www.getmad.today/blog/2013/12/did-you-know-the-board-has-retired-the-concept-of-the-compensable-retirement-the-death-knell-of-the-trifecta-zamora-and-the-so-called-compensable-retirement/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:80:\"https://www.getmad.today/blog/2015/07/liability-for-treatment-by-social-workers/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:78:\"https://www.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:107:\"https://www.getmad.today/blog/2015/06/imes-the-next-summer-movie-blockbuster-or-just-another-ime-gone-bust/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:73:\"https://www.getmad.today/blog/2015/06/wcbs-regulatory-agenda-may-include/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:61:\"https://www.getmad.today/blog/2015/07/hot-dogs-or-hamburgers/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:66:\"https://www.getmad.today/blog/2015/08/claims-handling-performance/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:58:\"https://www.getmad.today/blog/2015/08/answers-to-the-quiz/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:52:\"https://www.getmad.today/blog/2015/08/average-wages/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:74:\"https://www.getmad.today/blog/2015/08/non-acute-pain-treatment-guidelines/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:60:\"https://www.getmad.today/blog/2015/11/ny-allows-employer-to/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:64:\"https://www.getmad.today/blog/2015/10/vocational-and-functional/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:57:\"https://www.getmad.today/blog/2015/09/challenge-yourself/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:72:\"https://www.getmad.today/blog/2015/09/labor-market-attachment-refresher/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:60:\"https://www.getmad.today/blog/2015/09/summer-is-almost-over/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:55:\"https://www.getmad.today/blog/2016/10/happy-hallo-wean/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:53:\"https://www.getmad.today/blog/2016/04/reopened-cases/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:58:\"https://www.getmad.today/blog/2018/05/youre-claiming-what/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:145:\"https://www.getmad.today/blog/2017/01/back-to-the-future-the-return-of-wcl-252-b-fact-finding-without-judges-and-legal-reasoning-without-lawyers/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:150:\"https://www.getmad.today/blog/2018/05/united-states-supreme-court-is-considering-a-petition-for-a-writ-of-certiorari-of-the-american-economy-decision/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:116:\"https://www.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:110:\"https://www.getmad.today/blog/2017/02/permanent-partial-disability-safety-netwhat-to-expect-from-wcl-%c2%a735/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:142:\"https://www.getmad.today/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:192:\"https://www.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:83:\"https://www.getmad.today/blog/2018/05/new-slu-guidelines-presentation-by-the-board/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:77:\"https://www.getmad.today/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:61:\"https://www.getmad.today/blog/2016/12/its-the-holiday-season/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:66:\"https://www.getmad.today/blog/2018/12/appeals-inventory-and-forms/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:119:\"https://www.getmad.today/blog/2018/05/proposed-changes-submitted-seeking-to-expand-the-boards-legal-internship-program/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:101:\"https://www.getmad.today/blog/2020/06/proposed-changes-to-%c2%a7%c2%a7300-22-and-300-23-overpayments/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:57:\"https://www.getmad.today/blog/2019/05/a-new-quest-begins/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:56:\"https://www.getmad.today/blog/2019/05/lwec-incontinence/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:149:\"https://www.getmad.today/blog/2019/05/claimants-conviction-of-unlawful-manufacture-of-methamphetamine-does-not-amount-to-a-violation-under-wcl-114-a/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:122:\"https://www.getmad.today/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:112:\"https://www.getmad.today/blog/2019/07/melissa-a-day-esq-invited-to-join-buffalo-business-first-leadership-trust/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:148:\"https://www.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:81:\"https://www.getmad.today/blog/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:149;s:5:\"total\";i:149;}}','2022-09-21 11:09:21','2022-04-04 05:41:29','2022-08-22 11:09:21'),(2820,'addons','a:8:{i:0;O:8:\"stdClass\":22:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:13:\"svg-image-seo\";s:6:\"levels\";a:6:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;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:147:\"<p>Globally control the Title attribute and Alt text for images in your content. These attributes are essential for both accessibility and SEO.</p>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:62:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/image-seo\";s:12:\"learnMoreUrl\";s:62:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/image-seo\";s:9:\"manageUrl\";s:78:\"https://thelomad.com/getmad.today/wp-contentroute#aioseo-search-appearance:media\";s:8:\"basename\";s:37:\"aioseo-image-seo/aioseo-image-seo.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:33:\"aioseo_search_appearance_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:1;O:8:\"stdClass\":22:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:5:\"1.0.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:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:242:\"<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>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:66:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/video-sitemap\";s:12:\"learnMoreUrl\";s:66:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/video-sitemap\";s:9:\"manageUrl\";s:77:\"https://thelomad.com/getmad.today/wp-contentroute#aioseo-sitemaps:video-sitemap\";s:8:\"basename\";s:45:\"aioseo-video-sitemap/aioseo-video-sitemap.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:23:\"aioseo_sitemap_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:2;O:8:\"stdClass\":22:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:5:\"1.0.0\";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:252:\"<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>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:67:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/local-business\";s:12:\"learnMoreUrl\";s:67:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/local-business\";s:9:\"manageUrl\";s:74:\"https://thelomad.com/getmad.today/wp-contentroute#aioseo-local-seo:locations\";s:8:\"basename\";s:47:\"aioseo-local-business/aioseo-local-business.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:25:\"aioseo_local_seo_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:3;O:8:\"stdClass\":22:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:5:\"1.0.0\";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:283:\"<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>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:65:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/news-sitemap\";s:12:\"learnMoreUrl\";s:65:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/news-sitemap\";s:9:\"manageUrl\";s:76:\"https://thelomad.com/getmad.today/wp-contentroute#aioseo-sitemaps:news-sitemap\";s:8:\"basename\";s:43:\"aioseo-news-sitemap/aioseo-news-sitemap.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:23:\"aioseo_sitemap_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:4;O:8:\"stdClass\":22:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:12:\"svg-redirect\";s:6:\"levels\";a:4:{i:0;s:6:\"agency\";i:1;s:8:\"business\";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:274:\"<p>Our Redirection Manager allows you to easily create and manage redirects for your broken links to avoid confusing search engines and users, as well as losing valuable backlinks. It even automatically sends users and search engines from your old URLs to your new ones.</p>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:82:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:82:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:64:\"https://thelomad.com/getmad.today/wp-contentroute#aioseo-redirects\";s:8:\"basename\";s:37:\"aioseo-redirects/aioseo-redirects.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:25:\"aioseo_redirects_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:5;O:8:\"stdClass\":22:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-link-assistant\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;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:282:\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.</p>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:85:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/feature/internal-link-assistant/\";s:12:\"learnMoreUrl\";s:85:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/feature/internal-link-assistant/\";s:9:\"manageUrl\";s:69:\"https://thelomad.com/getmad.today/wp-contentroute#aioseo-link-assistant\";s:8:\"basename\";s:47:\"aioseo-link-assistant/aioseo-link-assistant.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:17:\"aioseo_manage_seo\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:6;O:8:\"stdClass\":23:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:6:{i:0;s:6:\"agency\";i:1;s:8:\"business\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:192:\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:63:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/index-now/\";s:12:\"learnMoreUrl\";s:63:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/index-now/\";s:9:\"manageUrl\";s:79:\"https://thelomad.com/getmad.today/wp-contentroute#aioseo-settings:webmaster-tools\";s:8:\"basename\";s:37:\"aioseo-index-now/aioseo-index-now.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:23:\"aioseo_general_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:7;O:8:\"stdClass\":23:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:8:\"svg-code\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;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:136:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:70:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:70:\"https://thelomad.com/getmad.today/wp-contentaioseo.com/feature/rest-api/\";s:9:\"manageUrl\";N;s:8:\"basename\";s:35:\"aioseo-rest-api/aioseo-rest-api.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";N;s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}}','2022-08-23 11:33:00','2022-07-11 06:23:48','2022-08-22 11:33:00'),(3209,'admin_notifications_update','i:1661227845;','2022-08-23 04:10:45','2022-07-25 00:21:53','2022-08-22 04:10:45'),(3284,'aioseo_sitemap_sitemap.xml.gz','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:149:{s:25:\"https://www.getmad.today/\";a:2:{s:4:\"date\";s:13:\"July 25, 2022\";s:4:\"time\";s:7:\"8:36 am\";}s:67:\"https://www.getmad.today/news-events-articles/lomad-event-calendar/\";a:2:{s:4:\"date\";s:15:\"August 16, 2022\";s:4:\"time\";s:7:\"3:36 pm\";}s:50:\"https://www.getmad.today/attorney/buehler-vicki-l/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"4:11 pm\";}s:60:\"https://www.getmad.today/the-team/workers-compensation-team/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"4:03 pm\";}s:49:\"https://www.getmad.today/attorney/huang-bingchen/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:23 pm\";}s:53:\"https://www.getmad.today/attorney/harada-satoko-suki/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:21 pm\";}s:56:\"https://www.getmad.today/attorney/christman-cassandra-e/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:15 pm\";}s:50:\"https://www.getmad.today/attorney/kornacki-paul-b/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:14 pm\";}s:52:\"https://www.getmad.today/attorney/shannon-brendan-t/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"3:13 pm\";}s:34:\"https://www.getmad.today/the-team/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"2:11 pm\";}s:34:\"https://www.getmad.today/site-map/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"2:04 pm\";}s:47:\"https://www.getmad.today/about/vicki-l-buehler/\";a:2:{s:4:\"date\";s:15:\"August 11, 2022\";s:4:\"time\";s:7:\"1:55 pm\";}s:33:\"https://www.getmad.today/lomadtv/\";a:2:{s:4:\"date\";s:14:\"August 8, 2022\";s:4:\"time\";s:7:\"1:29 pm\";}s:63:\"https://www.getmad.today/news-events-articles/lomad-newsletter/\";a:2:{s:4:\"date\";s:14:\"August 4, 2022\";s:4:\"time\";s:7:\"2:05 pm\";}s:42:\"https://www.getmad.today/the-team/careers/\";a:2:{s:4:\"date\";s:13:\"July 25, 2022\";s:4:\"time\";s:7:\"1:37 pm\";}s:71:\"https://www.getmad.today/blog/2022/05/interview-with-leaders-voice-usa/\";a:2:{s:4:\"date\";s:12:\"June 2, 2022\";s:4:\"time\";s:7:\"3:28 pm\";}s:46:\"https://www.getmad.today/news-events-articles/\";a:2:{s:4:\"date\";s:12:\"June 1, 2022\";s:4:\"time\";s:7:\"2:47 pm\";}s:50:\"https://www.getmad.today/client-resources/slu-php/\";a:2:{s:4:\"date\";s:12:\"May 24, 2022\";s:4:\"time\";s:7:\"2:20 pm\";}s:47:\"https://www.getmad.today/attorney/gray-katrina/\";a:2:{s:4:\"date\";s:11:\"May 9, 2022\";s:4:\"time\";s:7:\"9:53 am\";}s:44:\"https://www.getmad.today/attorney/lua-maria/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"12:21 pm\";}s:49:\"https://www.getmad.today/attorney/prince-brian-k/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:52 am\";}s:51:\"https://www.getmad.today/attorney/mackey-shannan-m/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:51 am\";}s:53:\"https://www.getmad.today/attorney/machelor-kristin-m/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:51 am\";}s:47:\"https://www.getmad.today/attorney/gould-andrew/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:51 am\";}s:47:\"https://www.getmad.today/attorney/frances-mary/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:51:\"https://www.getmad.today/attorney/diegelman-neil-a/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:48:\"https://www.getmad.today/attorney/day-melissa-a/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:49:\"https://www.getmad.today/attorney/daly-melanie-a/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:50:\"https://www.getmad.today/attorney/cousins-james-b/\";a:2:{s:4:\"date\";s:11:\"May 4, 2022\";s:4:\"time\";s:8:\"10:50 am\";}s:52:\"https://www.getmad.today/client-resources/max-rates/\";a:2:{s:4:\"date\";s:14:\"April 21, 2022\";s:4:\"time\";s:7:\"9:34 am\";}s:57:\"https://www.getmad.today/legal-assistants-and-paralegals/\";a:2:{s:4:\"date\";s:14:\"April 20, 2022\";s:4:\"time\";s:7:\"2:14 pm\";}s:45:\"https://www.getmad.today/about/kelsey-x-kunz/\";a:2:{s:4:\"date\";s:17:\"February 28, 2022\";s:4:\"time\";s:7:\"2:58 pm\";}s:75:\"https://www.getmad.today/blog/2022/02/oral-argument-video-burns-v-varriale/\";a:2:{s:4:\"date\";s:17:\"February 11, 2022\";s:4:\"time\";s:7:\"3:30 pm\";}s:82:\"https://www.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\";a:2:{s:4:\"date\";s:16:\"February 9, 2022\";s:4:\"time\";s:7:\"8:57 pm\";}s:48:\"https://www.getmad.today/about/alexandra-m-rizk/\";a:2:{s:4:\"date\";s:16:\"February 7, 2022\";s:4:\"time\";s:7:\"3:42 am\";}s:47:\"https://www.getmad.today/about/kierria-a-jones/\";a:2:{s:4:\"date\";s:16:\"February 4, 2022\";s:4:\"time\";s:7:\"1:07 am\";}s:48:\"https://www.getmad.today/about/maxwell-j-doldan/\";a:2:{s:4:\"date\";s:16:\"February 4, 2022\";s:4:\"time\";s:7:\"1:05 am\";}s:42:\"https://www.getmad.today/client-resources/\";a:2:{s:4:\"date\";s:16:\"January 21, 2022\";s:4:\"time\";s:8:\"10:49 am\";}s:51:\"https://www.getmad.today/about/danielle-f-draschan/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"9:18 pm\";}s:50:\"https://www.getmad.today/about/thomas-m-dickinson/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:53 pm\";}s:50:\"https://www.getmad.today/about/rebecca-c-brashear/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:52 pm\";}s:50:\"https://www.getmad.today/about/justice-c-williams/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:47 pm\";}s:45:\"https://www.getmad.today/about/jody-l-guiher/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:44 pm\";}s:49:\"https://www.getmad.today/about/jillian-m-chavers/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:43 pm\";}s:49:\"https://www.getmad.today/about/jessica-m-stevens/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:41 pm\";}s:49:\"https://www.getmad.today/about/jenny-l-malkowski/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:39 pm\";}s:48:\"https://www.getmad.today/about/corrine-n-newman/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:38 pm\";}s:46:\"https://www.getmad.today/about/daniel-h-flynn/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:37 pm\";}s:44:\"https://www.getmad.today/about/elena-n-camp/\";a:2:{s:4:\"date\";s:16:\"January 12, 2022\";s:4:\"time\";s:7:\"8:35 pm\";}s:31:\"https://www.getmad.today/about/\";a:2:{s:4:\"date\";s:17:\"December 30, 2021\";s:4:\"time\";s:8:\"10:58 am\";}s:73:\"https://www.getmad.today/amherst-workers-compensation-defense-law-office/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"8:25 am\";}s:87:\"https://www.getmad.today/blog/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"6:00 am\";}s:62:\"https://www.getmad.today/blog/2020/07/successful-disallowance/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:119:\"https://www.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:66:\"https://www.getmad.today/blog/2021/01/success-with-wcl-section-18/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:108:\"https://www.getmad.today/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:114:\"https://www.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:102:\"https://www.getmad.today/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:73:\"https://www.getmad.today/blog/2021/02/independent-contractor-or-employee/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:115:\"https://www.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:59 am\";}s:135:\"https://www.getmad.today/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:84:\"https://www.getmad.today/blog/2021/03/genduso-and-total-joint-replacement-schedules/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:96:\"https://www.getmad.today/blog/2021/03/thoughts-on-thinking-a-strange-title-about-practicing-law/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:115:\"https://www.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:110:\"https://www.getmad.today/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:69:\"https://www.getmad.today/blog/2021/04/an-interesting-ime-development/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:69:\"https://www.getmad.today/blog/2021/04/never-give-in-disallowance-win/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:96:\"https://www.getmad.today/blog/2021/04/social-media-and-fraud-youd-be-surprised-what-people-post/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:104:\"https://www.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:58 am\";}s:33:\"https://www.getmad.today/privacy/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:132:\"https://www.getmad.today/blog/2021/05/employers-do-not-have-to-prove-prejudice-by-late-notice-but-it-certainly-doesnt-hurt-to-do-so/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:36:\"https://www.getmad.today/disclaimer/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:33:\"https://www.getmad.today/contact/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:51:\"https://www.getmad.today/client-resources/ppd-caps/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:115:\"https://www.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:77:\"https://www.getmad.today/blog/2021/05/labor-market-attachment-and-retirement/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:86:\"https://www.getmad.today/blog/2021/06/stipulations-reimbursements-underpayments-oh-my/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:93:\"https://www.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:54:\"https://www.getmad.today/blog/2021/07/its-no-accident/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:90:\"https://www.getmad.today/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:96:\"https://www.getmad.today/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:57 am\";}s:76:\"https://www.getmad.today/blog/2021/07/an-exploration-of-legal-apportionment/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:56 am\";}s:71:\"https://www.getmad.today/blog/2021/08/disallowance-due-to-intoxication/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:56 am\";}s:74:\"https://www.getmad.today/blog/2021/08/surveillance-social-mediasection-32/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:56 am\";}s:118:\"https://www.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:56 am\";}s:55:\"https://www.getmad.today/blog/2015/07/mds-jds-and-ttds/\";a:2:{s:4:\"date\";s:17:\"November 30, 2021\";s:4:\"time\";s:7:\"5:54 am\";}s:188:\"https://www.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:33 pm\";}s:188:\"https://www.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:31 pm\";}s:82:\"https://www.getmad.today/blog/2016/10/to-wean-or-not-to-wean-that-is-the-question/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:17 pm\";}s:127:\"https://www.getmad.today/blog/2018/03/ricky-costner-jr-18-year-old-slain-by-a-deranged-co-worker-honored-by-family-and-friends/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:16 pm\";}s:70:\"https://www.getmad.today/blog/2013/04/did-you-know-25-a-is-going-away/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:16 pm\";}s:60:\"https://www.getmad.today/blog/2015/11/an-employee-cannot-be/\";a:2:{s:4:\"date\";s:17:\"November 19, 2021\";s:4:\"time\";s:8:\"12:16 pm\";}s:51:\"https://www.getmad.today/blog/2013/01/did-you-know/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:114:\"https://www.getmad.today/blog/2013/01/why-why-do-judges-even-set-deadlines-for-the-submission-of-memoranda-of-law/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:234:\"https://www.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:154:\"https://www.getmad.today/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:144:\"https://www.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:223:\"https://www.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:202:\"https://www.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:148:\"https://www.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:155:\"https://www.getmad.today/blog/2013/08/did-you-know-the-2nd-circuit-certified-a-question-to-the-ny-court-of-appeals-on-the-exclusivity-provision-of-the-wcl/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:151:\"https://www.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:128:\"https://www.getmad.today/blog/2013/01/did-you-know-implementation-of-the-changes-to-the-mtg-has-been-delayed-until-march-1-2013/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:114:\"https://www.getmad.today/blog/2013/01/did-you-know-wcl-%c2%a7153v-benefits-may-now-be-capped-under-wcl-%c2%a7153w/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:238:\"https://www.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:166:\"https://www.getmad.today/blog/2013/02/did-you-know-governor-cuomos-budget-proposes-to-eliminate-mandatory-deposits-into-the-atf-and-to-close-the-fund-to-new-deposits/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:113:\"https://www.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:127:\"https://www.getmad.today/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:184:\"https://www.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:74:\"https://www.getmad.today/blog/2015/02/an-underwriting-nightmare-come-true/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:71:\"https://www.getmad.today/blog/2015/02/hearing-loss-becomes-hearing-win/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:236:\"https://www.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:195:\"https://www.getmad.today/blog/2013/12/did-you-know-the-board-has-retired-the-concept-of-the-compensable-retirement-the-death-knell-of-the-trifecta-zamora-and-the-so-called-compensable-retirement/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:80:\"https://www.getmad.today/blog/2015/07/liability-for-treatment-by-social-workers/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:78:\"https://www.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:107:\"https://www.getmad.today/blog/2015/06/imes-the-next-summer-movie-blockbuster-or-just-another-ime-gone-bust/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:73:\"https://www.getmad.today/blog/2015/06/wcbs-regulatory-agenda-may-include/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:61:\"https://www.getmad.today/blog/2015/07/hot-dogs-or-hamburgers/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:66:\"https://www.getmad.today/blog/2015/08/claims-handling-performance/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:58:\"https://www.getmad.today/blog/2015/08/answers-to-the-quiz/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:52:\"https://www.getmad.today/blog/2015/08/average-wages/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:74:\"https://www.getmad.today/blog/2015/08/non-acute-pain-treatment-guidelines/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:60:\"https://www.getmad.today/blog/2015/11/ny-allows-employer-to/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:64:\"https://www.getmad.today/blog/2015/10/vocational-and-functional/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:57:\"https://www.getmad.today/blog/2015/09/challenge-yourself/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:72:\"https://www.getmad.today/blog/2015/09/labor-market-attachment-refresher/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:60:\"https://www.getmad.today/blog/2015/09/summer-is-almost-over/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:55:\"https://www.getmad.today/blog/2016/10/happy-hallo-wean/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:53:\"https://www.getmad.today/blog/2016/04/reopened-cases/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:58:\"https://www.getmad.today/blog/2018/05/youre-claiming-what/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:145:\"https://www.getmad.today/blog/2017/01/back-to-the-future-the-return-of-wcl-252-b-fact-finding-without-judges-and-legal-reasoning-without-lawyers/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:150:\"https://www.getmad.today/blog/2018/05/united-states-supreme-court-is-considering-a-petition-for-a-writ-of-certiorari-of-the-american-economy-decision/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:116:\"https://www.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:110:\"https://www.getmad.today/blog/2017/02/permanent-partial-disability-safety-netwhat-to-expect-from-wcl-%c2%a735/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:142:\"https://www.getmad.today/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:192:\"https://www.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:83:\"https://www.getmad.today/blog/2018/05/new-slu-guidelines-presentation-by-the-board/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:77:\"https://www.getmad.today/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:61:\"https://www.getmad.today/blog/2016/12/its-the-holiday-season/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:66:\"https://www.getmad.today/blog/2018/12/appeals-inventory-and-forms/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:119:\"https://www.getmad.today/blog/2018/05/proposed-changes-submitted-seeking-to-expand-the-boards-legal-internship-program/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:101:\"https://www.getmad.today/blog/2020/06/proposed-changes-to-%c2%a7%c2%a7300-22-and-300-23-overpayments/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:57:\"https://www.getmad.today/blog/2019/05/a-new-quest-begins/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:56:\"https://www.getmad.today/blog/2019/05/lwec-incontinence/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:149:\"https://www.getmad.today/blog/2019/05/claimants-conviction-of-unlawful-manufacture-of-methamphetamine-does-not-amount-to-a-violation-under-wcl-114-a/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:122:\"https://www.getmad.today/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:112:\"https://www.getmad.today/blog/2019/07/melissa-a-day-esq-invited-to-join-buffalo-business-first-leadership-trust/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:148:\"https://www.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}s:81:\"https://www.getmad.today/blog/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\";a:2:{s:4:\"date\";s:15:\"August 18, 2021\";s:4:\"time\";s:7:\"2:24 am\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:149;s:5:\"total\";i:149;}}','2022-09-21 05:02:24','2022-07-27 04:00:07','2022-08-22 05:02:24'),(3511,'attachment_url_to_post_id_7c8f9456b7b630e330463b8fa40b73738496f15d','s:5:\"47838\";','2022-08-22 11:58:24','2022-08-03 03:09:03','2022-08-21 11:58:24'),(4066,'admin_help_docs','s:75982:\"{\"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\":{\"111476\":{\"title\":\"Displaying a List of Locations on Your Site\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/displaying-a-list-of-locations-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111473\":{\"title\":\"Displaying Your Business Location Information on Your Site\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/displaying-your-business-location-information-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111459\":{\"title\":\"Displaying Opening Hours on Your Site\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/displaying-opening-hours-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111455\":{\"title\":\"Adding a Map of Your Location to Your Site\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-a-map-of-your-location-to-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111450\":{\"title\":\"Adding Breadcrumbs to Your Site Using the AIOSEO Breadcrumbs Block\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-breadcrumbs-to-your-site-using-the-aioseo-breadcrumbs-block\\/\",\"categories\":[\"breadcrumbs\",\"content-blocks\"]},\"109878\":{\"title\":\"Adding a Redirect When You Delete Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-a-redirect-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"109829\":{\"title\":\"Redirecting 404 Content Not Found Using All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/redirecting-404-content-not-found-using-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"109916\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\"]},\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"developer-documentation\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"developer-documentation\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"developer-documentation\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"developer-documentation\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"developer-documentation\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"developer-documentation\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching & Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix Javascript Errors\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"37961\":{\"title\":\"aioseo_classic_editor_disable_emoji_script\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30756\":{\"title\":\"aioseo_local_business_get_locations_by_category_posts\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30754\":{\"title\":\"aioseo_local_business_get_location_categories\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_get_location_categories\\/\",\"categories\":[\"filter-hooks\"]},\"30751\":{\"title\":\"aioseo_local_business_get_locations_posts\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_get_locations_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30753\":{\"title\":\"aioseo_local_business_get_location_category_args\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_get_location_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30761\":{\"title\":\"aioseo_local_business_output_location_category_instance\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_output_location_category_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30764\":{\"title\":\"aioseo_local_business_output_location_category_location_data\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_output_location_category_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30567\":{\"title\":\"aioseo_local_business_get_locations_args\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_get_locations_args\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Twitter Data for Written By and Reading Time\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/displaying-additional-twitter-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26639\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26638\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26637\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23441\":{\"title\":\"aioseo_generate_descriptions_from_content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_generate_descriptions_from_content\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18836\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widget\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key in All in One SEO Pro\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.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:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer & Exporter Module\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentaioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}\";','2022-08-25 12:29:53','2022-08-18 12:29:53','2022-08-18 12:29:53');
/*!40000 ALTER TABLE `cuB_aioseo_cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_aioseo_links`
--
DROP TABLE IF EXISTS `cuB_aioseo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_aioseo_links` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL,
`linked_post_id` bigint(20) unsigned DEFAULT NULL,
`internal` tinyint(1) NOT NULL DEFAULT '0',
`external` tinyint(1) NOT NULL DEFAULT '0',
`affiliate` tinyint(1) NOT NULL DEFAULT '0',
`url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`hostname` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`anchor` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`phrase` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`phrase_html` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`paragraph` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`paragraph_html` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `ndx_aioseo_links_post_id` (`post_id`),
KEY `ndx_aioseo_links_hostname` (`hostname`(10))
) ENGINE=InnoDB AUTO_INCREMENT=357 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_aioseo_links`
--
LOCK TABLES `cuB_aioseo_links` WRITE;
/*!40000 ALTER TABLE `cuB_aioseo_links` DISABLE KEYS */;
INSERT INTO `cuB_aioseo_links` VALUES (1,45971,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.thomsonreuters.com/en/privacy-statement.html','thomsonreuters.com','Thomson Reuters Privacy Statement','To learn more about the Thomson Reuters privacy policy and the data that might be collected, please visit: Thomson Reuters Privacy Statement.','To learn more about the Thomson Reuters privacy policy and the data that might be collected, please visit: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.thomsonreuters.com/en/privacy-statement.html\" target=\"_blank\" rel=\"noopener noreferrer\">Thomson Reuters Privacy Statement</a>.','Our law firm partners with FindLaw, a Thomson Reuters business. To learn more about the Thomson Reuters privacy policy and the data that might be collected, please visit: Thomson Reuters Privacy Statement.','Our law firm partners with FindLaw, a Thomson Reuters business. To learn more about the Thomson Reuters privacy policy and the data that might be collected, please visit: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.thomsonreuters.com/en/privacy-statement.html\" target=\"_blank\" rel=\"noopener noreferrer\">Thomson Reuters Privacy Statement</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(2,46166,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2007/2007_07498.htm','nycourts.gov','Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.','Melissa has extensive appellate experience and has briefed well over 50 cases at various appellate divisions including successfully arguing Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.','Melissa has extensive appellate experience and has briefed well over 50 cases at various appellate divisions including successfully arguing <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2007/2007_07498.htm\" target=\"_blank\" rel=\"noopener\">Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.</a>','Melissa has extensive appellate experience and has briefed well over 50 cases at various appellate divisions including successfully arguing Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.','Melissa has extensive appellate experience and has briefed well over 50 cases at various appellate divisions including successfully arguing Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(3,46222,45927,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/contact/','3602675.findlaw5.flsitebuilder.com','online contact form','To contact us, call [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our online contact form.','To contact us, call [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our <a href=\"/contact/\">online contact form</a>.','To contact us, call [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our online contact form.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Kristen_Degnan_pp.jpg\" url=\"/about/kristen-b-degnan/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\"][et_pb_text _builder_version=\"4.3.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/about/kristen-b-degnan/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]Kristen B. Degnan[/et_pb_text][et_pb_text _builder_version=\"4.3.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]Of Counsel','To contact us, call [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our <a href=\"/contact/\">online contact form</a>.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Kristen_Degnan_pp.jpg\" url=\"/about/kristen-b-degnan/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\"][et_pb_text _builder_version=\"4.3.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/about/kristen-b-degnan/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]<h3>Kristen B. Degnan</h3>[/et_pb_text][et_pb_text _builder_version=\"4.3.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]<h4>Of Counsel','2022-04-04 07:15:10','2022-04-04 07:15:10'),(4,46222,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/kristen-b-degnan/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/kristen-b-degnan/\">Read more</a>','Kristen Degnan is a trial attorney experienced in civil defense litigation in the areas of premises and automobile liability, lead paint, labor law, products liability, No-fault and toxic torts. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row3\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Teresa_Cleary_pp.jpg\" url=\"/about/teresa-cleary/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\"][et_pb_text _builder_version=\"4.3.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/about/teresa-cleary/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]Teresa Cleary[/et_pb_text][et_pb_text _builder_version=\"4.3.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]Paralegal','Kristen Degnan is a trial attorney experienced in civil defense litigation in the areas of premises and automobile liability, lead paint, labor law, products liability, No-fault and toxic torts. <a role=\"link\" href=\"/about/kristen-b-degnan/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row3\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Teresa_Cleary_pp.jpg\" url=\"/about/teresa-cleary/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\"][et_pb_text _builder_version=\"4.3.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/about/teresa-cleary/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]<h3>Teresa Cleary</h3>[/et_pb_text][et_pb_text _builder_version=\"4.3.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]<h4>Paralegal','2022-04-04 07:15:10','2022-04-04 07:15:10'),(5,46222,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/teresa-cleary/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/teresa-cleary/\">Read more</a>','Kristen Degnan is a trial attorney experienced in civil defense litigation in the areas of premises and automobile liability, lead paint, labor law, products liability, No-fault and toxic torts. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row3\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Teresa_Cleary_pp.jpg\" url=\"/about/teresa-cleary/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\"][et_pb_text _builder_version=\"4.3.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/about/teresa-cleary/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]Teresa Cleary[/et_pb_text][et_pb_text _builder_version=\"4.3.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]Paralegal','Kristen Degnan is a trial attorney experienced in civil defense litigation in the areas of premises and automobile liability, lead paint, labor law, products liability, No-fault and toxic torts. <a role=\"link\" href=\"/about/kristen-b-degnan/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row3\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Teresa_Cleary_pp.jpg\" url=\"/about/teresa-cleary/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\"][et_pb_text _builder_version=\"4.3.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/about/teresa-cleary/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]<h3>Teresa Cleary</h3>[/et_pb_text][et_pb_text _builder_version=\"4.3.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\"]<h4>Paralegal','2022-04-04 07:15:10','2022-04-04 07:15:10'),(6,48693,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-276-0670','3602675.findlaw5.flsitebuilder.com','(716) 276-0670','(716) 276-0670','<a role=\"link\" href=\"tel:+1-716-276-0670\" data-wpel-link=\"internal\">(716) 276-0670</a>','(716) 276-0670','(716) 276-0670','2022-04-04 07:15:10','2022-04-04 07:15:10'),(7,48693,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:nostwald@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" role=\"link\" href=\"mailto:nostwald@madwcdefense.com\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" role=\"link\" href=\"mailto:nostwald@madwcdefense.com\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(8,6,45927,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/contact/','3602675.findlaw5.flsitebuilder.com','online contact form',', contact us today by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or filling out our online contact form.',', contact us today by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or filling out our <a href=\"/contact/\">online contact form</a>.','We believe that the best pathway to success involves working with our clients, not just for our clients. That means our clients can expect us to be highly responsive and to work with them to build the best strategies for success.[/et_pb_text][et_pb_text ul_type=\"none\" ul_position=\"inside\" ul_item_indent=\"1px\" admin_label=\"Content-2\" module_class=\"fl-lightlinks\" _builder_version=\"4.3.2\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" ul_text_color=\"#333\" ul_font_size=\"18px\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]If you are ready to get M.A.D., contact us today by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or filling out our online contact form.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" disabled_on=\"off|off|off\" admin_label=\"BADGES\" _builder_version=\"4.3.2\" background_color=\"#f5f5f5\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" make_equal=\"on\" _builder_version=\"4.11.4\" width=\"90%\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/03/badge.jpg\" align=\"center\" _builder_version=\"4.14.2\" max_width=\"200px\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"buffalo badge\" sticky_enabled=\"0\" alt=\"buffalo badge\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/MULTI-114764-1-ap3.jpg\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/CUSTOM-975884-1.jpg\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/women-owned-2021-1.jpg\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" make_equal=\"on\" _builder_version=\"4.11.4\" width=\"90%\" max_width=\"1000px\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/CUSTOM-870784-cmyk.png\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/women2020-1.jpg\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" custom_padding=\"5px|||||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/101814-cmyk-1.png\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"TESTIMONIAL\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/AdobeStock_108033031-D.jpg\" background_size=\"initial\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"50px||50px||true|false\" background_last_edited=\"on|phone\" background_image_tablet=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/AdobeStock_108033031-T.jpg\" background_image_phone=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/AdobeStock_108033031-M.jpg\" background_enable_image_tablet=\"on\" background_enable_image_phone=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.3.2\" width=\"90%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"center\" header_2_text_color=\"#211865\" header_2_font_size=\"38px\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" text_orientation=\"center\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|desktop\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|desktop\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]Testimonials','weight=\"3px\" disabled_on=\"off|off|off\" _builder_version=\"4.3.2\" width=\"175px\" module_alignment=\"left\" min_height=\"3px\" height=\"3px\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text admin_label=\"Content-1\" _builder_version=\"4.3.2\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" custom_padding=\"20px||15px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]<p>It is not that difficult to find a workers’ compensation defense firm in New York. However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy. Most firms will simply ask you to submit information and then update you as the process goes on. We believe that the best pathway to success involves working with our clients, not just for our clients. That means our clients can expect us to be highly responsive and to work with them to build the best strategies for success.[/et_pb_text][et_pb_text ul_type=\"none\" ul_position=\"inside\" ul_item_indent=\"1px\" admin_label=\"Content-2\" module_class=\"fl-lightlinks\" _builder_version=\"4.3.2\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" ul_text_color=\"#333\" ul_font_size=\"18px\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]<p>If you are ready to get M.A.D., contact us today by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or filling out our <a href=\"/contact/\">online contact form</a>.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" disabled_on=\"off|off|off\" admin_label=\"BADGES\" _builder_version=\"4.3.2\" background_color=\"#f5f5f5\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" make_equal=\"on\" _builder_version=\"4.11.4\" width=\"90%\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/03/badge.jpg\" align=\"center\" _builder_version=\"4.14.2\" max_width=\"200px\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"buffalo badge\" sticky_enabled=\"0\" alt=\"buffalo badge\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/MULTI-114764-1-ap3.jpg\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/CUSTOM-975884-1.jpg\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/women-owned-2021-1.jpg\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" make_equal=\"on\" _builder_version=\"4.11.4\" width=\"90%\" max_width=\"1000px\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/CUSTOM-870784-cmyk.png\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/women2020-1.jpg\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" custom_padding=\"5px|||||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/101814-cmyk-1.png\" align=\"center\" _builder_version=\"4.3.2\" max_width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.3.2\" custom_padding=\"|10px||10px|false|true\" custom_padding_tablet=\"||20px||false|true\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"TESTIMONIAL\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/AdobeStock_108033031-D.jpg\" background_size=\"initial\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"50px||50px||true|false\" background_last_edited=\"on|phone\" background_image_tablet=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/AdobeStock_108033031-T.jpg\" background_image_phone=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/AdobeStock_108033031-M.jpg\" background_enable_image_tablet=\"on\" background_enable_image_phone=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.3.2\" width=\"90%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"center\" header_2_text_color=\"#211865\" header_2_font_size=\"38px\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" text_orientation=\"center\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|desktop\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|desktop\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]<p style=\"padding-bottom: 10px !important;color: #333\">Testimonials','2022-04-04 07:15:10','2022-04-04 07:15:10'),(9,14,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.thomsonreuters.com/en/privacy-statement.html','thomsonreuters.com','Thomson Reuters Privacy Statement','To learn more about the Thomson Reuters privacy policy and the data that might be collected, please visit: Thomson Reuters Privacy Statement.','To learn more about the Thomson Reuters privacy policy and the data that might be collected, please visit: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.thomsonreuters.com/en/privacy-statement.html\" target=\"_blank\" rel=\"noopener noreferrer\">Thomson Reuters Privacy Statement</a>.','Our law firm partners with FindLaw, a Thomson Reuters business. To learn more about the Thomson Reuters privacy policy and the data that might be collected, please visit: Thomson Reuters Privacy Statement.','Our law firm partners with FindLaw, a Thomson Reuters business. To learn more about the Thomson Reuters privacy policy and the data that might be collected, please visit: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.thomsonreuters.com/en/privacy-statement.html\" target=\"_blank\" rel=\"noopener noreferrer\">Thomson Reuters Privacy Statement</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(10,45925,45927,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/contact/','3602675.findlaw5.flsitebuilder.com','online contact form','Contact us by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our online contact form.','</strong>Contact us by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our <a href=\"/contact/\">online contact form</a>.','If you are tired of not having an attorney who is your partner, don’t get angry, GET MAD. Contact us by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our online contact form.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','If you are tired of not having an attorney who is your partner, don’t get angry,<strong> GET MAD. </strong>Contact us by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our <a href=\"/contact/\">online contact form</a>.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section','2022-04-04 07:15:10','2022-04-04 07:15:10'),(11,46101,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-650-5283','3602675.findlaw5.flsitebuilder.com','(716) 650-5283','(716) 650-5283','<a href=\"tel:+1-716-650-5283\" data-wpel-link=\"internal\" role=\"link\">(716) 650-5283</a>','(716) 650-5283','(716) 650-5283','2022-04-04 07:15:10','2022-04-04 07:15:10'),(12,46101,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:dflynn@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:dflynn@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:dflynn@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(13,46129,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-650-5263','3602675.findlaw5.flsitebuilder.com','(716) 650-5263','(716) 650-5263','<a href=\"tel:+1-716-650-5263\" data-wpel-link=\"internal\" role=\"link\">(716) 650-5263</a>','(716) 650-5263','(716) 650-5263','2022-04-04 07:15:10','2022-04-04 07:15:10'),(14,46129,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:ecamp@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:ecamp@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:ecamp@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(15,46130,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-247-6532','3602675.findlaw5.flsitebuilder.com','(716) 247-6532','(716) 247-6532','<a href=\"tel:+1-716-247-6532\" data-wpel-link=\"internal\" role=\"link\">(716) 247-6532</a>','(716) 247-6532','(716) 247-6532','2022-04-04 07:15:10','2022-04-04 07:15:10'),(16,46130,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:hkim@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:hkim@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:hkim@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(17,46132,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-458-1822','3602675.findlaw5.flsitebuilder.com','(716) 458-1822','(716) 458-1822','<a href=\"tel:+1-716-458-1822\" data-wpel-link=\"internal\" role=\"link\">(716) 458-1822</a>','(716) 458-1822','(716) 458-1822','2022-04-04 07:15:10','2022-04-04 07:15:10'),(18,46132,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:jmalkowski@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jmalkowski@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jmalkowski@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(19,46119,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-204-7617','3602675.findlaw5.flsitebuilder.com','(716) 204-7617','(716) 204-7617','<a href=\"tel:+1-716-204-7617\" data-wpel-link=\"internal\" role=\"link\">(716) 204-7617</a>','(716) 204-7617','(716) 204-7617','2022-04-04 07:15:10','2022-04-04 07:15:10'),(20,46119,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:jchavers@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jchavers@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jchavers@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(21,46121,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-650-5288','3602675.findlaw5.flsitebuilder.com','(716) 650-5288','(716) 650-5288','<a href=\"tel:+1-716-650-5288\" data-wpel-link=\"internal\" role=\"link\">(716) 650-5288</a>','(716) 650-5288','(716) 650-5288','2022-04-04 07:15:10','2022-04-04 07:15:10'),(22,46121,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:jguiher@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jguiher@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jguiher@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(23,46122,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-650-5268','3602675.findlaw5.flsitebuilder.com','(716) 650-5268','(716) 650-5268','<a href=\"tel:+1-716-650-5268\" data-wpel-link=\"internal\" role=\"link\">(716) 650-5268</a>','(716) 650-5268','(716) 650-5268','2022-04-04 07:15:10','2022-04-04 07:15:10'),(24,46122,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:jwilliams@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jwilliams@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jwilliams@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(25,46171,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-250-2879','3602675.findlaw5.flsitebuilder.com','(716) 250-2879','(716) 250-2879','<a href=\"tel:+1-716-250-2879\" data-wpel-link=\"internal\" role=\"link\">(716) 250-2879</a>','(716) 250-2879','(716) 250-2879','2022-04-04 07:15:10','2022-04-04 07:15:10'),(26,46171,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:rbrashear@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:rbrashear@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:rbrashear@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(27,46179,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-250-9286','3602675.findlaw5.flsitebuilder.com','(716) 250-9286','(716) 250-9286','<a href=\"tel:+1-716-250-9286\" data-wpel-link=\"internal\" role=\"link\">(716) 250-9286</a>','(716) 250-9286','(716) 250-9286','2022-04-04 07:15:10','2022-04-04 07:15:10'),(28,46179,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:tdickinson@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:tdickinson@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:tdickinson@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(29,46189,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/the-teams/workers-compensation-team/','3602675.findlaw5.flsitebuilder.com','Click here to learn more about our Attorneys!','Click here to learn more about our Attorneys!','<a href=\"/the-teams/workers-compensation-team/\">Click here to learn more about our Attorneys!</a>','Click here to learn more about our Attorneys!','Click here to learn more about our Attorneys!','2022-04-04 07:15:10','2022-04-04 07:15:10'),(30,46189,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/support-staff/','3602675.findlaw5.flsitebuilder.com','Click here to learn more about our Legal Assistants and Paralegals!','Click here to learn more about our Legal Assistants and Paralegals!','<a href=\"/support-staff/\">Click here to learn more about our Legal Assistants and Paralegals!</a>','Click here to learn more about our Legal Assistants and Paralegals![/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"off|desktop\" admin_label=\"Attorney\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" custom_margin=\"10px||||false|false\" custom_padding=\"0px||0px||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"off|phone\" _builder_version=\"4.3.2\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"left\" header_2_text_color=\"#211865\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"left\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_last_edited=\"off|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|phone\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]LOMAD Featured Attorney[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|||0px|false|false\" custom_padding=\"30px|20px|30px|20px|true|true\" box_shadow_style=\"preset3\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/mackey_shannan_m.jpg\" url=\"/attorney/prince-brian-k/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.14.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#2e5591|\" text_text_color=\"#2e5591\" text_font_size=\"23px\" text_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/prince-brian-k/\" hover_enabled=\"0\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Shannan M. Mackey[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_text_color=\"#2e5591\" text_font_size=\"18px\" text_line_height=\"1.4em\" hover_enabled=\"0\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]My Legal Superpower: My ability to see the entirety of a case, even last minute.','<a href=\"/support-staff/\">Click here to learn more about our Legal Assistants and Paralegals!</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"off|desktop\" admin_label=\"Attorney\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" custom_margin=\"10px||||false|false\" custom_padding=\"0px||0px||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"off|phone\" _builder_version=\"4.3.2\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"left\" header_2_text_color=\"#211865\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"left\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_last_edited=\"off|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|phone\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]<h2 style=\"padding-top: 0px !important\">LOMAD Featured Attorney</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|||0px|false|false\" custom_padding=\"30px|20px|30px|20px|true|true\" box_shadow_style=\"preset3\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/mackey_shannan_m.jpg\" url=\"/attorney/prince-brian-k/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.14.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#2e5591|\" text_text_color=\"#2e5591\" text_font_size=\"23px\" text_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/prince-brian-k/\" hover_enabled=\"0\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Shannan M. Mackey[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_text_color=\"#2e5591\" text_font_size=\"18px\" text_line_height=\"1.4em\" hover_enabled=\"0\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>My Legal Superpower: My ability to see the entirety of a case, even last minute.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(49,46193,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:Careers@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Careers@madwcdefense.com','Send a resume and cover letter to Careers@madwcdefense.com to begin the process!','Send a resume and cover letter to <a href=\"mailto:Careers@madwcdefense.com\">Careers@madwcdefense.com</a> to begin the process!','Send a resume and cover letter to Careers@madwcdefense.com to begin the process! You can see our list of benefits below.','Send a resume and cover letter to <a href=\"mailto:Careers@madwcdefense.com\">Careers@madwcdefense.com</a> to begin the process! You can see our list of benefits below.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(50,46229,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentgetmad.today/webinars/','getmad.today','LOMAD TV','LOMAD TV','<a href=\"https://thelomad.com/getmad.today/wp-contentgetmad.today/webinars/\">LOMAD TV</a>','LOMAD TV','<a href=\"https://thelomad.com/getmad.today/wp-contentgetmad.today/webinars/\">LOMAD TV</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(51,46229,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/lomad-newsletter/','3602675.findlaw5.flsitebuilder.com','LOMAD Magazine','LOMAD Magazine','<a href=\"/blog/lomad-newsletter/\">LOMAD Magazine</a>','LOMAD Magazine','<a href=\"/blog/lomad-newsletter/\">LOMAD Magazine</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(52,46229,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/','3602675.findlaw5.flsitebuilder.com','Blog','Blog','<a href=\"/blog/\">Blog</a>','Blog','<a href=\"/blog/\">Blog</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(53,46229,46236,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/case-law-updates-lomad-case-law-updates/','3602675.findlaw5.flsitebuilder.com','LOMAD Case Law Updates','LOMAD Case Law Updates','<a href=\"/client-resources/case-law-updates-lomad-case-law-updates/\">LOMAD Case Law Updates</a>','LOMAD Case Law Updates','<a href=\"/client-resources/case-law-updates-lomad-case-law-updates/\">LOMAD Case Law Updates</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(54,46229,46231,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/ppd-caps/','3602675.findlaw5.flsitebuilder.com','PPD Caps','PPD Caps','<a href=\"/client-resources/ppd-caps/\">PPD Caps</a>','PPD Caps','<a href=\"/client-resources/ppd-caps/\">PPD Caps</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(55,46229,46233,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/max-rates/','3602675.findlaw5.flsitebuilder.com','Max Rates','Max Rates','<a href=\"/client-resources/max-rates/\">Max Rates</a>','Max Rates','<a href=\"/client-resources/max-rates/\">Max Rates</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(56,46229,46234,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/slu-php/','3602675.findlaw5.flsitebuilder.com','SLU/PHP','SLU/PHP','<a href=\"/client-resources/slu-php/\">SLU/PHP</a>','SLU/PHP','<a href=\"/client-resources/slu-php/\">SLU/PHP</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(57,46229,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.linkedin.com/groups/2302270/','linkedin.com','New York Workers\' Compensation Forum','New York Workers\' Compensation Forum','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.linkedin.com/groups/2302270/\" target=\"_blank\" rel=\"noopener\">New York Workers\' Compensation Forum</a>','New York Workers\' Compensation Forum','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.linkedin.com/groups/2302270/\" target=\"_blank\" rel=\"noopener\">New York Workers\' Compensation Forum</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(58,46236,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:jcousins@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','jcousins@madwcdefense.com','To obtain access to this valuable and expansive resource, please email jcousins@madwcdefense.com','To obtain access to this valuable and expansive resource, please email <a href=\"mailto:jcousins@madwcdefense.com\">jcousins@madwcdefense.com</a>','To obtain access to this valuable and expansive resource, please email jcousins@madwcdefense.com','To obtain access to this valuable and expansive resource, please email <a href=\"mailto:jcousins@madwcdefense.com\">jcousins@madwcdefense.com</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(59,46236,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2016CaseLawUpdate.pdf','3602675.findlaw5.flsitebuilder.com','LOMAD Case Law Update 2016','LOMAD Case Law Update 2016','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2016CaseLawUpdate.pdf\">LOMAD Case Law Update 2016</a>','LOMAD Case Law Update 2016','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2016CaseLawUpdate.pdf\">LOMAD Case Law Update 2016</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(60,46236,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2017CaseLawUpdate.pdf','3602675.findlaw5.flsitebuilder.com','LOMAD Case Law Update 2017','LOMAD Case Law Update 2017','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2017CaseLawUpdate.pdf\">LOMAD Case Law Update 2017</a>','LOMAD Case Law Update 2017','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2017CaseLawUpdate.pdf\">LOMAD Case Law Update 2017</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(61,46236,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2018CaseLawUpdate.pdf','3602675.findlaw5.flsitebuilder.com','LOMAD Case Law Update 2018','LOMAD Case Law Update 2018','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2018CaseLawUpdate.pdf\">LOMAD Case Law Update 2018</a>','LOMAD Case Law Update 2018','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2018CaseLawUpdate.pdf\">LOMAD Case Law Update 2018</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(62,46236,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2019CaseLawUpdate.pdf','3602675.findlaw5.flsitebuilder.com','LOMAD Case Law Update 2019','LOMAD Case Law Update 2019','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2019CaseLawUpdate.pdf\">LOMAD Case Law Update 2019</a>','LOMAD Case Law Update 2019','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2019CaseLawUpdate.pdf\">LOMAD Case Law Update 2019</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(63,46236,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2020CaseLawUpdate.pdf','3602675.findlaw5.flsitebuilder.com','LOMAD Case Law Update 2020','LOMAD Case Law Update 2020','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2020CaseLawUpdate.pdf\">LOMAD Case Law Update 2020</a>','LOMAD Case Law Update 2020','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2020CaseLawUpdate.pdf\">LOMAD Case Law Update 2020</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(64,46236,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2021CaseLawUpdate.pdf','3602675.findlaw5.flsitebuilder.com','LOMAD Case Law Update 2021','LOMAD Case Law Update 2021','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2021CaseLawUpdate.pdf\">LOMAD Case Law Update 2021</a>','LOMAD Case Law Update 2021','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/02/2021CaseLawUpdate.pdf\">LOMAD Case Law Update 2021</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(65,46244,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:Mail@Madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Mail@Madwcdefense.com','Email us at Mail@Madwcdefense.com!','Email us at <a href=\"mailto:Mail@Madwcdefense.com\">Mail@Madwcdefense.com</a>!','Want to be a part of our mailing list? Email us at Mail@Madwcdefense.com!','<strong>Want to be a part of our mailing list? Email us at <a href=\"mailto:Mail@Madwcdefense.com\">Mail@Madwcdefense.com</a>!</strong>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(66,48023,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-250-9973','3602675.findlaw5.flsitebuilder.com','(716) 250-9973','(716) 250-9973','<a href=\"tel:+1-716-250-9973\" data-wpel-link=\"internal\" role=\"link\">(716) 250-9973</a>','(716) 250-9973','(716) 250-9973','2022-04-04 07:15:10','2022-04-04 07:15:10'),(67,48023,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:ddraschan@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:ddraschan@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:ddraschan@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(68,48020,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-650-5266','3602675.findlaw5.flsitebuilder.com','(716) 650-5266','(716) 650-5266','<a href=\"tel:+1-716-650-5266\" data-wpel-link=\"internal\" role=\"link\">(716) 650-5266</a>','(716) 650-5266','(716) 650-5266','2022-04-04 07:15:10','2022-04-04 07:15:10'),(69,48020,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:cnewman@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:cnewman@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:cnewman@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(70,48022,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-800-3833','3602675.findlaw5.flsitebuilder.com','(716) 800-3833','(716) 800-3833','<a href=\"tel:+1-716-800-3833\" data-wpel-link=\"internal\" role=\"link\">(716) 800-3833</a>','(716) 800-3833','(716) 800-3833','2022-04-04 07:15:10','2022-04-04 07:15:10'),(71,48022,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:jstevens@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jstevens@madwcdefense.com\" role=\"link\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:jstevens@madwcdefense.com\" role=\"link\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(76,48276,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.google.com/maps/dir//thelomad.com/getmad.today/wp-contentThe+Law+Offices+of+Melissa+A.+Day,+PLLC,+636+N+French+Rd+Suite+3,+Buffalo,+NY+14228/@43.035876,-78.80089,15z/data=!4m9!4m8!1m0!1m5!1m1!1s0x89d373fde4cbb1eb:0xb4996ff231a9a5a2!2m2!1d-78.8008993!2d43.0356493!3e0','google.com','Map & Directions','Map & Directions','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.google.com/maps/dir//thelomad.com/getmad.today/wp-contentThe+Law+Offices+of+Melissa+A.+Day,+PLLC,+636+N+French+Rd+Suite+3,+Buffalo,+NY+14228/@43.035876,-78.80089,15z/data=!4m9!4m8!1m0!1m5!1m1!1s0x89d373fde4cbb1eb:0xb4996ff231a9a5a2!2m2!1d-78.8008993!2d43.0356493!3e0\" target=\"_blank\" rel=\"noopener\">Map & Directions</a>','Map & Directions','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.google.com/maps/dir//thelomad.com/getmad.today/wp-contentThe+Law+Offices+of+Melissa+A.+Day,+PLLC,+636+N+French+Rd+Suite+3,+Buffalo,+NY+14228/@43.035876,-78.80089,15z/data=!4m9!4m8!1m0!1m5!1m1!1s0x89d373fde4cbb1eb:0xb4996ff231a9a5a2!2m2!1d-78.8008993!2d43.0356493!3e0\" target=\"_blank\" rel=\"noopener\">Map & Directions</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(93,48685,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-407-0304','3602675.findlaw5.flsitebuilder.com','(716) 407-0304','(716) 407-0304','<a href=\"tel:+1-716-407-0304\">(716) 407-0304</a>','(716) 407-0304','(716) 407-0304','2022-04-04 07:15:10','2022-04-04 07:15:10'),(94,48685,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:arizk@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" href=\"mailto:arizk@madwcdefense.com\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" href=\"mailto:arizk@madwcdefense.com\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(95,48689,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-250-9503','3602675.findlaw5.flsitebuilder.com','(716) 250-9503','(716) 250-9503','<a role=\"link\" href=\"tel:+1-716-250-9503\" data-wpel-link=\"internal\">(716) 250-9503</a>','(716) 250-9503','(716) 250-9503','2022-04-04 07:15:10','2022-04-04 07:15:10'),(96,48689,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:kjones@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" role=\"link\" href=\"mailto:kjones@madwcdefense.com\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" role=\"link\" href=\"mailto:kjones@madwcdefense.com\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(97,48691,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-755-4353','3602675.findlaw5.flsitebuilder.com','(716) 755-4353','(716) 755-4353','<a role=\"link\" href=\"tel:+1-716-755-4353\" data-wpel-link=\"internal\">(716) 755-4353</a>','(716) 755-4353','(716) 755-4353','2022-04-04 07:15:10','2022-04-04 07:15:10'),(98,48691,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:mdoldan@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" role=\"link\" href=\"mailto:mdoldan@madwcdefense.com\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" role=\"link\" href=\"mailto:mdoldan@madwcdefense.com\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(99,48823,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comtel:+1-716-755-2445','3602675.findlaw5.flsitebuilder.com','(716) 755-2445','(716) 755-2445','<a role=\"link\" href=\"tel:+1-716-755-2445\" data-wpel-link=\"internal\">(716) 755-2445</a>','(716) 755-2445','(716) 755-2445','2022-04-04 07:15:10','2022-04-04 07:15:10'),(100,48823,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:kkunz@madwcdefense.com','3602675.findlaw5.flsitebuilder.com','Email Me','Email Me','<a class=\"btn-email-staff\" role=\"link\" href=\"mailto:kkunz@madwcdefense.com\">Email Me</a>','Email Me','<a class=\"btn-email-staff\" role=\"link\" href=\"mailto:kkunz@madwcdefense.com\">Email Me</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(101,46077,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentvimeo.com/676362013','vimeo.com','Click here','Click here to see a video of the oral argument.','<a href=\"https://thelomad.com/getmad.today/wp-contentvimeo.com/676362013\">Click here</a> to see a video of the oral argument.','Licht, Esq., and successfully arguing this influential case at the Court of Appeals is the highlight of my career as an attorney, but having the privilege or working with the team at LOMAD is the highlight of my entire professional career. Click here to see a video of the oral argument.','Licht, Esq., and successfully arguing this influential case at the Court of Appeals is the highlight of my career as an attorney, but having the privilege or working with the team at LOMAD is the highlight of my entire professional career. <a href=\"https://thelomad.com/getmad.today/wp-contentvimeo.com/676362013\">Click here</a> to see a video of the oral argument.</li>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(102,46559,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/01/SummaryRegChanges.pdf','3602675.findlaw5.flsitebuilder.com','Summary Regarding Changes (PDF)','Summary Regarding Changes (PDF)','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/01/SummaryRegChanges.pdf\" target=\"_blank\" rel=\"noopener\">Summary Regarding Changes (PDF)</a>','Summary Regarding Changes (PDF)','Summary Regarding Changes (PDF)','2022-04-04 07:15:10','2022-04-04 07:15:10'),(103,46557,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentpublications.budget.ny.gov/eBudget1314/fy1314artVIIbills/PPGGArticleVII.pdfhttps://thelomad.com/getmad.today/wp-content','publications.budget.ny.gov','Public Protection and General Government Bill','Public Protection and General Government Bill','<a href=\"https://thelomad.com/getmad.today/wp-contentpublications.budget.ny.gov/eBudget1314/fy1314artVIIbills/PPGGArticleVII.pdfhttps://thelomad.com/getmad.today/wp-content\" target=\"_blank\" rel=\"noopener\">Public Protection and General Government Bill</a>','Public Protection and General Government Bill','<a href=\"https://thelomad.com/getmad.today/wp-contentpublications.budget.ny.gov/eBudget1314/fy1314artVIIbills/PPGGArticleVII.pdfhttps://thelomad.com/getmad.today/wp-content\" target=\"_blank\" rel=\"noopener\">Public Protection and General Government Bill</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(104,46555,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wkbw.com/news/crime/Drug-Raids-In-Buffalo-123833394.html','wkbw.com','https://thelomad.com/getmad.today/wp-contentwww.wkbw.com/news/crime/Drug-Raids-In-Buffalo-123833394.html','For more on this story see, WKBW News, “Drug Raids In Buffalo”, https://thelomad.com/getmad.today/wp-contentwww.wkbw.com/news/crime/Drug-Raids-In-Buffalo-123833394.html.','For more on this story see, WKBW News, “Drug Raids In Buffalo”, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wkbw.com/news/crime/Drug-Raids-In-Buffalo-123833394.html\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wkbw.com/news/crime/Drug-Raids-In-Buffalo-123833394.html</a>.','On June 14, 2011, the DEA and local Western New York law enforcement personnel,200 in all, sought to arrest 17 members of the violent “The Camp street Boys”gang. For more on this story see, WKBW News, “Drug Raids In Buffalo”, https://thelomad.com/getmad.today/wp-contentwww.wkbw.com/news/crime/Drug-Raids-In-Buffalo-123833394.html. Also see, https://thelomad.com/getmad.today/wp-contentwww.justice.gov/dea/divisions/nyc/2011/nyc061611a.shtml.','On June 14, 2011, the DEA and local Western New York law enforcement personnel,200 in all, sought to arrest 17 members of the violent “The Camp street Boys”gang. For more on this story see, WKBW News, “Drug Raids In Buffalo”, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wkbw.com/news/crime/Drug-Raids-In-Buffalo-123833394.html\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wkbw.com/news/crime/Drug-Raids-In-Buffalo-123833394.html</a>. Also see, https://thelomad.com/getmad.today/wp-contentwww.justice.gov/dea/divisions/nyc/2011/nyc061611a.shtml.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(105,46553,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/03/Hudson-Valley-DDSO.pdf','3602675.findlaw5.flsitebuilder.com','Hudson Valley DDSO','Hudson Valley DDSO','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/03/Hudson-Valley-DDSO.pdf\" target=\"_blank\" rel=\"noopener\">Hudson Valley DDSO</a>','In Hudson Valley DDSO, 2013 NY Wrk. Comp.','In Hudson Valley DDSO, 2013 NY Wrk. Comp.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(106,46549,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentassembly.state.ny.us/leg/?default_fld=&bn=S00076&term=2013&Summary=Y&Actions=Y&Votes=Y&Memo=Y&Text=Y','assembly.state.ny.us','BILL NUMBER: S76','BILL NUMBER: S76','<a href=\"https://thelomad.com/getmad.today/wp-contentassembly.state.ny.us/leg/?default_fld=&bn=S00076&term=2013&Summary=Y&Actions=Y&Votes=Y&Memo=Y&Text=Y\" target=\"_blank\" rel=\"noopener\">BILL NUMBER: S76</a>','BILL NUMBER: S76','<a href=\"https://thelomad.com/getmad.today/wp-contentassembly.state.ny.us/leg/?default_fld=&bn=S00076&term=2013&Summary=Y&Actions=Y&Votes=Y&Memo=Y&Text=Y\" target=\"_blank\" rel=\"noopener\">BILL NUMBER: S76</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(107,46549,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/04/Senate-Bill-S76.pdf','3602675.findlaw5.flsitebuilder.com','Senate Bill S76','Senate Bill S76','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/04/Senate-Bill-S76.pdf\" target=\"_blank\" rel=\"noopener\">Senate Bill S76</a>','Senate Bill S76','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/04/Senate-Bill-S76.pdf\" target=\"_blank\" rel=\"noopener\">Senate Bill S76</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(108,46543,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/07/Treatment-Outside-MTG-is-Pre-Determined-as-Not-Medically-Necessary.pdf','3602675.findlaw5.flsitebuilder.com','Treatment Outside MTG is Pre-Determined as Not Medically Necessary','Treatment Outside MTG is Pre-Determined as Not Medically Necessary','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/07/Treatment-Outside-MTG-is-Pre-Determined-as-Not-Medically-Necessary.pdf\" target=\"_blank\" rel=\"noopener\">Treatment Outside MTG is Pre-Determined as Not Medically Necessary</a>','Treatment Outside MTG is Pre-Determined as Not Medically Necessary','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/07/Treatment-Outside-MTG-is-Pre-Determined-as-Not-Medically-Necessary.pdf\" target=\"_blank\" rel=\"noopener\">Treatment Outside MTG is Pre-Determined as Not Medically Necessary</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(109,46541,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/08/Challenge-to-the-Closing-of-the-25-a-Fund.pdf','3602675.findlaw5.flsitebuilder.com','Challenge to the Closing of the 25-a Fund','Challenge to the Closing of the 25-a Fund','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/08/Challenge-to-the-Closing-of-the-25-a-Fund.pdf\" target=\"_blank\" rel=\"noopener\">Challenge to the Closing of the 25-a Fund</a>','Challenge to the Closing of the 25-a Fund','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/08/Challenge-to-the-Closing-of-the-25-a-Fund.pdf\" target=\"_blank\" rel=\"noopener\">Challenge to the Closing of the 25-a Fund</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(110,46540,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/12/hallock_v._koubek.pdf','getmad.today','hallock_v._koubek','hallock_v._koubek','<a href=\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/12/hallock_v._koubek.pdf\" target=\"_blank\" rel=\"noopener\">hallock_v._koubek</a>','hallock_v._koubek','<a href=\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/12/hallock_v._koubek.pdf\" target=\"_blank\" rel=\"noopener\">hallock_v._koubek</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(111,46512,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:bpr@wcb.ny.gov','3602675.findlaw5.flsitebuilder.com','bpr@wcb.ny.gov','bpr@wcb.ny.gov','<a href=\"mailto:bpr@wcb.ny.gov\" target=\"_blank\" rel=\"noopener\">bpr@wcb.ny.gov</a>','bpr@wcb.ny.gov','<a href=\"mailto:bpr@wcb.ny.gov\" target=\"_blank\" rel=\"noopener\">bpr@wcb.ny.gov</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(112,46511,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','wcb.ny.gov','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','See https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','See <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!</a>','See https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','See https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','2022-04-04 07:15:10','2022-04-04 07:15:10'),(113,46511,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','wcb.ny.gov','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','See https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','See <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!</a>','See https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','See https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_630.jsp#!','2022-04-04 07:15:10','2022-04-04 07:15:10'),(114,46504,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2014/11/ZERO-PERCENT-LWEC-Redacted-.pdf','3602675.findlaw5.flsitebuilder.com','ZERO PERCENT LWEC Redacted','ZERO PERCENT LWEC Redacted','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2014/11/ZERO-PERCENT-LWEC-Redacted-.pdf\" target=\"_blank\" rel=\"noopener\">ZERO PERCENT LWEC Redacted</a>','ZERO PERCENT LWEC Redacted','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2014/11/ZERO-PERCENT-LWEC-Redacted-.pdf\" target=\"_blank\" rel=\"noopener\">ZERO PERCENT LWEC Redacted</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(115,46503,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2014/Nov14/181opn14-Decision.pdf','nycourts.gov','Matter of Maureen Kigin, Appellant, v. State of New York Workers’ Compensation Board et al','See, Matter of Maureen Kigin, Appellant, v. State of New York Workers’ Compensation Board et al.','See, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2014/Nov14/181opn14-Decision.pdf\" target=\"_blank\" rel=\"noopener\">Matter of Maureen Kigin, Appellant, v. State of New York Workers’ Compensation Board et al</a>.','See, Matter of Maureen Kigin, Appellant, v. State of New York Workers’ Compensation Board et al.','See, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2014/Nov14/181opn14-Decision.pdf\" target=\"_blank\" rel=\"noopener\">Matter of Maureen Kigin, Appellant, v. State of New York Workers’ Compensation Board et al</a>., Respondents. No. 181. Argued 10/14/14 and Decided 11/20/14 .','2022-04-04 07:15:10','2022-04-04 07:15:10'),(116,46502,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/MedicalTreatmentGuidelines/Non-AcutePainMTG2014.pdf','wcb.ny.gov','Non-Acute Pain Medical Treatment Guidelines (“NAP MTG”)','The Board has announced the adoption of the Non-Acute Pain Medical Treatment Guidelines (“NAP MTG”).','The Board has announced the adoption of the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/MedicalTreatmentGuidelines/Non-AcutePainMTG2014.pdf\" target=\"_blank\" rel=\"noopener\">Non-Acute Pain Medical Treatment Guidelines (“NAP MTG”)</a>.','The Board has announced the adoption of the Non-Acute Pain Medical Treatment Guidelines (“NAP MTG”). As with the other MTGs for the neck, back, knee, shoulder and carpal tunnel syndrome, there are 22 guiding principles which provide a general framework for all the MTGs. The emphasis is on FUNCTIONAL ABILITIES, OBJECTIVE EVIDENCE of the treatment’s efficacy and ACTIVE INTERVENTIONS.','The Board has announced the adoption of the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/MedicalTreatmentGuidelines/Non-AcutePainMTG2014.pdf\" target=\"_blank\" rel=\"noopener\">Non-Acute Pain Medical Treatment Guidelines (“NAP MTG”)</a>. As with the other MTGs for the neck, back, knee, shoulder and carpal tunnel syndrome, there are 22 guiding principles which provide a general framework for all the MTGs. The emphasis is on FUNCTIONAL ABILITIES, OBJECTIVE EVIDENCE of the treatment’s efficacy and ACTIVE INTERVENTIONS.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(117,46502,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:mday@getMAD.today','3602675.findlaw5.flsitebuilder.com','contact us','For additional information, please feel free to contact us for an in-house or online presentation about the new on-Acute Pain Medical Treatment Guidelines.','For additional information, please feel free to <a href=\"mailto:mday@getMAD.today\" target=\"_blank\" rel=\"noopener\">contact us</a> for an in-house or online presentation about the new on-Acute Pain Medical Treatment Guidelines.','For additional information, please feel free to contact us for an in-house or online presentation about the new on-Acute Pain Medical Treatment Guidelines.','For additional information, please feel free to <a href=\"mailto:mday@getMAD.today\" target=\"_blank\" rel=\"noopener\">contact us</a> for an in-house or online presentation about the new on-Acute Pain Medical Treatment Guidelines.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(118,46499,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.bcnys.org/inside/wc/2010/crossexamregs.pdf','bcnys.org','https://thelomad.com/getmad.today/wp-contentwww.bcnys.org/inside/wc/2010/crossexamregs.pdf','A copy of the 2010 draft is reproduced below and can also be found at the following link: https://thelomad.com/getmad.today/wp-contentwww.bcnys.org/inside/wc/2010/crossexamregs.pdf.','A copy of the 2010 draft is reproduced below and can also be found at the following link: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.bcnys.org/inside/wc/2010/crossexamregs.pdf\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.bcnys.org/inside/wc/2010/crossexamregs.pdf</a>.','A copy of the 2010 draft is reproduced below and can also be found at the following link: https://thelomad.com/getmad.today/wp-contentwww.bcnys.org/inside/wc/2010/crossexamregs.pdf.','A copy of the 2010 draft is reproduced below and can also be found at the following link: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.bcnys.org/inside/wc/2010/crossexamregs.pdf\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.bcnys.org/inside/wc/2010/crossexamregs.pdf</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(119,46499,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:regulations@wcb.ny.gov','3602675.findlaw5.flsitebuilder.com','regulations@wcb.ny.gov',', Schenectady, NY 12305-2318, (518) 486-9564, e-mail: regulations@wcb.ny.gov.',', Schenectady, NY 12305-2318, (518) 486-9564, e-mail: <a href=\"mailto:regulations@wcb.ny.gov\" target=\"_blank\" rel=\"noopener\">regulations@wcb.ny.gov</a>.','As indicated by the Board in connection with its publication ‘in the NYS Register of its 2015 Regulatory Agenda you can get additional information or submit written comments concerning this and other items on the Regulatory Agenda by contacting Heather M. MacMaster, Associate Attorney, Workers’ Compensation Board, 328 State St., Schenectady, NY 12305-2318, (518) 486-9564, e-mail: regulations@wcb.ny.gov.','As indicated by the Board in connection with its publication ‘in the NYS Register of its 2015 Regulatory Agenda you can get additional information or <strong>submit written comments</strong> concerning this and other items on the Regulatory Agenda by contacting Heather M. MacMaster, Associate Attorney, Workers’ Compensation Board, 328 State St., Schenectady, NY 12305-2318, (518) 486-9564, e-mail: <a href=\"mailto:regulations@wcb.ny.gov\" target=\"_blank\" rel=\"noopener\">regulations@wcb.ny.gov</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(120,46486,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:mday@getMAD.today','3602675.findlaw5.flsitebuilder.com','mday@getMAD.today',' To obtain an answer key immediately, contact mday@getMAD.today.',' To obtain an answer key immediately, contact <a href=\"mailto:mday@getMAD.today\" target=\"_blank\" rel=\"noopener\">mday@getMAD.today</a>.',' To obtain an answer key immediately, contact mday@getMAD.today.',' To obtain an answer key immediately, contact <a href=\"mailto:mday@getMAD.today\" target=\"_blank\" rel=\"noopener\">mday@getMAD.today</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(121,46482,6,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com#_ftn1','3602675.findlaw5.flsitebuilder.com','[1]','[1] A July 2014 report by the CDC indicates that each day 46 people die from an overdose of prescription painkillers in the United States.','<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> A July 2014 report by the CDC indicates that each day 46 people die from an overdose of prescription painkillers in the United States.','[1] A July 2014 report by the CDC indicates that each day 46 people die from an overdose of prescription painkillers in the United States.','[1] A July 2014 report by the CDC indicates that each day 46 people die from an overdose of prescription painkillers in the United States.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(122,46482,6,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com#_ftn2','3602675.findlaw5.flsitebuilder.com','[2]','[2] Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.','<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a> Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.','[2] Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.','25 states, that it found that New York and Louisiana had the highest amount of narcotic use within Workers’ Compensation cases.<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> A July 2014 report by the CDC indicates that each day 46 people die from an overdose of prescription painkillers in the United States.<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a> Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(123,46482,6,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com#_ftn3','3602675.findlaw5.flsitebuilder.com','[3]','” [3] Even the introduction to the Non-Acute Pain Guidelines indicates that the Guidelines were drafted in response to the dramatic increase in use of opioids to treat chronic non-cancer pain.','” <a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> Even the introduction to the Non-Acute Pain Guidelines indicates that the Guidelines were drafted in response to the dramatic increase in use of opioids to treat chronic non-cancer pain.','” [3] Even the introduction to the Non-Acute Pain Guidelines indicates that the Guidelines were drafted in response to the dramatic increase in use of opioids to treat chronic non-cancer pain.','” <a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> Even the introduction to the Non-Acute Pain Guidelines indicates that the Guidelines were drafted in response to the dramatic increase in use of opioids to treat chronic non-cancer pain. The significant cost of opioid medications is not only borne by carriers, but also by claimants. The medication itself is expensive, the risks of use of these medications are significant; add to that the possibility of overdose, and the personal and financial costs become immeasurable. All of these reasons fashioned the backdrop for the implementation of the Non-Acute Pain','2022-04-04 07:15:10','2022-04-04 07:15:10'),(124,46482,6,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com#_ftnref1','3602675.findlaw5.flsitebuilder.com','[1]','[1] https://thelomad.com/getmad.today/wp-contentwww.','<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> https://thelomad.com/getmad.today/wp-contentwww.','[1] https://thelomad.com/getmad.today/wp-contentwww.wcrinet.org/result/use_narcotics2_result.html.','[1] https://thelomad.com/getmad.today/wp-contentwww.wcrinet.org/result/use_narcotics2_result.html.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(125,46482,6,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com#_ftnref2','3602675.findlaw5.flsitebuilder.com','[2]','[2] https://thelomad.com/getmad.today/wp-contentwww.','<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> https://thelomad.com/getmad.today/wp-contentwww.','[2] https://thelomad.com/getmad.today/wp-contentwww.cdc.gov/vitalsigns/opioid-prescribing/','[2] https://thelomad.com/getmad.today/wp-contentwww.cdc.gov/vitalsigns/opioid-prescribing/','2022-04-04 07:15:10','2022-04-04 07:15:10'),(126,46482,6,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com#_ftnref3','3602675.findlaw5.flsitebuilder.com','[3]','[3] https://thelomad.com/getmad.today/wp-contentwww.','<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> https://thelomad.com/getmad.today/wp-contentwww.','[3] https://thelomad.com/getmad.today/wp-contentwww.','[3] https://thelomad.com/getmad.today/wp-contentwww.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(127,46480,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/forms/c240.pdf','wcb.ny.gov','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/forms/c240.pdf','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/forms/c240.pdf','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/forms/c240.pdf\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/forms/c240.pdf</a>','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/forms/c240.pdf','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/forms/c240.pdf\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/forms/c240.pdf</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(128,46450,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=7&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=7d957a56f4603e2ea6acfc6d96284951','lexis.com','WCL § 14(3)',' Having properly calculated the claimant’s average weekly wage under the statutory formula provided by WCL § 14(3) and ',' Having properly calculated the claimant’s average weekly wage under the statutory formula provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=7&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=7d957a56f4603e2ea6acfc6d96284951\" target=\"_blank\" rel=\"noopener\">WCL § 14(3)</a> and ',' Having properly calculated the claimant’s average weekly wage under the statutory formula provided by WCL § 14(3) and ',' summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=7&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=7d957a56f4603e2ea6acfc6d96284951\" target=\"_blank\" rel=\"noopener\">WCL § 14(3)</a> and ','2022-04-04 07:15:10','2022-04-04 07:15:10'),(129,46450,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=8&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=75bec0b2ce1d16a3c6da61614f25c57b','lexis.com','WCL § 14(4)','WCL § 14(4) for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by ','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=8&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=75bec0b2ce1d16a3c6da61614f25c57b\" target=\"_blank\" rel=\"noopener\">WCL § 14(4)</a> for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by ','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by WCL § 14(3) and WCL § 14(4) for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by WCL § 14(1) for full time, year round five or six day workers. If the employee was denied compensation benefits during the summer months, the fact that a claimant was not regularly employed during that time period would be accounted for twice; once in the calculation of average weekly wage, and then again in determining the compensable periods of disability.','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=7&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=7d957a56f4603e2ea6acfc6d96284951\" target=\"_blank\" rel=\"noopener\">WCL § 14(3)</a> and <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=8&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=75bec0b2ce1d16a3c6da61614f25c57b\" target=\"_blank\" rel=\"noopener\">WCL § 14(4)</a> for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=9&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=26730495bb8eb27dee66bf357766c397\" target=\"_blank\" rel=\"noopener\">WCL § 14(1)</a> for full time, year round five or six day workers. If the employee was denied compensation benefits during the summer months, the fact that a claimant was not regularly employed during that time period would be accounted for twice; once in the calculation of average weekly wage, and then again in determining the compensable periods of disability.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(130,46450,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=9&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=26730495bb8eb27dee66bf357766c397','lexis.com','WCL § 14(1)','WCL § 14(1) for full time, year round five or six day workers.','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=9&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=26730495bb8eb27dee66bf357766c397\" target=\"_blank\" rel=\"noopener\">WCL § 14(1)</a> for full time, year round five or six day workers.','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by WCL § 14(3) and WCL § 14(4) for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by WCL § 14(1) for full time, year round five or six day workers. If the employee was denied compensation benefits during the summer months, the fact that a claimant was not regularly employed during that time period would be accounted for twice; once in the calculation of average weekly wage, and then again in determining the compensable periods of disability.','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=7&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=7d957a56f4603e2ea6acfc6d96284951\" target=\"_blank\" rel=\"noopener\">WCL § 14(3)</a> and <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=8&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=75bec0b2ce1d16a3c6da61614f25c57b\" target=\"_blank\" rel=\"noopener\">WCL § 14(4)</a> for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=9&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=26730495bb8eb27dee66bf357766c397\" target=\"_blank\" rel=\"noopener\">WCL § 14(1)</a> for full time, year round five or six day workers. If the employee was denied compensation benefits during the summer months, the fact that a claimant was not regularly employed during that time period would be accounted for twice; once in the calculation of average weekly wage, and then again in determining the compensable periods of disability.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(131,46448,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentadvance.lexis.com/Auth/Replay?targetUrl=/ContentViewExternalAccess%3FdocId%3D%2Fshared%2Fdocument%2Fadministrative-materials%2Furn%3AcontentItem%3A539Y-D7R0-01WV-S0YJ-00000-00%26Hcsi%3D271075%26title%3D2011%20NY%20Wrk.%20Comp.%20LEXIS%202999%26vendorreportId%3D%26pageno%3D10%26activeRptr%3DPAGE_7559','advance.lexis.com','2011 NY Wrk. Comp. LEXIS 2999, 10-14',', 2011 NY Wrk. Comp. LEXIS 2999, 10-14.','</u>, <a href=\"https://thelomad.com/getmad.today/wp-contentadvance.lexis.com/Auth/Replay?targetUrl=/ContentViewExternalAccess%3FdocId%3D%2Fshared%2Fdocument%2Fadministrative-materials%2Furn%3AcontentItem%3A539Y-D7R0-01WV-S0YJ-00000-00%26Hcsi%3D271075%26title%3D2011%20NY%20Wrk.%20Comp.%20LEXIS%202999%26vendorreportId%3D%26pageno%3D10%26activeRptr%3DPAGE_7559\" target=\"_blank\" rel=\"noopener\">2011 NY Wrk. Comp. LEXIS 2999, 10-14</a>.',', 2011 NY Wrk. Comp. LEXIS 2999, 10-14.','<u>Erie County Medical Ctr. Corp.</u>, <a href=\"https://thelomad.com/getmad.today/wp-contentadvance.lexis.com/Auth/Replay?targetUrl=/ContentViewExternalAccess%3FdocId%3D%2Fshared%2Fdocument%2Fadministrative-materials%2Furn%3AcontentItem%3A539Y-D7R0-01WV-S0YJ-00000-00%26Hcsi%3D271075%26title%3D2011%20NY%20Wrk.%20Comp.%20LEXIS%202999%26vendorreportId%3D%26pageno%3D10%26activeRptr%3DPAGE_7559\" target=\"_blank\" rel=\"noopener\">2011 NY Wrk. Comp. LEXIS 2999, 10-14</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(132,46442,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/PrefProviderOrg/ActivePPOList.pdf','wcb.ny.gov','here',' A link to the active PPOs can be found here.',' A link to the active PPOs can be found <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/PrefProviderOrg/ActivePPOList.pdf\" target=\"_blank\" rel=\"noopener\">here</a>.',' A link to the active PPOs can be found here.',' A link to the active PPOs can be found <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/PrefProviderOrg/ActivePPOList.pdf\" target=\"_blank\" rel=\"noopener\">here</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(133,46439,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/04/25-a-Unconstitutional.pdf','3602675.findlaw5.flsitebuilder.com','THE NEWLY REOPENED FUND FOR REOPENED CASES – THE FIRST DEPARTMENT DECLARES THE RETROACTIVE APPLICATION OF 25-A UNCONSTITUTIONAL!','THE NEWLY REOPENED FUND FOR REOPENED CASES – THE FIRST DEPARTMENT DECLARES THE RETROACTIVE APPLICATION OF 25-A UNCONSTITUTIONAL!','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/04/25-a-Unconstitutional.pdf\" target=\"_blank\" rel=\"noopener\">THE NEWLY REOPENED FUND FOR REOPENED CASES – THE FIRST DEPARTMENT DECLARES THE RETROACTIVE APPLICATION OF 25-A UNCONSTITUTIONAL!</a>','THE NEWLY REOPENED FUND FOR REOPENED CASES – THE FIRST DEPARTMENT DECLARES THE RETROACTIVE APPLICATION OF 25-A UNCONSTITUTIONAL!','THE NEWLY REOPENED FUND FOR REOPENED CASES – THE FIRST DEPARTMENT DECLARES THE RETROACTIVE APPLICATION OF 25-A UNCONSTITUTIONAL!','2022-04-04 07:15:10','2022-04-04 07:15:10'),(134,46436,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/10/Opioid-Decision.pdf','3602675.findlaw5.flsitebuilder.com','Decision','Decision','<a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/10/Opioid-Decision.pdf\" target=\"_blank\" rel=\"noopener\">Decision</a>','The Board Panel, in a recent October 2016 Decision, considered the issue of whether a Claimant’s opioid medications were appropriate.','The Board Panel, in a recent October 2016 Decision, considered the issue of whether a Claimant’s opioid medications were appropriate.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(135,46433,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_892.jsp','wcb.ny.gov','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_892.jsp','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_892.jsp','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_892.jsp\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_892.jsp</a>','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_892.jsp','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_892.jsp\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_892.jsp</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(136,46422,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/06/EBRB-1-finding-that-MTGs-apply-out-of-state_Redacted.pdf','3602675.findlaw5.flsitebuilder.com','EBRB-1 finding that MTGs apply out of state_Redacted','For a copy of the decision please click on the following link: EBRB-1 finding that MTGs apply out of state_Redacted.','For a copy of the decision please click on the following link: <a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/06/EBRB-1-finding-that-MTGs-apply-out-of-state_Redacted.pdf\" target=\"_blank\" rel=\"noopener\">EBRB-1 finding that MTGs apply out of state_Redacted</a>.','For a copy of the decision please click on the following link: EBRB-1 finding that MTGs apply out of state_Redacted.','For a copy of the decision please click on the following link: <a href=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/06/EBRB-1-finding-that-MTGs-apply-out-of-state_Redacted.pdf\" target=\"_blank\" rel=\"noopener\">EBRB-1 finding that MTGs apply out of state_Redacted</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(137,46420,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2017/Oct17/96opn17-Decision.pdf','nycourts.gov','https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2017/Oct17/96opn17-Decision.pdf','The entire American Economy decision can be found here: https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2017/Oct17/96opn17-Decision.pdf','The entire <u>American Economy</u> decision can be found here: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2017/Oct17/96opn17-Decision.pdf\">https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2017/Oct17/96opn17-Decision.pdf</a>','The entire American Economy decision can be found here: https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2017/Oct17/96opn17-Decision.pdf','The entire <u>American Economy</u> decision can be found here: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2017/Oct17/96opn17-Decision.pdf\">https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/ctapps/Decisions/2017/Oct17/96opn17-Decision.pdf</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(138,46418,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.crowdrise.com/rickycostnerjrculina/fundraiser/melissaday1/setup_success/member','crowdrise.com','https://thelomad.com/getmad.today/wp-contentwww.crowdrise.com/rickycostnerjrculina/fundraiser/melissaday1/setup_success/member','https://thelomad.com/getmad.today/wp-contentwww.crowdrise.com/rickycostnerjrculina/fundraiser/melissaday1/setup_success/member.','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.crowdrise.com/rickycostnerjrculina/fundraiser/melissaday1/setup_success/member\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.crowdrise.com/rickycostnerjrculina/fundraiser/melissaday1/setup_success/member</a>.','https://thelomad.com/getmad.today/wp-contentwww.crowdrise.com/rickycostnerjrculina/fundraiser/melissaday1/setup_success/member.','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.crowdrise.com/rickycostnerjrculina/fundraiser/melissaday1/setup_success/member\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.crowdrise.com/rickycostnerjrculina/fundraiser/melissaday1/setup_success/member</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(139,46414,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/DocketPDF/17/17-1179/25081/20171226172748924_Liberty%20Mutual%20-%20APPENDIX%20-%20cert.%20extension%20application.pdf','supremecourt.gov','American Economy Insurance Company','Plaintiffs in the American Economy Insurance Company case have filed a','Plaintiffs in the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/DocketPDF/17/17-1179/25081/20171226172748924_Liberty%20Mutual%20-%20APPENDIX%20-%20cert.%20extension%20application.pdf\" target=\"_blank\" rel=\"noopener\"><em>American Economy Insurance Company</em></a> case have filed a','Plaintiffs in the American Economy Insurance Company case have filed a Petition for a Writ of Certiorari in the United States Supreme Court. The petition is the mechanism by which plaintiffs request Supreme Court review of the Court of Appeals’ decision finding that the amendment to the statute in 2013 which closed the fund for reopened cases to any claim after 1/1/14 was constitutional. Plaintiffs seek to present their arguments to the Supreme Court that the 2013 amendment violates the U.S.','Plaintiffs in the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/DocketPDF/17/17-1179/25081/20171226172748924_Liberty%20Mutual%20-%20APPENDIX%20-%20cert.%20extension%20application.pdf\" target=\"_blank\" rel=\"noopener\"><em>American Economy Insurance Company</em></a> case have filed a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/DocketPDF/17/17-1179/36170/20180221174511203_17-____%20--%20AEIC%20v.%20NY%20--%20cert.%20petition.pdf\" target=\"_blank\" rel=\"noopener\">Petition for a Writ of Certiorari in the United States Supreme Court</a>. The petition is the mechanism by which plaintiffs request Supreme Court review of the Court of Appeals’ decision finding that the amendment to the statute in 2013 which closed the fund for reopened cases to any claim after 1/1/14 was cons','2022-04-04 07:15:10','2022-04-04 07:15:10'),(140,46414,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/DocketPDF/17/17-1179/36170/20180221174511203_17-____%20--%20AEIC%20v.%20NY%20--%20cert.%20petition.pdf','supremecourt.gov','Petition for a Writ of Certiorari in the United States Supreme Court','Petition for a Writ of Certiorari in the United States Supreme Court.','<a href=\"https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/DocketPDF/17/17-1179/36170/20180221174511203_17-____%20--%20AEIC%20v.%20NY%20--%20cert.%20petition.pdf\" target=\"_blank\" rel=\"noopener\">Petition for a Writ of Certiorari in the United States Supreme Court</a>.','Plaintiffs in the American Economy Insurance Company case have filed a Petition for a Writ of Certiorari in the United States Supreme Court. The petition is the mechanism by which plaintiffs request Supreme Court review of the Court of Appeals’ decision finding that the amendment to the statute in 2013 which closed the fund for reopened cases to any claim after 1/1/14 was constitutional. Plaintiffs seek to present their arguments to the Supreme Court that the 2013 amendment violates the U.S.','Plaintiffs in the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/DocketPDF/17/17-1179/25081/20171226172748924_Liberty%20Mutual%20-%20APPENDIX%20-%20cert.%20extension%20application.pdf\" target=\"_blank\" rel=\"noopener\"><em>American Economy Insurance Company</em></a> case have filed a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/DocketPDF/17/17-1179/36170/20180221174511203_17-____%20--%20AEIC%20v.%20NY%20--%20cert.%20petition.pdf\" target=\"_blank\" rel=\"noopener\">Petition for a Writ of Certiorari in the United States Supreme Court</a>. The petition is the mechanism by which plaintiffs request Supreme Court review of the Court of Appeals’ decision finding that the amendment to the statute in 2013 which closed the fund for reopened cases to any claim after 1/1/14 was cons','2022-04-04 07:15:10','2022-04-04 07:15:10'),(141,46414,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/search.aspx?filename=/docket/docketfiles/html/public/17-1179.html','supremecourt.gov','the case has been distributed for Conference on 5/31/18','According to information on the Supreme Court’s website, the case has been distributed for Conference on 5/31/18.','According to information on the Supreme Court’s website, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/search.aspx?filename=/docket/docketfiles/html/public/17-1179.html\" target=\"_blank\" rel=\"noopener\">the case has been distributed for Conference on 5/31/18</a>.','According to information on the Supreme Court’s website, the case has been distributed for Conference on 5/31/18.','According to information on the Supreme Court’s website, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.supremecourt.gov/search.aspx?filename=/docket/docketfiles/html/public/17-1179.html\" target=\"_blank\" rel=\"noopener\">the case has been distributed for Conference on 5/31/18</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(142,46388,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2018/2018_00586.htm','nycourts.gov','https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2018/2018_00586.htm','2018) which may be viewed in its entirety here: https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2018/2018_00586.htm.','2018) which may be viewed in its entirety here: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2018/2018_00586.htm\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2018/2018_00586.htm</a>.','2018) which may be viewed in its entirety here: https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2018/2018_00586.htm.','2018 in Matter of Yonkosky v. Town of Hamburg, 2018 NY Slip Op 00586, 158 AD3d 860 (3d Dept. 2018) which may be viewed in its entirety here: <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2018/2018_00586.htm\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2018/2018_00586.htm</a>.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(143,46386,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1119.jsp','wcb.ny.gov','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1119.jsp','Rodriguez, Chair of the WCB issued Subject 046-1119, https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1119.jsp, touting the Board’s dubious accomplishment in having reduced the appeals inventory to 3,297 applications awaiting a determination and brandishing a statistic that 92% were decided in less than 6 months.','Rodriguez, Chair of the WCB issued Subject 046-1119, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1119.jsp\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1119.jsp</a>, touting the Board’s dubious accomplishment in having reduced the appeals inventory to 3,297 applications awaiting a determination and brandishing a statistic that 92% were decided in less than 6 months.','On November 23, 2018, Clarissa M. Rodriguez, Chair of the WCB issued Subject 046-1119, https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1119.jsp, touting the Board’s dubious accomplishment in having reduced the appeals inventory to 3,297 applications awaiting a determination and brandishing a statistic that 92% were decided in less than 6 months.','On November 23, 2018, Clarissa M. Rodriguez, Chair of the WCB issued Subject 046-1119, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1119.jsp\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1119.jsp</a>, touting the Board’s dubious accomplishment in having reduced the appeals inventory to 3,297 applications awaiting a determination and brandishing a statistic that 92% were decided in less than 6 months.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(144,46387,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1067.jsp','wcb.ny.gov','Subject Number 046-1067','The Board has received a number of inquiries associated with Subject Number 046-1067, specifically related to the timing of the implementation of forms associated with Schedule Loss of Use evaluations.','The Board has received a number of inquiries associated with <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1067.jsp\" target=\"_blank\" rel=\"noopener\">Subject Number 046-1067</a>, specifically related to the timing of the implementation of forms associated with Schedule Loss of Use evaluations.','The Board has received a number of inquiries associated with Subject Number 046-1067, specifically related to the timing of the implementation of forms associated with Schedule Loss of Use evaluations.','The Board has received a number of inquiries associated with <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/SubjectNos/sn046_1067.jsp\" target=\"_blank\" rel=\"noopener\">Subject Number 046-1067</a>, specifically related to the timing of the implementation of forms associated with Schedule Loss of Use evaluations.','2022-04-04 07:15:10','2022-04-04 07:15:10'),(145,46381,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527345.pdf','decisions.courts.state.ny.us','https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527345.pdf','Saulsbury/Federal Signal, https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527345.pdf','Saulsbury/Federal Signal</u>, <a href=\"https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527345.pdf\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527345.pdf</a>','Stone v. Saulsbury/Federal Signal, https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527345.pdf','<u>Stone v. Saulsbury/Federal Signal</u>, <a href=\"https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527345.pdf\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527345.pdf</a>','2022-04-04 07:15:10','2022-04-04 07:15:10'),(146,46383,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527808.pdf','decisions.courts.state.ny.us','https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527808.pdf','Visiting Nurses Home Care, https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527808.pdf.','Visiting Nurses Home Care, </u><a href=\"https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527808.pdf\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527808.pdf</a>.','Scott v. Visiting Nurses Home Care, https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527808.pdf.','<u>Scott v. Visiting Nurses Home Care, </u><a href=\"https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527808.pdf\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentdecisions.courts.state.ny.us/ad3/Decisions/2019/527808.pdf</a>.','2022-04-04 07:15:11','2022-04-04 07:15:11'),(147,46380,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/melissa-a-day/','3602675.findlaw5.flsitebuilder.com','insurance carriers','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted to the Bar in 1997.','Melissa began her practice defending workers’ compensation <a href=\"/about/melissa-a-day/\">insurance carriers</a> and self-insured employers since shortly after she was admitted to the Bar in 1997.','Melissa was chosen for membership by the Buffalo Business First Leadership Trust Selection Committee due to her experience, leadership and influence in the local business landscape and beyond. Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted to the Bar in 1997. She has over 20 years of general workers’ compensation defense experience, and has extensive appellate experience at various appellate divisions, including successfully arguing Burns v.','Melissa was chosen for membership by the Buffalo Business First Leadership Trust Selection Committee due to her experience, leadership and influence in the local business landscape and beyond. Melissa began her practice defending workers’ compensation <a href=\"/about/melissa-a-day/\">insurance carriers</a> and self-insured employers since shortly after she was admitted to the Bar in 1997. She has over 20 years of general workers’ compensation defense experience, and has extensive appellate experience at various appellate divisions, including successfully arguing <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2007/2007_07498.htm\" target=\"_blank\" rel=\"noopener\">Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.</a> Melissa is extremely well versed in workers’ compensation subrogation issues and general liability defense and also frequently lectures on and blogs about recent developments in Workers’ Compensation Law. She is the Founder, Owner and Moderator of the Linkedin Group, New York Workers’ Compensation Forum which currently boasts nearly 1,600 members. She is a member of several legal professional memberships, including, New York Self Insured Association, Buffalo Clams Association, Self-Insured Association of the Niagara Frontier and Notre Dame Club of Buffalo/Western NY. Melissa’s degrees are from Canisius College where she receiv','2022-04-04 07:15:11','2022-04-04 07:15:11'),(148,46380,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2007/2007_07498.htm','nycourts.gov','Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.','She has over 20 years of general workers’ compensation defense experience, and has extensive appellate experience at various appellate divisions, including successfully arguing Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1. Melissa is extremely well versed in workers’ compensation subrogation issues and general liability defense and also frequently lectures on and blogs about recent developments in Workers’ Compensation Law.','She has over 20 years of general workers’ compensation defense experience, and has extensive appellate experience at various appellate divisions, including successfully arguing <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2007/2007_07498.htm\" target=\"_blank\" rel=\"noopener\">Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.</a> Melissa is extremely well versed in workers’ compensation subrogation issues and general liability defense and also frequently lectures on and blogs about recent developments in Workers’ Compensation Law.','She has over 20 years of general workers’ compensation defense experience, and has extensive appellate experience at various appellate divisions, including successfully arguing Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1. Melissa is extremely well versed in workers’ compensation subrogation issues and general liability defense and also frequently lectures on and blogs about recent developments in Workers’ Compensation Law.','she was admitted to the Bar in 1997. She has over 20 years of general workers’ compensation defense experience, and has extensive appellate experience at various appellate divisions, including successfully arguing <a href=\"https://thelomad.com/getmad.today/wp-contentwww.nycourts.gov/reporter/3dseries/2007/2007_07498.htm\" target=\"_blank\" rel=\"noopener\">Burns v. Varialle, 9 N.Y.3d 207, 879 N.E.2d 140, 849 N.Y.S.2d 1.</a> Melissa is extremely well versed in workers’ compensation subrogation issues and general liability defense and also frequently lectures on and blogs about recent developments in Workers’ Compensation Law. She is the Founder, Owner and Moderator of the Linkedin Group, New York Workers’ Compensation Forum which currently boasts nearly 1,600 members. She is a member of several legal professional memberships, including, New York Self Insured Association, Buffalo Clams Association, Self-Insured Association of the Niagara Frontier and Notre Dame Club of Buffalo/Western NY. Melissa’s degrees are from Canisius College where she received a B.A. in English and from Notre Dame Law','2022-04-04 07:15:11','2022-04-04 07:15:11'),(149,46378,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:regulations@wcb.ny.gov','3602675.findlaw5.flsitebuilder.com','regulations@wcb.ny.gov',' To submit comments email regulations@wcb.ny.gov.',' To submit comments email <a href=\"mailto:regulations@wcb.ny.gov\" target=\"_blank\" rel=\"noopener\">regulations@wcb.ny.gov</a>.',' To submit comments email regulations@wcb.ny.gov.',' To submit comments email <a href=\"mailto:regulations@wcb.ny.gov\" target=\"_blank\" rel=\"noopener\">regulations@wcb.ny.gov</a>. The 60 day comment period will end on August 7, 2020.','2022-04-04 07:15:11','2022-04-04 07:15:11'),(150,46329,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/ImpairmentGuidelines/SLU-FAQs.jsp','wcb.ny.gov','https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/ImpairmentGuidelines/SLU-FAQs.jsp',' https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/ImpairmentGuidelines/SLU-FAQs.jsp',' <a href=\"https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/ImpairmentGuidelines/SLU-FAQs.jsp\" target=\"_blank\" rel=\"noopener\">https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/ImpairmentGuidelines/SLU-FAQs.jsp</a>',' https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/ImpairmentGuidelines/SLU-FAQs.jsp',' https://thelomad.com/getmad.today/wp-contentwww.wcb.ny.gov/content/main/hcpp/ImpairmentGuidelines/SLU-FAQs.jsp','2022-04-04 07:15:11','2022-04-04 07:15:11'),(151,48934,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentvimeo.com/676362013','vimeo.com','click here','You can now watch a video of the oral argument from this case - click here to watch the video.','You can now watch a video of the oral argument from this case - <a href=\"https://thelomad.com/getmad.today/wp-contentvimeo.com/676362013\"><strong>click here</strong></a> to watch the video.','3d 207 (2007), has been the highlight of Melissa Day\'s career as an attorney. You can now watch a video of the oral argument from this case - click here to watch the video.','3d 207 (2007), has been the highlight of Melissa Day\'s career as an attorney. You can now watch a video of the oral argument from this case - <a href=\"https://thelomad.com/getmad.today/wp-contentvimeo.com/676362013\"><strong>click here</strong></a> to watch the video.','2022-04-04 07:15:11','2022-04-04 07:15:11'),(152,48934,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:mday@getMAD.today','3602675.findlaw5.flsitebuilder.com','mday@getMAD.today','You can request a password by sending an e-mail to Melissa Day at mday@getMAD.today','You can request a password by sending an e-mail to Melissa Day at <a role=\"link\" href=\"mailto:mday@getMAD.today\">mday@getMAD.today</a>','The video does require a password to view. You can request a password by sending an e-mail to Melissa Day at mday@getMAD.today','The video does require a password to view. You can request a password by sending an e-mail to Melissa Day at <a role=\"link\" href=\"mailto:mday@getMAD.today\">mday@getMAD.today</a>','2022-04-04 07:15:11','2022-04-04 07:15:11'),(238,46191,46077,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/day-melissa-a/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a href=\"/attorney/day-melissa-a/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(239,46191,46073,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/cousins-james-b','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/cousins-james-b\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(240,46191,46091,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/prince-brian-k/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/prince-brian-k/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(241,46191,46089,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/mackey-shannan-m-/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/mackey-shannan-m-/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(242,46191,46085,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/kornacki-paul-b-/','3602675.findlaw5.flsitebuilder.com','Read more','My Legal Superpower: 20 plus years of experience in Workers’ Compensation Read more','My Legal Superpower: 20 plus years of experience in Workers’ Compensation <a role=\"link\" href=\"/attorney/kornacki-paul-b-/\">Read more</a>','My Legal Superpower: 20 plus years of experience in Workers’ Compensation Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row7\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/09/Cassie_Christman_pp.jpg\" url=\"/attorney/christman-cassandra-e/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Cassandra E. Christman','My Legal Superpower: 20 plus years of experience in Workers’ Compensation <a role=\"link\" href=\"/attorney/kornacki-paul-b-/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row7\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/09/Cassie_Christman_pp.jpg\" url=\"/attorney/christman-cassandra-e/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Cassandra E. Christman</span>','2022-04-11 20:14:58','2022-04-11 20:14:58'),(243,46191,46071,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/christman-cassandra-e/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/christman-cassandra-e/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(244,46191,46075,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/daly-melanie-a/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/daly-melanie-a/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(245,46191,46079,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/diegelman-neil-a/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/attorney/diegelman-neil-a/\">Read More</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(246,46191,46083,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/hatten-alexis-d/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/hatten-alexis-d/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(247,46191,46081,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/gray-katrina/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/gray-katrina/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(248,46191,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/buehler-vicki-l/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/buehler-vicki-l/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(249,46191,48168,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/shannon-brendan-t/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/attorney/shannon-brendan-t/\">Read More</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(250,46191,47314,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/gould-andrew/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/gould-andrew/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(251,46191,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/huang-bingchen-x/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/attorney/huang-bingchen-x/\">Read More</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(252,46191,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/harada-satoko-suki-x/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/attorney/harada-satoko-suki-x/\">Read More</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(253,46191,47861,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/frances-mary/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/attorney/frances-mary/\">Read more</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(254,46191,48606,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/machelor-kristin-m/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/attorney/machelor-kristin-m/\">Read More</a>','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]James B. Cousins[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]James B.','My Legal Superpower: Using my weird, bent way of looking at the world to study the language of a statute and find defenses where none were previously thought to exist. <a href=\"/attorney/day-melissa-a/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row2\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/James_Cousins_pp.jpg\" url=\"/attorney/cousins-james-b/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.14.2\" text_font=\"Playfair Display|600|||on|||#211865|\" text_text_color=\"#211865\" text_font_size=\"23px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_3_text_color=\"#211865\" header_4_text_color=\"#ffffff\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" custom_margin=\"||10px||false|false\" link_option_url=\"/attorney/cousins-james-b/\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" disabled=\"on\" global_colors_info=\"{}\"]<h2>James B. Cousins</h2>[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">James B.','2022-04-11 20:14:58','2022-04-11 20:14:58'),(330,48410,46179,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/thomas-m-dickinson/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(331,48410,46129,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/elena-n-camp/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/elena-n-camp/\">Read more</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(332,48410,46171,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/rebecca-c-brashear/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/rebecca-c-brashear/\">Read more</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(333,48410,46119,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/jillian-m-chavers/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/jillian-m-chavers/\">Read more</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(334,48410,46101,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/daniel-h-flynn/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/daniel-h-flynn/\">Read more</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(335,48410,46121,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/jody-l-guiher/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/jody-l-guiher/\">Read more</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(336,48410,46132,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/jenny-l-malkowski/','3602675.findlaw5.flsitebuilder.com','Read more','Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row24\" module_class=\"fl-feature\" _builder_version=\"4.','<a role=\"link\" href=\"/about/jenny-l-malkowski/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row24\" module_class=\"fl-feature\" _builder_version=\"4.','She has worked extensively in the legal field for more than 10 years in various areas of ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row24\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/Justice-WIlliams.jpg\" url=\"/about/justice-c-williams/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Justice C. Williams','She has worked extensively in the legal field for more than 10 years in various areas of ... <a role=\"link\" href=\"/about/jenny-l-malkowski/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row24\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/11/Justice-WIlliams.jpg\" url=\"/about/justice-c-williams/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Justice C. Williams</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(337,48410,46122,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/justice-c-williams/','3602675.findlaw5.flsitebuilder.com','Read more','Read more','<a role=\"link\" href=\"/about/justice-c-williams/\">Read more</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(338,48410,48023,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/danielle-f-draschan/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/about/danielle-f-draschan/\">Read More</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(339,48410,48022,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/jessica-m-stevens/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/about/jessica-m-stevens/\">Read More</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(340,48410,48020,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/corrine-n-newman/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/about/corrine-n-newman/\">Read More</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(341,48410,48823,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/kelsey-x-kunz/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/about/kelsey-x-kunz/\">Read More</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(342,48410,48685,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/alexandra-m-rizk/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/about/alexandra-m-rizk/\">Read More</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(343,48410,48691,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/maxwell-j-doldan/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/about/maxwell-j-doldan/\">Read More</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(344,48410,48689,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/kierria-a-jones/','3602675.findlaw5.flsitebuilder.com','Read More','Read More','<a role=\"link\" href=\"/about/kierria-a-jones/\">Read More</a>','During his tenure at Special Funds, Tom defended the interests ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Elena N. Camp','During his tenure at Special Funds, Tom defended the interests ... <a role=\"link\" href=\"/about/thomas-m-dickinson/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row14\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Elena_Camp_pp.jpg\" url=\"/about/elena-n-camp/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Elena N. Camp</span>','2022-04-20 18:14:51','2022-04-20 18:14:51'),(353,48173,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentv.ringcentral.com/conf/on/109954692','v.ringcentral.com','“Lawyers and Friends”','Check out LOMADtv – click on the picture below to join us live on the 4th Friday of each month at noon for our new series “Lawyers and Friends”!','<h2>Check out LOMADtv – click on the picture below to join us live on the 4th Friday of each month at noon for our new series <strong><a href=\"https://thelomad.com/getmad.today/wp-contentv.ringcentral.com/conf/on/109954692\">“Lawyers and Friends”</a>!','Check out LOMADtv – click on the picture below to join us live on the 4th Friday of each month at noon for our new series “Lawyers and Friends”![/et_pb_text][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/01/holiday-photo.png\" align=\"center\" _builder_version=\"4.14.2\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.14.2\" global_colors_info=\"{}\"]Having trouble clicking the link in the picture above? CLICK HERE instead.[/et_pb_text][et_pb_text admin_label=\"Testimonial\" _builder_version=\"4.3.2\" custom_margin=\"15px||15px||true|false\" custom_padding=\"20px|20px|20px|20px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"]Studio Audience Reviews','Check out LOMADtv – click on the picture below to join us live on the 4th Friday of each month at noon for our new series <strong><a href=\"https://thelomad.com/getmad.today/wp-contentv.ringcentral.com/conf/on/109954692\">“Lawyers and Friends”</a>!</strong></h2>[/et_pb_text][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/01/holiday-photo.png\" align=\"center\" _builder_version=\"4.14.2\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.14.2\" global_colors_info=\"{}\"]<h3>Having trouble clicking the link in the picture above? <a href=\"https://thelomad.com/getmad.today/wp-contentv.ringcentral.com/conf/on/109954692\"><strong>CLICK HERE</strong></a> instead.</h3>[/et_pb_text][et_pb_text admin_label=\"Testimonial\" _builder_version=\"4.3.2\" custom_margin=\"15px||15px||true|false\" custom_padding=\"20px|20px|20px|20px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"]<h3><span style=\"text-decoration: underline\">Studio Audience Reviews</span>','2022-04-29 18:19:47','2022-04-29 18:19:47'),(354,48173,0,0,1,0,'https://thelomad.com/getmad.today/wp-contentv.ringcentral.com/conf/on/109954692','v.ringcentral.com','CLICK HERE','CLICK HERE instead.','<a href=\"https://thelomad.com/getmad.today/wp-contentv.ringcentral.com/conf/on/109954692\"><strong>CLICK HERE</strong></a> instead.','Check out LOMADtv – click on the picture below to join us live on the 4th Friday of each month at noon for our new series “Lawyers and Friends”![/et_pb_text][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/01/holiday-photo.png\" align=\"center\" _builder_version=\"4.14.2\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.14.2\" global_colors_info=\"{}\"]Having trouble clicking the link in the picture above? CLICK HERE instead.[/et_pb_text][et_pb_text admin_label=\"Testimonial\" _builder_version=\"4.3.2\" custom_margin=\"15px||15px||true|false\" custom_padding=\"20px|20px|20px|20px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"]Studio Audience Reviews','Check out LOMADtv – click on the picture below to join us live on the 4th Friday of each month at noon for our new series <strong><a href=\"https://thelomad.com/getmad.today/wp-contentv.ringcentral.com/conf/on/109954692\">“Lawyers and Friends”</a>!</strong></h2>[/et_pb_text][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2022/01/holiday-photo.png\" align=\"center\" _builder_version=\"4.14.2\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.14.2\" global_colors_info=\"{}\"]<h3>Having trouble clicking the link in the picture above? <a href=\"https://thelomad.com/getmad.today/wp-contentv.ringcentral.com/conf/on/109954692\"><strong>CLICK HERE</strong></a> instead.</h3>[/et_pb_text][et_pb_text admin_label=\"Testimonial\" _builder_version=\"4.3.2\" custom_margin=\"15px||15px||true|false\" custom_padding=\"20px|20px|20px|20px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"]<h3><span style=\"text-decoration: underline\">Studio Audience Reviews</span>','2022-04-29 18:19:47','2022-04-29 18:19:47'),(355,48173,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:mday@getMAD.today','3602675.findlaw5.flsitebuilder.com','mday@getMAD.today','If there is a specific webinar you want to view in the archives just email mday@getMAD.today for a password.','If there is a specific webinar you want to view in the archives just email <a href=\"mailto:mday@getMAD.today\">mday@getMAD.today</a> for a password.','The Breakfast Club are morning webinars that are held once a month on Friday.The Basic Issues of Compensability series is a lunch time series happening monthly on a Monday.They have different presenters and record the presentations as well and post them to this page for future viewing. If there is a specific webinar you want to view in the archives just email mday@getMAD.today for a password.-Erin GrecoService Improvement Specialist[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" custom_margin=\"48px|||||\" custom_padding=\"7px|||||\" global_colors_info=\"{}\"]Select a video below','The Breakfast Club are morning webinars that are held once a month on Friday.<br />The Basic Issues of Compensability series is a lunch time series happening monthly on a Monday.<br />They have different presenters and record the presentations as well and post them to this page for future viewing. If there is a specific webinar you want to view in the archives just email <a href=\"mailto:mday@getMAD.today\">mday@getMAD.today</a> for a password.<br />-Erin Greco<br />Service Improvement Specialist[/et_pb_text][et_pb_text _builder_version=\"4.14.2\" custom_margin=\"48px|||||\" custom_padding=\"7px|||||\" global_colors_info=\"{}\"]<h3>Select a video below','2022-04-29 18:19:47','2022-04-29 18:19:47'),(356,48173,0,1,0,0,'https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.commailto:mday@getMAD.today','3602675.findlaw5.flsitebuilder.com','mday@getMAD.today','You can request a password for any of the videos listed below by sending an e-mail to Melissa Day at mday@getMAD.today','You can request a password for any of the videos listed below by sending an e-mail to Melissa Day at <a href=\"mailto:mday@getMAD.today\">mday@getMAD.today</a>','The videos do require a password to view, however. You can request a password for any of the videos listed below by sending an e-mail to Melissa Day at mday@getMAD.today[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Videos List\" _builder_version=\"4.3.2\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" hover_enabled=\"0\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.8\" custom_margin=\"21px|||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Virtual Lawyers and Friends','the re-run! Click on a link to one of the videos down below to see any video. The videos do require a password to view, however. You can request a password for any of the videos listed below by sending an e-mail to Melissa Day at <a href=\"mailto:mday@getMAD.today\">mday@getMAD.today</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Videos List\" _builder_version=\"4.3.2\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" hover_enabled=\"0\" locked=\"off\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.8\" custom_margin=\"21px|||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>Virtual Lawyers and Friends','2022-04-29 18:19:47','2022-04-29 18:19:47');
/*!40000 ALTER TABLE `cuB_aioseo_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_aioseo_links_post_relationships`
--
DROP TABLE IF EXISTS `cuB_aioseo_links_post_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_aioseo_links_post_relationships` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL,
`suggestion_post_id` bigint(20) unsigned NOT NULL,
`prioritized` tinyint(1) NOT NULL DEFAULT '0',
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `ndx_aioseo_links_post_relationships_post_id_suggestion_post_id` (`post_id`,`suggestion_post_id`),
KEY `ndx_aioseo_links_post_relationships_post_id` (`post_id`),
KEY `ndx_aioseo_links_post_relationships_suggestion_post_id` (`suggestion_post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_aioseo_links_post_relationships`
--
LOCK TABLES `cuB_aioseo_links_post_relationships` WRITE;
/*!40000 ALTER TABLE `cuB_aioseo_links_post_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_aioseo_links_post_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_aioseo_links_suggestions`
--
DROP TABLE IF EXISTS `cuB_aioseo_links_suggestions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_aioseo_links_suggestions` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL,
`linked_post_id` bigint(20) unsigned NOT NULL,
`anchor` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`phrase` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`phrase_html` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`original_phrase_html` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`paragraph` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`paragraph_html` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`dismissed` tinyint(1) NOT NULL DEFAULT '0',
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `ndx_aioseo_links_suggestions_post_id` (`post_id`),
KEY `ndx_aioseo_links_suggestions_linked_post_id` (`linked_post_id`),
KEY `ndx_aioseo_links_suggestions_phrase` (`phrase`(10))
) ENGINE=InnoDB AUTO_INCREMENT=844 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_aioseo_links_suggestions`
--
LOCK TABLES `cuB_aioseo_links_suggestions` WRITE;
/*!40000 ALTER TABLE `cuB_aioseo_links_suggestions` DISABLE KEYS */;
INSERT INTO `cuB_aioseo_links_suggestions` VALUES (1,46091,46350,'work accident to him, but actually denied any accident','We were able to get concessions from her PA that she never disclosed a work accident to him, but actually denied any accident','We were able to get concessions from her PA that she never disclosed a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">work accident to him, but actually denied any accident</a>','We were able to get concessions from her PA that she never disclosed a work accident to him, but actually denied any accident','My first disallowance when I first started Workers\' Compensation for a claimant who requested time off work, was denied, and just so happened to have an accident the day before the time she previously requested off is one of my favorite wins. We were able to get concessions from her PA that she never disclosed a work accident to him, but actually denied any accident. This was my favorite case because it was my first time taking claimant testimony and I got plenty of objections which would make me stumble and more nervous, and I felt humiliated for asking so many questions about the inconsistencies in the record because “asked and answered” was a frequent objection.','We were able to get concessions from her PA that she never disclosed a work accident to him, but actually denied any accident. This was my favorite case because it was my first time taking claimant testimony and I got plenty of objections which would make me stumble and more nervous, and I felt humiliated for asking so many questions about the inconsistencies in the record because “asked and answered” was a frequent objection. However, my intuition was correct and I prevailed on the same inconsistencies claimant’s counsel continued to object to questions regarding.</li>',0,'2022-04-04 07:49:20','2022-04-04 07:49:20'),(2,46541,46383,'amendments to WCL §25-a with respect to its retroactive','I would expect further litigation in connection with the amendments to WCL §25-a with respect to its retroactive application once the amendment becomes effective on January 1, 2014','I would expect further litigation in connection with the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\">amendments to WCL §25-a with respect to its retroactive</a> application once the amendment becomes effective on January 1, 2014','I would expect further litigation in connection with the amendments to WCL §25-a with respect to its retroactive application once the amendment becomes effective on January 1, 2014','I would expect further litigation in connection with the amendments to WCL §25-a with respect to its retroactive application once the amendment becomes effective on January 1, 2014. Given the language in the statute permitting an application for WCL-25-a relief to be filed for those claims which are ripe for adjudication of the issue prior to the effective date of the amendment, the legislature may have solved the retroactivity problem which was adjudicated in the decision of the Matter of Mills v.','I would expect further litigation in connection with the amendments to WCL §25-a with respect to its retroactive application once the amendment becomes effective on January 1, 2014.',0,'2022-04-04 07:49:23','2022-04-04 07:49:23'),(3,46345,46561,'claimant tried to say that she hadn’t disclosed','The claimant tried to say that she hadn’t disclosed the business because she didn’t think of it as her own business because she had “opened the business for her family” and her brother did the actual cleaning work, but she admitted that the business license was in her name, she had bought tickets to go out of state for training, she had purchased the products and rented storage space to store them, the commercial vehicle was in her name, and she was the only person who could access the business bank accounts','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant tried to say that she hadn’t disclosed</a> the business because she didn’t think of it as her own business because she had “opened the business for her family” and her brother did the actual cleaning work, but she admitted that the business license was in her name, she had bought tickets to go out of state for training, she had purchased the products and rented storage space to store them, the commercial vehicle was in her name, and she was the only person who could access the business bank accounts','The claimant tried to say that she hadn’t disclosed the business because she didn’t think of it as her own business because she had “opened the business for her family” and her brother did the actual cleaning work, but she admitted that the business license was in her name, she had bought tickets to go out of state for training, she had purchased the products and rented storage space to store them, the commercial vehicle was in her name, and she was the only person who could access the business bank accounts','We raised fraud. The claimant tried to say that she hadn’t disclosed the business because she didn’t think of it as her own business because she had “opened the business for her family” and her brother did the actual cleaning work, but she admitted that the business license was in her name, she had bought tickets to go out of state for training, she had purchased the products and rented storage space to store them, the commercial vehicle was in her name, and she was the only person who could access the business bank accounts. The judge implemented a lifetime ban. ','the claimant posted about her new carpet-cleaning business on Facebook, trying to drum up interest. We went digging and were able to turn up further posts about a business the claimant started, which led us to a business license in her name. Our investigators then set up a sting operation and were able to film the claimant engaging in work activities. We raised fraud. The claimant tried to say that she hadn’t disclosed the business because she didn’t think of it as her own business because she had “opened the business for her family” and her brother did the actual cleaning work, but she admitted that the business license was in her name, she had bought tickets to go out of state for training, she had purchased the products and rented storage space to store them, the commercial vehicle was in her name, and she was the only person who could access the business bank accounts.',0,'2022-04-04 07:49:28','2022-04-04 07:49:28'),(4,46345,46561,'claimant didn’t disclose','On another case, a claimant didn’t disclose that he was selling guns','On another case, a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant didn’t disclose</a> that he was selling guns','On another case, a claimant didn’t disclose that he was selling guns','I was once involved in a case where we realized the claimant was working as a clown (no, I’m not kidding!) and although she tried to say it was therapeutic, her social media was full of posts advertising her various gigs and discussing her rates. On another case, a claimant didn’t disclose that he was selling guns. His social media was clean – but his wife’s Facebook posts were full of videos of the claimant and his family at gun shows, the claimant sitting behind a sales booth and demonstrating various guns for sale, sales advertisements, and directions to call the claimant’s cell phone to arrange appointments. ','one social media account, and most of us have several: Facebook, Instagram, TikTok, Twitter, the list goes on and grows by the day! I was once involved in a case where we realized the claimant was working as a clown (no, I’m not kidding!) and although she tried to say it was therapeutic, her social media was full of posts advertising her various gigs and discussing her rates. On another case, a claimant didn’t disclose that he was selling guns. His social media was clean – but his wife’s Facebook posts were full of videos of the claimant and his family at gun shows, the claimant sitting behind a sales booth and demonstrating various guns',0,'2022-04-04 07:49:28','2022-04-04 07:49:28'),(5,46345,46371,'claimant engaging in work','Our investigators then set up a sting operation and were able to film the claimant engaging in work activities','Our investigators then set up a sting operation and were able to film the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant engaging in work</a> activities','Our investigators then set up a sting operation and were able to film the claimant engaging in work activities','We went digging and were able to turn up further posts about a business the claimant started, which led us to a business license in her name. Our investigators then set up a sting operation and were able to film the claimant engaging in work activities. We raised fraud. ','Our investigators then set up a sting operation and were able to film the claimant engaging in work activities.',0,'2022-04-04 07:49:28','2022-04-04 07:49:28'),(6,46331,46371,'claimant in this victory was working','It was undisputed that the claimant in this victory was working without restrictions at the time of her injury','It was undisputed that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant in this victory was working</a> without restrictions at the time of her injury','It was undisputed that the claimant in this victory was working without restrictions at the time of her injury','It was undisputed that the claimant in this victory was working without restrictions at the time of her injury. She had to pass a physical demonstrating she was able to perform the job prior to being hired. ','It was undisputed that the claimant in this victory was working without restrictions at the time of her injury.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(7,46331,46371,'claimant eventually went out of work','The claimant eventually went out of work','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant eventually went out of work</a>','The claimant eventually went out of work','The claimant eventually went out of work. After a hard-litigated controversy the claim was established but she was found unattached. ','The claimant eventually went out of work. After a hard-litigated controversy the claim was established but she was found unattached. She was required to demonstrate attachment, and in that attempt she produced a resume and gave testimony regarding her prior application for Social Security Disability. The claimant testified she stopped working after her MVA and did not work again for five years until she started this new job.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(8,46331,46561,'claimant testified','The claimant testified she stopped working after her MVA and did not work again for five years until she started this new job','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant testified</a> she stopped working after her MVA and did not work again for five years until she started this new job','The claimant testified she stopped working after her MVA and did not work again for five years until she started this new job','She was required to demonstrate attachment, and in that attempt she produced a resume and gave testimony regarding her prior application for Social Security Disability. The claimant testified she stopped working after her MVA and did not work again for five years until she started this new job.','The claimant eventually went out of work. After a hard-litigated controversy the claim was established but she was found unattached. She was required to demonstrate attachment, and in that attempt she produced a resume and gave testimony regarding her prior application for Social Security Disability. The claimant testified she stopped working after her MVA and did not work again for five years until she started this new job.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(9,46331,46422,'medical records clearly demonstrated no ongoing history of treatment','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">medical records clearly demonstrated no ongoing history of treatment</a> due to the earlier MVA','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','We obtained the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA. We did not however, leave it at that.','the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(10,46331,46422,'claimant indicated she did not have ongoing treatment','Furthermore, the claimant indicated she did not have ongoing treatment at the time of her Workers’ Compensation injury and was completely healed','Furthermore, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimant indicated she did not have ongoing treatment</a> at the time of her Workers’ Compensation injury and was completely healed','Furthermore, the claimant indicated she did not have ongoing treatment at the time of her Workers’ Compensation injury and was completely healed','He felt that the claimant’s MVA five years before this instant injury was too far removed in time. Furthermore, the claimant indicated she did not have ongoing treatment at the time of her Workers’ Compensation injury and was completely healed. He indicated it was not relevant to her current disability.','Furthermore, the claimant indicated she did not have ongoing treatment at the time of her Workers’ Compensation injury and was completely healed.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(11,46331,46502,'medical records clearly demonstrated no ongoing history of treatment','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">medical records clearly demonstrated no ongoing history of treatment</a> due to the earlier MVA','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','We obtained the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA. We did not however, leave it at that.','the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(12,46331,46503,'medical records clearly demonstrated no ongoing history of treatment','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">medical records clearly demonstrated no ongoing history of treatment</a> due to the earlier MVA','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','We obtained the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA. We did not however, leave it at that.','the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(13,46331,46506,'medical records clearly demonstrated no ongoing history of treatment','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">medical records clearly demonstrated no ongoing history of treatment</a> due to the earlier MVA','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','We obtained the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA. We did not however, leave it at that.','the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(14,46331,46543,'medical records clearly demonstrated no ongoing history of treatment','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">medical records clearly demonstrated no ongoing history of treatment</a> due to the earlier MVA','The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA','We obtained the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA. We did not however, leave it at that.','the medical records. The medical records clearly demonstrated no ongoing history of treatment due to the earlier MVA.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(15,46331,46541,'obtained the claimant’s insurance','We also obtained the claimant’s insurance claim history','We also <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">obtained the claimant’s insurance</a> claim history','We also obtained the claimant’s insurance claim history','We also obtained the claimant’s insurance claim history. From that we were able to determine that the claimant had over a dozen lawsuits due to injuries in the past few years. ','We also obtained the claimant’s insurance claim history.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(16,46331,46549,'disabled in a compensation sense based on the totality','We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence','We used all of her prior attachment testimony against her to demonstrate that she was <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">disabled in a compensation sense based on the totality</a> of the evidence','We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence','We argued that the standard was whether the claimant was disabled in a compensation sense. We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence. The WCLJ found that 50% of the claim was unrelated.','we argued that the standard was not whether the claimant’s condition was active and symptomatic. All evidence indicated it was not. We argued that the standard was whether the claimant was disabled in a compensation sense. We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(17,46331,46549,'claimant was disabled','We argued that the standard was whether the claimant was disabled in a compensation sense','We argued that the standard was whether the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant was disabled</a> in a compensation sense','We argued that the standard was whether the claimant was disabled in a compensation sense','All evidence indicated it was not. We argued that the standard was whether the claimant was disabled in a compensation sense. We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence. ','we argued that the standard was not whether the claimant’s condition was active and symptomatic. All evidence indicated it was not. We argued that the standard was whether the claimant was disabled in a compensation sense. We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(18,46331,46553,'disabled in a compensation sense based on the totality','We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence','We used all of her prior attachment testimony against her to demonstrate that she was <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">disabled in a compensation sense based on the totality</a> of the evidence','We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence','We argued that the standard was whether the claimant was disabled in a compensation sense. We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence. The WCLJ found that 50% of the claim was unrelated.','we argued that the standard was not whether the claimant’s condition was active and symptomatic. All evidence indicated it was not. We argued that the standard was whether the claimant was disabled in a compensation sense. We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence.',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(19,46331,46553,'claimant was disabled','We argued that the standard was whether the claimant was disabled in a compensation sense','We argued that the standard was whether the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant was disabled</a> in a compensation sense','We argued that the standard was whether the claimant was disabled in a compensation sense','All evidence indicated it was not. We argued that the standard was whether the claimant was disabled in a compensation sense. We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense based on the totality of the evidence. ','we argued that the standard was not whether the claimant’s condition was active and symptomatic. All evidence indicated it was not. We argued that the standard was whether the claimant was disabled in a compensation sense. We used all of her prior attachment testimony against her to demonstrate that she was disabled in a compensation sense',0,'2022-04-04 08:56:18','2022-04-04 08:56:18'),(20,46436,46502,'opioid therapy is functional restoration – not merely pain','The goal of opioid therapy is functional restoration – not merely pain elimination','The goal of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">opioid therapy is functional restoration – not merely pain</a> elimination','The goal of opioid therapy is functional restoration – not merely pain elimination','The Board also held that the Guideline’s standards of care require a multi-disciplinary approach to pain management that is function-oriented and goal-specific. The goal of opioid therapy is functional restoration – not merely pain elimination. The Board discussed that the NAP Guidelines provide that weaning from opioids can be done at a decrease of 10% per week without significant health risks to the claimant. ','The Board specifically indicated there was not enough evidence to demonstrate that Dr. Salcedo was transitioning this claimant’s care into the standards set forth within the NAP Guidelines. The Board also held that the Guideline’s standards of care require a multi-disciplinary approach to pain management that is function-oriented and goal-specific. The goal of opioid therapy is functional restoration – not merely pain elimination.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(21,46436,46502,'chronic opioid use and pain','Salcedo’s testimony was taken, and he indicated that the claimant had chronic opioid use and pain tolerance, along with dependency','Salcedo’s testimony was taken, and he indicated that the claimant had <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">chronic opioid use and pain</a> tolerance, along with dependency','Salcedo’s testimony was taken, and he indicated that the claimant had chronic opioid use and pain tolerance, along with dependency','Dr. Salcedo’s testimony was taken, and he indicated that the claimant had chronic opioid use and pain tolerance, along with dependency. The doctor indicated he was in the process of weaning, but then described a generic plan to reduce the claimant’s intake.','Salcedo’s testimony was taken, and he indicated that the claimant had chronic opioid use and pain tolerance, along with dependency.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(22,46436,46502,'treatment facilities for addiction management','When rendering a final conclusion in this claim, they noted that the Office of Alcoholism and Substance Abuse Services in the State of New York provides a list of certified inpatient and outpatient treatment facilities for addiction management','When rendering a final conclusion in this claim, they noted that the Office of Alcoholism and Substance Abuse Services in the State of New York provides a list of certified inpatient and outpatient <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">treatment facilities for addiction management</a>','When rendering a final conclusion in this claim, they noted that the Office of Alcoholism and Substance Abuse Services in the State of New York provides a list of certified inpatient and outpatient treatment facilities for addiction management','When rendering a final conclusion in this claim, they noted that the Office of Alcoholism and Substance Abuse Services in the State of New York provides a list of certified inpatient and outpatient treatment facilities for addiction management. They directed the carrier to cover the costs of the claimant addiction treatment program, 30 days’ worth of medication fill following the Decision, and payment for any narcotic prescription thereafter, only if written by an addiction treatment program provider.','When rendering a final conclusion in this claim, they noted that the Office of Alcoholism and Substance Abuse Services in the State of New York provides a list of certified inpatient and outpatient treatment facilities for addiction management. They directed the carrier to cover the costs of the claimant addiction treatment program, 30 days’ worth of medication fill following the Decision, and payment for any narcotic prescription thereafter, only if written by an addiction treatment program provider.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(23,46436,46502,'cost of the addiction treatment','The Decision also indicates that once non-compliance with the NAP Guidelines has been found that Carriers are liable for the payment of one last time-specific fill, and only for scripts filled by an authorized addiction specialist thereafter, along with the cost of the addiction treatment program','The Decision also indicates that once non-compliance with the NAP Guidelines has been found that Carriers are liable for the payment of one last time-specific fill, and only for scripts filled by an authorized addiction specialist thereafter, along with the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">cost of the addiction treatment</a> program','The Decision also indicates that once non-compliance with the NAP Guidelines has been found that Carriers are liable for the payment of one last time-specific fill, and only for scripts filled by an authorized addiction specialist thereafter, along with the cost of the addiction treatment program','The Board is directing claimants to take action on behalf of themselves for their own care. The Decision also indicates that once non-compliance with the NAP Guidelines has been found that Carriers are liable for the payment of one last time-specific fill, and only for scripts filled by an authorized addiction specialist thereafter, along with the cost of the addiction treatment program. Based on the language of this Decision, payment of the program and the scripts through the program, even if it is not a WC authorized provider, is required.','<li>The Board is directing claimants to take action on behalf of themselves for their own care. The Decision also indicates that once non-compliance with the NAP Guidelines has been found that Carriers are liable for the payment of one last time-specific fill, and only for scripts filled by an authorized addiction specialist thereafter, along with the cost of the addiction treatment program. Based on the language of this Decision, payment of the program and the scripts through the program',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(24,46436,46502,'pain management treatment','He had rotated through a number of pain management treatment providers with the most recent provider, Dr','He had rotated through a number of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">pain management treatment</a> providers with the most recent provider, Dr','He had rotated through a number of pain management treatment providers with the most recent provider, Dr','He was also on opioid medications since the inception of the claim in 2002. He had rotated through a number of pain management treatment providers with the most recent provider, Dr. Salcedo, starting treatment in 2011.','he claimant was classified with a permanent total disability. He was also on opioid medications since the inception of the claim in 2002. He had rotated through a number of pain management treatment providers with the most recent provider, Dr.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(25,46436,46502,'opioid medications','He was also on opioid medications since the inception of the claim in 2002','He was also on <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">opioid medications</a> since the inception of the claim in 2002','He was also on opioid medications since the inception of the claim in 2002','Significantly, in this case the claimant was classified with a permanent total disability. He was also on opioid medications since the inception of the claim in 2002. He had rotated through a number of pain management treatment providers with the most recent provider, Dr.','he claimant was classified with a permanent total disability. He was also on opioid medications since the inception of the claim in 2002.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(26,46436,46502,'opioid medications','While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition','While with this practice group, the claimant was rotated through numerous <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">opioid medications</a> with none providing any objective functional improvement in his condition','While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition','Salcedo, starting treatment in 2011. While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition. The claimant’s current medications were: Soma 250mg, Lunesta 3mg, Exalgo 16mg, Fentora 800mg, and Klonopin.','While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(27,46436,46502,'opioid medications','Salcedo sought authorization for Evzio, which temporarily reverses the side effects of opioid medications in situations of overdose','Salcedo sought authorization for Evzio, which temporarily reverses the side effects of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">opioid medications</a> in situations of overdose','Salcedo sought authorization for Evzio, which temporarily reverses the side effects of opioid medications in situations of overdose','Interestingly, Dr. Salcedo sought authorization for Evzio, which temporarily reverses the side effects of opioid medications in situations of overdose.','Salcedo sought authorization for Evzio, which temporarily reverses the side effects of opioid medications in situations of overdose.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(28,46436,46502,'opioid medications','Salcedo recommended rotating the claimant’s opioid medications by shifting the claimant from Exalgo to Belbuca and then weaning the claimant off of Fentora','Salcedo recommended rotating the claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">opioid medications</a> by shifting the claimant from Exalgo to Belbuca and then weaning the claimant off of Fentora','Salcedo recommended rotating the claimant’s opioid medications by shifting the claimant from Exalgo to Belbuca and then weaning the claimant off of Fentora','Thereafter, Dr. Salcedo recommended rotating the claimant’s opioid medications by shifting the claimant from Exalgo to Belbuca and then weaning the claimant off of Fentora. The provider’s reasoning for the transition of medications was that the current regimen does not provide any functional gains.','Salcedo, starting treatment in 2011. While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition. The claimant’s current medications were: Soma 250mg, Lunesta 3mg, Exalgo 16mg, Fentora',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(29,46436,46502,'pain management','The Board also held that the Guideline’s standards of care require a multi-disciplinary approach to pain management that is function-oriented and goal-specific','The Board also held that the Guideline’s standards of care require a multi-disciplinary approach to <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">pain management</a> that is function-oriented and goal-specific','The Board also held that the Guideline’s standards of care require a multi-disciplinary approach to pain management that is function-oriented and goal-specific','Salcedo was transitioning this claimant’s care into the standards set forth within the NAP Guidelines. The Board also held that the Guideline’s standards of care require a multi-disciplinary approach to pain management that is function-oriented and goal-specific. The goal of opioid therapy is functional restoration – not merely pain elimination. ','The Board specifically indicated there was not enough evidence to demonstrate that Dr. Salcedo was transitioning this claimant’s care into the standards set forth within the NAP Guidelines. The Board also held that the Guideline’s standards of care require a multi-disciplinary approach to pain management that is function-oriented and goal-specific.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(30,46436,46342,'medications since the inception of the claim','He was also on opioid medications since the inception of the claim in 2002','He was also on opioid <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medications since the inception of the claim</a> in 2002','He was also on opioid medications since the inception of the claim in 2002','Significantly, in this case the claimant was classified with a permanent total disability. He was also on opioid medications since the inception of the claim in 2002. He had rotated through a number of pain management treatment providers with the most recent provider, Dr.','he claimant was classified with a permanent total disability. He was also on opioid medications since the inception of the claim in 2002.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(31,46436,46342,'opinion that the medications','Grammar, who reiterated his opinion that the medications deviated from the NAP Guidelines, and that weaning could take six to eight weeks, with prolonged weaning taking a period of six to eight months','Grammar, who reiterated his <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">opinion that the medications</a> deviated from the NAP Guidelines, and that weaning could take six to eight weeks, with prolonged weaning taking a period of six to eight months','Grammar, who reiterated his opinion that the medications deviated from the NAP Guidelines, and that weaning could take six to eight weeks, with prolonged weaning taking a period of six to eight months','An addendum was sought from Dr. Grammar, who reiterated his opinion that the medications deviated from the NAP Guidelines, and that weaning could take six to eight weeks, with prolonged weaning taking a period of six to eight months.','Grammar, who reiterated his opinion that the medications deviated from the NAP Guidelines, and that weaning could take six to eight weeks, with prolonged weaning taking a period of six to eight months.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(32,46436,46482,'pain management treatment','He had rotated through a number of pain management treatment providers with the most recent provider, Dr','He had rotated through a number of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/non-acute-pain-treatment-guidelines/\">pain management treatment</a> providers with the most recent provider, Dr','He had rotated through a number of pain management treatment providers with the most recent provider, Dr','He was also on opioid medications since the inception of the claim in 2002. He had rotated through a number of pain management treatment providers with the most recent provider, Dr. Salcedo, starting treatment in 2011.','he claimant was classified with a permanent total disability. He was also on opioid medications since the inception of the claim in 2002. He had rotated through a number of pain management treatment providers with the most recent provider, Dr.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(33,46436,46422,'claimant was rotated through numerous opioid medications','While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition','While with this practice group, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimant was rotated through numerous opioid medications</a> with none providing any objective functional improvement in his condition','While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition','Salcedo, starting treatment in 2011. While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition. The claimant’s current medications were: Soma 250mg, Lunesta 3mg, Exalgo 16mg, Fentora 800mg, and Klonopin.','While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(34,46436,46561,'testified that the claimant','He also testified that the claimant failed to demonstrate any functional gains','He also <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">testified that the claimant</a> failed to demonstrate any functional gains','He also testified that the claimant failed to demonstrate any functional gains','The doctor indicated he was in the process of weaning, but then described a generic plan to reduce the claimant’s intake. He also testified that the claimant failed to demonstrate any functional gains. The described plan was to circulate and rotate new opioids to determine claimant’s best functionality.','he indicated that the claimant had chronic opioid use and pain tolerance, along with dependency. The doctor indicated he was in the process of weaning, but then described a generic plan to reduce the claimant’s intake. He also testified that the claimant failed to demonstrate any functional gains.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(35,46436,46553,'claimant failed to demonstrate any functional','He also testified that the claimant failed to demonstrate any functional gains','He also testified that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant failed to demonstrate any functional</a> gains','He also testified that the claimant failed to demonstrate any functional gains','The doctor indicated he was in the process of weaning, but then described a generic plan to reduce the claimant’s intake. He also testified that the claimant failed to demonstrate any functional gains. The described plan was to circulate and rotate new opioids to determine claimant’s best functionality.','he indicated that the claimant had chronic opioid use and pain tolerance, along with dependency. The doctor indicated he was in the process of weaning, but then described a generic plan to reduce the claimant’s intake. He also testified that the claimant failed to demonstrate any functional gains.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(36,46436,46553,'functional improvement','The basis for this appeal was that opioid rotation was inappropriate in the absence of objective functional improvement from the use of opioid medications','The basis for this appeal was that opioid rotation was inappropriate in the absence of objective <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">functional improvement</a> from the use of opioid medications','The basis for this appeal was that opioid rotation was inappropriate in the absence of objective functional improvement from the use of opioid medications','Again, an appeal of this decision was filed. The basis for this appeal was that opioid rotation was inappropriate in the absence of objective functional improvement from the use of opioid medications.','the claimant was classified with a permanent total disability. He was also on opioid medications since the inception of the claim in 2002. He had rotated through a number of pain management treatment providers with the most recent provider, Dr. Salcedo, starting treatment in 2011. While with this practice group, the claimant was rotated through numerous opioid medications with none providing any objective functional improvement in his condition. The claimant’s current medications',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(37,46436,46369,'review of the facts','After a thorough review of the facts of both appeals, the Board noted, importantly, that long term opioid users, although given the protection of Subject Number 046 – 457, were still required to come into compliance with the NAP Guidelines','After a thorough <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\">review of the facts</a> of both appeals, the Board noted, importantly, that long term opioid users, although given the protection of Subject Number 046 – 457, were still required to come into compliance with the NAP Guidelines','After a thorough review of the facts of both appeals, the Board noted, importantly, that long term opioid users, although given the protection of Subject Number 046 – 457, were still required to come into compliance with the NAP Guidelines','After a thorough review of the facts of both appeals, the Board noted, importantly, that long term opioid users, although given the protection of Subject Number 046 – 457, were still required to come into compliance with the NAP Guidelines. The Board specifically held that the Subject Number and the Guidelines are not in conflict with each other, but rather the Guidelines make clear that the goal for long-term opioid users is to be transitioned into the standards of care set forth within the NAP Guidelines.','After a thorough review of the facts of both appeals, the Board noted, importantly, that long term opioid users, although given the protection of Subject Number 046 – 457, were still required to come into compliance with the NAP Guidelines. The Board specifically held that the Subject Number and the Guidelines are not in conflict with each other, but rather the Guidelines make clear that the goal for long-term opioid users is to be transitioned into the standards of care set forth within the NAP Guidelines.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(38,46436,46543,'specifically found the claimant’s current medications','The Board specifically found the claimant’s current medications were not in compliance with NAP Guidelines, that any further opioid use must be consistent with the NAP Guidelines, and that compliance must be insured through urine screening','The Board <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">specifically found the claimant’s current medications</a> were not in compliance with NAP Guidelines, that any further opioid use must be consistent with the NAP Guidelines, and that compliance must be insured through urine screening','The Board specifically found the claimant’s current medications were not in compliance with NAP Guidelines, that any further opioid use must be consistent with the NAP Guidelines, and that compliance must be insured through urine screening','The Board specifically found the claimant’s current medications were not in compliance with NAP Guidelines, that any further opioid use must be consistent with the NAP Guidelines, and that compliance must be insured through urine screening.','The Board specifically found the claimant’s current medications were not in compliance with NAP Guidelines, that any further opioid use must be consistent with the NAP Guidelines, and that compliance must be insured through urine screening.',0,'2022-04-04 08:56:22','2022-04-04 08:56:22'),(39,46423,46236,'case law','existing case law on TID, nor a claimant’s right to obtain such a status','existing <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\">case law</a> on TID, nor a claimant’s right to obtain such a status','existing case law on TID, nor a claimant’s right to obtain such a status','Notably too, §35(2) states specifically that no provision of the section shall be read to “derogate or impair” existing case law on TID, nor a claimant’s right to obtain such a status.','existing case law on TID, nor a claimant’s right to obtain such a status.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(40,46423,46236,'case law','In addition, this section incorporates existing case law on total industrial disability','In addition, this section incorporates existing <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\">case law</a> on total industrial disability','In addition, this section incorporates existing case law on total industrial disability','Section 35 requires the Commissioner of Labor to survey and recommend best practices for return-to-work programs. In addition, this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, the bill additionally allows claimants to seek an exemption on extreme hardship grounds.','In addition, this section incorporates existing case law on total industrial disability.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(41,46423,46374,'claims after 2007 –','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all claims after 2007 – so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.)','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claims after 2007 –</a> so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.)','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all claims after 2007 – so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.)','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all claims after 2007 – so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.)','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all claims after 2007 – so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(42,46423,46421,'claims after 2007 –','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all claims after 2007 – so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.)','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">claims after 2007 –</a> so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.)','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all claims after 2007 – so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.)','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all claims after 2007 – so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.)','The effect of this amendment is unknown because the panel has reported no cases discussing such a redetermination, and it is fair to assume, based on the age of the amendment, that cases are not yet, or only just now, becoming ripe on this issue (the cap is 8.65 years, and LWEC, and §35, apply for all claims after 2007 – so allowing for time for treatment, surgery, etc, plus the litigation time for classification, in theory, 81% claimants may just now be approaching the end of their caps.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(43,46423,46503,'proof including the possibility of medical','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">proof including the possibility of medical</a> evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement. Our analysis reflects that financial hardship will be a threshold test.','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(44,46423,46503,'burden of proof','From our view, we think the two clearest factors of relevance are the (1) timing of the application and (2) burden of proof resting on the claimant','From our view, we think the two clearest factors of relevance are the (1) timing of the application and (2) <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">burden of proof</a> resting on the claimant','From our view, we think the two clearest factors of relevance are the (1) timing of the application and (2) burden of proof resting on the claimant','In our opinion, §35(3) is going to have many of the same growing pains that the rest of the reforms have had. From our view, we think the two clearest factors of relevance are the (1) timing of the application and (2) burden of proof resting on the claimant. Reading the statute, we think any application made after the caps expire is late and thus not actionable. ','From our view, we think the two clearest factors of relevance are the (1) timing of the application and (2) burden of proof resting on the claimant. Reading the statute, we think any application made after the caps expire is late and thus not actionable. Further, we think it will be up to the claimant',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(45,46423,46420,'section incorporates existing case','In addition, this section incorporates existing case law on total industrial disability','In addition, this <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\">section incorporates existing case</a> law on total industrial disability','In addition, this section incorporates existing case law on total industrial disability','Section 35 requires the Commissioner of Labor to survey and recommend best practices for return-to-work programs. In addition, this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, the bill additionally allows claimants to seek an exemption on extreme hardship grounds.','In addition, this section incorporates existing case law on total industrial disability.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(46,46423,46504,'loss of wage earning capacity','For those with loss of wage earning capacity of 80 percent or greater, the bill additionally allows claimants to seek an exemption on extreme hardship grounds','For those with <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">loss of wage earning capacity</a> of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds','For those with loss of wage earning capacity of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds','In addition, this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, the bill additionally allows claimants to seek an exemption on extreme hardship grounds. This provision provides an exemption for extreme financial hardship, while allowing judges to take into account factors in addition to claimants’ income and other available resources.','for permanent partial disability claimants who surpass their number of maximum benefit weeks. Section 35 requires the Commissioner of Labor to survey and recommend best practices for return-to-work programs. In addition, this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(47,46423,46509,'loss of wage earning capacity','For those with loss of wage earning capacity of 80 percent or greater, the bill additionally allows claimants to seek an exemption on extreme hardship grounds','For those with <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">loss of wage earning capacity</a> of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds','For those with loss of wage earning capacity of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds','In addition, this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, the bill additionally allows claimants to seek an exemption on extreme hardship grounds. This provision provides an exemption for extreme financial hardship, while allowing judges to take into account factors in addition to claimants’ income and other available resources.','for permanent partial disability claimants who surpass their number of maximum benefit weeks. Section 35 requires the Commissioner of Labor to survey and recommend best practices for return-to-work programs. In addition, this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(48,46423,46549,'bill additionally allows claimants','For those with loss of wage earning capacity of 80 percent or greater, the bill additionally allows claimants to seek an exemption on extreme hardship grounds','For those with loss of wage earning capacity of 80 percent or greater, <strong>the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">bill additionally allows claimants</a> to seek an exemption on extreme hardship grounds','For those with loss of wage earning capacity of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds','In addition, this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, the bill additionally allows claimants to seek an exemption on extreme hardship grounds. This provision provides an exemption for extreme financial hardship, while allowing judges to take into account factors in addition to claimants’ income and other available resources.','for permanent partial disability claimants who surpass their number of maximum benefit weeks. Section 35 requires the Commissioner of Labor to survey and recommend best practices for return-to-work programs. In addition, this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(49,46423,46549,'permanently partially disabled','This provision provides an exemption for extreme financial hardship, while allowing judges to take into account factors in addition to claimants’ income and other available resources. Finally, the Commissioner of Labor is directed to track those who are classified as permanently partially disabled over time','This provision provides an exemption for extreme financial hardship, while allowing judges to take into account factors in addition to claimants’ income and other available resources.</strong> Finally, the Commissioner of Labor is directed to track those who are classified as <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">permanently partially disabled</a> over time','This provision provides an exemption for extreme financial hardship, while allowing judges to take into account factors in addition to claimants’ income and other available resources.</strong> Finally, the Commissioner of Labor is directed to track those who are classified as permanently partially disabled over time','This provision provides an exemption for extreme financial hardship, while allowing judges to take into account factors in addition to claimants’ income and other available resources. Finally, the Commissioner of Labor is directed to track those who are classified as permanently partially disabled over time','this section incorporates existing case law on total industrial disability. For those with loss of wage earning capacity of 80 percent or greater, <strong>the bill additionally allows claimants to seek an exemption on extreme hardship grounds. This provision provides an exemption for extreme financial hardship, while allowing judges to take into account factors in addition to claimants’ income and other available resources.</strong> Finally, the Commissioner of Labor is directed to track those who are classified as permanently partially disabled over time.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(50,46423,46372,'change in medical condition, non-occupational medical conditions,','This makes us believe the inquiry will look at the claimant’s financial status which seems to be a necessary component of proving an entitlement to the safety net but that “factors in addition to claimants’ income and other available resources”, such as change in medical condition, non-occupational medical conditions, aging and other factors can also be considered in proving “extreme hardship.”','This makes us believe the inquiry will look at the claimant’s financial status which seems to be a necessary component of proving an entitlement to the safety net but that “factors in addition to claimants’ income and other available resources”, such as <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\">change in medical condition, non-occupational medical conditions,</a> aging and other factors can also be considered in proving “extreme hardship.”','This makes us believe the inquiry will look at the claimant’s financial status which seems to be a necessary component of proving an entitlement to the safety net but that “factors in addition to claimants’ income and other available resources”, such as change in medical condition, non-occupational medical conditions, aging and other factors can also be considered in proving “extreme hardship.”','This makes us believe the inquiry will look at the claimant’s financial status which seems to be a necessary component of proving an entitlement to the safety net but that “factors in addition to claimants’ income and other available resources”, such as change in medical condition, non-occupational medical conditions, aging and other factors can also be considered in proving “extreme hardship.”','This makes us believe the inquiry will look at the claimant’s financial status which seems to be a necessary component of proving an entitlement to the safety net but that “factors in addition to claimants’ income and other available resources”, such as change in medical condition, non-occupational medical conditions, aging and other factors can also be considered in proving “extreme hardship.”',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(51,46423,46511,'defense and shaping the application','Looking to way other laws have used that term may be useful in preparing a defense and shaping the application of the law in terms of developing favorable case law driven factors','Looking to way other laws have used that term may be useful in preparing a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">defense and shaping the application</a> of the law in terms of developing favorable case law driven factors','Looking to way other laws have used that term may be useful in preparing a defense and shaping the application of the law in terms of developing favorable case law driven factors','Looking to way other laws have used that term may be useful in preparing a defense and shaping the application of the law in terms of developing favorable case law driven factors. “Extreme hardship” is used in immigration law, and those courts have rejected “common results” of deportation as extreme hardship saying that the to qualify, the results would need to be unusual or beyond what would normally be expected. ','Looking to way other laws have used that term may be useful in preparing a defense and shaping the application of the law in terms of developing favorable case law driven factors.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(52,46423,46344,'claimant’s burden','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">claimant’s burden</a> should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement. Our analysis reflects that financial hardship will be a threshold test.','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(53,46423,46543,'including the possibility of medical','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">including the possibility of medical</a> evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement. Our analysis reflects that financial hardship will be a threshold test.','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(54,46423,46340,'medical evidence','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement. Our analysis reflects that financial hardship will be a threshold test.','Considering those few examples (we are sure there are more, but this is a quick review of low-hanging fruit) we would argue that the claimant’s burden should meet several tests/factors like those above, and that the claimant be required to produce vocational data, and some other corroborating proof including the possibility of medical evidence reflecting a deterioration, to establish entitlement.',0,'2022-04-04 08:56:23','2022-04-04 08:56:23'),(56,46129,46387,'board – from workers’ compensation','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">board – from workers’ compensation</a> to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','Elena is excited to a part of a lively group whose foremost goal is to foster strong partnerships with their clients, leading to a proactive rather than a reactive approach to strategies and goals. She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond. Over the past few years, she has honed her customer service and organizational skills, becoming a detail-oriented, proactive and intelligent assistant to the attorneys with whom she worked.','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond.',0,'2022-04-04 10:15:44','2022-04-04 10:15:44'),(57,46129,46508,'board – from workers’ compensation','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/12/did-you-know-the-board-has-retired-the-concept-of-the-compensable-retirement-the-death-knell-of-the-trifecta-zamora-and-the-so-called-compensable-retirement/\">board – from workers’ compensation</a> to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','Elena is excited to a part of a lively group whose foremost goal is to foster strong partnerships with their clients, leading to a proactive rather than a reactive approach to strategies and goals. She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond. Over the past few years, she has honed her customer service and organizational skills, becoming a detail-oriented, proactive and intelligent assistant to the attorneys with whom she worked.','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond.',0,'2022-04-04 10:15:44','2022-04-04 10:15:44'),(58,46129,46512,'board – from workers’ compensation','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">board – from workers’ compensation</a> to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','Elena is excited to a part of a lively group whose foremost goal is to foster strong partnerships with their clients, leading to a proactive rather than a reactive approach to strategies and goals. She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond. Over the past few years, she has honed her customer service and organizational skills, becoming a detail-oriented, proactive and intelligent assistant to the attorneys with whom she worked.','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond.',0,'2022-04-04 10:15:44','2022-04-04 10:15:44'),(59,46129,46555,'board – from workers’ compensation','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">board – from workers’ compensation</a> to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','Elena is excited to a part of a lively group whose foremost goal is to foster strong partnerships with their clients, leading to a proactive rather than a reactive approach to strategies and goals. She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond. Over the past few years, she has honed her customer service and organizational skills, becoming a detail-oriented, proactive and intelligent assistant to the attorneys with whom she worked.','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond.',0,'2022-04-04 10:15:44','2022-04-04 10:15:44'),(60,46129,46421,'– from workers’ compensation','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">– from workers’ compensation</a> to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','Elena is excited to a part of a lively group whose foremost goal is to foster strong partnerships with their clients, leading to a proactive rather than a reactive approach to strategies and goals. She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond. Over the past few years, she has honed her customer service and organizational skills, becoming a detail-oriented, proactive and intelligent assistant to the attorneys with whom she worked.','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond.',0,'2022-04-04 10:15:44','2022-04-04 10:15:44'),(61,46129,46486,'workers’ compensation','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board – from <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','Elena is excited to a part of a lively group whose foremost goal is to foster strong partnerships with their clients, leading to a proactive rather than a reactive approach to strategies and goals. She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond. Over the past few years, she has honed her customer service and organizational skills, becoming a detail-oriented, proactive and intelligent assistant to the attorneys with whom she worked.','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond.',0,'2022-04-04 10:15:44','2022-04-04 10:15:44'),(62,46351,46371,'– the phrase literally includes the work','The funny part is, the term “Think Tank” is packed with undertones of scholarship – the phrase literally includes the work “think”','The funny part is, the term “Think Tank” is packed with undertones of scholarship <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">– the phrase literally includes the work</a> “think”','The funny part is, the term “Think Tank” is packed with undertones of scholarship – the phrase literally includes the work “think”','The funny part is, the term “Think Tank” is packed with undertones of scholarship – the phrase literally includes the work “think”! In that limited sense, Law Firms should be assessed by their clients in this way – does a ','The funny part is, the term “Think Tank” is packed with undertones of scholarship – the phrase literally includes the work “think”!',0,'2022-04-04 10:15:49','2022-04-04 10:15:49'),(63,46351,46512,'– the phrase literally includes','The funny part is, the term “Think Tank” is packed with undertones of scholarship – the phrase literally includes the work “think”','The funny part is, the term “Think Tank” is packed with undertones of scholarship <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">– the phrase literally includes</a> the work “think”','The funny part is, the term “Think Tank” is packed with undertones of scholarship – the phrase literally includes the work “think”','The funny part is, the term “Think Tank” is packed with undertones of scholarship – the phrase literally includes the work “think”! In that limited sense, Law Firms should be assessed by their clients in this way – does a ','The funny part is, the term “Think Tank” is packed with undertones of scholarship – the phrase literally includes the work “think”!',0,'2022-04-04 10:15:49','2022-04-04 10:15:49'),(64,46478,46511,'carrier if the employer','An employer…shall file with the..board and with the carrier if the employer is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…','An employer…shall file with the..board and with the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carrier if the employer</a> is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…','An employer…shall file with the..board and with the carrier if the employer is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…','An employer…shall file with the..board and with the carrier if the employer is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…','An employer…shall file with the..board and with the carrier if the employer is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…',0,'2022-04-04 11:42:43','2022-04-04 11:42:43'),(65,46478,46546,'carrier if the employer','An employer…shall file with the..board and with the carrier if the employer is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…','An employer…shall file with the..board and with the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">carrier if the employer</a> is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…','An employer…shall file with the..board and with the carrier if the employer is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…','An employer…shall file with the..board and with the carrier if the employer is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…','An employer…shall file with the..board and with the carrier if the employer is insured, upon a form prescribed by the chair, a report of any accident resulting in personal injury which has caused or will cause a loss of time from regular duties of one day beyond the working day or shift on which the accident occurred, or which has required or will require medical treatment beyond ordinary first aid or more than two treatments by a person rendering first aid…',0,'2022-04-04 11:42:43','2022-04-04 11:42:43'),(66,46071,46342,'unanimously gave causal relationship','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship','This was a favorite win because all the doctors, including the IME, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">unanimously gave causal relationship</a>','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship','My other favorite win was a disallowance for a claimant who was alleging chemical exposure in the work place, but was never exposed to the chemical. This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, ','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure. The claim was ultimately disallowed, as the WCLJ credited the testimony of the lay witnesses over the claimant.</li>',0,'2022-04-04 11:42:49','2022-04-04 11:42:49'),(67,46071,46342,'causal relationship','The case had a very similar fact pattern including an IME which also gave causal relationship','The case had a very similar fact pattern including an IME which also gave <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">causal relationship</a>','The case had a very similar fact pattern including an IME which also gave causal relationship','a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure.','ther favorite win was a disallowance for a claimant who was alleging chemical exposure in the work place, but was never exposed to the chemical. This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure. The claim was ultimately disallowed, as the WCLJ credited the testimony of the lay witnesses over the claimant.</li>',0,'2022-04-04 11:42:49','2022-04-04 11:42:49'),(68,46071,46338,'causal relationship','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship','This was a favorite win because all the doctors, including the IME, unanimously gave <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">causal relationship</a>','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship','My other favorite win was a disallowance for a claimant who was alleging chemical exposure in the work place, but was never exposed to the chemical. This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, ','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure. The claim was ultimately disallowed, as the WCLJ credited the testimony of the lay witnesses over the claimant.</li>',0,'2022-04-04 11:42:49','2022-04-04 11:42:49'),(69,46071,46338,'causal relationship','The case had a very similar fact pattern including an IME which also gave causal relationship','The case had a very similar fact pattern including an IME which also gave <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">causal relationship</a>','The case had a very similar fact pattern including an IME which also gave causal relationship','a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure.','ther favorite win was a disallowance for a claimant who was alleging chemical exposure in the work place, but was never exposed to the chemical. This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure. The claim was ultimately disallowed, as the WCLJ credited the testimony of the lay witnesses over the claimant.</li>',0,'2022-04-04 11:42:49','2022-04-04 11:42:49'),(70,46071,46344,'causal relationship','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship','This was a favorite win because all the doctors, including the IME, unanimously gave <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">causal relationship</a>','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship','My other favorite win was a disallowance for a claimant who was alleging chemical exposure in the work place, but was never exposed to the chemical. This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, ','This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure. The claim was ultimately disallowed, as the WCLJ credited the testimony of the lay witnesses over the claimant.</li>',0,'2022-04-04 11:42:49','2022-04-04 11:42:49'),(71,46071,46344,'causal relationship','The case had a very similar fact pattern including an IME which also gave causal relationship','The case had a very similar fact pattern including an IME which also gave <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">causal relationship</a>','The case had a very similar fact pattern including an IME which also gave causal relationship','a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure.','ther favorite win was a disallowance for a claimant who was alleging chemical exposure in the work place, but was never exposed to the chemical. This was a favorite win because all the doctors, including the IME, unanimously gave causal relationship. However, just in time for writing the Memorandum of Law, a new Third Department case came down stating that if the doctor’s opinions are based on a faulty premise, they are not credible. The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure. The claim was ultimately disallowed, as the WCLJ credited the testimony of the lay witnesses over the claimant.</li>',0,'2022-04-04 11:42:49','2022-04-04 11:42:49'),(72,46071,46553,'claimant alleged','Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure','Through witness testimony we were able to prove the chemical exposure <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant alleged</a> occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure','Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure','The case had a very similar fact pattern including an IME which also gave causal relationship. Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure. The claim was ultimately disallowed, as the WCLJ credited the testimony of the lay witnesses over the claimant.','Through witness testimony we were able to prove the chemical exposure claimant alleged occurred never actually occurred, and therefore every doctor in the claim based their opinion of the faulty premise that there was an exposure.',0,'2022-04-04 11:42:49','2022-04-04 11:42:49'),(81,46145,46422,'medical depositions and claimant','Over five years of handling thousands of claims, his vast experience includes handling representation at hearings, settlement negotiations, medical depositions and claimant and witness testimony','Over five years of handling thousands of claims, his vast experience includes handling representation at hearings, settlement negotiations, <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">medical depositions and claimant</a> and witness testimony','Over five years of handling thousands of claims, his vast experience includes handling representation at hearings, settlement negotiations, medical depositions and claimant and witness testimony','Neil’s primary focus has continued, defending insurance carriers, third-party administrators and self-insured employers. Over five years of handling thousands of claims, his vast experience includes handling representation at hearings, settlement negotiations, medical depositions and claimant and witness testimony.','Over five years of handling thousands of claims, his vast experience includes handling representation at hearings, settlement negotiations, medical depositions and claimant and witness testimony.',0,'2022-04-04 11:57:54','2022-04-04 11:57:54'),(82,46501,46236,'case law','Evidence about a workers’ regular use of hearing protection, according to case law, can be probative evidence on the issue of exposure, but as with almost every line of precedent issued by the Board, cases are fact sensitive','Evidence about a workers’ regular use of hearing protection, according to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/case-law-updates-lomad-case-law-updates/\">case law</a>, can be probative evidence on the issue of exposure, but as with almost every line of precedent issued by the Board, cases are fact sensitive','Evidence about a workers’ regular use of hearing protection, according to case law, can be probative evidence on the issue of exposure, but as with almost every line of precedent issued by the Board, cases are fact sensitive','Therein lies the first real problem in defending a hearing loss claim: an employer’s preventative measures are guided by OSHA regulations which are specific –specific to the point of expressing “safe” decibel levels of exposure in time-weighted averages — and the WCL simply tells us the “injurious exposure” to loud noise causes hearing loss. Evidence about a workers’ regular use of hearing protection, according to case law, can be probative evidence on the issue of exposure, but as with almost every line of precedent issued by the Board, cases are fact sensitive. That fact is most clearly demonstrated by the Appellate Division’s ruling in Zham v.','Evidence about a workers’ regular use of hearing protection, according to case law, can be probative evidence on the issue of exposure, but as with almost every line of precedent issued by the Board, cases are fact sensitive.',0,'2022-04-04 11:57:54','2022-04-04 11:57:54'),(83,46501,46561,'claimant testified','The claimant testified that for the bulk of her employment, she worked in a room adjacent to the plant floor that was “quiet” and she confirmed her normal workplace was comparable to the WCB courtroom where her testimony was being taken','The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant testified</a> that for the bulk of her employment, she worked in a room adjacent to the plant floor that was “quiet” and she confirmed her normal workplace was comparable to the WCB courtroom where her testimony was being taken','The claimant testified that for the bulk of her employment, she worked in a room adjacent to the plant floor that was “quiet” and she confirmed her normal workplace was comparable to the WCB courtroom where her testimony was being taken','The employer in this matter had taken painstaking efforts to implement and enforce an OSHA-compliant hearing conservation program and required all workers to utilize hearing protection “wall to wall” and conducted annual screenings and annual soundmapping to confirm that noise levels and sound-damping measures were safe for its employees. The claimant testified that for the bulk of her employment, she worked in a room adjacent to the plant floor that was “quiet” and she confirmed her normal workplace was comparable to the WCB courtroom where her testimony was being taken. Although the claimant testified she had spent time on a daily basis around the “loud” machines, she had strictly complied with the employer’s hearing conservation program and had worn hearing protection without fail for the last thirty years of her employment.','The Law Office of Melissa A. Day won a disallowance of an occupational hearing loss claim involving a 45-year employee of a large manufacturing employer who alleged hearing loss due to exposure to presses, grinding machines and other heavy fabricating equipment. The employer in this matter had taken painstaking efforts to implement and enforce an OSHA-compliant hearing conservation program and required all workers to utilize hearing protection “wall to wall” and conducted annual screenings and annual soundmapping to confirm that noise levels and sound-damping measures were safe for its employees. The claimant testified that for the bulk of her employment, she worked in a room adjacent to the plant floor that was “quiet” and she confirmed her normal workplace was comparable to the WCB courtroom where her testimony was being taken.',0,'2022-04-04 11:57:54','2022-04-04 11:57:54'),(84,46501,46561,'claimant testified','Although the claimant testified she had spent time on a daily basis around the “loud” machines, she had strictly complied with the employer’s hearing conservation program and had worn hearing protection without fail for the last thirty years of her employment','Although the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant testified</a> she had spent time on a daily basis around the “loud” machines, she had strictly complied with the employer’s hearing conservation program and had worn hearing protection without fail for the last thirty years of her employment','Although the claimant testified she had spent time on a daily basis around the “loud” machines, she had strictly complied with the employer’s hearing conservation program and had worn hearing protection without fail for the last thirty years of her employment','The claimant testified that for the bulk of her employment, she worked in a room adjacent to the plant floor that was “quiet” and she confirmed her normal workplace was comparable to the WCB courtroom where her testimony was being taken. Although the claimant testified she had spent time on a daily basis around the “loud” machines, she had strictly complied with the employer’s hearing conservation program and had worn hearing protection without fail for the last thirty years of her employment. Claimant’s treating physician found a minimal loss of hearing, while the employer’s consultant found even less hearing – less than 0% according to the Board’s formula.','Although the claimant testified she had spent time on a daily basis around the “loud” machines, she had strictly complied with the employer’s hearing conservation program and had worn hearing protection without fail for the last thirty years of her employment.',0,'2022-04-04 11:57:54','2022-04-04 11:57:54'),(85,46501,46332,'causally related','much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a causally related occupational hearing loss','much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\">causally related</a> occupational hearing loss','much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a causally related occupational hearing loss','. . much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a causally related occupational hearing loss.','much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a causally related occupational hearing loss.',0,'2022-04-04 11:57:54','2022-04-04 11:57:54'),(86,46501,46367,'causally related','much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a causally related occupational hearing loss','much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">causally related</a> occupational hearing loss','much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a causally related occupational hearing loss','. . much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a causally related occupational hearing loss.','much of her recent time [at work] in an office setting” and that the treating physician’s history of exposure did not include the use of hearing protection for the last 30+ years, only the last 6, and there was insufficient evidence of a causally related occupational hearing loss.',0,'2022-04-04 11:57:54','2022-04-04 11:57:54'),(87,46501,46350,'working relationship with the employer','Hearing Loss claims can be won, but what this case illustrates is that a well-coordinated defense is absolutely necessary; and marshalling the facts necessary to present a successful defense requires a close working relationship with the employer and its personnel','Hearing Loss claims can be won, but what this case illustrates is that a well-coordinated defense is absolutely necessary; and marshalling the facts necessary to present a successful defense requires a close <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">working relationship with the employer</a> and its personnel','Hearing Loss claims can be won, but what this case illustrates is that a well-coordinated defense is absolutely necessary; and marshalling the facts necessary to present a successful defense requires a close working relationship with the employer and its personnel','Hearing Loss claims can be won, but what this case illustrates is that a well-coordinated defense is absolutely necessary; and marshalling the facts necessary to present a successful defense requires a close working relationship with the employer and its personnel. Good facts do make good law, but knowing your client is the only way to get either.','Hearing Loss claims can be won, but what this case illustrates is that a well-coordinated defense is absolutely necessary; and marshalling the facts necessary to present a successful defense requires a close working relationship with the employer and its personnel.',0,'2022-04-04 11:57:54','2022-04-04 11:57:54'),(88,46501,46369,'facts do make good law','Good facts do make good law, but knowing your client is the only way to get either.','Good <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\">facts do make good law</a>, but knowing your client is the only way to get either.','Good facts do make good law, but knowing your client is the only way to get either.','Hearing Loss claims can be won, but what this case illustrates is that a well-coordinated defense is absolutely necessary; and marshalling the facts necessary to present a successful defense requires a close working relationship with the employer and its personnel. Good facts do make good law, but knowing your client is the only way to get either.','Good facts do make good law, but knowing your client is the only way to get either.',0,'2022-04-04 11:57:54','2022-04-04 11:57:54'),(89,46413,46372,'classifiable instead of scheduled should he or she change','If a doctor reviews the permanent impairment guidelines and decides that the decision should be classifiable instead of scheduled should he or she change forms','If a doctor reviews the permanent impairment guidelines and decides that the decision should be <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\">classifiable instead of scheduled should he or she change</a> forms','If a doctor reviews the permanent impairment guidelines and decides that the decision should be classifiable instead of scheduled should he or she change forms','If a doctor reviews the permanent impairment guidelines and decides that the decision should be classifiable instead of scheduled should he or she change forms?','If a doctor reviews the permanent impairment guidelines and decides that the decision should be classifiable instead of scheduled should he or she change forms?',0,'2022-04-04 11:57:57','2022-04-04 11:57:57'),(90,46413,46372,'condition should be classified','The doctor could conclude that an extremity condition should be classified','The doctor could conclude that an extremity <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\">condition should be classified</a>','The doctor could conclude that an extremity condition should be classified','Hence wouldn’t providing a doctor with only the SLU forms be an improper attempt to influence the doctor’s opinion? The doctor could conclude that an extremity condition should be classified?','The Board has held in Board Panel decisions that suggesting to an IME doctor in a cover letter that permanency should result in a SLU is an improper attempt to influence the doctor’s opinion on permanency. Hence wouldn’t providing a doctor with only the SLU forms be an improper attempt to influence the doctor’s opinion? The doctor could conclude that an extremity condition should be classified?',0,'2022-04-04 11:57:57','2022-04-04 11:57:57'),(91,46413,46374,'claimant has multiple injuries to extremities from one claim','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU form for each schedulable body part','If a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant has multiple injuries to extremities from one claim</a> should the doctors use a SLU form for each schedulable body part','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU form for each schedulable body part','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU form for each schedulable body part?','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU form for each schedulable body part?',0,'2022-04-04 11:57:57','2022-04-04 11:57:57'),(92,46413,46387,'form for each schedulable','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU form for each schedulable body part','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">form for each schedulable</a> body part','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU form for each schedulable body part','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU form for each schedulable body part?','If a claimant has multiple injuries to extremities from one claim should the doctors use a SLU form for each schedulable body part?',0,'2022-04-04 11:57:57','2022-04-04 11:57:57'),(93,46422,46482,'guidelines applied to a nonresident claimant’s treatment','State of New York Worker’s Compensation Board, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state','State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/non-acute-pain-treatment-guidelines/\">guidelines applied to a nonresident claimant’s treatment</a> out-of-state','State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state','Noting that the guidelines had previously been found to be “instructive” for treatment rendered to claimants living outside the state, and relying on the decision in Kigin v. State of New York Worker’s Compensation Board, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state.','state. Noting that the guidelines had previously been found to be “instructive” for treatment rendered to claimants living outside the state, and relying on the decision in <em>Kigin v. State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state.',0,'2022-04-04 11:57:58','2022-04-04 11:57:58'),(94,46422,46502,'guidelines applied to a nonresident claimant’s treatment','State of New York Worker’s Compensation Board, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state','State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">guidelines applied to a nonresident claimant’s treatment</a> out-of-state','State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state','Noting that the guidelines had previously been found to be “instructive” for treatment rendered to claimants living outside the state, and relying on the decision in Kigin v. State of New York Worker’s Compensation Board, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state.','state. Noting that the guidelines had previously been found to be “instructive” for treatment rendered to claimants living outside the state, and relying on the decision in <em>Kigin v. State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state.',0,'2022-04-04 11:57:58','2022-04-04 11:57:58'),(95,46422,46506,'guidelines applied to a nonresident claimant’s treatment','State of New York Worker’s Compensation Board, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state','State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">guidelines applied to a nonresident claimant’s treatment</a> out-of-state','State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state','Noting that the guidelines had previously been found to be “instructive” for treatment rendered to claimants living outside the state, and relying on the decision in Kigin v. State of New York Worker’s Compensation Board, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state.','state. Noting that the guidelines had previously been found to be “instructive” for treatment rendered to claimants living outside the state, and relying on the decision in <em>Kigin v. State of New York Worker’s Compensation Board</em>, 24 NY3d 459 (2014), the board expressly overruled any prior authority to the contrary and found that the guidelines applied to a nonresident claimant’s treatment out-of-state.',0,'2022-04-04 11:57:58','2022-04-04 11:57:58'),(96,46422,46506,'medical standard for appropriate medical care','The MTGs provide an evidence based medical standard for appropriate medical care','The MTGs provide an evidence based <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">medical standard for appropriate medical care</a>','The MTGs provide an evidence based medical standard for appropriate medical care','The MTGs provide an evidence based medical standard for appropriate medical care. The standards for treatment contained in the MTG ensure that claimants receive the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists.','The MTGs provide an evidence based medical standard for appropriate medical care. The standards for treatment contained in the MTG ensure that claimants receive the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists. Such recommended treatment and care should be rendered without regard to the location of the claimant’s home or the medical provider’s practice. As such, the Board Panel finds that the MTGs apply regardless of where or by whom the treatment is rendered.',0,'2022-04-04 11:57:58','2022-04-04 11:57:58'),(97,46422,46340,'evidence based medical standard for appropriate medical','The MTGs provide an evidence based medical standard for appropriate medical care','The MTGs provide an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">evidence based medical standard for appropriate medical</a> care','The MTGs provide an evidence based medical standard for appropriate medical care','The MTGs provide an evidence based medical standard for appropriate medical care. The standards for treatment contained in the MTG ensure that claimants receive the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists.','The MTGs provide an evidence based medical standard for appropriate medical care. The standards for treatment contained in the MTG ensure that claimants receive the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists. Such recommended treatment and care',0,'2022-04-04 11:57:58','2022-04-04 11:57:58'),(98,46422,46371,'claimants receive','The standards for treatment contained in the MTG ensure that claimants receive the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists','The standards for treatment contained in the MTG ensure that <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimants receive</a> the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists','The standards for treatment contained in the MTG ensure that claimants receive the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists','The MTGs provide an evidence based medical standard for appropriate medical care. The standards for treatment contained in the MTG ensure that claimants receive the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists. Such recommended treatment and care should be rendered without regard to the location of the claimant’s home or the medical provider’s practice.','The MTGs provide an evidence based medical standard for appropriate medical care. The standards for treatment contained in the MTG ensure that claimants receive the most effective medical care as recommended by best practices in the medical community, and as adopted by the Board in consultation with medical specialists.',0,'2022-04-04 11:57:58','2022-04-04 11:57:58'),(99,46422,46503,'variance procedure also applies to out-of-state treatment','Given this holding, the board also found that the variance procedure also applies to out-of-state treatment although it refused to require out-of-state providers to use New York Worker’s Compensation board forms','Given this holding, the board also found that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">variance procedure also applies to out-of-state treatment</a> although it refused to require out-of-state providers to use New York Worker’s Compensation board forms','Given this holding, the board also found that the variance procedure also applies to out-of-state treatment although it refused to require out-of-state providers to use New York Worker’s Compensation board forms','Given this holding, the board also found that the variance procedure also applies to out-of-state treatment although it refused to require out-of-state providers to use New York Worker’s Compensation board forms. While those are certainly preferred, treatment should not be denied solely as a result of the failure of an out-of-state provider to use the proper form.','Given this holding, the board also found that the variance procedure also applies to out-of-state treatment although it refused to require out-of-state providers to use New York Worker’s Compensation board forms.',0,'2022-04-04 11:57:58','2022-04-04 11:57:58'),(100,46380,46369,'application and selection committee review','Membership is based on an application and selection committee review','Membership is based on an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\">application and selection committee review</a>','Membership is based on an application and selection committee review','Buffalo Business First Leadership Trust is a part of Business Journals Leadership Trust — a collective of invitation-only networks of influential business leaders, executives and entrepreneurs in your community. Membership is based on an application and selection committee review. Benefits include private online forums, the ability to publish insights on bizjournals.com, business and executive coaching and a dedicated concierge team.','Membership is based on an application and selection committee review. Benefits include private online forums, the ability to publish insights on bizjournals.com, business and executive coaching and a dedicated concierge team. To learn more and find out if you qualify, visit trust.bizjournals.com.',0,'2022-04-04 11:57:59','2022-04-04 11:57:59'),(101,46380,46512,'include private online forums,','Benefits include private online forums, the ability to publish insights on bizjournals.com, business and executive coaching and a dedicated concierge team','Benefits <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">include private online forums,</a> the ability to publish insights on bizjournals.com, business and executive coaching and a dedicated concierge team','Benefits include private online forums, the ability to publish insights on bizjournals.com, business and executive coaching and a dedicated concierge team','Membership is based on an application and selection committee review. Benefits include private online forums, the ability to publish insights on bizjournals.com, business and executive coaching and a dedicated concierge team. To learn more and find out if you qualify, visit trust.bizjournals.com.','Benefits include private online forums, the ability to publish insights on bizjournals.com, business and executive coaching and a dedicated concierge team.',0,'2022-04-04 11:57:59','2022-04-04 11:57:59'),(102,6,46511,'defense counsel','Our philosophy is to minimize your risk exposure by coordinating a strategy with defense counsel throughout the life of the claim: from filing of the C-3 or EC-84 to final resolution.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"CONTENT MODULE 2\" _builder_version=\"4.3.2\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2e5591\" background_color_gradient_end=\"#211865\" custom_padding=\"50px||50px||true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"50px||50px||true|false\" background_color_tablet=\"#2e5591\" background_last_edited=\"on|phone\" background_enable_color_tablet=\"on\" use_background_color_gradient_tablet=\"off\" background_color_gradient_start_tablet=\"#ffffff\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" admin_label=\"Module 2\" _builder_version=\"4.3.2\" width=\"90%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" module_class=\"fl-vertical-center\" _builder_version=\"4.3.2\" custom_padding=\"|50px|||false|false\" custom_padding_tablet=\"|0px|35px|0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" animation_direction=\"right\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_text_color=\"#ffffff\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"left\" header_2_text_color=\"#ffffff\" header_2_font_size=\"38px\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|desktop\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]Applying the 5 Cs Of','Our philosophy is to minimize your risk exposure by coordinating a strategy with <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">defense counsel</a> throughout the life of the claim: from filing of the C-3 or EC-84 to final resolution.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"CONTENT MODULE 2\" _builder_version=\"4.3.2\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2e5591\" background_color_gradient_end=\"#211865\" custom_padding=\"50px||50px||true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"50px||50px||true|false\" background_color_tablet=\"#2e5591\" background_last_edited=\"on|phone\" background_enable_color_tablet=\"on\" use_background_color_gradient_tablet=\"off\" background_color_gradient_start_tablet=\"#ffffff\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" admin_label=\"Module 2\" _builder_version=\"4.3.2\" width=\"90%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" module_class=\"fl-vertical-center\" _builder_version=\"4.3.2\" custom_padding=\"|50px|||false|false\" custom_padding_tablet=\"|0px|35px|0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" animation_direction=\"right\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_text_color=\"#ffffff\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"left\" header_2_text_color=\"#ffffff\" header_2_font_size=\"38px\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|desktop\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]<p style=\"padding-bottom: 10px !important;color: #ffffff\">Applying the 5 Cs Of','Our philosophy is to minimize your risk exposure by coordinating a strategy with defense counsel throughout the life of the claim: from filing of the C-3 or EC-84 to final resolution.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"CONTENT MODULE 2\" _builder_version=\"4.3.2\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2e5591\" background_color_gradient_end=\"#211865\" custom_padding=\"50px||50px||true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"50px||50px||true|false\" background_color_tablet=\"#2e5591\" background_last_edited=\"on|phone\" background_enable_color_tablet=\"on\" use_background_color_gradient_tablet=\"off\" background_color_gradient_start_tablet=\"#ffffff\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" admin_label=\"Module 2\" _builder_version=\"4.3.2\" width=\"90%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" module_class=\"fl-vertical-center\" _builder_version=\"4.3.2\" custom_padding=\"|50px|||false|false\" custom_padding_tablet=\"|0px|35px|0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" animation_direction=\"right\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_text_color=\"#ffffff\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"left\" header_2_text_color=\"#ffffff\" header_2_font_size=\"38px\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|desktop\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]<p style=\"padding-bottom: 10px !important;color: #ffffff\">Applying the 5 Cs Of','Workers’ Compensation Defense[/et_pb_text][et_pb_divider color=\"#ffffff\" divider_weight=\"3px\" disabled_on=\"off|off|on\" _builder_version=\"4.3.2\" width=\"175px\" module_alignment=\"left\" min_height=\"3px\" height=\"3px\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-vertical-center\" _builder_version=\"4.3.2\" custom_padding=\"|||50px|false|false\" custom_padding_tablet=\"0px|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"5%\" border_width_left=\"2px\" border_color_left=\"#ffffff\" border_width_left_tablet=\"0px\" border_width_left_phone=\"\" border_width_left_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Content-1\" _builder_version=\"4.11.4\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_padding_tablet=\"20px||||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" link_text_color_last_edited=\"off|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\"]In the new landscape of defending workers’ compensation claims in New York, our belief is that employers, TPAs and carriers need claim-based representation, not hearing-based representation. Our philosophy is to minimize your risk exposure by coordinating a strategy with defense counsel throughout the life of the claim: from filing of the C-3 or EC-84 to final resolution.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"CONTENT MODULE 2\" _builder_version=\"4.3.2\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2e5591\" background_color_gradient_end=\"#211865\" custom_padding=\"50px||50px||true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"50px||50px||true|false\" background_color_tablet=\"#2e5591\" background_last_edited=\"on|phone\" background_enable_color_tablet=\"on\" use_background_color_gradient_tablet=\"off\" background_color_gradient_start_tablet=\"#ffffff\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" admin_label=\"Module 2\" _builder_version=\"4.3.2\" width=\"90%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" module_class=\"fl-vertical-center\" _builder_version=\"4.3.2\" custom_padding=\"|50px|||false|false\" custom_padding_tablet=\"|0px|35px|0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" animation_direction=\"right\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_text_color=\"#ffffff\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"left\" header_2_text_color=\"#ffffff\" header_2_font_size=\"38px\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|desktop\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]Applying the 5 Cs Of','our belief is that employers, TPAs and carriers need claim-based representation, not hearing-based representation. Our philosophy is to minimize your risk exposure by coordinating a strategy with defense counsel throughout the life of the claim: from filing of the C-3 or EC-84 to final resolution.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"CONTENT MODULE 2\" _builder_version=\"4.3.2\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2e5591\" background_color_gradient_end=\"#211865\" custom_padding=\"50px||50px||true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"50px||50px||true|false\" background_color_tablet=\"#2e5591\" background_last_edited=\"on|phone\" background_enable_color_tablet=\"on\" use_background_color_gradient_tablet=\"off\" background_color_gradient_start_tablet=\"#ffffff\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" admin_label=\"Module 2\" _builder_version=\"4.3.2\" width=\"90%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" module_class=\"fl-vertical-center\" _builder_version=\"4.3.2\" custom_padding=\"|50px|||false|false\" custom_padding_tablet=\"|0px|35px|0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" animation_direction=\"right\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Heading (H2)\" _builder_version=\"4.3.2\" text_font=\"Playfair Display||||||||\" text_text_color=\"#ffffff\" text_font_size=\"25px\" header_font=\"||||||||\" header_2_font=\"|600|||||||\" header_2_text_align=\"left\" header_2_text_color=\"#ffffff\" header_2_font_size=\"38px\" header_3_font=\"|600|||||||\" header_4_font=\"|600|||||||\" header_5_font=\"|600|||||||\" header_6_font=\"|600|||||||\" width_last_edited=\"off|phone\" max_width_last_edited=\"off|phone\" custom_margin=\"||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"off|phone\" text_font_size_tablet=\"\" text_font_size_phone=\"20px\" text_font_size_last_edited=\"on|phone\" header_text_align_last_edited=\"off|phone\" header_font_size_last_edited=\"off|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|desktop\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" module_alignment_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\" header_2_2_font_size_phone=\"32px\" header_3_2_font_size_phone=\"32px\" header_4_2_font_size_phone=\"32px\" header_5_2_font_size_phone=\"32px\" header_6_2_font_size_phone=\"32px\" header_2_2_font_size_tablet=\"35px\" header_3_2_font_size_tablet=\"35px\" header_4_2_font_size_tablet=\"35px\" header_5_2_font_size_tablet=\"35px\" header_6_2_font_size_tablet=\"35px\" header_2_2_font_size_last_edited=\"on|phone\" header_3_2_font_size_last_edited=\"on|phone\" header_4_2_font_size_last_edited=\"on|phone\" header_5_2_font_size_last_edited=\"on|phone\" header_6_2_font_size_last_edited=\"on|phone\"]<p style=\"padding-bottom: 10px !important;color: #ffffff\">Applying the 5 Cs Of',0,'2022-04-04 11:58:00','2022-04-04 11:58:00'),(103,6,46486,'workers’ compensation','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','Get M.A.D.[/et_pb_text][et_pb_divider color=\"#ffffff\" divider_weight=\"3px\" disabled_on=\"off|off|off\" _builder_version=\"4.3.2\" width=\"175px\" module_alignment=\"left\" min_height=\"3px\" height=\"3px\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text admin_label=\"Content-1\" _builder_version=\"4.3.2\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" custom_padding=\"20px||15px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]It is not that difficult to find a workers’ compensation defense firm in New York. However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy. Most firms will simply ask you to submit information and then update you as the process goes on.','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy.',0,'2022-04-04 11:58:00','2022-04-04 11:58:00'),(104,6,46512,'workers’ compensation','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','Get M.A.D.[/et_pb_text][et_pb_divider color=\"#ffffff\" divider_weight=\"3px\" disabled_on=\"off|off|off\" _builder_version=\"4.3.2\" width=\"175px\" module_alignment=\"left\" min_height=\"3px\" height=\"3px\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text admin_label=\"Content-1\" _builder_version=\"4.3.2\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" custom_padding=\"20px||15px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]It is not that difficult to find a workers’ compensation defense firm in New York. However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy. Most firms will simply ask you to submit information and then update you as the process goes on.','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy.',0,'2022-04-04 11:58:00','2022-04-04 11:58:00'),(105,6,46555,'workers’ compensation','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','Get M.A.D.[/et_pb_text][et_pb_divider color=\"#ffffff\" divider_weight=\"3px\" disabled_on=\"off|off|off\" _builder_version=\"4.3.2\" width=\"175px\" module_alignment=\"left\" min_height=\"3px\" height=\"3px\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text admin_label=\"Content-1\" _builder_version=\"4.3.2\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" custom_padding=\"20px||15px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]It is not that difficult to find a workers’ compensation defense firm in New York. However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy. Most firms will simply ask you to submit information and then update you as the process goes on.','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy.',0,'2022-04-04 11:58:00','2022-04-04 11:58:00'),(106,6,48276,'compensation defense','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a workers’ <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\">compensation defense</a> firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','Get M.A.D.[/et_pb_text][et_pb_divider color=\"#ffffff\" divider_weight=\"3px\" disabled_on=\"off|off|off\" _builder_version=\"4.3.2\" width=\"175px\" module_alignment=\"left\" min_height=\"3px\" height=\"3px\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text admin_label=\"Content-1\" _builder_version=\"4.3.2\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" custom_padding=\"20px||15px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]It is not that difficult to find a workers’ compensation defense firm in New York. However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy. Most firms will simply ask you to submit information and then update you as the process goes on.','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy.',0,'2022-04-04 11:58:00','2022-04-04 11:58:00'),(107,6,46342,'gives each claim','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">gives each claim</a> the time and attention it deserves is not so easy','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy','Get M.A.D.[/et_pb_text][et_pb_divider color=\"#ffffff\" divider_weight=\"3px\" disabled_on=\"off|off|off\" _builder_version=\"4.3.2\" width=\"175px\" module_alignment=\"left\" min_height=\"3px\" height=\"3px\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text admin_label=\"Content-1\" _builder_version=\"4.3.2\" text_text_color=\"#ffffff\" text_font_size=\"18px\" text_line_height=\"1.55em\" custom_padding=\"20px||15px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]It is not that difficult to find a workers’ compensation defense firm in New York. However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy. Most firms will simply ask you to submit information and then update you as the process goes on.','However, finding a workers’ compensation defense firm that is truly committed to representing your organization and gives each claim the time and attention it deserves is not so easy.',0,'2022-04-04 11:58:00','2022-04-04 11:58:00'),(108,46332,46367,'causally related','causally related CTS by','<a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">causally related</a> CTS by','causally related CTS by','one case, the treating physician determined causally related CTS by attributing the claimant’s condition ','In one case, the treating physician determined causally related CTS by',0,'2022-04-04 11:58:01','2022-04-04 11:58:01'),(110,46173,46421,'workers’ compensation','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years','Upon moving back to western New York, Susan became involved in the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> field and has been working in this area of practice about 10 years','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years','She worked in corporate law while living in Virginia for 3.5 years. Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years.','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years.',0,'2022-04-04 11:58:02','2022-04-04 11:58:02'),(111,46173,46486,'workers’ compensation','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years','Upon moving back to western New York, Susan became involved in the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> field and has been working in this area of practice about 10 years','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years','She worked in corporate law while living in Virginia for 3.5 years. Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years.','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years.',0,'2022-04-04 11:58:02','2022-04-04 11:58:02'),(112,46173,46512,'workers’ compensation','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years','Upon moving back to western New York, Susan became involved in the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> field and has been working in this area of practice about 10 years','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years','She worked in corporate law while living in Virginia for 3.5 years. Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years.','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years.',0,'2022-04-04 11:58:02','2022-04-04 11:58:02'),(113,46173,46555,'workers’ compensation','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years','Upon moving back to western New York, Susan became involved in the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> field and has been working in this area of practice about 10 years','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years','She worked in corporate law while living in Virginia for 3.5 years. Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years.','Upon moving back to western New York, Susan became involved in the workers’ compensation field and has been working in this area of practice about 10 years.',0,'2022-04-04 11:58:02','2022-04-04 11:58:02'),(114,46329,46422,'claimants have either been living with it without treatment','That’s often impossible because most claimants have either been living with it without treatment, or they’ve treated with their primary care doctor and don’t disclose it because it wasn’t the result of an “injury”','That’s often impossible because most <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimants have either been living with it without treatment</a>, or they’ve treated with their primary care doctor and don’t disclose it because it wasn’t the result of an “injury”','That’s often impossible because most claimants have either been living with it without treatment, or they’ve treated with their primary care doctor and don’t disclose it because it wasn’t the result of an “injury”','As we know, it’s virtually impossible to prove apportionment to pre-existing arthritis/degenerative conditions without proof that the prior condition was “disabling in a compensation sense”. That’s often impossible because most claimants have either been living with it without treatment, or they’ve treated with their primary care doctor and don’t disclose it because it wasn’t the result of an “injury”. And unless we know the treatment records are out there, you’re stuck.','That’s often impossible because most claimants have either been living with it without treatment, or they’ve treated with their primary care doctor and don’t disclose it because it wasn’t the result of an “injury”.',0,'2022-04-04 11:58:03','2022-04-04 11:58:03'),(115,46368,46371,'claimant performed the same duties when working','The claimant performed the same duties when working for Ms','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant performed the same duties when working</a> for Ms','The claimant performed the same duties when working for Ms','The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms. Hayduscko as she did when she worked for the agency. ','ther or not a claimant qualifies as an independent contractor or an employee. The Board Panel recently reviewed this issue in the case of <u>Matter of Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms.',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(116,46368,46371,'claimant was working','The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant was working</a> helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week','The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week','Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. ','ther or not a claimant qualifies as an independent contractor or an employee. The Board Panel recently reviewed this issue in the case of <u>Matter of Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week.',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(117,46368,46561,'claimant testified','The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant testified</a> that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident','The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident','The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms.','ther or not a claimant qualifies as an independent contractor or an employee. The Board Panel recently reviewed this issue in the case of <u>Matter of Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident.',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(118,46368,46422,'board panel found that this qualified the claimant','The board panel found that this qualified the claimant as a domestic worker','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">board panel found that this qualified the claimant</a> as a domestic worker','The board panel found that this qualified the claimant as a domestic worker','She cooked, cleaned, did light laundry and helped with the elderly mother. The board panel found that this qualified the claimant as a domestic worker. The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. ','ther or not a claimant qualifies as an independent contractor or an employee. The Board Panel recently reviewed this issue in the case of <u>Matter of Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms. Hayduscko as she did when she worked for the agency. She cooked, cleaned, did light laundry and helped with the elderly mother. The board panel found that this qualified the claimant as a domestic worker. The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance. The board panel noted that home health aids are considered to be domestic worker',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(119,46368,46549,'found that this qualified the claimant','The board panel found that this qualified the claimant as a domestic worker','The board panel <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">found that this qualified the claimant</a> as a domestic worker','The board panel found that this qualified the claimant as a domestic worker','She cooked, cleaned, did light laundry and helped with the elderly mother. The board panel found that this qualified the claimant as a domestic worker. The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. ','ther or not a claimant qualifies as an independent contractor or an employee. The Board Panel recently reviewed this issue in the case of <u>Matter of Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms. Hayduscko as she did when she worked for the agency. She cooked, cleaned, did light laundry and helped with the elderly mother. The board panel found that this qualified the claimant as a domestic worker. The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance. The board panel noted that home health aids are considered to be domestic worker',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(120,46368,46421,'workers’ compensation','Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance','Clare Hayduscko was assessed a fine for not maintaining <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> insurance','Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance','The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance. The board panel noted that home health aids are considered to be domestic workers.','Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms. Hayduscko as she did when she worked for the agency. She cooked, cleaned, did light laundry and helped with the elderly mother. The board panel found that this qualified the claimant as a domestic worker. The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance.',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(121,46368,46486,'workers’ compensation','Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance','Clare Hayduscko was assessed a fine for not maintaining <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> insurance','Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance','The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance. The board panel noted that home health aids are considered to be domestic workers.','Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms. Hayduscko as she did when she worked for the agency. She cooked, cleaned, did light laundry and helped with the elderly mother. The board panel found that this qualified the claimant as a domestic worker. The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance.',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(122,46368,46512,'workers’ compensation','Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance','Clare Hayduscko was assessed a fine for not maintaining <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> insurance','Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance','The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance. The board panel noted that home health aids are considered to be domestic workers.','Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms. Hayduscko as she did when she worked for the agency. She cooked, cleaned, did light laundry and helped with the elderly mother. The board panel found that this qualified the claimant as a domestic worker. The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance.',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(123,46368,46555,'workers’ compensation','Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance','Clare Hayduscko was assessed a fine for not maintaining <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> insurance','Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance','The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance. The board panel noted that home health aids are considered to be domestic workers.','Clare Hayduscko</u>, 219 N.Y. Wrk. Comp. 40708094 (2019). In that case, the claimant injured her right ankle when she slipped on a wet floor while working as a home health aid. The claimant indicated that her employer was Clare Hayduscko, who was not insured on the date of accident. Clare Hayduscko asserted that the claimant was not an employee, but rather an independent contractor. The claimant was working helping to take care of Clare Hayduscko’s elderly mother 7 hours a day, 5 days a week. The claimant testified that she originally took care of the elderly mother through her work with another agency, but then Clare Hayduscko approached the claimant and offered to pay her privately, which is what had been happening proceeding the date of accident. The claimant performed the same duties when working for Ms. Hayduscko as she did when she worked for the agency. She cooked, cleaned, did light laundry and helped with the elderly mother. The board panel found that this qualified the claimant as a domestic worker. The board panel found that the claimant was an employee of Clare Hayduscko and not an independent contractor. Clare Hayduscko was assessed a fine for not maintaining workers’ compensation insurance.',0,'2022-04-04 13:24:37','2022-04-04 13:24:37'),(124,46442,46421,'workers’ compensation','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses. Such written notice shall also advise potential claimants that they may obtain more detailed informational materials regarding the preferred provider organization from the employer.” ','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses.',0,'2022-04-04 13:24:40','2022-04-04 13:24:40'),(125,46442,46486,'workers’ compensation','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses. Such written notice shall also advise potential claimants that they may obtain more detailed informational materials regarding the preferred provider organization from the employer.” ','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses.',0,'2022-04-04 13:24:40','2022-04-04 13:24:40'),(126,46442,46512,'workers’ compensation','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses. Such written notice shall also advise potential claimants that they may obtain more detailed informational materials regarding the preferred provider organization from the employer.” ','Pursuant to 12 NYCRR § 325-8.2(a), the employer must notify its employees in writing “of the preferred provider organization arrangement for the treatment of all workers’ compensation injuries and illnesses.',0,'2022-04-04 13:24:40','2022-04-04 13:24:40'),(127,46131,46486,'workers’ compensation','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day. From this experience, James knows the subtleties of fact, the nuances of law, and often the opaque motivations that drive the parties through litigation; he uses that experience to provide our clients with the most effective and through defenses available, often predicting an opponent’s claim strategy and crafting a proactive strategy for a successful defense.','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day.',0,'2022-04-04 13:24:42','2022-04-04 13:24:42'),(128,46131,46555,'workers’ compensation','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day. From this experience, James knows the subtleties of fact, the nuances of law, and often the opaque motivations that drive the parties through litigation; he uses that experience to provide our clients with the most effective and through defenses available, often predicting an opponent’s claim strategy and crafting a proactive strategy for a successful defense.','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day.',0,'2022-04-04 13:24:42','2022-04-04 13:24:42'),(129,46131,46374,'– sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">– sometimes on the very same day</a>','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day. From this experience, James knows the subtleties of fact, the nuances of law, and often the opaque motivations that drive the parties through litigation; he uses that experience to provide our clients with the most effective and through defenses available, often predicting an opponent’s claim strategy and crafting a proactive strategy for a successful defense.','Before joining LOMAD, James trained by both prosecuting and defending workers’ compensation cases and garnered a unique and valuable perspective sometimes having litigated the very same issue from the opposite side of the table – sometimes on the very same day. From this experience, James knows the subtleties of fact, the nuances of law, and often the opaque motivations that drive the parties through litigation; he uses that experience to provide our clients with the most effective and through defenses available, often predicting an opponent’s claim strategy and crafting a proactive strategy for a successful defense.',0,'2022-04-04 13:24:42','2022-04-04 13:24:42'),(130,46131,46541,'insurance carriers,','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">insurance carriers,</a> self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.',0,'2022-04-04 13:24:42','2022-04-04 13:24:42'),(132,46131,46387,'workers compensation','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">workers compensation</a> claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.',0,'2022-04-04 13:24:42','2022-04-04 13:24:42'),(133,46131,48276,'workers compensation claims where the law','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/amherst-workers-compensation-defense-law-office/\">workers compensation claims where the law</a> is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.',0,'2022-04-04 13:24:42','2022-04-04 13:24:42'),(134,46131,46421,'compensation claims','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">compensation claims</a> where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.',0,'2022-04-04 13:24:42','2022-04-04 13:24:42'),(135,46131,46369,'law deserves thorough research and every fact','To James, every case is interesting, every question of law deserves thorough research and every fact demands a proper investigation','To James, every case is interesting, every question of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\">law deserves thorough research and every fact</a> demands a proper investigation','To James, every case is interesting, every question of law deserves thorough research and every fact demands a proper investigation','To James, every case is interesting, every question of law deserves thorough research and every fact demands a proper investigation.','To James, every case is interesting, every question of law deserves thorough research and every fact demands a proper investigation.',0,'2022-04-04 13:24:42','2022-04-04 13:24:42'),(136,46350,46371,'claimant was working','In overturning the Board’s decision, the Third Department seemingly was not all that concerned that claimant was working from home, on his lunch break, and moving furniture into his home (i.e., office furniture that was not paid for, nor approved, by claimant’s employer)','In overturning the Board’s decision, the Third Department seemingly was not all that concerned that <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant was working</a> from home, on his lunch break, and moving furniture into his home (i.e., office furniture that was not paid for, nor approved, by claimant’s employer)','In overturning the Board’s decision, the Third Department seemingly was not all that concerned that claimant was working from home, on his lunch break, and moving furniture into his home (i.e., office furniture that was not paid for, nor approved, by claimant’s employer)','Subsequently, the Third Department reversed and remitted the matter to determine whether the claimant injured himself in the scope and course of his employment. In overturning the Board’s decision, the Third Department seemingly was not all that concerned that claimant was working from home, on his lunch break, and moving furniture into his home (i.e., office furniture that was not paid for, nor approved, by claimant’s employer). Instead, the Court relied on longstanding precedent that injuries sustained during brief breaks at work are generally still compensable, unless they were purely personal (i.e., not sufficiently work related).','ine whether the claimant injured himself in the scope and course of his employment. In overturning the Board’s decision, the Third Department seemingly was not all that concerned that claimant was working from home, on his lunch break, and moving furniture into his home (i.e., office furniture that was not paid for, nor approved, by claimant’s employer',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(137,46350,46344,'claimant’s injuries','That is, the Board Panel only would find claimant’s injuries compensable if they had occurred both during working hours and while performing work activities','That is, the Board Panel only would find <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">claimant’s injuries</a> compensable if they had occurred both during working hours and while performing work activities','That is, the Board Panel only would find claimant’s injuries compensable if they had occurred both during working hours and while performing work activities','In fact, the Court indicated that it believed that the Board Panel ignored these basic principles in favor of a more stringent standard for employees working from home. That is, the Board Panel only would find claimant’s injuries compensable if they had occurred both during working hours and while performing work activities. Significantly, the Court stated that a consistent pattern of working from home makes the employee’s home a place of employment, equivalent to a traditional workspace.','that concerned that claimant was working from home, on his lunch break, and moving furniture into his home (i.e., office furniture that was not paid for, nor approved, by claimant’s employer). Instead, the Court relied on longstanding precedent that injuries sustained during brief breaks at work are generally still compensable, unless they were purely personal (i.e., not sufficiently work related). In fact, the Court indicated that it believed that the Board Panel ignored these basic principles in favor of a more stringent standard for employees working from home. That is, the Board Panel only would find claimant’s injuries compensable if they had occurred both during working hours and while performing work activities.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(138,46350,46511,'required most employers to transition to having their employees','However, the COVID-19 pandemic unexpectedly required most employers to transition to having their employees work remotely, either all or in-part','However, the COVID-19 pandemic <u>unexpectedly</u> <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">required most employers to transition to having their employees</a> work remotely, either all or in-part','However, the COVID-19 pandemic <u>unexpectedly</u> required most employers to transition to having their employees work remotely, either all or in-part','Much of the Third Department’s decision in Capraro hinges on the claimant’s consistent pattern of working from home converting the claimant’s home into the functional equivalent of the employer’s primary place of business. However, the COVID-19 pandemic unexpectedly required most employers to transition to having their employees work remotely, either all or in-part. Employers made this change both to: (a) comply with government directives and recommendations; and (b) ensure their employee’s safety.','However, the COVID-19 pandemic <u>unexpectedly</u> required most employers to transition to having their employees work remotely, either all or in-part. Employers made this change both to: (a) comply with government directives and recommendations; and (b) ensure their employee’s safety. What is more, many employers either did, or hope to, return to the office as soon as it is safe to do so. Therefore, it would be unfair and inaccurate to characterize employees working from home due to the COVID-19 pandemic as engaged in a “consistent pattern of working from home.” Thus, the Board and the Third Depart',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(139,46350,46511,'employers in a difficult situation; requiring','The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety','The pandemic placed <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employers in a difficult situation; requiring</a> them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety','The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety','Instead, we contend that the Board should apply its decision in Matter of Matrix Absence Management to cases where claimants injure themselves while working from home due to the COVID-19 pandemic. The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety. Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions.','the Board should apply its decision in <u>Matter of Matrix Absence Management</u> to cases where claimants injure themselves while working from home due to the COVID-19 pandemic. The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(140,46350,46511,'claims that these very same employers','Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">claims that these very same employers</a> will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety. Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions. Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(141,46350,46421,'workers’ compensation claims','Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation claims</a> that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety. Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions. Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(142,46350,46421,'workers’ compensation claims','Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher','Conversely, the Board Panel’s underlying decision in <u>Mater of Matrix Absence Management</u> guarantees that employees can still pursue <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation claims</a> for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher','Conversely, the Board Panel’s underlying decision in <u>Mater of Matrix Absence Management</u> guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher','Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions. Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.','Conversely, the Board Panel’s underlying decision in <u>Mater of Matrix Absence Management</u> guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(143,46350,46486,'workers’ compensation','Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> claims that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety. Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions. Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(144,46350,46486,'workers’ compensation','Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher','Conversely, the Board Panel’s underlying decision in <u>Mater of Matrix Absence Management</u> guarantees that employees can still pursue <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher','Conversely, the Board Panel’s underlying decision in <u>Mater of Matrix Absence Management</u> guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher','Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions. Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.','Conversely, the Board Panel’s underlying decision in <u>Mater of Matrix Absence Management</u> guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(145,46350,46512,'workers’ compensation','Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> claims that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety. Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions. Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(146,46350,46555,'workers’ compensation claims that these very same employers','Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation claims that these very same employers</a> will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety. Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions. Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(147,46350,46546,'claims that these very same employers','Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">claims that these very same employers</a> will face, despite their best intentions','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions','The pandemic placed employers in a difficult situation; requiring them to drastically alter their preferred business models to ensure both their employee’s and the community’s safety. Applying the Third Department’s standard in Capraro will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions. Conversely, the Board Panel’s underlying decision in Mater of Matrix Absence Management guarantees that employees can still pursue workers’ compensation claims for injuries suffered at work, but not for injuries suffered while, for example, emptying the dishwasher.','Applying the Third Department’s standard in <u>Capraro</u> will unnecessarily increase the number of workers’ compensation claims that these very same employers will face, despite their best intentions.',0,'2022-04-04 13:24:44','2022-04-04 13:24:44'),(148,46342,46372,'claimant suffered other medical conditions','Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work','Upon taking testimony of the medical providers, the providers conceded the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\">claimant suffered other medical conditions</a> which may be causing her to be symptomatic but are not necessarily related to work','Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work','Given the history provided, it was unanimous among medical providers, including the independent medical examiner, that causal relationship existed. Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work. Then, upon taking lay witness testimony, the various witnesses testified that it was impossible for the claimant to have been exposed to the fuel additive, as she never came in contact with it and the vents are not connected to the gas tank, so it would be impossible for it to have come out of the vents.','Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work.',0,'2022-04-04 13:24:46','2022-04-04 13:24:46'),(149,46342,46422,'claimant suffered other medical','Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work','Upon taking testimony of the medical providers, the providers conceded the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimant suffered other medical</a> conditions which may be causing her to be symptomatic but are not necessarily related to work','Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work','Given the history provided, it was unanimous among medical providers, including the independent medical examiner, that causal relationship existed. Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work. Then, upon taking lay witness testimony, the various witnesses testified that it was impossible for the claimant to have been exposed to the fuel additive, as she never came in contact with it and the vents are not connected to the gas tank, so it would be impossible for it to have come out of the vents.','Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work.',0,'2022-04-04 13:24:46','2022-04-04 13:24:46'),(150,46342,46561,'testified that it was impossible for the claimant','Then, upon taking lay witness testimony, the various witnesses testified that it was impossible for the claimant to have been exposed to the fuel additive, as she never came in contact with it and the vents are not connected to the gas tank, so it would be impossible for it to have come out of the vents','Then, upon taking lay witness testimony, the various witnesses <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">testified that it was impossible for the claimant</a> to have been exposed to the fuel additive, as she never came in contact with it and the vents are not connected to the gas tank, so it would be impossible for it to have come out of the vents','Then, upon taking lay witness testimony, the various witnesses testified that it was impossible for the claimant to have been exposed to the fuel additive, as she never came in contact with it and the vents are not connected to the gas tank, so it would be impossible for it to have come out of the vents','Upon taking testimony of the medical providers, the providers conceded the claimant suffered other medical conditions which may be causing her to be symptomatic but are not necessarily related to work. Then, upon taking lay witness testimony, the various witnesses testified that it was impossible for the claimant to have been exposed to the fuel additive, as she never came in contact with it and the vents are not connected to the gas tank, so it would be impossible for it to have come out of the vents. They also testified the additive was only added once, and would have dissipated the same day, which is inconsistent with the history the claimant was giving which claimed that the additive was added on multiple occasions subjecting her to repeat exposures.','Then, upon taking lay witness testimony, the various witnesses testified that it was impossible for the claimant to have been exposed to the fuel additive, as she never came in contact with it and the vents are not connected to the gas tank, so it would be impossible for it to have come out of the vents.',0,'2022-04-04 13:24:46','2022-04-04 13:24:46'),(151,46342,46374,'claimant was giving which claimed','They also testified the additive was only added once, and would have dissipated the same day, which is inconsistent with the history the claimant was giving which claimed that the additive was added on multiple occasions subjecting her to repeat exposures','They also testified the additive was only added once, and would have dissipated the same day, which is inconsistent with the history the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant was giving which claimed</a> that the additive was added on multiple occasions subjecting her to repeat exposures','They also testified the additive was only added once, and would have dissipated the same day, which is inconsistent with the history the claimant was giving which claimed that the additive was added on multiple occasions subjecting her to repeat exposures','Then, upon taking lay witness testimony, the various witnesses testified that it was impossible for the claimant to have been exposed to the fuel additive, as she never came in contact with it and the vents are not connected to the gas tank, so it would be impossible for it to have come out of the vents. They also testified the additive was only added once, and would have dissipated the same day, which is inconsistent with the history the claimant was giving which claimed that the additive was added on multiple occasions subjecting her to repeat exposures.','They also testified the additive was only added once, and would have dissipated the same day, which is inconsistent with the history the claimant was giving which claimed that the additive was added on multiple occasions subjecting her to repeat exposures.',0,'2022-04-04 13:24:46','2022-04-04 13:24:46'),(152,46337,46371,'claimant ever returned to work','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant ever returned to work</a>, so no causal relationship was found','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found','The doctors stick to their theory of toxic encephalopathy due to this asbestos. An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found. Litigation precipitated, and the only information claimant’s doctors had regarding exposure was that provided by the claimant.','and Claimant begins to complain of headaches, difficulty concentrating, and other cognitive dysfunctions. Of course, when they begin to see doctors, they tell every single one they were exposed to asbestos in the aftermath of this explosion. Who cares if the MRI he eventually received was suggestive of a traumatic brain injury? The doctors stick to their theory of toxic encephalopathy due to this asbestos. An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(153,46337,46371,'claimant worked','While they testified they worked the day of the explosion and the 2 days that followed, surrounded by dust that wasn’t properly cleaned-up, their timecard (already in eCase) cried foul; the first time the claimant worked after the explosion was closer to 36 hours than 12','While they testified they worked the day of the explosion and the 2 days that followed, surrounded by dust that wasn’t properly cleaned-up, their timecard (already in eCase) cried foul; the first time the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant worked</a> after the explosion was closer to 36 hours than 12','While they testified they worked the day of the explosion and the 2 days that followed, surrounded by dust that wasn’t properly cleaned-up, their timecard (already in eCase) cried foul; the first time the claimant worked after the explosion was closer to 36 hours than 12','However, the claimant testified poorly. While they testified they worked the day of the explosion and the 2 days that followed, surrounded by dust that wasn’t properly cleaned-up, their timecard (already in eCase) cried foul; the first time the claimant worked after the explosion was closer to 36 hours than 12. The claimant testified the only information they had regarding their exposure was “probably” the news, conceding they’d never reviewed the environmental report, wherein samples were taken the day after the explosion, before the claimant returned to work, and analysis thereof showed no asbestos.','While they testified they worked the day of the explosion and the 2 days that followed, surrounded by dust that wasn’t properly cleaned-up, their timecard (already in eCase) cried foul; the first time the claimant worked after the explosion was closer to 36 hours than 12.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(154,46337,46338,'causal relationship','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">causal relationship</a> was found','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found','The doctors stick to their theory of toxic encephalopathy due to this asbestos. An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found. Litigation precipitated, and the only information claimant’s doctors had regarding exposure was that provided by the claimant.','and Claimant begins to complain of headaches, difficulty concentrating, and other cognitive dysfunctions. Of course, when they begin to see doctors, they tell every single one they were exposed to asbestos in the aftermath of this explosion. Who cares if the MRI he eventually received was suggestive of a traumatic brain injury? The doctors stick to their theory of toxic encephalopathy due to this asbestos. An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(155,46337,46338,'causal relationship','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">causal relationship</a> based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','They’d clearly been caught unprepared by the environmental report. We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside.','wed, with claimant’s attorney alleged they inhaled “something toxic,” and Claimant believed there may have been asbestos in the air, but “something” blanketed the whole area. They continued by noting inhalation issues are slow moving issues before going off on a tangent about how, as we know from 9-11, even just breathing dust is harmful. They’d clearly been caught unprepared by the environmental report. We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(156,46337,46342,'causal relationship','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">causal relationship</a> was found','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found','The doctors stick to their theory of toxic encephalopathy due to this asbestos. An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found. Litigation precipitated, and the only information claimant’s doctors had regarding exposure was that provided by the claimant.','and Claimant begins to complain of headaches, difficulty concentrating, and other cognitive dysfunctions. Of course, when they begin to see doctors, they tell every single one they were exposed to asbestos in the aftermath of this explosion. Who cares if the MRI he eventually received was suggestive of a traumatic brain injury? The doctors stick to their theory of toxic encephalopathy due to this asbestos. An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(157,46337,46342,'causal relationship','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">causal relationship</a> based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','They’d clearly been caught unprepared by the environmental report. We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside.','wed, with claimant’s attorney alleged they inhaled “something toxic,” and Claimant believed there may have been asbestos in the air, but “something” blanketed the whole area. They continued by noting inhalation issues are slow moving issues before going off on a tangent about how, as we know from 9-11, even just breathing dust is harmful. They’d clearly been caught unprepared by the environmental report. We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(158,46337,46344,'causal relationship','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">causal relationship</a> was found','An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found','The doctors stick to their theory of toxic encephalopathy due to this asbestos. An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found. Litigation precipitated, and the only information claimant’s doctors had regarding exposure was that provided by the claimant.','and Claimant begins to complain of headaches, difficulty concentrating, and other cognitive dysfunctions. Of course, when they begin to see doctors, they tell every single one they were exposed to asbestos in the aftermath of this explosion. Who cares if the MRI he eventually received was suggestive of a traumatic brain injury? The doctors stick to their theory of toxic encephalopathy due to this asbestos. An IME was secured and, while the most likely diagnosis was still toxic encephalopathy, it was specifically noted that the newspaper articles supplied declared the air around the incident “safe to breathe” before the claimant ever returned to work, so no causal relationship was found.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(159,46337,46344,'causal relationship','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">causal relationship</a> based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside','They’d clearly been caught unprepared by the environmental report. We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside.','wed, with claimant’s attorney alleged they inhaled “something toxic,” and Claimant believed there may have been asbestos in the air, but “something” blanketed the whole area. They continued by noting inhalation issues are slow moving issues before going off on a tangent about how, as we know from 9-11, even just breathing dust is harmful. They’d clearly been caught unprepared by the environmental report. We argued, not only was there proof there was no asbestos in the building when Claimant alleged they were exposed, but there were significant issues with Claimant’s testimony and memory, with proof Claimant made numerous misstatements to their doctors; while the doctors found causal relationship based on those statements, medical reports are only as good as the facts they’re based on, and those not in accordance with the true facts should be set aside.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(160,46337,46561,'claimant testified','However, the claimant testified poorly','However, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant testified</a> poorly','However, the claimant testified poorly','An almost hour and a half long trial followed, wherein the testimony of the claimant and two lay witnesses took place, the latter of which wrecked our timely notice defense to shreds. However, the claimant testified poorly. While they testified they worked the day of the explosion and the 2 days that followed, surrounded by dust that wasn’t properly cleaned-up, their timecard (already in eCase) cried foul; the first time the claimant worked after the explosion was closer to 36 hours than 12.','However, the claimant testified poorly.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(161,46337,46561,'claimant testified','The claimant testified the only information they had regarding their exposure was “probably” the news, conceding they’d never reviewed the environmental report, wherein samples were taken the day after the explosion, before the claimant returned to work, and analysis thereof showed no asbestos','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant testified</a> the only information they had regarding their exposure was “probably” the news, conceding they’d never reviewed the environmental report, wherein samples were taken the day after the explosion, before the claimant returned to work, and analysis thereof showed no asbestos','The claimant testified the only information they had regarding their exposure was “probably” the news, conceding they’d never reviewed the environmental report, wherein samples were taken the day after the explosion, before the claimant returned to work, and analysis thereof showed no asbestos','While they testified they worked the day of the explosion and the 2 days that followed, surrounded by dust that wasn’t properly cleaned-up, their timecard (already in eCase) cried foul; the first time the claimant worked after the explosion was closer to 36 hours than 12. The claimant testified the only information they had regarding their exposure was “probably” the news, conceding they’d never reviewed the environmental report, wherein samples were taken the day after the explosion, before the claimant returned to work, and analysis thereof showed no asbestos. And, if shameless citations to exactly where in the eCase that information could be viewed while we asked the claimant some other questions, like how the onset of his symptoms wasn’t until over a year after the alleged exposure, who’s to say.','the testimony of the claimant and two lay witnesses took place, the latter of which wrecked our timely notice defense to shreds. However, the claimant testified poorly. While they testified they worked the day of the explosion and the 2 days that followed, surrounded by dust that wasn’t properly cleaned-up, their timecard (already in eCase) cried foul; the first time the claimant worked after the explosion was closer to 36 hours than 12. The claimant testified the only information they had regarding their exposure was “probably” the news, conceding they’d never reviewed the environmental report, wherein samples were taken the day after the explosion, before the claimant returned to work, and analysis thereof showed no asbestos.',0,'2022-04-04 15:07:07','2022-04-04 15:07:07'),(162,46385,46236,'case law','There was also the hope of finding some helpful case law around the way, but as I’m starting in 2015 (so there will only be new cases on one side of the analysis) subsequent confirmation will be required','There was also the hope of finding some helpful <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\">case law</a> around the way, but as I’m starting in 2015 (so there will only be new cases on one side of the analysis) subsequent confirmation will be required','There was also the hope of finding some helpful case law around the way, but as I’m starting in 2015 (so there will only be new cases on one side of the analysis) subsequent confirmation will be required','But I’m going to see them all, record the relevant information the Board used to reach its conclusion on LWEC, and try to develop a useful tool to help navigate the chaos that is LWEC. There was also the hope of finding some helpful case law around the way, but as I’m starting in 2015 (so there will only be new cases on one side of the analysis) subsequent confirmation will be required.','There was also the hope of finding some helpful case law around the way, but as I’m starting in 2015 (so there will only be new cases on one side of the analysis) subsequent confirmation will be required.',0,'2022-04-04 15:07:09','2022-04-04 15:07:09'),(163,46479,46422,'medical evidence indicates that the claimant','Where the claimant’s medical evidence indicates that the claimant has no disability','Where the claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">medical evidence indicates that the claimant</a> has no disability','Where the claimant’s medical evidence indicates that the claimant has no disability','Where the claimant’s medical evidence indicates that the claimant has no disability. When such medical evidence is not part of the official board file, it shall be submitted to the board in the format prescribed by the chair together with or on the same day that the notice to suspend or reduce is electronically filed; or','Where the claimant’s medical evidence indicates that the claimant has no disability.',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(164,46479,46422,'medical impairment for a claimant','What is the percentage of medical impairment for a claimant whose provider has opined a class II severity E impairment','What is the percentage of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">medical impairment for a claimant</a> whose provider has opined a class II severity E impairment','What is the percentage of medical impairment for a claimant whose provider has opined a class II severity E impairment','2. What is the percentage of medical impairment for a claimant whose provider has opined a class II severity E impairment?','What is the percentage of medical impairment for a claimant whose provider has opined a class II severity E impairment?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(165,46479,46502,'medical treatment guidelines','When do the medical treatment guidelines apply','When do the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">medical treatment guidelines</a> apply','When do the medical treatment guidelines apply','4. When do the medical treatment guidelines apply?','When do the medical treatment guidelines apply?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(166,46479,46503,'treatment in the absence of a variance','What is needed in a Chiropractor’s report for there to be a well-documented exacerbation to allow for treatment in the absence of a variance','What is needed in a Chiropractor’s report for there to be a well-documented exacerbation to allow for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">treatment in the absence of a variance</a>','What is needed in a Chiropractor’s report for there to be a well-documented exacerbation to allow for treatment in the absence of a variance','5. What is needed in a Chiropractor’s report for there to be a well-documented exacerbation to allow for treatment in the absence of a variance?','What is needed in a Chiropractor’s report for there to be a well-documented exacerbation to allow for treatment in the absence of a variance?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(167,46479,46503,'variance without contrary medical','Under what circumstances can a carrier deny a variance without contrary medical evidence','Under what circumstances can a carrier deny a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">variance without contrary medical</a> evidence','Under what circumstances can a carrier deny a variance without contrary medical evidence','6. Under what circumstances can a carrier deny a variance without contrary medical evidence?','Under what circumstances can a carrier deny a variance without contrary medical evidence?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(168,46479,46503,'medical treatment','When do the medical treatment guidelines apply','When do the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">medical treatment</a> guidelines apply','When do the medical treatment guidelines apply','4. When do the medical treatment guidelines apply?','When do the medical treatment guidelines apply?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(169,46479,46506,'medical treatment guidelines','When do the medical treatment guidelines apply','When do the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">medical treatment guidelines</a> apply','When do the medical treatment guidelines apply','4. When do the medical treatment guidelines apply?','When do the medical treatment guidelines apply?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(170,46479,46543,'medical treatment','When do the medical treatment guidelines apply','When do the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">medical treatment</a> guidelines apply','When do the medical treatment guidelines apply','4. When do the medical treatment guidelines apply?','When do the medical treatment guidelines apply?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(171,46479,46482,'treatment guidelines','When do the medical treatment guidelines apply','When do the medical <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/non-acute-pain-treatment-guidelines/\">treatment guidelines</a> apply','When do the medical treatment guidelines apply','4. When do the medical treatment guidelines apply?','When do the medical treatment guidelines apply?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(172,46479,46340,'medical evidence','Under what circumstances can a carrier deny a variance without contrary medical evidence','Under what circumstances can a carrier deny a variance without contrary <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a>','Under what circumstances can a carrier deny a variance without contrary medical evidence','6. Under what circumstances can a carrier deny a variance without contrary medical evidence?','Under what circumstances can a carrier deny a variance without contrary medical evidence?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(173,46479,46340,'medical evidence','Where the claimant’s medical evidence indicates that the claimant has no disability','Where the claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> indicates that the claimant has no disability','Where the claimant’s medical evidence indicates that the claimant has no disability','Where the claimant’s medical evidence indicates that the claimant has no disability. When such medical evidence is not part of the official board file, it shall be submitted to the board in the format prescribed by the chair together with or on the same day that the notice to suspend or reduce is electronically filed; or','Where the claimant’s medical evidence indicates that the claimant has no disability.',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(174,46479,46511,'claim and a decision would be issued','If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the claim and a decision would be issued establishing the claim','If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">claim and a decision would be issued</a> establishing the claim','If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the claim and a decision would be issued establishing the claim','7. If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the claim and a decision would be issued establishing the claim?','If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the claim and a decision would be issued establishing the claim?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(175,46479,46511,'employer or carrier','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','When the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employer or carrier</a> is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','11. When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances. True or false?','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances.',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(176,46479,46546,'claim and a decision would be issued','If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the claim and a decision would be issued establishing the claim','If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">claim and a decision would be issued</a> establishing the claim','If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the claim and a decision would be issued establishing the claim','7. If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the claim and a decision would be issued establishing the claim?','If the carrier commences payment of temporary compensation, how much time do they have to electronically file a notice of controversy before they would be deemed to have admitted liability for the claim and a decision would be issued establishing the claim?',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(177,46479,46546,'employer or carrier','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','When the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer or carrier</a> is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','11. When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances. True or false?','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances.',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(178,46479,46380,'business days','An IME report must be filed within 10 business days after the examination with the Board','An IME report must be filed within 10 <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2019/07/melissa-a-day-esq-invited-to-join-buffalo-business-first-leadership-trust/\">business days</a> after the examination with the Board','An IME report must be filed within 10 business days after the examination with the Board','8. An IME report must be filed within 10 business days after the examination with the Board. Does a holiday within the period count as a business day and does only a holiday that falls on the 10th day count as a holiday that requires that the IME report be submitted on the next business day?','An IME report must be filed within 10 business days after the examination with the Board.',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(179,46479,46553,'continue payments to the claimant','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','When the employer or carrier is under a direction to <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">continue payments to the claimant</a> following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances','11. When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances. True or false?','When the employer or carrier is under a direction to continue payments to the claimant following a hearing or issuance of a decision pursuant to rule 300.23, it is permissible to suspend benefits without a hearing under certain circumstances.',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(180,46479,46426,'legal evidence of claimant’s return','Where a notice of return to work, or other written substantial legal evidence of claimant’s return to work, has been submitted to the board in the format prescribed by the chair together with or on the same day that the notice to suspend or reduce is electronically filed; or','Where a notice of return to work, or other written substantial <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/01/back-to-the-future-the-return-of-wcl-252-b-fact-finding-without-judges-and-legal-reasoning-without-lawyers/\">legal evidence of claimant’s return</a> to work, has been submitted to the board in the format prescribed by the chair together with or on the same day that the notice to suspend or reduce is electronically filed; or','Where a notice of return to work, or other written substantial legal evidence of claimant’s return to work, has been submitted to the board in the format prescribed by the chair together with or on the same day that the notice to suspend or reduce is electronically filed; or','Where a notice of return to work, or other written substantial legal evidence of claimant’s return to work, has been submitted to the board in the format prescribed by the chair together with or on the same day that the notice to suspend or reduce is electronically filed; or','Where a notice of return to work, or other written substantial legal evidence of claimant’s return to work, has been submitted to the board in the format prescribed by the chair together with or on the same day that the notice to suspend or reduce is electronically filed; or',0,'2022-04-04 15:07:12','2022-04-04 15:07:12'),(181,46179,46421,'workers’ compensation','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> hearings','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings','Prior to joining , Tom worked for Special Funds Conservation Committee for 23 years. During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings. During that time, Tom was also manager of the Albany office of Special Funds for two years and manager of the Buffalo office of Special Funds for eight years.','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings.',0,'2022-04-04 15:07:14','2022-04-04 15:07:14'),(182,46179,46486,'workers’ compensation','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> hearings','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings','Prior to joining , Tom worked for Special Funds Conservation Committee for 23 years. During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings. During that time, Tom was also manager of the Albany office of Special Funds for two years and manager of the Buffalo office of Special Funds for eight years.','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings.',0,'2022-04-04 15:07:14','2022-04-04 15:07:14'),(183,46179,46512,'workers’ compensation','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> hearings','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings','Prior to joining , Tom worked for Special Funds Conservation Committee for 23 years. During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings. During that time, Tom was also manager of the Albany office of Special Funds for two years and manager of the Buffalo office of Special Funds for eight years.','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings.',0,'2022-04-04 15:07:14','2022-04-04 15:07:14'),(184,46179,46555,'workers’ compensation','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> hearings','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings','Prior to joining , Tom worked for Special Funds Conservation Committee for 23 years. During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings. During that time, Tom was also manager of the Albany office of Special Funds for two years and manager of the Buffalo office of Special Funds for eight years.','During his tenure at Special Funds, Tom defended the interests of the Fund at thousands of workers’ compensation hearings.',0,'2022-04-04 15:07:14','2022-04-04 15:07:14'),(185,46179,46541,'insurance carriers','Over the years, Tom has worked closely and developed a strong working relationship with insurance carriers and their legal counsel as well as claimant’s attorneys','Over the years, Tom has worked closely and developed a strong working relationship with <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">insurance carriers</a> and their legal counsel as well as claimant’s attorneys','Over the years, Tom has worked closely and developed a strong working relationship with insurance carriers and their legal counsel as well as claimant’s attorneys','During his time in management, and as a hearing representative, Tom gained valuable experience in claims analysis, litigation, legal research and writing, negotiation and resolution of issues. Over the years, Tom has worked closely and developed a strong working relationship with insurance carriers and their legal counsel as well as claimant’s attorneys.','Over the years, Tom has worked closely and developed a strong working relationship with insurance carriers and their legal counsel as well as claimant’s attorneys.',0,'2022-04-04 15:07:14','2022-04-04 15:07:14'),(186,46179,46511,'carriers and their legal counsel','Over the years, Tom has worked closely and developed a strong working relationship with insurance carriers and their legal counsel as well as claimant’s attorneys','Over the years, Tom has worked closely and developed a strong working relationship with insurance <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carriers and their legal counsel</a> as well as claimant’s attorneys','Over the years, Tom has worked closely and developed a strong working relationship with insurance carriers and their legal counsel as well as claimant’s attorneys','During his time in management, and as a hearing representative, Tom gained valuable experience in claims analysis, litigation, legal research and writing, negotiation and resolution of issues. Over the years, Tom has worked closely and developed a strong working relationship with insurance carriers and their legal counsel as well as claimant’s attorneys.','Over the years, Tom has worked closely and developed a strong working relationship with insurance carriers and their legal counsel as well as claimant’s attorneys.',0,'2022-04-04 15:07:14','2022-04-04 15:07:14'),(187,46367,46340,'medical evidence','As we reviewed the file, we realized that the claimant’s medical evidence had changed dramatically after her accident','As we reviewed the file, we realized that the claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> had changed dramatically after her accident','As we reviewed the file, we realized that the claimant’s medical evidence had changed dramatically after her accident','As we reviewed the file, we realized that the claimant’s medical evidence had changed dramatically after her accident. Six days before the accident, the claimant’s treating doctor opined that she had a moderate lumbar disability, with mild to moderate motion deficits in her thoracic and low back. ','As we reviewed the file, we realized that the claimant’s medical evidence had changed dramatically after her accident. Six days before the accident, the claimant’s treating doctor opined that she had a moderate lumbar disability, with mild to moderate motion deficits in her thoracic and low back. After the accident, she was given a temporary total disability by her doctors. Her providers testified that that after the accident',0,'2022-04-04 15:39:28','2022-04-04 15:39:28'),(188,46367,46506,'low back','Six days before the accident, the claimant’s treating doctor opined that she had a moderate lumbar disability, with mild to moderate motion deficits in her thoracic and low back','Six days before the accident, the claimant’s treating doctor opined that she had a moderate lumbar disability, with mild to moderate motion deficits in her thoracic and <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">low back</a>','Six days before the accident, the claimant’s treating doctor opined that she had a moderate lumbar disability, with mild to moderate motion deficits in her thoracic and low back','As we reviewed the file, we realized that the claimant’s medical evidence had changed dramatically after her accident. Six days before the accident, the claimant’s treating doctor opined that she had a moderate lumbar disability, with mild to moderate motion deficits in her thoracic and low back. After the accident, she was given a temporary total disability by her doctors. ','Six days before the accident, the claimant’s treating doctor opined that she had a moderate lumbar disability, with mild to moderate motion deficits in her thoracic and low back. After the accident, she was given a temporary total disability by her doctors. Her providers testified that that after the accident, the claimant reported tenderness to her spine and her range of motion had decreased in both her neck and her low back. During cross-examination, they conceded that she had injured her neck and re-injured her back in the MVA and admitted that the MVA had exacerbated her back injury. They also confirmed that her MRI findings had changed following the MVA. They agreed that it would be difficult to attribute her current condition specifically to her Workers’ Compensation claim.',0,'2022-04-04 15:39:28','2022-04-04 15:39:28'),(189,46367,46506,'low back','Her providers testified that that after the accident, the claimant reported tenderness to her spine and her range of motion had decreased in both her neck and her low back','Her providers testified that that after the accident, the claimant reported tenderness to her spine and her range of motion had decreased in both her neck and her <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">low back</a>','Her providers testified that that after the accident, the claimant reported tenderness to her spine and her range of motion had decreased in both her neck and her low back','After the accident, she was given a temporary total disability by her doctors. Her providers testified that that after the accident, the claimant reported tenderness to her spine and her range of motion had decreased in both her neck and her low back. During cross-examination, they conceded that she had injured her neck and re-injured her back in the MVA and admitted that the MVA had exacerbated her back injury. ','her accident. Six days before the accident, the claimant’s treating doctor opined that she had a moderate lumbar disability, with mild to moderate motion deficits in her thoracic and low back. After the accident, she was given a temporary total disability by her doctors. Her providers testified that that after the accident, the claimant reported tenderness to her spine and her range of motion had decreased in both her neck and her low back. During cross-examination, they conceded that she had injured her neck and re-injured her back in the MVA and admitted that the MVA had exacerbated her back injury. They also confirmed that her MRI findings had changed following the MVA. They agreed that it would be difficult to attribute her current condition specifically to her Workers’ Compensation claim.',0,'2022-04-04 15:39:28','2022-04-04 15:39:28'),(190,46367,46549,'found the disputed bills','The judge also found the disputed bills in our favor on the grounds that the treatment was related to the MVA, not the claimant’s Workers’ Compensation claim.','The judge also <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">found the disputed bills</a> in our favor on the grounds that the treatment was related to the MVA, not the claimant’s Workers’ Compensation claim.','The judge also found the disputed bills in our favor on the grounds that the treatment was related to the MVA, not the claimant’s Workers’ Compensation claim.','The Judge agreed with us and found that the claimant had no compensable disability after her MVA. The judge also found the disputed bills in our favor on the grounds that the treatment was related to the MVA, not the claimant’s Workers’ Compensation claim.','The Judge agreed with us and found that the claimant had no compensable disability after her MVA. The judge also found the disputed bills in our favor on the grounds that the treatment was related to the MVA, not the claimant’s Workers’ Compensation claim.',0,'2022-04-04 15:39:28','2022-04-04 15:39:28'),(191,46493,46553,'claimant filed a C-3 in August 2012 which alleged','In East Village, the claimant filed a C-3 in August 2012 which alleged that he fractured his ankle on July 4, 2012, while working as a building superintendent','In <u>East Village</u>, the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant filed a C-3 in August 2012 which alleged</a> that he fractured his ankle on July 4, 2012, while working as a building superintendent','In <u>East Village</u>, the claimant filed a C-3 in August 2012 which alleged that he fractured his ankle on July 4, 2012, while working as a building superintendent','In East Village, the claimant filed a C-3 in August 2012 which alleged that he fractured his ankle on July 4, 2012, while working as a building superintendent. The claimant further indicated that he was supervising tenants and guests when he fell down a staircase.','In <u>East Village</u>, the claimant filed a C-3 in August 2012 which alleged that he fractured his ankle on July 4, 2012, while working as a building superintendent.',0,'2022-04-04 16:02:46','2022-04-04 16:02:46'),(192,46493,46511,'carrier based its WCL § 10 defense','The carrier based its WCL § 10 defense upon the fact that prior to the altercation which resulted in the injury, the claimant’s dog had been struck by a firework that one tenant threw off the roof','The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carrier based its WCL § 10 defense</a> upon the fact that prior to the altercation which resulted in the injury, the claimant’s dog had been struck by a firework that one tenant threw off the roof','The carrier based its WCL § 10 defense upon the fact that prior to the altercation which resulted in the injury, the claimant’s dog had been struck by a firework that one tenant threw off the roof','The carrier fully controverted the claim alleging no accident arising out of and in the course of employment and that the claimant willfully intended to bring about the injury pursuant to WCL § 10. The carrier based its WCL § 10 defense upon the fact that prior to the altercation which resulted in the injury, the claimant’s dog had been struck by a firework that one tenant threw off the roof.','The carrier fully controverted the claim alleging no accident arising out of and in the course of employment and that the claimant willfully intended to bring about the injury pursuant to WCL § 10. The carrier based its WCL § 10 defense upon the fact that prior to the altercation which resulted in the injury, the claimant’s dog had been struck by a firework that one tenant threw off the roof.',0,'2022-04-04 16:02:46','2022-04-04 16:02:46'),(193,46493,46561,'claimant and his fiancée testified','The claimant and his fiancée testified on the claimant’s behalf','The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant and his fiancée testified</a> on the claimant’s behalf','The claimant and his fiancée testified on the claimant’s behalf','The claimant and his fiancée testified on the claimant’s behalf. However, the claimant’s supervisor/employer failed to appear at the hearing, advising that he did not feel it important enough to show up to testify. ','The claimant and his fiancée testified on the claimant’s behalf.',0,'2022-04-04 16:02:46','2022-04-04 16:02:46'),(194,46493,46350,'accidents which arise in the course of employment','The presumption was also addressed by the Board that accidents which arise in the course of employment are presumed to arise out of such accident and that this presumption is rebuttable only by substantial evidence to the contrary','The presumption was also addressed by the Board that <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">accidents which arise in the course of employment</a> are presumed to arise out of such accident and that this presumption is rebuttable only by substantial evidence to the contrary','The presumption was also addressed by the Board that accidents which arise in the course of employment are presumed to arise out of such accident and that this presumption is rebuttable only by substantial evidence to the contrary','In analyzing the facts of the claim, the Board did note that under “Workers’ Compensation Law an accidental injury must have arisen out of and in the course of employment.” The presumption was also addressed by the Board that accidents which arise in the course of employment are presumed to arise out of such accident and that this presumption is rebuttable only by substantial evidence to the contrary. Finally, the Board also analyzed WCL § 21(1) noting that an assault that occurs at work is presumed to arise out of employment unless there is substantial evidence that it was “motivated by purely personal animosity.” [Internal citations omitted].','the facts of the claim, the Board did note that under “Workers’ Compensation Law an accidental injury must have arisen out of and in the course of employment.” The presumption was also addressed by the Board that accidents which arise in the course of employment are presumed to arise out of such accident and that this presumption is rebuttable only by substantial evidence to the contrary.',0,'2022-04-04 16:02:46','2022-04-04 16:02:46'),(195,46493,46421,'claim was compensable','The Board ultimately determined that the claim was compensable','The Board ultimately determined that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">claim was compensable</a>','The Board ultimately determined that the claim was compensable','The Board ultimately determined that the claim was compensable. In reaching its Decision, the Board found that the claimant did concede that one of the individuals on the roof threw a firework that struck his dog, but that the assault which occurred on the stairs happened not due to the confrontation over the dog incident, but after the claimant told the people on the roof he was going to call the police.','The Board ultimately determined that the claim was compensable. In reaching its Decision, the Board found that the claimant did concede that one of the individuals on the roof threw a firework that struck his dog, but that the assault which occurred on the stairs happened not due to the confrontation over the dog incident, but after the claimant told the people on the roof he was going to call the police.',0,'2022-04-04 16:02:46','2022-04-04 16:02:46'),(196,46493,46421,'claim compensable','Using these facts, the Board found the claim compensable based upon the nexus between the claimant’s work activities as the superintendent of the property and the assault occurring as he was in the process of going to clean the roof in fulfilment of those work activities','Using these facts, the Board found the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">claim compensable</a> based upon the nexus between the claimant’s work activities as the superintendent of the property and the assault occurring as he was in the process of going to clean the roof in fulfilment of those work activities','Using these facts, the Board found the claim compensable based upon the nexus between the claimant’s work activities as the superintendent of the property and the assault occurring as he was in the process of going to clean the roof in fulfilment of those work activities','Using these facts, the Board found the claim compensable based upon the nexus between the claimant’s work activities as the superintendent of the property and the assault occurring as he was in the process of going to clean the roof in fulfilment of those work activities.','Using these facts, the Board found the claim compensable based upon the nexus between the claimant’s work activities as the superintendent of the property and the assault occurring as he was in the process of going to clean the roof in fulfilment of those work activities.',0,'2022-04-04 16:02:46','2022-04-04 16:02:46'),(197,46492,46549,'total period of disability exceeds that what is considered','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">total period of disability exceeds that what is considered</a> the normal healing period for the injury to the claimant’s body part','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury. WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(198,46492,46549,'found that the claimant was not temporary totally disabled','Consequently, the Board found that the claimant was not temporary totally disabled','Consequently, the Board <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">found that the claimant was not temporary totally disabled</a>','Consequently, the Board found that the claimant was not temporary totally disabled','No issues with the claimant’s ability to sit, walk or perform daily activities such as driving, cooking, cleaning or personal hygiene was indicated. Consequently, the Board found that the claimant was not temporary totally disabled. Matter of Our Lady of Victory Baker, 2015 NY Wrk.','Consequently, the Board found that the claimant was not temporary totally disabled. <u>Matter of Our Lady of Victory Baker,</u> 2015 NY Wrk. Comp. 0730636.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(199,46492,46549,'total disability becomes especially relevant when the claimant','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury','Temporary <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">total disability becomes especially relevant when the claimant</a> suffered a schedulable injury','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury. WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury. WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(200,46492,46549,'disabled we picture a claimant','To be temporary “TOTALLY” disabled we picture a claimant in a wheelchair paralyzed and unable to function without assistance','To be temporary “TOTALLY” <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">disabled we picture a claimant</a> in a wheelchair paralyzed and unable to function without assistance','To be temporary “TOTALLY” disabled we picture a claimant in a wheelchair paralyzed and unable to function without assistance','To be temporary “TOTALLY” disabled we picture a claimant in a wheelchair paralyzed and unable to function without assistance. But, in reality the picture is frequently very different and often as follows:','To be temporary “TOTALLY” disabled we picture a claimant in a wheelchair paralyzed and unable to function without assistance.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(201,46492,46549,'totally disabled','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary totally disabled','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">totally disabled</a>','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary totally disabled','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary totally disabled.','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary totally disabled.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(202,46492,46553,'total disability becomes especially relevant when the claimant','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury','Temporary <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">total disability becomes especially relevant when the claimant</a> suffered a schedulable injury','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury. WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury. WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(203,46492,46553,'claimant was not temporary totally disabled','Consequently, the Board found that the claimant was not temporary totally disabled','Consequently, the Board found that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant was not temporary totally disabled</a>','Consequently, the Board found that the claimant was not temporary totally disabled','No issues with the claimant’s ability to sit, walk or perform daily activities such as driving, cooking, cleaning or personal hygiene was indicated. Consequently, the Board found that the claimant was not temporary totally disabled. Matter of Our Lady of Victory Baker, 2015 NY Wrk.','Consequently, the Board found that the claimant was not temporary totally disabled. <u>Matter of Our Lady of Victory Baker,</u> 2015 NY Wrk. Comp. 0730636.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(204,46492,46553,'totally disabled','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary totally disabled','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">totally disabled</a>','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary totally disabled','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary totally disabled.','Without reference to any objective criteria or observations (in fact, X-rays were negative), but simply referring to and reiterating the claimant’s allegations as to his condition, the treating physician confirmed the claimant’s claim that he was temporary totally disabled.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(205,46492,46553,'chiropractor continued','In another recent Full Board Review, the claimant’s chiropractor continued to opine a TTD','In another recent Full Board Review, the claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">chiropractor continued</a> to opine a TTD','In another recent Full Board Review, the claimant’s chiropractor continued to opine a TTD','In another recent Full Board Review, the claimant’s chiropractor continued to opine a TTD. However, he testified that the claimant did not require an assistance device to walk, did not need assistance to get on the examination table and he had no knowledge of any bladder, bowel or sexual dysfunction. ','In another recent Full Board Review, the claimant’s chiropractor continued to opine a TTD.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(206,46492,46329,'schedule loss','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','WCL § 15 provides for an enhanced <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">schedule loss</a> of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury. WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(207,46492,46387,'schedule loss','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','WCL § 15 provides for an enhanced <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">schedule loss</a> of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury. WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(208,46492,46415,'schedule loss of use award','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','WCL § 15 provides for an enhanced <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">schedule loss of use award</a> when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part','Temporary total disability becomes especially relevant when the claimant suffered a schedulable injury. WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.','WCL § 15 provides for an enhanced schedule loss of use award when the claimant’s temporary total period of disability exceeds that what is considered the normal healing period for the injury to the claimant’s body part.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(209,46492,46374,'claimant claimed','On his C-3 the claimant claimed that a piece of steel fell on his right finger cutting it','On his C-3 the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant claimed</a> that a piece of steel fell on his right finger cutting it','On his C-3 the claimant claimed that a piece of steel fell on his right finger cutting it','There was no sign of any kind of impairment and we had to consult our file to reaffirm the injury. On his C-3 the claimant claimed that a piece of steel fell on his right finger cutting it. The claimant only noted a right pointer finger injury.','onsult our file to reaffirm the injury. On his C-3 the claimant claimed that a piece of steel fell on his right finger cutting it.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(210,46492,46342,'medical opinions','It is well established that differing medical opinions is a matter that is within the New York Workers’ Compensation Board’s discretion to resolve','It is well established that differing <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical opinions</a> is a matter that is within the New York Workers’ Compensation Board’s discretion to resolve','It is well established that differing medical opinions is a matter that is within the New York Workers’ Compensation Board’s discretion to resolve','It is well established that differing medical opinions is a matter that is within the New York Workers’ Compensation Board’s discretion to resolve. See Matter of Raffiani v.','It is well established that differing medical opinions is a matter that is within the New York Workers’ Compensation Board’s discretion to resolve.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(211,46492,46342,'medical opinions,','In Medicab/Rochester Inc. the Board Panel, confronted with contrasting medical opinions, considered the 1996 Medical Impairment Guidelines to evaluate degree of disability finding that the claimant did not in fact had a temporary total degree of disability, but a temporary partial disability','In <u>Medicab/Rochester Inc.</u> the Board Panel, confronted with contrasting <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical opinions,</a> considered the 1996 Medical Impairment Guidelines to evaluate degree of disability finding that the claimant did not in fact had a temporary total degree of disability, but a temporary partial disability','In <u>Medicab/Rochester Inc.</u> the Board Panel, confronted with contrasting medical opinions, considered the 1996 Medical Impairment Guidelines to evaluate degree of disability finding that the claimant did not in fact had a temporary total degree of disability, but a temporary partial disability','In Medicab/Rochester Inc. the Board Panel, confronted with contrasting medical opinions, considered the 1996 Medical Impairment Guidelines to evaluate degree of disability finding that the claimant did not in fact had a temporary total degree of disability, but a temporary partial disability','In <u>Medicab/Rochester Inc.</u> the Board Panel, confronted with contrasting medical opinions, considered the 1996 Medical Impairment Guidelines to evaluate degree of disability finding that the claimant did not in fact had a temporary total degree of disability, but a temporary partial disability.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(212,46492,46561,'testified that the claimant','However, he testified that the claimant did not require an assistance device to walk, did not need assistance to get on the examination table and he had no knowledge of any bladder, bowel or sexual dysfunction','However, he <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">testified that the claimant</a> did not require an assistance device to walk, did not need assistance to get on the examination table and he had no knowledge of any bladder, bowel or sexual dysfunction','However, he testified that the claimant did not require an assistance device to walk, did not need assistance to get on the examination table and he had no knowledge of any bladder, bowel or sexual dysfunction','In another recent Full Board Review, the claimant’s chiropractor continued to opine a TTD. However, he testified that the claimant did not require an assistance device to walk, did not need assistance to get on the examination table and he had no knowledge of any bladder, bowel or sexual dysfunction. No issues with the claimant’s ability to sit, walk or perform daily activities such as driving, cooking, cleaning or personal hygiene was indicated. ','However, he testified that the claimant did not require an assistance device to walk, did not need assistance to get on the examination table and he had no knowledge of any bladder, bowel or sexual dysfunction.',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(213,46492,46236,'case law','All the case law referenced above involved claims with back injuries','All the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/case-law-updates-lomad-case-law-updates/\">case law</a> referenced above involved claims with back injuries','All the case law referenced above involved claims with back injuries','All the case law referenced above involved claims with back injuries. Would it not be more efficient if there were definite criteria for treating providers to use to determine temporary degree of disability, especially where injuries could result in SLU awards? ','All the case law referenced above involved claims with back injuries. Would it not be more efficient if there were definite criteria for treating providers to use to determine temporary degree of disability, especially where injuries',0,'2022-04-04 16:02:48','2022-04-04 16:02:48'),(214,46372,46423,'permanently partially disabled','The Board however limited this holding by consistently finding that Matter of Jacobi, only stands for the proposition that a claimant who has been classified as permanently partially disabled is entitled to benefits at a temporary total disability rate following causally-related surgery.”','The Board however limited this holding by consistently finding that <em>Matter of Jacobi,</em> only stands for the proposition that a claimant who has been classified as <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/02/permanent-partial-disability-safety-netwhat-to-expect-from-wcl-%c2%a735/\">permanently partially disabled</a> is entitled to benefits at a temporary total disability rate following causally-related surgery.”','The Board however limited this holding by consistently finding that <em>Matter of Jacobi,</em> only stands for the proposition that a claimant who has been classified as permanently partially disabled is entitled to benefits at a temporary total disability rate following causally-related surgery.”','The Board however limited this holding by consistently finding that Matter of Jacobi, only stands for the proposition that a claimant who has been classified as permanently partially disabled is entitled to benefits at a temporary total disability rate following causally-related surgery.” (NYS Dept of Motor Vehicles, 50101459 NYS Wrk Comp 2020). ','The Board however limited this holding by consistently finding that <em>Matter of Jacobi,</em> only stands for the proposition that a claimant who has been classified as permanently partially disabled is entitled to benefits at a temporary total disability rate following causally-related surgery.”',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(215,46372,46423,'permanently totally disabled','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/02/permanent-partial-disability-safety-netwhat-to-expect-from-wcl-%c2%a735/\">permanently totally disabled</a> is well-known and unchanged from','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from before the prior litigation.','the treating doctors opined a total disability throughout the period the claimant was classified and paid with a permanent partial disability. The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(216,46372,46374,'claim the claimant','In that claim the claimant was classified with a permanent partial disability, and subsequently underwent a surgery','In that <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claim the claimant</a> was classified with a permanent partial disability, and subsequently underwent a surgery','In that claim the claimant was classified with a permanent partial disability, and subsequently underwent a surgery','(49903741 NY Wrk Comp 2020). In that claim the claimant was classified with a permanent partial disability, and subsequently underwent a surgery. The Board found that following the initial period from the surgery, “the record contained insufficient evidence to show that the claimant has low back disability greater than that which he had at the time of the .','ing that same logic, the Board reversed a finding of total disability in <em>Employer: CVS.</em> (49903741 NY Wrk Comp 2020). In that claim the claimant was classified with a permanent partial disability, and subsequently underwent a surgery. The Board found that following the initial period from the surgery',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(217,46372,46549,'claimant is permanently totally disabled','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant is permanently totally disabled</a> is well-known and unchanged from','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from before the prior litigation.','the treating doctors opined a total disability throughout the period the claimant was classified and paid with a permanent partial disability. The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(218,46372,46549,'claimant was totally disabled','For example, in Ellicott Development, the treating doctor always opined throughout the file that the claimant was totally disabled from all employment','For example, in <em>Ellicott Development, </em>the treating doctor always opined throughout the file that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant was totally disabled</a> from all employment','For example, in <em>Ellicott Development, </em>the treating doctor always opined throughout the file that the claimant was totally disabled from all employment','The Board has also consistently found post-Jacobi that an opinion of total from a doctor’s office post-surgery is meaningless when the doctor continuously opined that the claimant was totally disabled from all employment despite Board decisions to the contrary in the files. For example, in Ellicott Development, the treating doctor always opined throughout the file that the claimant was totally disabled from all employment. The Board discussed that the Reserved Decision finding that the uncontroverted opinion of total from that treating was not sufficient to keep the claimant at a total disability for more than a post-surgical period because it was not credible evidence of post-surgery total disability. ','For example, in <em>Ellicott Development, </em>the treating doctor always opined throughout the file that the claimant was totally disabled from all employment.',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(219,46372,46549,'claimant was totally disabled','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant was totally disabled</a> per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr. Roger’s continued and uncontroverted opinion that the claimant has a total disability. ','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr.',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(220,46372,46553,'total disability throughout the period the claimant','Here, the treating doctors opined a total disability throughout the period the claimant was classified and paid with a permanent partial disability','Here, the treating doctors opined a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">total disability throughout the period the claimant</a> was classified and paid with a permanent partial disability','Here, the treating doctors opined a total disability throughout the period the claimant was classified and paid with a permanent partial disability','Here, the treating doctors opined a total disability throughout the period the claimant was classified and paid with a permanent partial disability. The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. ','Here, the treating doctors opined a total disability throughout the period the claimant was classified and paid with a permanent partial disability. The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(221,46372,46553,'total disability is not sufficient to continue','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The opinion of the treating doctor of a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">total disability is not sufficient to continue</a> the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from before the prior litigation.','the treating doctors opined a total disability throughout the period the claimant was classified and paid with a permanent partial disability. The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(222,46372,46553,'claimant is permanently totally disabled','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant is permanently totally disabled</a> is well-known and unchanged from','The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from','The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from before the prior litigation.','the treating doctors opined a total disability throughout the period the claimant was classified and paid with a permanent partial disability. The treating doctor’s office opined a total disability in 2014 and the issue of whether the claimant should be reclassified to a permanent total disability was litigated and decided in a 2015 Reserved Decision. The opinion of the treating doctor of a total disability is not sufficient to continue the awards at total, because the treating doctor’s opinion that the claimant is permanently totally disabled is well-known and unchanged from',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(223,46372,46553,'claimant was totally disabled','For example, in Ellicott Development, the treating doctor always opined throughout the file that the claimant was totally disabled from all employment','For example, in <em>Ellicott Development, </em>the treating doctor always opined throughout the file that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant was totally disabled</a> from all employment','For example, in <em>Ellicott Development, </em>the treating doctor always opined throughout the file that the claimant was totally disabled from all employment','The Board has also consistently found post-Jacobi that an opinion of total from a doctor’s office post-surgery is meaningless when the doctor continuously opined that the claimant was totally disabled from all employment despite Board decisions to the contrary in the files. For example, in Ellicott Development, the treating doctor always opined throughout the file that the claimant was totally disabled from all employment. The Board discussed that the Reserved Decision finding that the uncontroverted opinion of total from that treating was not sufficient to keep the claimant at a total disability for more than a post-surgical period because it was not credible evidence of post-surgery total disability. ','For example, in <em>Ellicott Development, </em>the treating doctor always opined throughout the file that the claimant was totally disabled from all employment.',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(224,46372,46553,'claimant was totally disabled','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant was totally disabled</a> per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr. Roger’s continued and uncontroverted opinion that the claimant has a total disability. ','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr.',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(225,46372,46553,'claimant was totally disabled','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant was totally disabled</a> per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr. Roger’s continued and uncontroverted opinion that the claimant has a total disability. ','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr.',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(226,46372,46342,'medical opinion','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical opinion</a>, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr. Roger’s continued and uncontroverted opinion that the claimant has a total disability. ','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr.',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(227,46372,46422,'treatment the claimant','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">treatment the claimant</a> had a less than total disability despite Dr','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr','Similarly, in Buffalo Psychiatric Center, the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr. Roger’s continued and uncontroverted opinion that the claimant has a total disability. ','Similarly, in <em>Buffalo Psychiatric Center, </em>the Board found that for a brief period following surgery the claimant was totally disabled per the medical opinion, but that upon her return to symptomatic treatment the claimant had a less than total disability despite Dr.',0,'2022-04-04 16:02:49','2022-04-04 16:02:49'),(228,46489,46549,'bills for the treatment will be found','Whether bills for the treatment will be found compensable appears to hinge on whether the referral to the psychologist in the first instance complied with WCL §13-m(2)(a)','Whether <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">bills for the treatment will be found</a> compensable appears to hinge on whether the referral to the psychologist in the first instance complied with WCL §13-m(2)(a)','Whether bills for the treatment will be found compensable appears to hinge on whether the referral to the psychologist in the first instance complied with WCL §13-m(2)(a)','Whether bills for the treatment will be found compensable appears to hinge on whether the referral to the psychologist in the first instance complied with WCL §13-m(2)(a) . That section requires that psychotherapy be initiated upon the referral of an authorized physician.','Whether bills for the treatment will be found compensable appears to hinge on whether the referral to the psychologist in the first instance complied with WCL §13-m(2)(a) . That section requires that psychotherapy be initiated upon the referral of an authorized physician. As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a). <em>See </em>Bletsas Plumbing & Hea',0,'2022-04-04 16:02:51','2022-04-04 16:02:51'),(229,46489,46549,'social worker then treated the claimant','As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a)','As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">social worker then treated the claimant</a> under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a)','As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a)','That section requires that psychotherapy be initiated upon the referral of an authorized physician. As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a). See Bletsas Plumbing & Heating, 2014 N.Y.Wrk.Comp. ','As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a). <em>See </em>Bletsas Plumbing & Hea',0,'2022-04-04 16:02:51','2022-04-04 16:02:51'),(230,46489,46549,'bills were found','As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a)','As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">bills were found</a> in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a)','As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a)','That section requires that psychotherapy be initiated upon the referral of an authorized physician. As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a). See Bletsas Plumbing & Heating, 2014 N.Y.Wrk.Comp. ','As a result, where a chiropractor referred a claimant for psychotherapy, and a licensed social worker then treated the claimant under the supervision of that psychotherapist, objections to medical bills were found in favor of the carrier because a chiropractor is not an authorized physician pursuant to WCL §13-m(2)(a). <em>See </em>Bletsas Plumbing & Hea',0,'2022-04-04 16:02:51','2022-04-04 16:02:51'),(231,46565,46504,'earning in excess of her former average weekly wage','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','A vocational rehabilitation expert opined that the claimant was capable of returning to work <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">earning in excess of her former average weekly wage</a> despite her impairment because of her vocational history and educational achievements','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements. We will see what happens.','argued that this principle should apply to a non-working Claimant. I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements.',0,'2022-04-04 16:10:42','2022-04-04 16:10:42'),(232,46565,46504,'loss of wage earning capacity','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">loss of wage earning capacity</a>','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity','I recently argued that this principle should apply to a non-working Claimant. I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements.','IMANTS WHO HAVE A 0% LWEC, LOSS OF WAGE EARNING CAPACITY, ARE ENTITLED TO 225 WEEKS OF CAPPED PPD BENEFITS.',0,'2022-04-04 16:10:42','2022-04-04 16:10:42'),(233,46565,46509,'earning in excess of her former average weekly wage','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','A vocational rehabilitation expert opined that the claimant was capable of returning to work <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">earning in excess of her former average weekly wage</a> despite her impairment because of her vocational history and educational achievements','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements. We will see what happens.','argued that this principle should apply to a non-working Claimant. I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements.',0,'2022-04-04 16:10:42','2022-04-04 16:10:42'),(234,46565,46509,'loss of wage earning capacity','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">loss of wage earning capacity</a>','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity','I recently argued that this principle should apply to a non-working Claimant. I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements.','IMANTS WHO HAVE A 0% LWEC, LOSS OF WAGE EARNING CAPACITY, ARE ENTITLED TO 225 WEEKS OF CAPPED PPD BENEFITS.',0,'2022-04-04 16:10:42','2022-04-04 16:10:42'),(235,46565,46371,'claimant was capable of returning to work','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','A vocational rehabilitation expert opined that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant was capable of returning to work</a> earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements. We will see what happens.','argued that this principle should apply to a non-working Claimant. I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements.',0,'2022-04-04 16:10:42','2022-04-04 16:10:42'),(236,46565,46480,'average weekly wage','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/average-wages/\">average weekly wage</a> despite her impairment because of her vocational history and educational achievements','A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements','I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements. We will see what happens.','I recently argued that this principle should apply to a non-working Claimant. I posited that the Claimant, who has an impairment which limits her to light or sedentary work, should be found to have a 0% loss of wage earning capacity. A vocational rehabilitation expert opined that the claimant was capable of returning to work earning in excess of her former average weekly wage despite her impairment because of her vocational history and educational achievements.',0,'2022-04-04 16:10:42','2022-04-04 16:10:42'),(237,48691,46421,'workers’ compensation','He has experience in workers’ compensation law, assisting with claims on the claimant side','He has experience in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> law, assisting with claims on the claimant side','He has experience in workers’ compensation law, assisting with claims on the claimant side','Maxwell has always had ambitions of pursuing a career in law and has dreams of becoming an attorney. He has experience in workers’ compensation law, assisting with claims on the claimant side.','He has experience in workers’ compensation law, assisting with claims on the claimant side.',0,'2022-04-04 16:10:49','2022-04-04 16:10:49'),(238,48691,46486,'workers’ compensation','He has experience in workers’ compensation law, assisting with claims on the claimant side','He has experience in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> law, assisting with claims on the claimant side','He has experience in workers’ compensation law, assisting with claims on the claimant side','Maxwell has always had ambitions of pursuing a career in law and has dreams of becoming an attorney. He has experience in workers’ compensation law, assisting with claims on the claimant side.','He has experience in workers’ compensation law, assisting with claims on the claimant side.',0,'2022-04-04 16:10:49','2022-04-04 16:10:49'),(239,48691,46512,'workers’ compensation','He has experience in workers’ compensation law, assisting with claims on the claimant side','He has experience in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> law, assisting with claims on the claimant side','He has experience in workers’ compensation law, assisting with claims on the claimant side','Maxwell has always had ambitions of pursuing a career in law and has dreams of becoming an attorney. He has experience in workers’ compensation law, assisting with claims on the claimant side.','He has experience in workers’ compensation law, assisting with claims on the claimant side.',0,'2022-04-04 16:10:49','2022-04-04 16:10:49'),(240,48691,46555,'workers’ compensation','He has experience in workers’ compensation law, assisting with claims on the claimant side','He has experience in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> law, assisting with claims on the claimant side','He has experience in workers’ compensation law, assisting with claims on the claimant side','Maxwell has always had ambitions of pursuing a career in law and has dreams of becoming an attorney. He has experience in workers’ compensation law, assisting with claims on the claimant side.','He has experience in workers’ compensation law, assisting with claims on the claimant side.',0,'2022-04-04 16:10:49','2022-04-04 16:10:49'),(241,48691,48276,'compensation law','He has experience in workers’ compensation law, assisting with claims on the claimant side','He has experience in workers’ <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\">compensation law</a>, assisting with claims on the claimant side','He has experience in workers’ compensation law, assisting with claims on the claimant side','Maxwell has always had ambitions of pursuing a career in law and has dreams of becoming an attorney. He has experience in workers’ compensation law, assisting with claims on the claimant side.','He has experience in workers’ compensation law, assisting with claims on the claimant side.',0,'2022-04-04 16:10:49','2022-04-04 16:10:49'),(242,48691,46374,'claims on the claimant','He has experience in workers’ compensation law, assisting with claims on the claimant side','He has experience in workers’ compensation law, assisting with <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claims on the claimant</a> side','He has experience in workers’ compensation law, assisting with claims on the claimant side','Maxwell has always had ambitions of pursuing a career in law and has dreams of becoming an attorney. He has experience in workers’ compensation law, assisting with claims on the claimant side.','He has experience in workers’ compensation law, assisting with claims on the claimant side.',0,'2022-04-04 16:10:49','2022-04-04 16:10:49'),(243,46502,46543,'specific pharmacological treatments','The NAP MTGs also discuss specific pharmacological treatments','The NAP MTGs also discuss <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">specific pharmacological treatments</a>','The NAP MTGs also discuss specific pharmacological treatments','The NAP MTGs also discuss specific pharmacological treatments. For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain.','The NAP MTGs also discuss specific pharmacological treatments. For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain. Additionally, buccally (via the lining of the mouth) delivered fentanyl products, like Actiq ® and Subsys ® are not recommended.',0,'2022-04-04 16:10:51','2022-04-04 16:10:51'),(244,46502,46511,'employers and carriers','For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain','For example, many <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employers and carriers</a> will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain','For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain','The NAP MTGs also discuss specific pharmacological treatments. For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain. Additionally, buccally (via the lining of the mouth) delivered fentanyl products, like Actiq ® and Subsys ® are not recommended.','For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain.',0,'2022-04-04 16:10:51','2022-04-04 16:10:51'),(245,46502,46546,'employers and carriers','For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain','For example, many <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employers and carriers</a> will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain','For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain','The NAP MTGs also discuss specific pharmacological treatments. For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain. Additionally, buccally (via the lining of the mouth) delivered fentanyl products, like Actiq ® and Subsys ® are not recommended.','For example, many employers and carriers will be thrilled to learn that compound creams are not recommended for the treatment of Non-Acute Pain.',0,'2022-04-04 16:10:51','2022-04-04 16:10:51'),(246,46373,46343,'late notice,','By being able to demonstrate that a proper investigation was not able to have taken place because of the late notice, we are in a better position to show prejudice','By being able to demonstrate that a proper investigation was not able to have taken place because of the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/employers-do-not-have-to-prove-prejudice-by-late-notice-but-it-certainly-doesnt-hurt-to-do-so/\">late notice,</a> we are in a better position to show prejudice','By being able to demonstrate that a proper investigation was not able to have taken place because of the late notice, we are in a better position to show prejudice','However, in an effort to show prejudice, it is always helpful to be able to demonstrate that normally there is an investigation that would be undertaken after a reported accident. By being able to demonstrate that a proper investigation was not able to have taken place because of the late notice, we are in a better position to show prejudice.','By being able to demonstrate that a proper investigation was not able to have taken place because of the late notice, we are in a better position to show prejudice.',0,'2022-04-04 16:32:24','2022-04-04 16:32:24'),(247,46419,46378,'– how does this proposed','However, this raises an interesting question for this author – how does this proposed amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings','However, this raises an interesting question for this author <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/06/proposed-changes-to-%c2%a7%c2%a7300-22-and-300-23-overpayments/\">– how does this proposed</a> amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings','However, this raises an interesting question for this author – how does this proposed amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings','Part of the proposed amendment would allow for the Appellate Department where the intern’s activities are taking place to make the determination about whether or not to permit the intern to practice. However, this raises an interesting question for this author – how does this proposed amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings? Theoretically, a legal intern’s practice activities could encompass appearances in each Appellate Division.','However, currently the definition of “legal or law interns” is subject to the Third Department Appellate Division’s rules. Part of the proposed amendment would allow for the Appellate Department where the intern’s activities are taking place to make the determination about whether or not to permit the intern to practice. However, this raises an interesting question for this author – how does this proposed amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings?',0,'2022-04-04 16:38:16','2022-04-04 16:38:16'),(248,46419,46420,'– how does this proposed amendment','However, this raises an interesting question for this author – how does this proposed amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings','However, this raises an interesting question for this author <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\">– how does this proposed amendment</a> account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings','However, this raises an interesting question for this author – how does this proposed amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings','Part of the proposed amendment would allow for the Appellate Department where the intern’s activities are taking place to make the determination about whether or not to permit the intern to practice. However, this raises an interesting question for this author – how does this proposed amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings? Theoretically, a legal intern’s practice activities could encompass appearances in each Appellate Division.','However, currently the definition of “legal or law interns” is subject to the Third Department Appellate Division’s rules. Part of the proposed amendment would allow for the Appellate Department where the intern’s activities are taking place to make the determination about whether or not to permit the intern to practice. However, this raises an interesting question for this author – how does this proposed amendment account for the growing accessibility to a statewide Workers’ Compensation practice due to introduction of virtual hearings?',0,'2022-04-04 16:38:16','2022-04-04 16:38:16'),(249,46419,46369,'applications for review/full board review','Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full board review or rebuttals','Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\">applications for review/full board review</a> or rebuttals','Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full board review or rebuttals','Lastly, the proposed amendments explicitly expand the range of services these interns can provide. Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full board review or rebuttals. The regulations would allow these interns to enter into waiver agreements under immediate supervision of an attorney – which is already defined by the regulation to mean that the attorney be personally present with the intern throughout the hearing.','Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full board review or rebuttals.',0,'2022-04-04 16:38:16','2022-04-04 16:38:16'),(250,46419,46387,'board review','Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full board review or rebuttals','Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">board review</a> or rebuttals','Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full board review or rebuttals','Lastly, the proposed amendments explicitly expand the range of services these interns can provide. Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full board review or rebuttals. The regulations would allow these interns to enter into waiver agreements under immediate supervision of an attorney – which is already defined by the regulation to mean that the attorney be personally present with the intern throughout the hearing.','Specifically, the amendments would allow the interns – under general supervision of an attorney – to fully participate in informal proceedings, prepare and enter into stipulations other than waiver agreements, and prepare and file applications for review/full board review or rebuttals.',0,'2022-04-04 16:38:16','2022-04-04 16:38:16'),(251,46482,46502,'treatment and deny any opioid medication','(Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">treatment and deny any opioid medication</a> claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines. (Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','<strong>Practitioner’s point</strong>: Failure to provide the opioid risk assessment in the medical report would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(252,46482,46502,'opioids to treat acute pain','The body-site-specific Guidelines also reference brief use following postoperative pain management, but again, note that use beyond 2 to 3 weeks for minor procedures, and 6 weeks for extensive surgical procedures, is the outside limit for use of opioids to treat acute pain','The body-site-specific Guidelines also reference brief use following postoperative pain management, but again, note that use beyond 2 to 3 weeks for minor procedures, and 6 weeks for extensive surgical procedures, is the outside limit for use of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">opioids to treat acute pain</a>','The body-site-specific Guidelines also reference brief use following postoperative pain management, but again, note that use beyond 2 to 3 weeks for minor procedures, and 6 weeks for extensive surgical procedures, is the outside limit for use of opioids to treat acute pain','See, § D.7.g.ii. The body-site-specific Guidelines also reference brief use following postoperative pain management, but again, note that use beyond 2 to 3 weeks for minor procedures, and 6 weeks for extensive surgical procedures, is the outside limit for use of opioids to treat acute pain. See, § D.7.g.iii.','the claimant is currently being treated for acute pain, treatment is governed by the body-site-specific Medical Treatment Guideline. By way of example, when the claimant undergoes a lumbar surgical procedure, Medical Treatment Guidelines for the low back provide that narcotics should be primarily reserved for the treatment of severe back pain with the optimum duration of 3 to 7 days and a maximum duration of two weeks, with use beyond this period only in appropriate cases and any use beyond the maximum two weeks should be documented and justified based on the diagnosis and/or invasive procedures. <em>See</em>, <u>New York State Workers’ Compensation Board, Mid And Low Back Injury Medical Treatment Guidelines</u>, Third Edition, September 15, 2014, Section D.7.g. Pursuant to section D.7.g.i, routine use of opioids for acute, subacute, or chronic pain is not recommended. However, the Guidelines do provide for limited use of opioids in acute situations when there is severe pain and, in conjunction, two or more efficacious treatment modalities. <em>See</em>, § D.7.g.ii. Finally, the body-site-specific Medical Treatment Guidelines specifically address when discontinuation is appropriate with one of the factors noted to be use beyond two weeks. See, § D.7.g.ii. The body-site-specific Guidelines also reference brief use following postoperative pain management, but again, note that use beyond 2 to 3 weeks for minor procedures, and 6 weeks for extensive surgical procedures, is the outside limit for use of opioids to treat acute pain. <em>See</em>, § D.7.g.iii.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(253,46482,46502,'treatment is for acute or non-acute','(Practitioner’s point: At this point, objections can be made to the doctor’s bill for noncompliance with the Non-Acute Pain Medical Treatment Guidelines, as well as any script the claimant seeks to fill following this appointment, if the provider has not indicated whether the treatment is for acute or non-acute pain.)','(<strong><em>Practitioner’s point:</em> </strong>At this point, objections can be made to the doctor’s bill for noncompliance with the Non-Acute Pain Medical Treatment Guidelines, as well as any script the claimant seeks to fill following this appointment, if the provider has not indicated whether the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">treatment is for acute or non-acute</a> pain.)','(<strong><em>Practitioner’s point:</em> </strong>At this point, objections can be made to the doctor’s bill for noncompliance with the Non-Acute Pain Medical Treatment Guidelines, as well as any script the claimant seeks to fill following this appointment, if the provider has not indicated whether the treatment is for acute or non-acute pain.)','As such, although you can raise issue to continued medications by filing the appropriate objection, you cannot just stop payment of these medications in the absence of a judicial order. (Practitioner’s point: At this point, objections can be made to the doctor’s bill for noncompliance with the Non-Acute Pain Medical Treatment Guidelines, as well as any script the claimant seeks to fill following this appointment, if the provider has not indicated whether the treatment is for acute or non-acute pain.)','<strong><em>Practitioner’s point:</em> </strong>At this point, objections can be made to the doctor’s bill for noncompliance with the Non-Acute Pain Medical Treatment Guidelines, as well as any script the claimant seeks to fill following this appointment, if the provider has not indicated whether the treatment is for acute or non-acute pain.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(254,46482,46502,'pain management alternatives before opioids','The patient must fail pain management alternatives before opioids can be considered','The patient must fail <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">pain management alternatives before opioids</a> can be considered','The patient must fail pain management alternatives before opioids can be considered','A significant change to the Guidelines is that when considering opioid use in an opioid-naïve patient, certain criteria must be met before an opioid trial can be commenced. The patient must fail pain management alternatives before opioids can be considered. Specifically, § F.2.a.iv states:','the Guidelines is that when considering opioid use in an opioid-naïve patient, certain criteria <u>must</u> be met before an opioid trial can be commenced. The patient must fail pain management alternatives before opioids can be considered.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(255,46482,46502,'cost of opioid medications','The significant cost of opioid medications is not only borne by carriers, but also by claimants','The significant <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">cost of opioid medications</a> is not only borne by carriers, but also by claimants','The significant cost of opioid medications is not only borne by carriers, but also by claimants','Even the introduction to the Non-Acute Pain Guidelines indicates that the Guidelines were drafted in response to the dramatic increase in use of opioids to treat chronic non-cancer pain. The significant cost of opioid medications is not only borne by carriers, but also by claimants. The medication itself is expensive, the risks of use of these medications are significant; add to that the possibility of overdose, and the personal and financial costs become immeasurable. ','the Workers Compensation Research Institute (WCRI) reported in its publication <u>Interstate Variations In The Use Of Narcotics</u>, Second Edition, following an investigation of 25 states, that it found that New York and Louisiana had the highest amount of narcotic use within Workers’ Compensation cases.<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> A July 2014 report by the CDC indicates that each day 46 people die from an overdose of prescription painkillers in the United States.<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a> Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.7 billion with 46% attributable to workplace costs (i.e. lost productivity), 45% to healthcare costs (i.e. abuse treatment), and 9% to criminal justice costs.” <a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> Even the introduction to the Non-Acute Pain Guidelines indicates that the Guidelines were drafted in response to the dramatic increase in use of opioids to treat chronic non-cancer pain. The significant cost of opioid medications is not only borne by carriers, but also by claimants.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(256,46482,46502,'treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">treatment with opioid medications</a>','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. ','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. The failure of the provider to do a reassessment/reevaluation would be a valid basis to file an objection to the treatment and raise objection to continuing and transitioning the patient from trial to long-term opioid use. Section F.2.b.ii provides the criteria necessary for a full reevaluation, which includes but is not limited to: physical and psychological assessment; appropriate referrals based upon complications of the clinical presentation; identifying concurrent non-opioid therapies which are appropriate; a schedule for monitoring and reevaluating the opioid use; compliance with federal and state standards; and, consideration of appropriate referrals for co-morbidities.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(257,46482,46502,'opioids for acute, subacute,','Pursuant to section D.7.g.i, routine use of opioids for acute, subacute, or chronic pain is not recommended','Pursuant to section D.7.g.i, routine use of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">opioids for acute, subacute,</a> or chronic pain is not recommended','Pursuant to section D.7.g.i, routine use of opioids for acute, subacute, or chronic pain is not recommended','See, New York State Workers’ Compensation Board, Mid And Low Back Injury Medical Treatment Guidelines, Third Edition, September 15, 2014, Section D.7.g. Pursuant to section D.7.g.i, routine use of opioids for acute, subacute, or chronic pain is not recommended. However, the Guidelines do provide for limited use of opioids in acute situations when there is severe pain and, in conjunction, two or more efficacious treatment modalities. ','Pursuant to section D.7.g.i, routine use of opioids for acute, subacute, or chronic pain is not recommended.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(258,46482,46502,'pain management treatment','To ensure compliance with all appropriate statutory provisions, be sure to copy all necessary parties to the action (claimant, claimant’s counsel, Workers’ Compensation Board, etc.) and request information related to the provider’s pain management treatment being rendered','To ensure compliance with all appropriate statutory provisions, be sure to copy all necessary parties to the action (claimant, claimant’s counsel, Workers’ Compensation Board, etc.) and request information related to the provider’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">pain management treatment</a> being rendered','To ensure compliance with all appropriate statutory provisions, be sure to copy all necessary parties to the action (claimant, claimant’s counsel, Workers’ Compensation Board, etc.) and request information related to the provider’s pain management treatment being rendered','To ensure compliance with all appropriate statutory provisions, be sure to copy all necessary parties to the action (claimant, claimant’s counsel, Workers’ Compensation Board, etc.) and request information related to the provider’s pain management treatment being rendered. To this end we recommend a few paragraphs addressing:','To ensure compliance with all appropriate statutory provisions, be sure to copy all necessary parties to the action (claimant, claimant’s counsel, Workers’ Compensation Board, etc.) and request information related to the provider’s pain management treatment being rendered.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(259,46482,46502,'costs of opioid','Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.7 billion with 46% attributable to workplace costs (i.e','Finally, as reported by the CDC in 2007, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">costs of opioid</a> abuse totaled “about $55.7 billion with 46% attributable to workplace costs (i.e','Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.7 billion with 46% attributable to workplace costs (i.e','A July 2014 report by the CDC indicates that each day 46 people die from an overdose of prescription painkillers in the United States.[2] Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.7 billion with 46% attributable to workplace costs (i.e. lost productivity), 45% to healthcare costs (i.e.','Finally, as reported by the CDC in 2007, the costs of opioid abuse totaled “about $55.7 billion with 46% attributable to workplace costs (i.e. lost productivity), 45% to healthcare costs (i.e. abuse treatment), and 9% to criminal justice costs.” <a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> Even the introduction to the Non-Acute Pain Guidelines indicates that the Guidelines were drafted in response to the dramatic increase in use of opioids to treat chronic non-cancer pain. The significant cost of opioid medications is not only borne by carriers, but also by claimants. The medication itself is expensive, the risks of use of these medications are significant; add to that the possibility of overdose, and the personal and financial costs become immeasurable. All of these reasons fashioned the backdrop for the implementation of the Non-Acute Pain Treatment Guideline',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(260,46482,46502,'medication or pain','When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction medication or pain medicine is strongly recommended','When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">medication or pain</a> medicine is strongly recommended','When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction medication or pain medicine is strongly recommended','See, § F.2.c.ii. When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction medication or pain medicine is strongly recommended. (Practitioner’s point: there is no indication as to who is to obtain a second opinion, so arguably the carrier can schedule and demand compliance with this provision).','When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction medication or pain medicine is strongly recommended.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(261,46482,46422,'treatment and deny any opioid medication claimant','(Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">treatment and deny any opioid medication claimant</a> attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines. (Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','<strong>Practitioner’s point</strong>: Failure to provide the opioid risk assessment in the medical report would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(262,46482,46422,'claimant who has been prescribed opioid medications','Initially, all providers, whether treating a claimant who has been prescribed opioid medications for the last 20 years or treating a newly injured claimant with pain management, are required to bring claimants into compliance with the Non-Acute Pain Guidelines','Initially, all providers, whether treating a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimant who has been prescribed opioid medications</a> for the last 20 years or treating a newly injured claimant with pain management, are required to bring claimants into compliance with the Non-Acute Pain Guidelines','Initially, all providers, whether treating a claimant who has been prescribed opioid medications for the last 20 years or treating a newly injured claimant with pain management, are required to bring claimants into compliance with the Non-Acute Pain Guidelines','Initially, all providers, whether treating a claimant who has been prescribed opioid medications for the last 20 years or treating a newly injured claimant with pain management, are required to bring claimants into compliance with the Non-Acute Pain Guidelines. See, Section F.2.b, New York State Workers’ Compensation Board, New York Non-Acute Pain Medical Treatment Guidelines, First Edition, September 15, 2014. ','Initially, all providers, whether treating a claimant who has been prescribed opioid medications for the last 20 years or treating a newly injured claimant with pain management, are required to bring claimants into compliance with the Non-Acute Pain Guidelines. <em>See</em>, Section F.2.b, New York State Workers’ Compensation Board, New York Non-Acute Pain Medical Treatment Guidelines, First Edition, September 15, 2014. This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines. However, it is important to keep in mind that the Guidelines do not provide for complete cessation of opioids, but rather a transition of the claimant’s prior medication regime to one that is in compliance with the standards of the Non-Acute Guidelines. <em>See</em>, § F.2.b.i. As such, although you can raise issue to continued medications by filing the appropriate objection, you cannot just stop payment of these medications in the absence of a judicial order. (<strong><em>Practitioner’s point:</em> </strong>At this point, objections can be made to the doctor’s bill for noncompliance with the Non-Acute Pain Medical Treatment Guidelines',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(263,46482,46422,'state what method of treatment','Once the provider has properly done a full evaluation, the provider should state what method of treatment the provider plans to pursue, i.e','Once the provider has properly done a full evaluation, the provider should <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">state what method of treatment</a> the provider plans to pursue, i.e','Once the provider has properly done a full evaluation, the provider should state what method of treatment the provider plans to pursue, i.e','Once the provider has properly done a full evaluation, the provider should state what method of treatment the provider plans to pursue, i.e. nonpharmacological, pharmacological, or surgically-implanted pain control.','Once the provider has properly done a full evaluation, the provider should state what method of treatment the provider plans to pursue, i.e. nonpharmacological, pharmacological, or surgically-implante',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(264,46482,46422,'treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">treatment with opioid medications</a>','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications. (Practitioner’s point: Failure of the provider to make such a showing, or if the claimant has not undergone appropriate alternatives, an immediate objection to the billed treatment and an objection to any attempt to fill opioid medication should be filed.)','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications. (<strong>Practitioner’s point</strong>: Failure of the provider to make such a showing, or if the claimant has not undergone appropriate alternatives, an immediate objection to the billed treatment and an objection to any attempt to fill opioid medication should be filed.)',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(265,46482,46422,'treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">treatment with opioid medications</a>','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. ','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. The failure of the provider to do a reassessment/reevaluation would be a valid basis to file an objection to the treatment and raise objection to continuing and transitioning the patient from trial to long-term opioid use. Section F.2.b.ii provides the criteria necessary for a full reevaluation, which includes but is not limited to: physical and psychological assessment; appropriate referrals based upon complications of the clinical presentation; identifying concurrent non-opioid therapies which are appropriate; a schedule for monitoring and reevaluating the opioid use; compliance with federal and state standards; and, consideration of appropriate referrals for co-morbidities.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(266,46482,46503,'treatment and deny any opioid medication','(Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">treatment and deny any opioid medication</a> claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines. (Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','<strong>Practitioner’s point</strong>: Failure to provide the opioid risk assessment in the medical report would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(267,46482,46503,'treatment and the continuing medications','This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines','This is important because an objection can be filed to the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">treatment and the continuing medications</a> based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines','This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines','See, Section F.2.b, New York State Workers’ Compensation Board, New York Non-Acute Pain Medical Treatment Guidelines, First Edition, September 15, 2014. This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines. However, it is important to keep in mind that the Guidelines do not provide for complete cessation of opioids, but rather a transition of the claimant’s prior medication regime to one that is in compliance with the standards of the Non-Acute Guidelines. ','This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines. However, it is important to keep in mind that the Guidelines do not provide for complete cessation of opioids, but rather a transition of the claimant’s prior medication regime to one that is in compliance with the standards of the Non-Acute Guidelines. <em>See</em>, § F.2.b.i. As such, although you can raise issue to continued medications by filing the appropriate objection, you cannot just stop payment of these medications in the absence of a judicial order. (<strong><em>Practitioner’s point:</em> </strong>At this point, objections can be made to the doctor’s bill for noncompliance with the Non-Acute Pain Medical Treatment Guidelines',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(268,46482,46503,'treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">treatment with opioid medications</a>','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications. (Practitioner’s point: Failure of the provider to make such a showing, or if the claimant has not undergone appropriate alternatives, an immediate objection to the billed treatment and an objection to any attempt to fill opioid medication should be filed.)','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications. (<strong>Practitioner’s point</strong>: Failure of the provider to make such a showing, or if the claimant has not undergone appropriate alternatives, an immediate objection to the billed treatment and an objection to any attempt to fill opioid medication should be filed.)',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(269,46482,46503,'treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">treatment with opioid medications</a>','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. ','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. The failure of the provider to do a reassessment/reevaluation would be a valid basis to file an objection to the treatment and raise objection to continuing and transitioning the patient from trial to long-term opioid use. Section F.2.b.ii provides the criteria necessary for a full reevaluation, which includes but is not limited to: physical and psychological assessment; appropriate referrals based upon complications of the clinical presentation; identifying concurrent non-opioid therapies which are appropriate; a schedule for monitoring and reevaluating the opioid use; compliance with federal and state standards; and, consideration of appropriate referrals for co-morbidities.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(270,46482,46543,'treatment and deny any opioid medication','(Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">treatment and deny any opioid medication</a> claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines. (Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','<strong>Practitioner’s point</strong>: Failure to provide the opioid risk assessment in the medical report would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(271,46482,46543,'treatment and the continuing medications','This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines','This is important because an objection can be filed to the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">treatment and the continuing medications</a> based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines','This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines','See, Section F.2.b, New York State Workers’ Compensation Board, New York Non-Acute Pain Medical Treatment Guidelines, First Edition, September 15, 2014. This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines. However, it is important to keep in mind that the Guidelines do not provide for complete cessation of opioids, but rather a transition of the claimant’s prior medication regime to one that is in compliance with the standards of the Non-Acute Guidelines. ','This is important because an objection can be filed to the treatment and the continuing medications based upon the provider’s failure to comply with the Non-Acute Pain Medical Treatment Guidelines. However, it is important to keep in mind that the Guidelines do not provide for complete cessation of opioids, but rather a transition of the claimant’s prior medication regime to one that is in compliance with the standards of the Non-Acute Guidelines. <em>See</em>, § F.2.b.i. As such, although you can raise issue to continued medications by filing the appropriate objection, you cannot just stop payment of these medications in the absence of a judicial order. (<strong><em>Practitioner’s point:</em> </strong>At this point, objections can be made to the doctor’s bill for noncompliance with the Non-Acute Pain Medical Treatment Guidelines',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(272,46482,46543,'treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">treatment with opioid medications</a>','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications. (Practitioner’s point: Failure of the provider to make such a showing, or if the claimant has not undergone appropriate alternatives, an immediate objection to the billed treatment and an objection to any attempt to fill opioid medication should be filed.)','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications. (<strong>Practitioner’s point</strong>: Failure of the provider to make such a showing, or if the claimant has not undergone appropriate alternatives, an immediate objection to the billed treatment and an objection to any attempt to fill opioid medication should be filed.)',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(273,46482,46543,'treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">treatment with opioid medications</a>','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. ','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. The failure of the provider to do a reassessment/reevaluation would be a valid basis to file an objection to the treatment and raise objection to continuing and transitioning the patient from trial to long-term opioid use. Section F.2.b.ii provides the criteria necessary for a full reevaluation, which includes but is not limited to: physical and psychological assessment; appropriate referrals based upon complications of the clinical presentation; identifying concurrent non-opioid therapies which are appropriate; a schedule for monitoring and reevaluating the opioid use; compliance with federal and state standards; and, consideration of appropriate referrals for co-morbidities.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(274,46482,46506,'treatment and deny any opioid medication','(Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">treatment and deny any opioid medication</a> claimant attempts to fill per that evaluation/provider.)','(<strong>Practitioner’s point</strong>: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines. (Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','<strong>Practitioner’s point</strong>: Failure to provide the opioid risk assessment in the medical report would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(275,46482,46506,'treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">treatment with opioid medications</a>','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications. (Practitioner’s point: Failure of the provider to make such a showing, or if the claimant has not undergone appropriate alternatives, an immediate objection to the billed treatment and an objection to any attempt to fill opioid medication should be filed.)','As such, in the situation of a new-to-opiates claimant, there must be failed pain management alternatives attempted by the provider prior to moving to pharmacological treatment with opioid medications. (<strong>Practitioner’s point</strong>: Failure of the provider to make such a showing, or if the claimant has not undergone appropriate alternatives, an immediate objection to the billed treatment and an objection to any attempt to fill opioid medication should be filed.)',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(276,46482,46506,'treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">treatment with opioid medications</a>','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. ','If a trial is effective, the provider can then begin the transition from trial to long-term treatment with opioid medications. At the time of the transition from trial to long-term use, a full reassessment/reevaluation is to be completed. The failure of the provider to do a reassessment/reevaluation would be a valid basis to file an objection to the treatment and raise objection to continuing and transitioning the patient from trial to long-term opioid use. Section F.2.b.ii provides the criteria necessary for a full reevaluation, which includes but is not limited to: physical and psychological assessment; appropriate referrals based upon complications of the clinical presentation; identifying concurrent non-opioid therapies which are appropriate; a schedule for monitoring and reevaluating the opioid use; compliance with federal and state standards; and, consideration of appropriate referrals for co-morbidities.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(277,46482,46553,'continue opioid medications for a claimant','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">continue opioid medications for a claimant</a> being brought into compliance with the Guidelines','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines','These forms are both required documents per the Non-Acute Pain Treatment Guidelines. As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines. (Practitioner’s point: A provider’s failure to submit one or both of these forms would be a proper basis to file an objection to the treatment and deny any opioid medication claimant attempts to fill per that evaluation/provider.)','As these are Board-required forms, these forms should be filed with the Workers’ Compensation Board at the time the provider seeks to begin the opioid trial or continue opioid medications for a claimant being brought into compliance with the Guidelines.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(278,46482,46553,'improvement in function','A trial lasts 30 to 60 days, at which time there is to be demonstrated sustained improvement in function and pain with the patient monitored weekly','A trial lasts 30 to 60 days, at which time there is to be demonstrated sustained <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">improvement in function</a> and pain with the patient monitored weekly','A trial lasts 30 to 60 days, at which time there is to be demonstrated sustained improvement in function and pain with the patient monitored weekly','See, § F.2. A trial lasts 30 to 60 days, at which time there is to be demonstrated sustained improvement in function and pain with the patient monitored weekly. The goal is a 30% reduction in pain, return to work, an increase in activities of daily living, no significant adverse side effects, and no aberrant drug-related behaviors. ','aimant has undergone pain management alternatives which have been unsuccessful and opioid medications are pursued, a trial is to be conducted. <em>See,</em> § F.2. A trial lasts 30 to 60 days, at which time there is to be demonstrated sustained improvement in function and pain with the patient monitored weekly.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(279,46482,46541,'filed if the practitioner fails to seek','(Practitioner’s point: a denial should be filed if the practitioner fails to seek this treatment by variance.)','(<strong>Practitioner’s point</strong>: a denial should be <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">filed if the practitioner fails to seek</a> this treatment by variance.)','(<strong>Practitioner’s point</strong>: a denial should be filed if the practitioner fails to seek this treatment by variance.)','Per the Guidelines, buccal-delivered medications (drugs which diffuse through tissues lining the mouth and enter directly into the bloodstream) “should not be used in this population.” (Practitioner’s point: a denial should be filed if the practitioner fails to seek this treatment by variance.)','<strong>Practitioner’s point</strong>: a denial should be filed if the practitioner fails to seek this treatment by variance.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(280,46482,46541,'filed and the carrier','(Practitioner’s point: If the reports do not demonstrate improvement using the criteria noted above, an objection to treatment should be filed and the carrier should push for discontinuance/tapering if no improvement is demonstrated.)','(<strong><em>Practitioner’s point</em></strong>: If the reports do not demonstrate improvement using the criteria noted above, an objection to treatment should be <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">filed and the carrier</a> should push for discontinuance/tapering if no improvement is demonstrated.)','(<strong><em>Practitioner’s point</em></strong>: If the reports do not demonstrate improvement using the criteria noted above, an objection to treatment should be filed and the carrier should push for discontinuance/tapering if no improvement is demonstrated.)','The Guidelines further make clear that discontinuance should be done as soon as it becomes clear the patient is not responding to the treatment modality and that there is no requirement of a full 60-day trial period. (Practitioner’s point: If the reports do not demonstrate improvement using the criteria noted above, an objection to treatment should be filed and the carrier should push for discontinuance/tapering if no improvement is demonstrated.)','<strong><em>Practitioner’s point</em></strong>: If the reports do not demonstrate improvement using the criteria noted above, an objection to treatment should be filed and the carrier should push for discontinuance/tapering if no improvement is demonstrated.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(281,46482,46340,'medication or pain','When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction medication or pain medicine is strongly recommended','When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medication or pain</a> medicine is strongly recommended','When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction medication or pain medicine is strongly recommended','See, § F.2.c.ii. When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction medication or pain medicine is strongly recommended. (Practitioner’s point: there is no indication as to who is to obtain a second opinion, so arguably the carrier can schedule and demand compliance with this provision).','When there is consideration of more than two opioids, a second opinion from a specialist who is Board-certified in addiction medication or pain medicine is strongly recommended.',0,'2022-04-04 17:00:51','2022-04-04 17:00:51'),(282,46508,46236,'case made in New York workers’ compensation law','Everyone active in New York workers’ compensation has probably seen a dozen articles on the sea change this case made in New York workers’ compensation law','Everyone active in New York workers’ compensation has probably seen a dozen articles on the sea change this <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\">case made in New York workers’ compensation law</a>','Everyone active in New York workers’ compensation has probably seen a dozen articles on the sea change this case made in New York workers’ compensation law','New York Neurologic Associates, 19 N.Y.3d 186 (2012). Everyone active in New York workers’ compensation has probably seen a dozen articles on the sea change this case made in New York workers’ compensation law. Permanent Partial Disability claimant’s lost a layer of protection against labor market attachment challenges and cases that sat paying out lifetime PPD benefits suddenly had hope, and a chance, to reign in benefits and force a claimant to produce labor market attachment proofs.','Everyone active in New York workers’ compensation has probably seen a dozen articles on the sea change this case made in New York workers’ compensation law. Permanent Partial Disability claimant’s lost a layer of protection against labor market attachment challenges and cases that sat paying out lifetime PPD benefits suddenly had hope, and a chance, to reign in benefits and force a claimant to produce labor market attachment proofs.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(283,46508,46236,'updating of awards when a PPD case','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\">updating of awards when a PPD case</a> is reopened','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation. Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened.','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(284,46508,46236,'case law','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened','Recent Board Panel <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\">case law</a> established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened','After a brief evolution in legal analyses, the Board confirmed that even after a finding of involuntary withdrawal, a claimant’s benefits are still subject to a challenge under American Axle provided the claim is properly before the Board. Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened. County of Nassau, 2013 NY Wrk Comp.','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(285,46508,46448,'attachment to the labor market','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/09/labor-market-attachment-refresher/\">attachment to the labor market</a> in the first instance, and also as benefits continue provided that the case is reopened','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened','After a brief evolution in legal analyses, the Board confirmed that even after a finding of involuntary withdrawal, a claimant’s benefits are still subject to a challenge under American Axle provided the claim is properly before the Board. Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened. County of Nassau, 2013 NY Wrk Comp.','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(286,46508,46448,'labor market attachment','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/09/labor-market-attachment-refresher/\">labor market attachment</a> in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation. Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened.','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(287,46508,46448,'attachment to labor','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/09/labor-market-attachment-refresher/\">attachment to labor</a> market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','. . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','The final evolution of the Board’s assimilation of Zamorafor PPD cases is illustrated in County of Nassau, 2013 NY Wrk Comp. 20702386. In Nassau the Board held that although the record demonstrated that the claimant’s permanent partial disability “cause or contributed to her retirement . . . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(288,46508,46448,'labor market','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/09/labor-market-attachment-refresher/\">labor market</a> and closed the case','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement. At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case. On appeal, the Board reversed, ruling that Zamora now required claimant’s to both show that the work-related disability was the reason for separation from employment and that the claimant has found “alternate work consistent with his or her physical limitations, or at least [show] reasonable efforts at finding such work.” Id.','ation law and opened PPD claims to challenges on labor market attachment (provided you can get the case',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(289,46508,46546,'carrier did have a defense to such a claim','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases','A <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">carrier did have a defense to such a claim</a>, but the standard of proof was practically unreachable in most cases','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases. To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement.','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(290,46508,46546,'claim ongoing benefits after a separation from employment','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified','Claimants can no longer rely on low standards of proof and improperly shifted burdens to <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">claim ongoing benefits after a separation from employment</a> simply because they are classified','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified. When litigating involuntary withdrawal and compensable retirement claims, counsel can now force the claimant to make a higher showing at the outset and, even if initially unsuccessful, can nonetheless force a claimant to produce proof of attachment to the labor market each time the claim reopens.','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(291,46508,46546,'attachment to the labor market','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">attachment to the labor market</a> in the first instance, and also as benefits continue provided that the case is reopened','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened','After a brief evolution in legal analyses, the Board confirmed that even after a finding of involuntary withdrawal, a claimant’s benefits are still subject to a challenge under American Axle provided the claim is properly before the Board. Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened. County of Nassau, 2013 NY Wrk Comp.','Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(292,46508,46546,'employment or otherwise remain attached','So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek employment or otherwise remain attached','So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employment or otherwise remain attached</a>','So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek employment or otherwise remain attached','(internal citations omitted). So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek employment or otherwise remain attached.','So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek employment or otherwise remain attached.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(293,46508,46546,'attachment to labor','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">attachment to labor</a> market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','. . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','The final evolution of the Board’s assimilation of Zamorafor PPD cases is illustrated in County of Nassau, 2013 NY Wrk Comp. 20702386. In Nassau the Board held that although the record demonstrated that the claimant’s permanent partial disability “cause or contributed to her retirement . . . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(294,46508,46546,'labor market','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">labor market</a> and closed the case','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement. At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case. On appeal, the Board reversed, ruling that Zamora now required claimant’s to both show that the work-related disability was the reason for separation from employment and that the claimant has found “alternate work consistent with his or her physical limitations, or at least [show] reasonable efforts at finding such work.” Id.','ation law and opened PPD claims to challenges on labor market attachment (provided you can get the case',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(295,46508,46383,'claimant by demanding proof of labor market attachment','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\">claimant by demanding proof of labor market attachment</a> in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation. Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened.','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(296,46508,46383,'claimant voluntarily withdrew from the labor market','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','At the trial level, the Law Judge found that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\">claimant voluntarily withdrew from the labor market</a> and closed the case','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement. At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case. On appeal, the Board reversed, ruling that Zamora now required claimant’s to both show that the work-related disability was the reason for separation from employment and that the claimant has found “alternate work consistent with his or her physical limitations, or at least [show] reasonable efforts at finding such work.” Id.','ater sent a letter by his employer informing him that he would be “removed from payroll” because he had missed more than one year of work. The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement. At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(297,46508,46383,'attachment to labor','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\">attachment to labor</a> market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','. . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','The final evolution of the Board’s assimilation of Zamorafor PPD cases is illustrated in County of Nassau, 2013 NY Wrk Comp. 20702386. In Nassau the Board held that although the record demonstrated that the claimant’s permanent partial disability “cause or contributed to her retirement . . . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(298,46508,46341,'labor market attachment','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/labor-market-attachment-and-retirement/\">labor market attachment</a> in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation. Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened.','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(299,46508,46341,'attachment to labor','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/labor-market-attachment-and-retirement/\">attachment to labor</a> market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','. . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','The final evolution of the Board’s assimilation of Zamorafor PPD cases is illustrated in County of Nassau, 2013 NY Wrk Comp. 20702386. In Nassau the Board held that although the record demonstrated that the claimant’s permanent partial disability “cause or contributed to her retirement . . . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(300,46508,46341,'labor market','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/labor-market-attachment-and-retirement/\">labor market</a> and closed the case','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement. At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case. On appeal, the Board reversed, ruling that Zamora now required claimant’s to both show that the work-related disability was the reason for separation from employment and that the claimant has found “alternate work consistent with his or her physical limitations, or at least [show] reasonable efforts at finding such work.” Id.','ation law and opened PPD claims to challenges on labor market attachment (provided you can get the case',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(301,46508,46420,'case is reopened','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\">case is reopened</a>','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation. Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened.','even after a finding of involuntary withdrawal, a claimant’s benefits are still subject to a challenge under American Axle provided the claim is properly before the Board. Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened. County of Nassau, 2013 NY Wrk Comp. 20702386; Monroe Muffler & Brake, 2013 NY Wrk. Comp. 99506849.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(302,46508,46439,'case is reopened','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2016/04/reopened-cases/\">case is reopened</a>','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation. Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened.','even after a finding of involuntary withdrawal, a claimant’s benefits are still subject to a challenge under American Axle provided the claim is properly before the Board. Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened. County of Nassau, 2013 NY Wrk Comp. 20702386; Monroe Muffler & Brake, 2013 NY Wrk. Comp. 99506849.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(303,46508,46541,'case is reopened','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">case is reopened</a>','Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened','When confronted with a claim on involuntary withdrawal or involuntary retirement, carriers and self-insured employers should be prepared to challenge the claimant by demanding proof of labor market attachment in the wake of the claimant’s separation from employment and try to avoid the invocation of Zamora’s “permissible inference” about ongoing lost wages after separation. Even losing at that point, however, carrier’s and SIEs can nonetheless demand ongoing proof of attachment to justify a continuing payment order or the updating of awards when a PPD case is reopened.','even after a finding of involuntary withdrawal, a claimant’s benefits are still subject to a challenge under American Axle provided the claim is properly before the Board. Recent Board Panel case law established that a finding of involuntary withdrawal, or involuntary retirement only opens the door to post-separation indemnity benefits; and to get through that door the claimant must make a showing of attachment to the labor market in the first instance, and also as benefits continue provided that the case is reopened. County of Nassau, 2013 NY Wrk Comp. 20702386; Monroe Muffler & Brake, 2013 NY Wrk. Comp. 99506849.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(304,46508,46421,'workers’ compensation','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous workers’ compensation awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous workers’ compensation awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous workers’ compensation awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension. Incentive retirement offers should be similarly structured and should also require a claimant’s certification for his reason to retire to act as a disincentive to a subsequent claim for a compensable retirement through the Workers’ Compensation Board.','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous workers’ compensation awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(305,46508,46486,'workers’ compensation','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous workers’ compensation awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous workers’ compensation awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous workers’ compensation awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension. Incentive retirement offers should be similarly structured and should also require a claimant’s certification for his reason to retire to act as a disincentive to a subsequent claim for a compensable retirement through the Workers’ Compensation Board.','Employers who can control the terms of their retirement policies and plans should seek to close out the first leg of the trifecta by including terms offsetting retirement payments or pension payments against cotemporaneous workers’ compensation awards, and requiring all employees to certify under penalty of perjury that they are not retiring due to a work-related injury before being granted a retirement or pension.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(306,46508,46511,'carrier did have a defense to such a claim','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases','A <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carrier did have a defense to such a claim</a>, but the standard of proof was practically unreachable in most cases','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases. To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement.','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(307,46508,46511,'claim ongoing benefits after a separation from employment','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified','Claimants can no longer rely on low standards of proof and improperly shifted burdens to <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">claim ongoing benefits after a separation from employment</a> simply because they are classified','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified. When litigating involuntary withdrawal and compensable retirement claims, counsel can now force the claimant to make a higher showing at the outset and, even if initially unsuccessful, can nonetheless force a claimant to produce proof of attachment to the labor market each time the claim reopens.','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(308,46508,46511,'employment or otherwise remain','So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek employment or otherwise remain attached','So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employment or otherwise remain</a> attached','So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek employment or otherwise remain attached','(internal citations omitted). So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek employment or otherwise remain attached.','So while a PPD claimant might be able to shake off American Axle, an unclassified claimant gets no benefit from a finding of involuntary withdrawal and must continue to seek employment or otherwise remain attached.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(309,46508,46504,'loss of wages','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">loss of wages</a> is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','. . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','The final evolution of the Board’s assimilation of Zamorafor PPD cases is illustrated in County of Nassau, 2013 NY Wrk Comp. 20702386. In Nassau the Board held that although the record demonstrated that the claimant’s permanent partial disability “cause or contributed to her retirement . . . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(310,46508,46504,'loss of earnings','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">loss of earnings</a> necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability. That said, the Board Panel must now evaluate the record on the issue of whether the claimant has shown sufficient attachment to the labor market subsequent to his involuntary removal from the labor market in August 1995 so as to remain entitled to indemnity awards.','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(311,46508,46504,'earning capacity','To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement','To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">earning capacity</a> after retirement','To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases. To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement. Pittman, 24 A.D.3d 1056, 1058.','to such a claim, but the standard of proof was practically unreachable in most cases. To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(312,46508,46509,'loss of wages','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">loss of wages</a> is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','. . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that:','The final evolution of the Board’s assimilation of Zamorafor PPD cases is illustrated in County of Nassau, 2013 NY Wrk Comp. 20702386. In Nassau the Board held that although the record demonstrated that the claimant’s permanent partial disability “cause or contributed to her retirement . . . the claimant’s [subsequent] loss of wages is due to her lack of demonstrated attachment to labor market.” In reciting the facts, the Board noted that',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(313,46508,46509,'loss of earnings','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">loss of earnings</a> necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability. That said, the Board Panel must now evaluate the record on the issue of whether the claimant has shown sufficient attachment to the labor market subsequent to his involuntary removal from the labor market in August 1995 so as to remain entitled to indemnity awards.','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(314,46508,46509,'earning capacity','To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement','To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">earning capacity</a> after retirement','To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement','A carrier did have a defense to such a claim, but the standard of proof was practically unreachable in most cases. To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement. Pittman, 24 A.D.3d 1056, 1058.','to such a claim, but the standard of proof was practically unreachable in most cases. To rebut the mandatory inference of Pittman a carrier had to produce direct and positive proof that something other than the disability was the sole cause of claimant’s reduced earning capacity after retirement.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(315,46508,46350,'employment due to a work','Medical treatment would begin and at some point the claimant, a treating doctor, or both, would determine that the claimant’s former work duties were unmanageable given the work injury and the claimant would “retire.” A savvy claimant’s counsel would then step into the case and raise “involuntary withdrawal” and a claimant would, in short order, appear and testify that their doctor recommended retirement, or they simply couldn’t return to their former employment due to a work injury','Medical treatment would begin and at some point the claimant, a treating doctor, or both, would determine that the claimant’s former work duties were unmanageable given the work injury and the claimant would “retire.” A savvy claimant’s counsel would then step into the case and raise “involuntary withdrawal” and a claimant would, in short order, appear and testify that their doctor recommended retirement, or they simply couldn’t return to their former <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">employment due to a work</a> injury','Medical treatment would begin and at some point the claimant, a treating doctor, or both, would determine that the claimant’s former work duties were unmanageable given the work injury and the claimant would “retire.” A savvy claimant’s counsel would then step into the case and raise “involuntary withdrawal” and a claimant would, in short order, appear and testify that their doctor recommended retirement, or they simply couldn’t return to their former employment due to a work injury','Usually, a claimant from a fairly large employer that provided a pension or retirement plan would be injured at work. Medical treatment would begin and at some point the claimant, a treating doctor, or both, would determine that the claimant’s former work duties were unmanageable given the work injury and the claimant would “retire.” A savvy claimant’s counsel would then step into the case and raise “involuntary withdrawal” and a claimant would, in short order, appear and testify that their doctor recommended retirement, or they simply couldn’t return to their former employment due to a work injury. Even where a claimant took an incentive-based retirement, or a regular service-based retirement, such statements were usually sufficient to satisfy the Bury standard of proof; and the Law Judge would then turn to the carrier or self-insured employer and ask them to produce proof that the claimant’s ongoing lost wages were solely due to something other than the claimant’s work injury.','Medical treatment would begin and at some point the claimant, a treating doctor, or both, would determine that the claimant’s former work duties were unmanageable given the work injury and the claimant would “retire.” A savvy claimant’s counsel would then step into the case and raise “involuntary withdrawal” and a claimant would, in short order, appear and testify that their doctor recommended retirement, or they simply couldn’t return to their former employment due to a work injury. Even where a claimant took an incentive-based retirement, or a regular service-based retirement, such statements were usually sufficient to satisfy the Bury standard of proof; and the Law Judge would then turn to the carrier or self-insured employer and ask them to produce proof that the claimant’s ongoing lost wages were solely due to something other than the claimant’s work injury.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(316,46508,46350,'working for the employer','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">working for the employer</a> of record','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record','Comp. 99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record. At the trial level, the Law Judge held that the claimant was involuntarily withdrawn in 1995 and that, pursuant to Zamora, was thereafter entitled to ongoing benefits without further analysis.','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(317,46508,46332,'causally related','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\">causally related</a> to the claim','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim','Apart from providing hope, Zamora threw out Pittman and the its progeny and replaced the mandatory presumption regarding the cause of lost wages with a permissible inference. To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim. The Court of Appeals went further, and by example softened the defense standards for a compensable retirement:','tory presumption regarding the cause of lost wages with a permissible inference. To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(318,46508,46332,'causally related','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer','However, the Board went on to rule, citing Zamora, “that to compel an inference of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\">causally related</a> lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer','In applying this analysis, the Board found that the letter from the employer about the claimant’s impending termination was the claimant’s impetus for taking a retirement and that his withdrawal was involuntary. However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer. As such any inference is applied is based on the Board’s evaluation of the evidence on disability and attachment.” Finding that the record contained no evidence of post-retirement attachment, the Board returned the case to the hearing level for development of the record on “whether and to what extent the claimant looked for work…even through the claimant need not meet the standard of American Axle (2010 NY Wrk Comp 80303659).”','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(319,46508,46342,'causally related to the claim','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">causally related to the claim</a>','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim','Apart from providing hope, Zamora threw out Pittman and the its progeny and replaced the mandatory presumption regarding the cause of lost wages with a permissible inference. To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim. The Court of Appeals went further, and by example softened the defense standards for a compensable retirement:','tory presumption regarding the cause of lost wages with a permissible inference. To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim. The Court of Appeals went further, and by example softened the defense standards for a compensable retirement:',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(320,46508,46367,'causally related','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">causally related</a> to the claim','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim','Apart from providing hope, Zamora threw out Pittman and the its progeny and replaced the mandatory presumption regarding the cause of lost wages with a permissible inference. To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim. The Court of Appeals went further, and by example softened the defense standards for a compensable retirement:','tory presumption regarding the cause of lost wages with a permissible inference. To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(321,46508,46367,'causally related','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer','However, the Board went on to rule, citing Zamora, “that to compel an inference of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">causally related</a> lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer','In applying this analysis, the Board found that the letter from the employer about the claimant’s impending termination was the claimant’s impetus for taking a retirement and that his withdrawal was involuntary. However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer. As such any inference is applied is based on the Board’s evaluation of the evidence on disability and attachment.” Finding that the record contained no evidence of post-retirement attachment, the Board returned the case to the hearing level for development of the record on “whether and to what extent the claimant looked for work…even through the claimant need not meet the standard of American Axle (2010 NY Wrk Comp 80303659).”','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(322,46508,48276,'defense standards for a compensable','The Court of Appeals went further, and by example softened the defense standards for a compensable retirement:','The Court of Appeals went further, and by example softened the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/amherst-workers-compensation-defense-law-office/\">defense standards for a compensable</a> retirement:','The Court of Appeals went further, and by example softened the defense standards for a compensable retirement:','To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim. The Court of Appeals went further, and by example softened the defense standards for a compensable retirement:','the its progeny and replaced the mandatory presumption regarding the cause of lost wages with a permissible inference. To get this inference, a claimant now needed to set forth evidence showing that his or her ongoing lost wages were indeed causally related to the claim. The Court of Appeals went further, and by example softened the defense standards for a compensable retirement',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(323,46508,46561,'considered a claimant','In Ossing the Board considered a claimant who was found to have a permanent disability and was later sent a letter by his employer informing him that he would be “removed from payroll” because he had missed more than one year of work','In Ossing the Board <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">considered a claimant</a> who was found to have a permanent disability and was later sent a letter by his employer informing him that he would be “removed from payroll” because he had missed more than one year of work','In Ossing the Board considered a claimant who was found to have a permanent disability and was later sent a letter by his employer informing him that he would be “removed from payroll” because he had missed more than one year of work','In Ossing the Board considered a claimant who was found to have a permanent disability and was later sent a letter by his employer informing him that he would be “removed from payroll” because he had missed more than one year of work. The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement.','In Ossing the Board considered a claimant who was found to have a permanent disability and was later sent a letter by his employer informing him that he would be “removed from payroll” because he had missed more than one year of work. The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement. At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case. On appeal, the Board reversed, ruling that Zamora now required claimant’s to both show that the work-related disability was the reason for separation from employment and that the claimant has found “alternate work consistent with his or her physical limitations, or at least [show] reasonable efforts at finding such work.” Id. citing Zamora. Further citing Zamora, the Board noted that “[t]his evidentiary burden, if carrier, can prove to the Board that the cause of his or her reduced income is a disability, rather than an unwillingness to work',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(324,46508,46561,'considered a claimant','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record','99506849 the Board <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">considered a claimant</a>, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record','Comp. 99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record. At the trial level, the Law Judge held that the claimant was involuntarily withdrawn in 1995 and that, pursuant to Zamora, was thereafter entitled to ongoing benefits without further analysis.','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(325,46508,46549,'found that the claimant','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','At the trial level, the Law Judge <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">found that the claimant</a> voluntarily withdrew from the labor market and closed the case','At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case','The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement. At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case. On appeal, the Board reversed, ruling that Zamora now required claimant’s to both show that the work-related disability was the reason for separation from employment and that the claimant has found “alternate work consistent with his or her physical limitations, or at least [show] reasonable efforts at finding such work.” Id.','ater sent a letter by his employer informing him that he would be “removed from payroll” because he had missed more than one year of work. The claimant subsequently retired, apparently to preserve what vested retirement rights he had at the time, and turned to the workers’ compensation Board seeking a compensable retirement. At the trial level, the Law Judge found that the claimant voluntarily withdrew from the labor market and closed the case.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(326,46508,46549,'stated that the claimant','The Board also adopted a “something-less-than-American Axle” standard that confounded practitioners insofar as the Board simply stated that the claimant had to make a showing of a post-retirement job search, but how genuine that search needed to be was left open-ended','The Board also adopted a “something-less-than-American Axle” standard that confounded practitioners insofar as the Board simply <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">stated that the claimant</a> had to make a showing of a post-retirement job search, but how genuine that search needed to be was left open-ended','The Board also adopted a “something-less-than-American Axle” standard that confounded practitioners insofar as the Board simply stated that the claimant had to make a showing of a post-retirement job search, but how genuine that search needed to be was left open-ended','Compared to Pittman, the Board now insisted that the claimant bear the burden in the first instance of proving not only the circumstances of his retirement, but also whether he was simply unwilling to continue working. The Board also adopted a “something-less-than-American Axle” standard that confounded practitioners insofar as the Board simply stated that the claimant had to make a showing of a post-retirement job search, but how genuine that search needed to be was left open-ended. The Ossing interpretation of Zamora left open the possibility that a claimant could, after making some decidedly more significant showings, still end up with a guaranteed stream of benefits unencumbered by the obligation to remain attached under American Axle.','the Board’s use of Zamora on the issue of involuntary withdrawal. Compared to Pittman, the Board now insisted that the claimant bear the burden in the first instance of proving not only the circumstances of his retirement, but also whether he was simply unwilling to continue working. The Board also adopted a “something-less-than-American Axle” standard that confounded practitioners insofar as the Board simply stated that the claimant had to make a showing of a post-retirement job search, but how genuine that search needed to be was left open-ended.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(327,46508,46549,'considered a claimant','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record','99506849 the Board <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">considered a claimant</a>, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record','Comp. 99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record. At the trial level, the Law Judge held that the claimant was involuntarily withdrawn in 1995 and that, pursuant to Zamora, was thereafter entitled to ongoing benefits without further analysis.','99506849 the Board considered a claimant, classified with a PPD in 2000, and his claim for an involuntary withdrawal back in 1995 when he stopped working for the employer of record.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(328,46508,46549,'claimant stated','While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board','While the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant stated</a> she maintained a written work search listing, no such listing appears in the record for review by the Board','While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board','While the claimant testified that she registered with Hempstead Works, there is no evidence of an active participation; the claimant conceded that she conducted a work search on less than a monthly basis and she testified that, in the last year she has applied for a total of five or six jobs. While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board.','While the claimant testified that she registered with Hempstead Works, there is no evidence of an active participation; the claimant conceded that she conducted a work search on less than a monthly basis and she testified that, in the last year she has applied for a total of five or six jobs. While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(329,46508,46503,'proof and improperly shifted burdens','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified','Claimants can no longer rely on low standards of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">proof and improperly shifted burdens</a> to claim ongoing benefits after a separation from employment simply because they are classified','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified. When litigating involuntary withdrawal and compensable retirement claims, counsel can now force the claimant to make a higher showing at the outset and, even if initially unsuccessful, can nonetheless force a claimant to produce proof of attachment to the labor market each time the claim reopens.','Claimants can no longer rely on low standards of proof and improperly shifted burdens to claim ongoing benefits after a separation from employment simply because they are classified.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(330,46508,46503,'burden of proof','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">burden of proof</a> from claimant to employer','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer','In applying this analysis, the Board found that the letter from the employer about the claimant’s impending termination was the claimant’s impetus for taking a retirement and that his withdrawal was involuntary. However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer. As such any inference is applied is based on the Board’s evaluation of the evidence on disability and attachment.” Finding that the record contained no evidence of post-retirement attachment, the Board returned the case to the hearing level for development of the record on “whether and to what extent the claimant looked for work…even through the claimant need not meet the standard of American Axle (2010 NY Wrk Comp 80303659).”','However, the Board went on to rule, citing Zamora, “that to compel an inference of causally related lost earnings from …an involuntary separation would illogically constrain the ability of the Board to find facts, and would shift the burden of proof from claimant to employer.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(331,46508,46371,'claimant stated she maintained a written work','While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board','While the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant stated she maintained a written work</a> search listing, no such listing appears in the record for review by the Board','While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board','While the claimant testified that she registered with Hempstead Works, there is no evidence of an active participation; the claimant conceded that she conducted a work search on less than a monthly basis and she testified that, in the last year she has applied for a total of five or six jobs. While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board.','While the claimant testified that she registered with Hempstead Works, there is no evidence of an active participation; the claimant conceded that she conducted a work search on less than a monthly basis and she testified that, in the last year she has applied for a total of five or six jobs. While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(332,46508,46371,'claimant could “reattach” to regain ongoing benefits','The Board went on to note that the claimant could “reattach” to regain ongoing benefits provided she produced proof of attachment meeting the standards of American Axle','The Board went on to note that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant could “reattach” to regain ongoing benefits</a> provided she produced proof of attachment meeting the standards of American Axle','The Board went on to note that the claimant could “reattach” to regain ongoing benefits provided she produced proof of attachment meeting the standards of American Axle','The Board went on to note that the claimant could “reattach” to regain ongoing benefits provided she produced proof of attachment meeting the standards of American Axle.','The Board went on to note that the claimant could “reattach” to regain ongoing benefits provided she produced proof of attachment meeting the standards of American Axle.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(333,46508,46422,'claimant stated','While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board','While the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimant stated</a> she maintained a written work search listing, no such listing appears in the record for review by the Board','While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board','While the claimant testified that she registered with Hempstead Works, there is no evidence of an active participation; the claimant conceded that she conducted a work search on less than a monthly basis and she testified that, in the last year she has applied for a total of five or six jobs. While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board.','While the claimant testified that she registered with Hempstead Works, there is no evidence of an active participation; the claimant conceded that she conducted a work search on less than a monthly basis and she testified that, in the last year she has applied for a total of five or six jobs. While the claimant stated she maintained a written work search listing, no such listing appears in the record for review by the Board.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(334,46508,46369,'fact alone no longer compels the application','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\">fact alone no longer compels the application</a> of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability. That said, the Board Panel must now evaluate the record on the issue of whether the claimant has shown sufficient attachment to the labor market subsequent to his involuntary removal from the labor market in August 1995 so as to remain entitled to indemnity awards.','While the Board Panel concurs in the WCLJ’s finding that the claimant’s cessation/separation from employment in 1995 was due at least in part to his crushed foot injury and disability, and while this means that the claimant’s separation from employment was not voluntary, this fact alone no longer compels the application of an inference that the claimant’s subsequent loss of earnings necessarily resulted from the disability.',0,'2022-04-04 17:00:55','2022-04-04 17:00:55'),(335,46384,46374,'claimants end up with either diminished or outright loss','As a result, some claimants end up with either diminished or outright loss of control of their bladder and/or bowel','As a result, some <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimants end up with either diminished or outright loss</a> of control of their bladder and/or bowel','As a result, some claimants end up with either diminished or outright loss of control of their bladder and/or bowel','In Workers’ Compensation, it’s a fact of life that some patients experience damage to the spinal cord, either as a result of their initial injury, an age-based progression thereof, or as a consequence of spinal surgery. As a result, some claimants end up with either diminished or outright loss of control of their bladder and/or bowel. While some claimant’s attorneys believe having such a consequential problem is a golden ticket to a total disability, and incontinence is clearly an aggravating factor, whether the claimant would have a total disability really depends on the other circumstances surrounding the claim.','as a result of their initial injury, an age-based progression thereof, or as a consequence of spinal surgery. As a result, some claimants end up with either diminished or outright loss of control of their bladder and/or bowel.',0,'2022-04-04 18:09:16','2022-04-04 18:09:16'),(336,46384,46426,'reasonable for the claimant not to return','It probable helped that claimant’s doctor opined it would be reasonable for the claimant not to return to the workforce given her orthopedic, bladder, and bowel impairments, but the Board didn’t even look at the claimant’s age, let along any other mitigating factor despite containing them in the decision','It probable helped that claimant’s doctor opined it would be <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/01/back-to-the-future-the-return-of-wcl-252-b-fact-finding-without-judges-and-legal-reasoning-without-lawyers/\">reasonable for the claimant not to return</a> to the workforce given her orthopedic, bladder, and bowel impairments, but the Board didn’t even look at the claimant’s age, let along any other mitigating factor despite containing them in the decision','It probable helped that claimant’s doctor opined it would be reasonable for the claimant not to return to the workforce given her orthopedic, bladder, and bowel impairments, but the Board didn’t even look at the claimant’s age, let along any other mitigating factor despite containing them in the decision','In Aspen Dental, (WCB# G0484701, June 9, 2015), the Board didn’t do much beyond look at the claimant’s severity ranking (G) and the diagnosis of cauda equina syndrome with associated bladder and bowel incontinence before finding a permanent total disability. It probable helped that claimant’s doctor opined it would be reasonable for the claimant not to return to the workforce given her orthopedic, bladder, and bowel impairments, but the Board didn’t even look at the claimant’s age, let along any other mitigating factor despite containing them in the decision.','ity ranking (G) and the diagnosis of cauda equina syndrome with associated bladder and bowel incontinence before finding a permanent total disability. It probable helped that claimant’s doctor opined it would be reasonable for the claimant not to return to the workforce given her orthopedic, bladder, and bowel impairments, but the Board didn’t even look at the claimant’s age, let along any other mitigating factor despite containing them in the decision.',0,'2022-04-04 18:09:16','2022-04-04 18:09:16'),(337,46384,46342,'opinion on permanency in addition to causal','A claim for consequential depression was thereafter made, and the carrier asked for an opinion on permanency in addition to causal relationship; their IME gave up a total disability, and neither the WCL or Board would let them wiggle out of it','A claim for consequential depression was thereafter made, and the carrier asked for an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">opinion on permanency in addition to causal</a> relationship; their IME gave up a total disability, and neither the WCL or Board would let them wiggle out of it','A claim for consequential depression was thereafter made, and the carrier asked for an opinion on permanency in addition to causal relationship; their IME gave up a total disability, and neither the WCL or Board would let them wiggle out of it','In the first case the claimant was found to have a total disability, Mabsota, (WCB# G0304748, April 3, 2017), the claimant was previously classified with a 65% LWEC. A claim for consequential depression was thereafter made, and the carrier asked for an opinion on permanency in addition to causal relationship; their IME gave up a total disability, and neither the WCL or Board would let them wiggle out of it.','ase the claimant was found to have a total disability, <u>Mabsota</u>, (WCB# G0304748, April 3, 2017), the claimant was previously classified with a 65% LWEC. A claim for consequential depression was thereafter made, and the carrier asked for an opinion on permanency in addition to causal relationship; their IME gave up a total disability, and neither the WCL or Board would let them wiggle out of it.',0,'2022-04-04 18:09:16','2022-04-04 18:09:16'),(338,46384,46502,'pain management','What sunk the carrier here was taking the deposition of the claimant’s pain management doctor, who didn’t even file a C-4.3, and opined a total disability on deposition','What sunk the carrier here was taking the deposition of the claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">pain management</a> doctor, who didn’t even file a C-4.3, and opined a total disability on deposition','What sunk the carrier here was taking the deposition of the claimant’s pain management doctor, who didn’t even file a C-4.3, and opined a total disability on deposition','The claim was established for the back, a right inguinal hernia, consequential neurogenic bladder, urinary incontinence, along with consequential bilateral wrist and hand injuries. What sunk the carrier here was taking the deposition of the claimant’s pain management doctor, who didn’t even file a C-4.3, and opined a total disability on deposition. The Board found that doctor to be most credible because he saw the claimant in the context of all of his injuries.','What sunk the carrier here was taking the deposition of the claimant’s pain management doctor, who didn’t even file a C-4.3, and opined a total disability on deposition.',0,'2022-04-04 18:09:16','2022-04-04 18:09:16'),(339,46384,46340,'medical evidence','In Collins Building Services Inc, (WCB# G1025058, April 13, 2018), the Board reiterated its prior holdings that a finding of a permanent total disability must be made on the medical evidence alone, and while the claimant had significant problems, he is physically capable of sitting and standing, although for limited periods of time, and can drive for limited periods of time as part of work duties','In <u>Collins Building Services Inc</u>, (WCB# G1025058, April 13, 2018), the Board reiterated its prior holdings that a finding of a permanent total disability must be made on the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> alone, and while the claimant had significant problems, he is physically capable of sitting and standing, although for limited periods of time, and can drive for limited periods of time as part of work duties','In <u>Collins Building Services Inc</u>, (WCB# G1025058, April 13, 2018), the Board reiterated its prior holdings that a finding of a permanent total disability must be made on the medical evidence alone, and while the claimant had significant problems, he is physically capable of sitting and standing, although for limited periods of time, and can drive for limited periods of time as part of work duties','In Collins Building Services Inc, (WCB# G1025058, April 13, 2018), the Board reiterated its prior holdings that a finding of a permanent total disability must be made on the medical evidence alone, and while the claimant had significant problems, he is physically capable of sitting and standing, although for limited periods of time, and can drive for limited periods of time as part of work duties. Turning to the claimant’s LWEC, the 66 year old man was born in Ecuador, where he didn’t finish high school, had limited English proficiency, and didn’t know how to use a computer, all on top of his urinary incontinence.','In <u>Collins Building Services Inc</u>, (WCB# G1025058, April 13, 2018), the Board reiterated its prior holdings that a finding of a permanent total disability must be made on the medical evidence alone, and while the claimant had significant problems, he is physically capable of sitting and standing, although for limited periods of time, and can drive for limited periods of time as part of work duties.',0,'2022-04-04 18:09:16','2022-04-04 18:09:16'),(341,46180,46387,'workers\' compensation','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">workers\' compensation</a> board’s approach to claims and issues','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues','Prior to joining , she successfully represented claimants for over eight years in a small, Binghamton-based practice. This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues. She has a great understanding of the legal and medical requirements necessary to form and support winning arguments.','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues.',0,'2022-04-04 18:09:18','2022-04-04 18:09:18'),(342,46180,48276,'workers\' compensation','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\">workers\' compensation</a> board’s approach to claims and issues','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues','Prior to joining , she successfully represented claimants for over eight years in a small, Binghamton-based practice. This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues. She has a great understanding of the legal and medical requirements necessary to form and support winning arguments.','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues.',0,'2022-04-04 18:09:18','2022-04-04 18:09:18'),(343,46180,46421,'compensation board’s approach to claims','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">compensation board’s approach to claims</a> and issues','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues','Prior to joining , she successfully represented claimants for over eight years in a small, Binghamton-based practice. This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues. She has a great understanding of the legal and medical requirements necessary to form and support winning arguments.','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues.',0,'2022-04-04 18:09:18','2022-04-04 18:09:18'),(344,46180,46504,'earned her law','She earned her law degree from Syracuse University','She <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">earned her law</a> degree from Syracuse University','She earned her law degree from Syracuse University','She earned her bachelor\'s degree in human resources from LeMoyne College in Syracuse. She earned her law degree from Syracuse University.','She earned her bachelor\'s degree in human resources from LeMoyne College in Syracuse. She earned her law degree from Syracuse University.',0,'2022-04-04 18:09:18','2022-04-04 18:09:18'),(345,46222,46414,'state and federal courts','Defending actions in both state and federal courts throughout New York state, we are skilled in handling all aspects of litigation from investigation through trial','Defending actions in both <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/05/united-states-supreme-court-is-considering-a-petition-for-a-writ-of-certiorari-of-the-american-economy-decision/\">state and federal courts</a> throughout New York state, we are skilled in handling all aspects of litigation from investigation through trial','Defending actions in both state and federal courts throughout New York state, we are skilled in handling all aspects of litigation from investigation through trial','Defending actions in both state and federal courts throughout New York state, we are skilled in handling all aspects of litigation from investigation through trial. We also incorporate, when appropriate, alternatives to trial such as mediation and arbitration for successful resolution of cases.','Defending actions in both state and federal courts throughout New York state, we are skilled in handling all aspects of litigation from investigation through trial. We also incorporate, when appropriate, alternatives to trial',0,'2022-04-04 18:09:25','2022-04-04 18:09:25'),(346,46444,46371,'claimants who worked','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimants who worked</a> at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage','Despite these facts, the two members of the Board Panel still affirmed the WCLJ’s use of a 300 multiple. In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage.','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage.',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(347,46444,46371,'claimant worked','In Kistner Concrete, the C-240 indicated that the claimant worked 271 days the year preceding the accident','In <u>Kistner Concrete</u>, the C-240 indicated that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant worked</a> 271 days the year preceding the accident','In <u>Kistner Concrete</u>, the C-240 indicated that the claimant worked 271 days the year preceding the accident','In Kistner Concrete, the C-240 indicated that the claimant worked 271 days the year preceding the accident. A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks. ','In <u>Kistner Concrete</u>, the C-240 indicated that the claimant worked 271 days the year preceding the accident.',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(348,46444,46371,'claimant worked','A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks','A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant worked</a> a five-day week for 41 weeks, and 11 six-day weeks','A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks','In Kistner Concrete, the C-240 indicated that the claimant worked 271 days the year preceding the accident. A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks. When setting the AWW the WCLJ noted that the claimant had “past two seventy, he gets the three hundred multiple” and set the average weekly wage using a 300 multiple.','ated that the claimant worked 271 days the year preceding the accident. A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks.',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(349,46444,46374,'claimants who worked at least 270 days','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimants who worked at least 270 days</a> in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage','Despite these facts, the two members of the Board Panel still affirmed the WCLJ’s use of a 300 multiple. In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage.','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage.',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(350,46444,46374,'claimant worked 271 days','In Kistner Concrete, the C-240 indicated that the claimant worked 271 days the year preceding the accident','In <u>Kistner Concrete</u>, the C-240 indicated that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant worked 271 days</a> the year preceding the accident','In <u>Kistner Concrete</u>, the C-240 indicated that the claimant worked 271 days the year preceding the accident','In Kistner Concrete, the C-240 indicated that the claimant worked 271 days the year preceding the accident. A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks. ','In <u>Kistner Concrete</u>, the C-240 indicated that the claimant worked 271 days the year preceding the accident.',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(351,46444,46350,'worked 271 days the year preceding the accident','In Kistner Concrete, the C-240 indicated that the claimant worked 271 days the year preceding the accident','In <u>Kistner Concrete</u>, the C-240 indicated that the claimant <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">worked 271 days the year preceding the accident</a>','In <u>Kistner Concrete</u>, the C-240 indicated that the claimant worked 271 days the year preceding the accident','In Kistner Concrete, the C-240 indicated that the claimant worked 271 days the year preceding the accident. A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks. ','In <u>Kistner Concrete</u>, the C-240 indicated that the claimant worked 271 days the year preceding the accident. A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks. When setting the AWW the WCLJ noted that the claimant had “past two seventy, he gets the three hundred multiple” and set the average weekly wage using a 300 multiple.',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(352,46444,46480,'average weekly wage','When setting the AWW the WCLJ noted that the claimant had “past two seventy, he gets the three hundred multiple” and set the average weekly wage using a 300 multiple','When setting the AWW the WCLJ noted that the claimant had “past two seventy, he gets the three hundred multiple” and set the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/average-wages/\">average weekly wage</a> using a 300 multiple','When setting the AWW the WCLJ noted that the claimant had “past two seventy, he gets the three hundred multiple” and set the average weekly wage using a 300 multiple','A closer review of the C-240 illustrated that in the 52 weeks preceding the injury of record, the claimant worked a five-day week for 41 weeks, and 11 six-day weeks. When setting the AWW the WCLJ noted that the claimant had “past two seventy, he gets the three hundred multiple” and set the average weekly wage using a 300 multiple.','when deciding a claimant’s average weekly wage the initial determination in any case is whether an employee is deemed to be a five or six day worker. Although this is not a new concept in the Workers’ Compensation arena the Full Board has made one significant clarification: whether an employee is deemed to be a five or six-day worker is a determination that is made independently based on the facts of the case prior to determining which multiple',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(353,46444,46480,'average weekly wage','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/average-wages/\">average weekly wage</a>','In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage','Despite these facts, the two members of the Board Panel still affirmed the WCLJ’s use of a 300 multiple. In affirming, the two member Panel noted the that C-240 creates a “guideline that the 300 multiple is to be used for claimants who worked at least 270 days in the 52 weeks prior to the date of accident.” The one member dissent felt this was a misinterpretation of the plain language of the form C-240 that created an overinflated average weekly wage.','In a recent Mandatory Full Board Appeal filed by the Law Offices of Melissa A. Day, PLLC, the Board held that when deciding a claimant’s average weekly wage the initial determination in any case is whether an employee is deemed to be a five or six day worker. Although this is not a new concept in the Workers’ Compensation arena the Full Board has made one significant clarification: whether an employee is deemed to be a five or six-day worker is a determination that is made independently based on the facts of the case prior to determining which multiple under WCL § 14 is appropriate for calculating the average weekly wage.',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(354,46444,46480,'average weekly wage','Once there is a determination of the claimant’s status as a five or six-day worker then the calculation of the average weekly wage using the appropriate multiple can be completed','Once there is a determination of the claimant’s status as a five or six-day worker then the calculation of the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/average-wages/\">average weekly wage</a> using the appropriate multiple can be completed','Once there is a determination of the claimant’s status as a five or six-day worker then the calculation of the average weekly wage using the appropriate multiple can be completed','Although the C-240 is a factor to be reviewed in that determination of whether an employee is a five or six-day worker it is not the sole factor. Once there is a determination of the claimant’s status as a five or six-day worker then the calculation of the average weekly wage using the appropriate multiple can be completed.','Once there is a determination of the claimant’s status as a five or six-day worker then the calculation of the average weekly wage using the appropriate multiple can be completed.',0,'2022-04-04 19:03:21','2022-04-04 19:03:21'),(355,46387,46332,'causally related','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\">causally related</a> to the work injury and not other factors','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors','The doctor is to provide the schedule loss of use opinion only for the work-related injury. If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors. Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury, the measurement of the contralateral extremity should be used as a baseline whenever possible. ','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors.',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(356,46387,46332,'causally related','If the range of motion on the injured part is limited by other factors such as obesity the doctor should evaluate using his or her judgement and offer an opinion on functional loss and resulting SLU that are causally related to the work injury','If the range of motion on the injured part is limited by other factors such as obesity the doctor should evaluate using his or her judgement and offer an opinion on functional loss and resulting SLU that are <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\">causally related</a> to the work injury','If the range of motion on the injured part is limited by other factors such as obesity the doctor should evaluate using his or her judgement and offer an opinion on functional loss and resulting SLU that are causally related to the work injury','The doctor is required to document the range of motion findings on the contralateral side however if there was prior injury to the contralateral side which affects the range of motion the doctor should use the normal range of motion as indicated in the guidelines as a baseline. If the range of motion on the injured part is limited by other factors such as obesity the doctor should evaluate using his or her judgement and offer an opinion on functional loss and resulting SLU that are causally related to the work injury.','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors. Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(357,46387,46367,'causally related','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">causally related</a> to the work injury and not other factors','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors','The doctor is to provide the schedule loss of use opinion only for the work-related injury. If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors. Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury, the measurement of the contralateral extremity should be used as a baseline whenever possible. ','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors.',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(358,46387,46367,'causally related','If the range of motion on the injured part is limited by other factors such as obesity the doctor should evaluate using his or her judgement and offer an opinion on functional loss and resulting SLU that are causally related to the work injury','If the range of motion on the injured part is limited by other factors such as obesity the doctor should evaluate using his or her judgement and offer an opinion on functional loss and resulting SLU that are <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">causally related</a> to the work injury','If the range of motion on the injured part is limited by other factors such as obesity the doctor should evaluate using his or her judgement and offer an opinion on functional loss and resulting SLU that are causally related to the work injury','The doctor is required to document the range of motion findings on the contralateral side however if there was prior injury to the contralateral side which affects the range of motion the doctor should use the normal range of motion as indicated in the guidelines as a baseline. If the range of motion on the injured part is limited by other factors such as obesity the doctor should evaluate using his or her judgement and offer an opinion on functional loss and resulting SLU that are causally related to the work injury.','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors. Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(359,46387,46329,'contralateral extremity should be used as a baseline','Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury, the measurement of the contralateral extremity should be used as a baseline whenever possible','Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury, the measurement of the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">contralateral extremity should be used as a baseline</a> whenever possible','Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury, the measurement of the contralateral extremity should be used as a baseline whenever possible','If the claimant’s range of motion is limited by a nonoccupational condition such as obesity the doctor should offer an opinion as to the functional loss and resulting SLU that is causally related to the work injury and not other factors. Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury, the measurement of the contralateral extremity should be used as a baseline whenever possible. Reductions in range of motion for the non-injured contralateral extremity are deducted from the loss of range of motion for the injured extremity.','Where a claimant has preexisting osteoarthritis, which is exacerbated by a work injury, the measurement of the contralateral extremity should be used as a baseline whenever possible.',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(360,46387,46329,'contralateral side as a baseline','This can be done by using the contralateral side as a baseline and by reviewing reports concerning prior injuries to the same site','This can be done by using the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">contralateral side as a baseline</a> and by reviewing reports concerning prior injuries to the same site','This can be done by using the contralateral side as a baseline and by reviewing reports concerning prior injuries to the same site','With respect to apportionment the examining physician should offer an opinion of the SLU that resulted from the relevant work-related injury, as opposed to other causes. This can be done by using the contralateral side as a baseline and by reviewing reports concerning prior injuries to the same site.','This can be done by using the contralateral side as a baseline and by reviewing reports concerning prior injuries to the same site.',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(361,46387,46422,'guidelines there must be objective medical','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g','To obtain an increase over the SLU previously awarded and based on the earlier <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">guidelines there must be objective medical</a> evidence that the claimant’s anatomical or functional loss (e.g','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g','If the patient was previously awarded a SLU based on the earlier guidelines and subsequently sufferers a new injury, the examining physician should evaluate based on the 2018 guidelines to determine the SLU that resulted from the relevant work-related injury as opposed to other causes. To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g. ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded.','to determine the SLU that resulted from the relevant work-related injury as opposed to other causes. To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g. ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded. No increased SLU should be awarded if claimant’s anatomical or functional loss is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentag',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(362,46387,46502,'guidelines there must be objective medical','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g','To obtain an increase over the SLU previously awarded and based on the earlier <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">guidelines there must be objective medical</a> evidence that the claimant’s anatomical or functional loss (e.g','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g','If the patient was previously awarded a SLU based on the earlier guidelines and subsequently sufferers a new injury, the examining physician should evaluate based on the 2018 guidelines to determine the SLU that resulted from the relevant work-related injury as opposed to other causes. To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g. ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded.','to determine the SLU that resulted from the relevant work-related injury as opposed to other causes. To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g. ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded. No increased SLU should be awarded if claimant’s anatomical or functional loss is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentag',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(363,46387,46506,'guidelines there must be objective medical','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g','To obtain an increase over the SLU previously awarded and based on the earlier <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">guidelines there must be objective medical</a> evidence that the claimant’s anatomical or functional loss (e.g','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g','If the patient was previously awarded a SLU based on the earlier guidelines and subsequently sufferers a new injury, the examining physician should evaluate based on the 2018 guidelines to determine the SLU that resulted from the relevant work-related injury as opposed to other causes. To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g. ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded.','to determine the SLU that resulted from the relevant work-related injury as opposed to other causes. To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g. ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded. No increased SLU should be awarded if claimant’s anatomical or functional loss is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentag',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(364,46387,46340,'medical evidence','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> that the claimant’s anatomical or functional loss (e.g','To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g','If the patient was previously awarded a SLU based on the earlier guidelines and subsequently sufferers a new injury, the examining physician should evaluate based on the 2018 guidelines to determine the SLU that resulted from the relevant work-related injury as opposed to other causes. To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g. ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded.','to determine the SLU that resulted from the relevant work-related injury as opposed to other causes. To obtain an increase over the SLU previously awarded and based on the earlier guidelines there must be objective medical evidence that the claimant’s anatomical or functional loss (e.g. ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded. No increased SLU should be awarded if claimant’s anatomical or functional loss is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentag',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(365,46387,46415,'awarded if claimant’s anatomical or functional loss','No increased SLU should be awarded if claimant’s anatomical or functional loss is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentage','No increased SLU should be <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">awarded if claimant’s anatomical or functional loss</a> is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentage','No increased SLU should be awarded if claimant’s anatomical or functional loss is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentage','ROM) has increased since the prior SLU and the evaluation under the 2018 Guidelines results in a higher SLU than the one previously awarded. No increased SLU should be awarded if claimant’s anatomical or functional loss is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentage.','No increased SLU should be awarded if claimant’s anatomical or functional loss is substantially the same as it was at the time of the prior SLU, even if an assessment pursuant to the 2018 guidelines would result in a higher SLU percentage.',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(366,46387,46342,'give both a SLU opinion and a non-schedule opinion','If both schedule and non-schedule body parts are involved the IME doctor can give both a SLU opinion and a non-schedule opinion in the same report','If both schedule and non-schedule body parts are involved the IME doctor can <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">give both a SLU opinion and a non-schedule opinion</a> in the same report','If both schedule and non-schedule body parts are involved the IME doctor can give both a SLU opinion and a non-schedule opinion in the same report','If both schedule and non-schedule body parts are involved the IME doctor can give both a SLU opinion and a non-schedule opinion in the same report. The doctor should fill out both the IME-4 A and B forms.','If both schedule and non-schedule body parts are involved the IME doctor can give both a SLU opinion and a non-schedule opinion in the same report.',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(367,46387,46503,'attending physician','The claimant’s attending physician is required to use a form C4.3 for a SLU opinion','The claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">attending physician</a> is required to use a form C4.3 for a SLU opinion','The claimant’s attending physician is required to use a form C4.3 for a SLU opinion','The claimant’s attending physician is required to use a form C4.3 for a SLU opinion. The provider who has treated the injury is expected to conduct the SLU exam.','The claimant’s attending physician is required to use a form C4.3 for a SLU opinion.',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(368,46387,46372,'claimant had prior injuries or conditions','The carrier should investigate whether the claimant had prior injuries or conditions that may affect in range of motion','The carrier should investigate whether the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\">claimant had prior injuries or conditions</a> that may affect in range of motion','The carrier should investigate whether the claimant had prior injuries or conditions that may affect in range of motion','The carrier should investigate whether the claimant had prior injuries or conditions that may affect in range of motion. Review the post-employment physical or records from the primary care physician. ','The carrier should investigate whether the claimant had prior injuries or conditions that may affect in range of motion.',0,'2022-04-04 19:03:30','2022-04-04 19:03:30'),(369,46420,46383,'amendment is constitutional in light of any retroactive','Justice Fahey, writing for a unanimous Court, reversed the First Department and held that the amendment is constitutional in light of any retroactive effect','Justice Fahey, writing for a unanimous Court, reversed the First Department and held that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\">amendment is constitutional in light of any retroactive</a> effect','Justice Fahey, writing for a unanimous Court, reversed the First Department and held that the amendment is constitutional in light of any retroactive effect','The issue on appeal was whether the 2013 amendment to WCL § 25-a created a retroactive effect which is unconstitutional in light of the Contracts Clause, Takings Clause, and the Due Process Clause. Justice Fahey, writing for a unanimous Court, reversed the First Department and held that the amendment is constitutional in light of any retroactive effect.','Justice Fahey, writing for a unanimous Court, reversed the First Department and held that the amendment is constitutional in light of any retroactive effect.',0,'2022-04-04 21:08:22','2022-04-04 21:08:22'),(370,46420,46383,'amendment had a retroactive','The Court initially examined whether or not the amendment had a retroactive effect','The Court initially examined whether or not the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\">amendment had a retroactive</a> effect','The Court initially examined whether or not the amendment had a retroactive effect','The Court initially examined whether or not the amendment had a retroactive effect. Without affirmatively holding either way, the Court proceeded with their analysis assuming Plaintiffs’ argument was accurate insofar as there was a retroactive effect which would impose additional liability on the Plaintiffs.','The Court initially examined whether or not the amendment had a retroactive effect. Without affirmatively holding either way, the Court proceeded with their analysis assuming Plaintiffs’ argument was accurate insofar as there was a retroactive effect',0,'2022-04-04 21:08:22','2022-04-04 21:08:22'),(371,46346,46338,'disputed causal relationship','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine','Our IME <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">disputed causal relationship</a>, stating the claimant’s complaints were really radicular from the cervical spine','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine','The doctor requested surgery. Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine.','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine.',0,'2022-04-04 21:55:11','2022-04-04 21:55:11'),(372,46346,46338,'causal relationship','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">causal relationship</a>','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship','She admitted she could not relate findings on MRI, or the need for surgery, to the 01/18/2020 injury within a reasonable degree of medical certainty. She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship.','shed claim for the upper back and neck. The claimant’s C-3, filed approximately 3 weeks later, listed the right shoulder as a claimed injury. The right shoulder MRI showed bursitis and a partial tear of the supraspinatus and AC degenerative joint disease. The doctor requested surgery. Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine.',0,'2022-04-04 21:55:11','2022-04-04 21:55:11'),(373,46346,46342,'opinion on causal relationship','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">opinion on causal relationship</a>','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship','She admitted she could not relate findings on MRI, or the need for surgery, to the 01/18/2020 injury within a reasonable degree of medical certainty. She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship.','She admitted she could not relate findings on MRI, or the need for surgery, to the 01/18/2020 injury within a reasonable degree of medical certainty. She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship.',0,'2022-04-04 21:55:11','2022-04-04 21:55:11'),(374,46346,46342,'causal relationship','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine','Our IME disputed <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">causal relationship</a>, stating the claimant’s complaints were really radicular from the cervical spine','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine','The doctor requested surgery. Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine.','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine.',0,'2022-04-04 21:55:11','2022-04-04 21:55:11'),(375,46346,46344,'causal relationship','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine','Our IME disputed <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">causal relationship</a>, stating the claimant’s complaints were really radicular from the cervical spine','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine','The doctor requested surgery. Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine.','Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine.',0,'2022-04-04 21:55:11','2022-04-04 21:55:11'),(376,46346,46344,'causal relationship','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">causal relationship</a>','She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship','She admitted she could not relate findings on MRI, or the need for surgery, to the 01/18/2020 injury within a reasonable degree of medical certainty. She also admitted that reports closer in time to the date of injury are generally more accurate, that she never reviewed a 02/03/2020 report, finding no evidence of an injury to the right shoulder, and confirmed that would have been relevant in forming her opinion on causal relationship.','shed claim for the upper back and neck. The claimant’s C-3, filed approximately 3 weeks later, listed the right shoulder as a claimed injury. The right shoulder MRI showed bursitis and a partial tear of the supraspinatus and AC degenerative joint disease. The doctor requested surgery. Our IME disputed causal relationship, stating the claimant’s complaints were really radicular from the cervical spine.',0,'2022-04-04 21:55:11','2022-04-04 21:55:11'),(377,46339,46553,'claimant alleged','The claimant alleged that the carrier took credit for the prior $3,500 attorney fee, and also deducted the full amount of the remaining reimbursement','The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant alleged</a> that the carrier took credit for the prior $3,500 attorney fee, and also deducted the full amount of the remaining reimbursement','The claimant alleged that the carrier took credit for the prior $3,500 attorney fee, and also deducted the full amount of the remaining reimbursement','The claimant appealed the Stipulated Decision, arguing that there had been no meeting of the minds on the issue of the amount of the prior payments. The claimant alleged that the carrier took credit for the prior $3,500 attorney fee, and also deducted the full amount of the remaining reimbursement. Claimant alleged that he was underpaid by $3,500 as a result. ','The claimant appealed the Stipulated Decision, arguing that there had been no meeting of the minds on the issue of the amount of the prior payments. The claimant alleged that the carrier took credit for the prior $3,500 attorney fee, and also deducted the full amount of the remaining reimbursement.',0,'2022-04-04 21:55:17','2022-04-04 21:55:17'),(378,46339,46511,'remaining amount of the reimbursement to the employer','The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee','The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">remaining amount of the reimbursement to the employer</a> should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee','The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee','The Board Panel agreed with the claimant. The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee. The Board Panel directed the carrier to pay the outstanding balance of $3,500 to the claimant.','The Board Panel agreed with the claimant. The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee.',0,'2022-04-04 21:55:17','2022-04-04 21:55:17'),(379,46339,46504,'wages paid from a schedule loss','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">wages paid from a schedule loss</a> of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee. The Board Panel directed the carrier to pay the outstanding balance of $3,500 to the claimant. Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.',0,'2022-04-04 21:55:17','2022-04-04 21:55:17'),(380,46339,46509,'wages paid from a schedule loss','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">wages paid from a schedule loss</a> of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee. The Board Panel directed the carrier to pay the outstanding balance of $3,500 to the claimant. Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.',0,'2022-04-04 21:55:17','2022-04-04 21:55:17'),(381,46339,46329,'schedule loss','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">schedule loss</a> of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee. The Board Panel directed the carrier to pay the outstanding balance of $3,500 to the claimant. Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.',0,'2022-04-04 21:55:17','2022-04-04 21:55:17'),(382,46339,46387,'schedule loss','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">schedule loss</a> of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee. The Board Panel directed the carrier to pay the outstanding balance of $3,500 to the claimant. Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.',0,'2022-04-04 21:55:17','2022-04-04 21:55:17'),(383,46339,46415,'schedule loss of use award','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">schedule loss of use award</a>, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','The remaining amount of the reimbursement to the employer should have been reduced by the $3,500 previously taken from the reimbursement for an attorney fee. The Board Panel directed the carrier to pay the outstanding balance of $3,500 to the claimant. Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.','Carriers need to be aware that, even though they are entitled to full reimbursement for wages paid from a schedule loss of use award, they have to be careful not to double count on the prior wages already paid to the employer.',0,'2022-04-04 21:55:17','2022-04-04 21:55:17'),(384,46551,46511,'employers and carriers need to get their applications','Based on this language, self-insured employers and carriers need to get their applications in for 25-a relief in BEFORE 1/1/14','Based on this language, self-insured <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employers and carriers need to get their applications</a> in for 25-a relief in BEFORE 1/1/14','Based on this language, self-insured employers and carriers need to get their applications in for 25-a relief in BEFORE 1/1/14','What does this mean? Based on this language, self-insured employers and carriers need to get their applications in for 25-a relief in BEFORE 1/1/14.','Based on this language, self-insured employers and carriers need to get their applications in for 25-a relief in BEFORE 1/1/14.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(385,46551,46511,'claim that is reopened','7 Years from the Date of Accident or Injury Have Elapsed. The threshold is a there must be a claim that is reopened more than 7 years after the date of accident or injury','<strong>7 Years from the Date of Accident or Injury Have Elapsed.</strong> The threshold is a there must be a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">claim that is reopened</a> more than 7 years after the date of accident or injury','<strong>7 Years from the Date of Accident or Injury Have Elapsed.</strong> The threshold is a there must be a claim that is reopened more than 7 years after the date of accident or injury','7 Years from the Date of Accident or Injury Have Elapsed. The threshold is a there must be a claim that is reopened more than 7 years after the date of accident or injury','<strong>7 Years from the Date of Accident or Injury Have Elapsed.</strong> The threshold is a there must be a claim that is reopened more than 7 years after the date of accident or injury.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(386,46551,46511,'employer or carrier','If you are a self-insured employer or carrier, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline','If you are a self-insured <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employer or carrier</a>, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline','If you are a self-insured employer or carrier, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline','If you are a self-insured employer or carrier, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline.','If you are a self-insured employer or carrier, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(387,46551,46546,'claim that is reopened','7 Years from the Date of Accident or Injury Have Elapsed. The threshold is a there must be a claim that is reopened more than 7 years after the date of accident or injury','<strong>7 Years from the Date of Accident or Injury Have Elapsed.</strong> The threshold is a there must be a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">claim that is reopened</a> more than 7 years after the date of accident or injury','<strong>7 Years from the Date of Accident or Injury Have Elapsed.</strong> The threshold is a there must be a claim that is reopened more than 7 years after the date of accident or injury','7 Years from the Date of Accident or Injury Have Elapsed. The threshold is a there must be a claim that is reopened more than 7 years after the date of accident or injury','<strong>7 Years from the Date of Accident or Injury Have Elapsed.</strong> The threshold is a there must be a claim that is reopened more than 7 years after the date of accident or injury.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(388,46551,46546,'claim that is reopened','3 Years from the Last Payment of Compensation. A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">claim that is reopened</a> more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','3 Years from the Last Payment of Compensation. A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(389,46551,46546,'employers and carriers','Based on this language, self-insured employers and carriers need to get their applications in for 25-a relief in BEFORE 1/1/14','Based on this language, self-insured <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employers and carriers</a> need to get their applications in for 25-a relief in BEFORE 1/1/14','Based on this language, self-insured employers and carriers need to get their applications in for 25-a relief in BEFORE 1/1/14','What does this mean? Based on this language, self-insured employers and carriers need to get their applications in for 25-a relief in BEFORE 1/1/14.','Based on this language, self-insured employers and carriers need to get their applications in for 25-a relief in BEFORE 1/1/14.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(390,46551,46546,'employer or carrier','If you are a self-insured employer or carrier, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline','If you are a self-insured <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer or carrier</a>, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline','If you are a self-insured employer or carrier, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline','If you are a self-insured employer or carrier, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline.','If you are a self-insured employer or carrier, you are going to need to be very aggressive in identifying these claims during the next 9 months to ferret out all claims which might qualify for such relief before the 1/1/14 deadline.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(391,46551,46512,'compensation –','3 Years from the Last Payment of Compensation. A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">compensation –</a> which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','3 Years from the Last Payment of Compensation. A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(392,46551,46371,'– which refers specifically to lost wage benefits,','3 Years from the Last Payment of Compensation. A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">– which refers specifically to lost wage benefits,</a> not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','3 Years from the Last Payment of Compensation. A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(393,46551,46371,'benefits was made in the past –','Applications can be retroactive. If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e','<strong>Applications can be retroactive.</strong> If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">benefits was made in the past –</a> i.e','<strong>Applications can be retroactive.</strong> If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e','Applications can be retroactive. If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e','<strong>Applications can be retroactive.</strong> If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(394,46551,46509,'– which refers specifically to lost wage','3 Years from the Last Payment of Compensation. A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">– which refers specifically to lost wage</a> benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','3 Years from the Last Payment of Compensation. A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical','<strong>3 Years from the Last Payment of Compensation.</strong> A claim that is reopened more than 3 years after the last payment of compensation – which refers specifically to lost wage benefits, not to medical.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(395,46551,46422,'medical treatment','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There must be a claim for benefits after the requisite time has elapsed either for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">medical treatment</a> or lost wages','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.','<strong>There must be a claim for benefits after the requisite time period has lapsed.</strong> There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(396,46551,46422,'medical treatment','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">medical treatment</a> a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.','you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(397,46551,46502,'medical treatment','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There must be a claim for benefits after the requisite time has elapsed either for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">medical treatment</a> or lost wages','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.','<strong>There must be a claim for benefits after the requisite time period has lapsed.</strong> There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(398,46551,46502,'medical treatment','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">medical treatment</a> a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.','you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(399,46551,46503,'medical treatment','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There must be a claim for benefits after the requisite time has elapsed either for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">medical treatment</a> or lost wages','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.','<strong>There must be a claim for benefits after the requisite time period has lapsed.</strong> There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(400,46551,46503,'medical treatment','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">medical treatment</a> a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.','you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(401,46551,46506,'medical treatment','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There must be a claim for benefits after the requisite time has elapsed either for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">medical treatment</a> or lost wages','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.','<strong>There must be a claim for benefits after the requisite time period has lapsed.</strong> There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(402,46551,46506,'medical treatment','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">medical treatment</a> a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.','you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(403,46551,46543,'medical treatment','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There must be a claim for benefits after the requisite time has elapsed either for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">medical treatment</a> or lost wages','There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages','There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.','<strong>There must be a claim for benefits after the requisite time period has lapsed.</strong> There mere lapse of time is not sufficient. There must be a claim for benefits after the requisite time has elapsed either for medical treatment or lost wages.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(404,46551,46543,'medical treatment','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">medical treatment</a> a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made','If you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.','you have a claim that meets these criteria, you can request 25-a relief, even if the qualifying claim for benefits was made in the past – i.e. you received a bill for medical treatment a year ago which when received, met the time thresholds described above you can request that liability be shifted as long as the claim can be still be considered “reopened”, i.e., there has not been a reopening and a closure and then the request for a transfer is made.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(405,46551,46340,'medical evidence','This is another legal argument – there can be no submissions within 7 or 3 which should have led to a “reopening” such as a surgical request or medical evidence of lost time among other things','This is another legal argument – there can be no submissions within 7 or 3 which should have led to a “reopening” such as a surgical request or <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> of lost time among other things','This is another legal argument – there can be no submissions within 7 or 3 which should have led to a “reopening” such as a surgical request or medical evidence of lost time among other things','This is another legal argument – there can be no submissions within 7 or 3 which should have led to a “reopening” such as a surgical request or medical evidence of lost time among other things.','This is another legal argument – there can be no submissions within 7 or 3 which should have led to a “reopening” such as a surgical request or medical evidence of lost time among other things.',0,'2022-04-04 21:55:18','2022-04-04 21:55:18'),(406,46388,46371,'– rare because the claimant','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">– rare because the claimant</a> is a young, healthy male','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male. The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury. ','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male.',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(407,46388,46374,'– rare because the claimant','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">– rare because the claimant</a> is a young, healthy male','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male. The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury. ','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male.',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(408,46388,46372,'claimant treated for this condition,','The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury','The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\">claimant treated for this condition,</a> but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury','The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury','Claimant, a seasonal summer worker with the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male. The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury. Whether the lost time and treatment were, in fact, related to the claimant’s employment could be debated, but the claimant took the position at trial that it was related. ','the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male. The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury. Whether the lost time and treatment were, in fact, related to the claimant’s employment could be debated, but the claimant took the position at trial that it was related. The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(409,46388,46348,'occupational disease,','The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board','The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\">occupational disease,</a> thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board','The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board','Whether the lost time and treatment were, in fact, related to the claimant’s employment could be debated, but the claimant took the position at trial that it was related. The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board. This litigation strategy was certainly thoughtful, but it was equally transparent where the claimant’s own physician could not clearly ascribe causation to a disease process, or even repetitive stress when under intense cross-examination.','the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male. The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury. Whether the lost time and treatment were, in fact, related to the claimant’s employment could be debated, but the claimant took the position at trial that it was related. The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board.',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(410,46388,46348,'occupational disease,','The Third Department, the first Court to actually articulate any analysis on the question of “accident versus OD” agreed with the Town that the claimant’s effort to characterize the claim as an OD was not supported by the record, and that the injuries sustained by the claimant, even assuming they were the result of work activity, supported the conclusion that they were not the result of a disease process, or even repetitive stress, and could not be characterized as an occupational disease, but rather the result of an obvious accident','The Third Department, the first Court to actually articulate any analysis on the question of “accident versus OD” agreed with the Town that the claimant’s effort to characterize the claim as an OD was not supported by the record, and that the injuries sustained by the claimant, even assuming they were the result of work activity, supported the conclusion that they were not the result of a disease process, or even repetitive stress, and could not be characterized as an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\">occupational disease,</a> but rather the result of an obvious accident','The Third Department, the first Court to actually articulate any analysis on the question of “accident versus OD” agreed with the Town that the claimant’s effort to characterize the claim as an OD was not supported by the record, and that the injuries sustained by the claimant, even assuming they were the result of work activity, supported the conclusion that they were not the result of a disease process, or even repetitive stress, and could not be characterized as an occupational disease, but rather the result of an obvious accident','The Third Department, the first Court to actually articulate any analysis on the question of “accident versus OD” agreed with the Town that the claimant’s effort to characterize the claim as an OD was not supported by the record, and that the injuries sustained by the claimant, even assuming they were the result of work activity, supported the conclusion that they were not the result of a disease process, or even repetitive stress, and could not be characterized as an occupational disease, but rather the result of an obvious accident.','the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male. The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury. Whether the lost time and treatment were, in fact, related to the claimant’s employment could be debated, but the claimant took the position at trial that it was related. The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(411,46388,46370,'occupational disease,','The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board','The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\">occupational disease,</a> thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board','The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board','Whether the lost time and treatment were, in fact, related to the claimant’s employment could be debated, but the claimant took the position at trial that it was related. The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board. This litigation strategy was certainly thoughtful, but it was equally transparent where the claimant’s own physician could not clearly ascribe causation to a disease process, or even repetitive stress when under intense cross-examination.','the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male. The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury. Whether the lost time and treatment were, in fact, related to the claimant’s employment could be debated, but the claimant took the position at trial that it was related. The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident occurred, when he filed his C-3 with the Workers’ Compensation Board.',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(412,46388,46370,'occupational disease,','The Third Department, the first Court to actually articulate any analysis on the question of “accident versus OD” agreed with the Town that the claimant’s effort to characterize the claim as an OD was not supported by the record, and that the injuries sustained by the claimant, even assuming they were the result of work activity, supported the conclusion that they were not the result of a disease process, or even repetitive stress, and could not be characterized as an occupational disease, but rather the result of an obvious accident','The Third Department, the first Court to actually articulate any analysis on the question of “accident versus OD” agreed with the Town that the claimant’s effort to characterize the claim as an OD was not supported by the record, and that the injuries sustained by the claimant, even assuming they were the result of work activity, supported the conclusion that they were not the result of a disease process, or even repetitive stress, and could not be characterized as an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\">occupational disease,</a> but rather the result of an obvious accident','The Third Department, the first Court to actually articulate any analysis on the question of “accident versus OD” agreed with the Town that the claimant’s effort to characterize the claim as an OD was not supported by the record, and that the injuries sustained by the claimant, even assuming they were the result of work activity, supported the conclusion that they were not the result of a disease process, or even repetitive stress, and could not be characterized as an occupational disease, but rather the result of an obvious accident','The Third Department, the first Court to actually articulate any analysis on the question of “accident versus OD” agreed with the Town that the claimant’s effort to characterize the claim as an OD was not supported by the record, and that the injuries sustained by the claimant, even assuming they were the result of work activity, supported the conclusion that they were not the result of a disease process, or even repetitive stress, and could not be characterized as an occupational disease, but rather the result of an obvious accident.','the Town’s Highway Department was, apparently, injured while lifting wheelbarrow loads of asphalt and suffered a “rare” rotator cuff tear – rare because the claimant is a young, healthy male. The claimant treated for this condition, but never reported it to the employer, and even lost time from his employment; and when presenting his doctor’s excuse, did not inform the Town his lost time was related to a work-injury. Whether the lost time and treatment were, in fact, related to the claimant’s employment could be debated, but the claimant took the position at trial that it was related. The claimant also sought to prove that, although the condition had allegedly resolved, and then resurfaced months later during a game of basketball with friends, his injury was in the nature of an occupational disease, thus smoothing over the various breaks in temporal causation, and curing a potentially fatal notice defect as the claimant did not notify the Town of his work related injury until at least seven months after the accident',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(413,46388,46549,'consider the Town’s argument that the claimant','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to consider the Town’s argument that the claimant, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">consider the Town’s argument that the claimant</a>, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to consider the Town’s argument that the claimant, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to consider the Town’s argument that the claimant, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident.','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to consider the Town’s argument that the claimant, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident.',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(414,46388,46561,'consider the Town’s argument that the claimant','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to consider the Town’s argument that the claimant, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">consider the Town’s argument that the claimant</a>, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to consider the Town’s argument that the claimant, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to consider the Town’s argument that the claimant, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident.','The WCLJ, and Board, bit at this quite obvious charade, and in both decisions rendered by the Board demonstrated that they didn’t even bother to consider the Town’s argument that the claimant, having reported the case as an accident on his C-3, described an accident to his physician, and testified under oath to a specific happening – and accident.',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(415,46388,46376,'win the day','It was a long haul, but dogged determination and confidence between client and counsel can win the day','It was a long haul, but dogged determination and confidence between client and counsel can <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\">win the day</a>','It was a long haul, but dogged determination and confidence between client and counsel can win the day','It was a long haul, but dogged determination and confidence between client and counsel can win the day. It ','It was a long haul, but dogged determination and confidence between client and counsel can win the day. It is worth noting as a practice point that under the WCL, the Board is obligated to reimburse employers/carriers/SIEs for claims that are, like this one, established by the Board, but later quashed by higher judicial review since WCL Sec. 23 does not permit a stay on benefits during the pendency of an appeal to the Third Department. Closing this post, we wonder how many poor decisions rendered by the WCB, decisions begging for higher appellate review, go un-appealed to the Third Department, owing to the time and cost involved. How many of these poor decisions, by virtue of remaining unchallenged, and thus wrongly reinforced as “settled precedent.”',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(416,46388,46377,'win the day','It was a long haul, but dogged determination and confidence between client and counsel can win the day','It was a long haul, but dogged determination and confidence between client and counsel can <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\">win the day</a>','It was a long haul, but dogged determination and confidence between client and counsel can win the day','It was a long haul, but dogged determination and confidence between client and counsel can win the day. It ','It was a long haul, but dogged determination and confidence between client and counsel can win the day. It is worth noting as a practice point that under the WCL, the Board is obligated to reimburse employers/carriers/SIEs for claims that are, like this one, established by the Board, but later quashed by higher judicial review since WCL Sec. 23 does not permit a stay on benefits during the pendency of an appeal to the Third Department. Closing this post, we wonder how many poor decisions rendered by the WCB, decisions begging for higher appellate review, go un-appealed to the Third Department, owing to the time and cost involved. How many of these poor decisions, by virtue of remaining unchallenged, and thus wrongly reinforced as “settled precedent.”',0,'2022-04-04 21:55:19','2022-04-04 21:55:19'),(417,46344,46332,'causally related','The treating physician causally related the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery','The treating physician <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\">causally related</a> the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery','The treating physician causally related the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery','Testimony of the claimant as well as the treating physician and IME consultant were conducted. The treating physician causally related the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery. The Law Judge noted in a reserved decision that the claimant proceeded on the theory of consequential injuries and not direct injuries. ','the claimant as well as the treating physician and IME consultant were conducted. The treating physician causally related the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery. The Law Judge noted in a reserved decision that the claimant proceeded on the theory of consequential injuries and not direct injuries. The Judge noted that it was the claimant’s burden to establish a causal relationship of the consequential injury to the underlying injury and the work accident. The Judge noted that the treating physician admitted that the injuries could have been caused by immobilization following heart surgery.',0,'2022-04-04 21:55:20','2022-04-04 21:55:20'),(418,46344,46350,'work accident,','The treating physician causally related the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery','The treating physician causally related the shoulder and elbow to the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">work accident,</a> but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery','The treating physician causally related the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery','Testimony of the claimant as well as the treating physician and IME consultant were conducted. The treating physician causally related the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery. The Law Judge noted in a reserved decision that the claimant proceeded on the theory of consequential injuries and not direct injuries. ','the claimant as well as the treating physician and IME consultant were conducted. The treating physician causally related the shoulder and elbow to the work accident, but also admitted on cross-examination that the injuries could also be caused by the claimant’s open heart surgery as the muscles involved in the shoulder injury align with the chest wall that had to be disturbed for the heart surgery. The Law Judge noted in a reserved decision that the claimant proceeded on the theory of consequential injuries and not direct injuries. The Judge noted that it was the claimant’s burden to establish a causal relationship of the consequential injury to the underlying injury and the work accident. The Judge noted that the treating physician admitted that the injuries could have been caused by immobilization following heart surgery.',0,'2022-04-04 21:55:20','2022-04-04 21:55:20'),(419,46344,46342,'disallowed the claim','Therefore, the Law Judge disallowed the claim for consequential injuries.','Therefore, the Law Judge <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">disallowed the claim</a> for consequential injuries.','Therefore, the Law Judge disallowed the claim for consequential injuries.','The Judge noted that it was the claimant’s burden to establish a causal relationship of the consequential injury to the underlying injury and the work accident. The Judge noted that the treating physician admitted that the injuries could have been caused by immobilization following heart surgery. Therefore, the Law Judge disallowed the claim for consequential injuries.','Therefore, the Law Judge disallowed the claim for consequential injuries.',0,'2022-04-04 21:55:20','2022-04-04 21:55:20'),(420,46327,46345,'social media','See also Matter of Aeropostale, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from social media before questioning the claimant','<u>See also Matter of Aeropostale</u>, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/04/social-media-and-fraud-youd-be-surprised-what-people-post/\">social media</a> before questioning the claimant','<u>See also Matter of Aeropostale</u>, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from social media before questioning the claimant','Tops Mkts., 107 AD3d 1231 (3d 2013). See also Matter of Aeropostale, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from social media before questioning the claimant.','<u>See Matter of Moreilli v. Tops Mkts.</u>, 107 AD3d 1231 (3d 2013). <u>See also Matter of Aeropostale</u>, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from social media before questioning the claimant.',0,'2022-04-04 23:08:08','2022-04-04 23:08:08'),(421,46327,46345,'social media','We were able to reduce the indemnity portion of the claim based upon the surveillance and social media reports, prior to the claim moving forward with fraud','We were able to reduce the indemnity portion of the claim based upon the surveillance and <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/04/social-media-and-fraud-youd-be-surprised-what-people-post/\">social media</a> reports, prior to the claim moving forward with fraud','We were able to reduce the indemnity portion of the claim based upon the surveillance and social media reports, prior to the claim moving forward with fraud','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement. We were able to reduce the indemnity portion of the claim based upon the surveillance and social media reports, prior to the claim moving forward with fraud.','we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement. We were able to reduce the indemnity portion of the claim based upon the surveillance and social media reports, prior to the claim moving forward with fraud.',0,'2022-04-04 23:08:08','2022-04-04 23:08:08'),(422,46327,46345,'social media','The use of surveillance and social media sweep has been increasingly useful','The use of surveillance and <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/04/social-media-and-fraud-youd-be-surprised-what-people-post/\">social media</a> sweep has been increasingly useful','The use of surveillance and social media sweep has been increasingly useful','The use of surveillance and social media sweep has been increasingly useful. Here at LOMAD, once we take the deep dive and determine the need for surveillance and/or a social media sweep, the results carry the Day.','The use of surveillance and social media sweep has been increasingly useful.',0,'2022-04-04 23:08:08','2022-04-04 23:08:08'),(423,46327,46345,'social media','Here at LOMAD, once we take the deep dive and determine the need for surveillance and/or a social media sweep, the results carry the Day.','Here at LOMAD, once we take the deep dive and determine the need for surveillance and/or a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/04/social-media-and-fraud-youd-be-surprised-what-people-post/\">social media</a> sweep, the results carry the Day.','Here at LOMAD, once we take the deep dive and determine the need for surveillance and/or a social media sweep, the results carry the Day.','The use of surveillance and social media sweep has been increasingly useful. Here at LOMAD, once we take the deep dive and determine the need for surveillance and/or a social media sweep, the results carry the Day.','Here at LOMAD, once we take the deep dive and determine the need for surveillance and/or a social media sweep, the results carry the Day.',0,'2022-04-04 23:08:08','2022-04-04 23:08:08'),(424,46327,46549,'social media before questioning the claimant','See also Matter of Aeropostale, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from social media before questioning the claimant','<u>See also Matter of Aeropostale</u>, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">social media before questioning the claimant</a>','<u>See also Matter of Aeropostale</u>, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from social media before questioning the claimant','Tops Mkts., 107 AD3d 1231 (3d 2013). See also Matter of Aeropostale, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from social media before questioning the claimant.','<u>See Matter of Moreilli v. Tops Mkts.</u>, 107 AD3d 1231 (3d 2013). <u>See also Matter of Aeropostale</u>, 2012 NY Wrk Comp G0410425, wherein the Board Panel held that the carrier does not need to disclose the evidence from social media before questioning the claimant.',0,'2022-04-04 23:08:08','2022-04-04 23:08:08'),(425,46327,46420,'– advising that they were interested in a section','Upon conclusion of the claim, we received a call from claimant’s counsel – advising that they were interested in a section 32 full and final agreement – as the claimant, fully admitted to activities that their attorney was not aware of','Upon conclusion of the claim, we received a call from claimant’s counsel <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\">– advising that they were interested in a section</a> 32 full and final agreement – as the claimant, fully admitted to activities that their attorney was not aware of','Upon conclusion of the claim, we received a call from claimant’s counsel – advising that they were interested in a section 32 full and final agreement – as the claimant, fully admitted to activities that their attorney was not aware of','Upon conclusion of the claim, we received a call from claimant’s counsel – advising that they were interested in a section 32 full and final agreement – as the claimant, fully admitted to activities that their attorney was not aware of.','Upon conclusion of the claim, we received a call from claimant’s counsel – advising that they were interested in a section 32 full and final agreement – as the claimant, fully admitted to activities that their attorney was not aware of.',0,'2022-04-04 23:08:08','2022-04-04 23:08:08'),(426,46327,46340,'evidence based MSA to finalize the medical','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement','From there, we used an <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">evidence based MSA to finalize the medical</a> portion of the claim under the full and final Section 32 agreement','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement. We were able to reduce the indemnity portion of the claim based upon the surveillance and social media reports, prior to the claim moving forward with fraud.','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement.',0,'2022-04-04 23:08:08','2022-04-04 23:08:08'),(427,46327,46342,'medical portion of the claim','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement','From there, we used an evidence based MSA to finalize the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical portion of the claim</a> under the full and final Section 32 agreement','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement. We were able to reduce the indemnity portion of the claim based upon the surveillance and social media reports, prior to the claim moving forward with fraud.','From there, we used an evidence based MSA to finalize the medical portion of the claim under the full and final Section 32 agreement.',0,'2022-04-04 23:08:08','2022-04-04 23:08:08'),(428,46374,46342,'disallowing this claim','Borg Warner, Inc, 2020 NY Slip OP 04897 (2020) held that “even an opinion ‘that it was ‘highly possible’ that the injury was causally related to work, falls short of the reasonable probability that is required to establish a causal relationship between the claimant’s employment and his injury.’” Here, not only did the symptom presentation not conform with what the doctor would expect from a trauma, she couldn’t testify that the trauma was even a contributing factor, which led to the Workers’ Compensation Law Judge disallowing this claim as well','Borg Warner, Inc, 2020 NY Slip OP 04897 (2020) held that “even an opinion ‘that it was ‘highly possible’ that the injury was causally related to work, falls short of the reasonable probability that is required to establish a causal relationship between the claimant’s employment and his injury.’” Here, not only did the symptom presentation not conform with what the doctor would expect from a trauma, she couldn’t testify that the trauma was even a contributing factor, which led to the Workers’ Compensation Law Judge <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">disallowing this claim</a> as well','Borg Warner, Inc, 2020 NY Slip OP 04897 (2020) held that “even an opinion ‘that it was ‘highly possible’ that the injury was causally related to work, falls short of the reasonable probability that is required to establish a causal relationship between the claimant’s employment and his injury.’” Here, not only did the symptom presentation not conform with what the doctor would expect from a trauma, she couldn’t testify that the trauma was even a contributing factor, which led to the Workers’ Compensation Law Judge disallowing this claim as well','The 3rd Department in Johnson v. Borg Warner, Inc, 2020 NY Slip OP 04897 (2020) held that “even an opinion ‘that it was ‘highly possible’ that the injury was causally related to work, falls short of the reasonable probability that is required to establish a causal relationship between the claimant’s employment and his injury.’” Here, not only did the symptom presentation not conform with what the doctor would expect from a trauma, she couldn’t testify that the trauma was even a contributing factor, which led to the Workers’ Compensation Law Judge disallowing this claim as well.','Borg Warner, Inc, 2020 NY Slip OP 04897 (2020) held that “even an opinion ‘that it was ‘highly possible’ that the injury was causally related to work, falls short of the reasonable probability that is required to establish a causal relationship between the claimant’s employment and his injury.’” Here, not only did the symptom presentation not conform with what the doctor would expect from a trauma, she couldn’t testify that the trauma was even a contributing factor, which led to the Workers’ Compensation Law Judge disallowing this claim as well.',0,'2022-04-04 23:08:11','2022-04-04 23:08:11'),(429,46374,46338,'causal relationship','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">causal relationship</a> isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.',0,'2022-04-04 23:08:11','2022-04-04 23:08:11'),(430,46374,46344,'causal relationship','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">causal relationship</a> isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.',0,'2022-04-04 23:08:11','2022-04-04 23:08:11'),(431,46374,46511,'claims defense,','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">claims defense,</a> and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.','It’s cases like these which highlight that an Independent Medical Examination on causal relationship isn’t the end-all and be all of claims defense, and how clever cross-examination can be the key to success.',0,'2022-04-04 23:08:11','2022-04-04 23:08:11'),(432,46506,46374,'claimant in a workers’ compensation claim','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant in a workers’ compensation claim</a> and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','§ 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R.','the Medical Treatment Guidelines, became effective. See, 12 N.Y.C.R.R. § 324. The Medical Treatment Guidelines [hereinafter “Guidelines”] became effective on December 1, 2010. 12 N.Y.C.R.R. § 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R. § 324. Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(433,46506,46421,'workers’ compensation claim','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation claim</a> and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','§ 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R.','the Medical Treatment Guidelines, became effective. See, 12 N.Y.C.R.R. § 324. The Medical Treatment Guidelines [hereinafter “Guidelines”] became effective on December 1, 2010. 12 N.Y.C.R.R. § 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R. § 324. Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(434,46506,46486,'workers’ compensation','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> claim and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','§ 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R.','the Medical Treatment Guidelines, became effective. See, 12 N.Y.C.R.R. § 324. The Medical Treatment Guidelines [hereinafter “Guidelines”] became effective on December 1, 2010. 12 N.Y.C.R.R. § 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R. § 324. Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(435,46506,46512,'workers’ compensation','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> claim and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','§ 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R.','the Medical Treatment Guidelines, became effective. See, 12 N.Y.C.R.R. § 324. The Medical Treatment Guidelines [hereinafter “Guidelines”] became effective on December 1, 2010. 12 N.Y.C.R.R. § 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R. § 324. Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(436,46506,46555,'workers’ compensation','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> claim and the procedure to follow when treatment falls outside the Guidelines','The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines','§ 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R.','the Medical Treatment Guidelines, became effective. See, 12 N.Y.C.R.R. § 324. The Medical Treatment Guidelines [hereinafter “Guidelines”] became effective on December 1, 2010. 12 N.Y.C.R.R. § 324. The Guidelines specifically limit the amount, frequency, and treatment that can be provide to a claimant in a workers’ compensation claim and the procedure to follow when treatment falls outside the Guidelines. 12 N.Y.C.R.R. § 324. Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(437,46506,46503,'medical provider must indicate on the variance','To make the requisite demonstration the medical provider must indicate on the variance that:','To make the requisite demonstration the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">medical provider must indicate on the variance</a> that:','To make the requisite demonstration the medical provider must indicate on the variance that:','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider. To make the requisite demonstration the medical provider must indicate on the variance that:','To make the requisite demonstration the medical provider must indicate on the variance that',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(438,46506,46503,'variance for treatment','Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines is appropriate and medically necessary for the claimant, must file a variance for treatment sought from the Carrier or Special Fund','Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines is appropriate and medically necessary for the claimant, must file a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">variance for treatment</a> sought from the Carrier or Special Fund','Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines is appropriate and medically necessary for the claimant, must file a variance for treatment sought from the Carrier or Special Fund','§ 324. Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines is appropriate and medically necessary for the claimant, must file a variance for treatment sought from the Carrier or Special Fund. 12 N.Y.C.R.R.','Pursuant to the Guidelines a treatment provider, when it is determined that care which varies from the treatment guidelines is appropriate and medically necessary for the claimant, must file a variance for treatment sought from the Carrier or Special Fund.',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(439,46506,46546,'employer or insurance carrier','325-1.25, “the employer or insurance carrier shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R','325-1.25, “the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer or insurance carrier</a> shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R','325-1.25, “the employer or insurance carrier shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R','Further pursuant to 12 N.Y.C.R.R. 325-1.25, “the employer or insurance carrier shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R. 325-1.25.','325-1.25, “the employer or insurance carrier shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R. 325-1.25.',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(440,46506,46541,'insurance carrier','325-1.25, “the employer or insurance carrier shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R','325-1.25, “the employer or <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">insurance carrier</a> shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R','325-1.25, “the employer or insurance carrier shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R','Further pursuant to 12 N.Y.C.R.R. 325-1.25, “the employer or insurance carrier shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R. 325-1.25.','325-1.25, “the employer or insurance carrier shall not be obligated to pay for any medical care that is not within the criteria of the Medical Treatment Guidelines or is not based on correct application of the Medical Treatment Guidelines.” See, 12 N.Y.C.R.R. 325-1.25.',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(441,46506,46422,'claimant requires the treatment rests with the treating medical','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider','§ 324.3(a)(2) the Burden of Proof for demonstrating that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimant requires the treatment rests with the treating medical</a> provider','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider','Under 12 N.Y.C.R.R. § 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider. To make the requisite demonstration the medical provider must indicate on the variance that:','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider. To make the requisite demonstration the medical provider',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(442,46506,46422,'claimant agrees to the proposed medical','(b) a statement that the claimant agrees to the proposed medical care, and','(b) a statement that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimant agrees to the proposed medical</a> care, and','(b) a statement that the claimant agrees to the proposed medical care, and','(b) a statement that the claimant agrees to the proposed medical care, and','b) a statement that the claimant agrees to the proposed medical care, and',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(443,46506,46422,'claimant must be at maximum medical','Pursuant to § D.11 the claimant must be at maximum medical improvement and','Pursuant to § D.11 the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">claimant must be at maximum medical</a> improvement and','Pursuant to § D.11 the claimant must be at maximum medical improvement and','The requirements for satisfying the maintenance care program of spinal manipulation is delineated at § D.11. Pursuant to § D.11 the claimant must be at maximum medical improvement and','Pursuant to § D.11 the claimant must be at maximum medical improvement and',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(444,46506,46502,'treatment of acute and sub-acute back pain','Manipulation is recommended for treatment of acute and sub-acute back pain when tied to objective measures of improvement','Manipulation is recommended for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">treatment of acute and sub-acute back pain</a> when tied to objective measures of improvement','Manipulation is recommended for treatment of acute and sub-acute back pain when tied to objective measures of improvement','Manipulation is recommended for treatment of acute and sub-acute back pain when tied to objective measures of improvement.','Manipulation is recommended for treatment of acute and sub-acute back pain when tied to objective measures of improvement.',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(445,46506,46502,'treatment rests with the treating medical','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">treatment rests with the treating medical</a> provider','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider','Under 12 N.Y.C.R.R. § 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider. To make the requisite demonstration the medical provider must indicate on the variance that:','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider. To make the requisite demonstration the medical provider',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(446,46506,46543,'treatment rests with the treating medical','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">treatment rests with the treating medical</a> provider','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider','Under 12 N.Y.C.R.R. § 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider. To make the requisite demonstration the medical provider must indicate on the variance that:','§ 324.3(a)(2) the Burden of Proof for demonstrating that the claimant requires the treatment rests with the treating medical provider. To make the requisite demonstration the medical provider',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(447,46506,46482,'treatment of acute and sub-acute back pain','Manipulation is recommended for treatment of acute and sub-acute back pain when tied to objective measures of improvement','Manipulation is recommended for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/non-acute-pain-treatment-guidelines/\">treatment of acute and sub-acute back pain</a> when tied to objective measures of improvement','Manipulation is recommended for treatment of acute and sub-acute back pain when tied to objective measures of improvement','Manipulation is recommended for treatment of acute and sub-acute back pain when tied to objective measures of improvement.','Manipulation is recommended for treatment of acute and sub-acute back pain when tied to objective measures of improvement.',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(448,46506,46553,'claimant must be at maximum medical improvement','Pursuant to § D.11 the claimant must be at maximum medical improvement and','Pursuant to § D.11 the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant must be at maximum medical improvement</a> and','Pursuant to § D.11 the claimant must be at maximum medical improvement and','The requirements for satisfying the maintenance care program of spinal manipulation is delineated at § D.11. Pursuant to § D.11 the claimant must be at maximum medical improvement and','Pursuant to § D.11 the claimant must be at maximum medical improvement and',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(449,46506,46553,'functional improvement','Frequency: Up to 3 times per week for the first 4 weeks as indicated by the severity of involvement and the desired effect, then up to 2 treatments per week for the next 4 weeks with re-evaluation for evidence of functional improvement or need for further workup','Frequency: Up to 3 times per week for the first 4 weeks as indicated by the severity of involvement and the desired effect, then up to 2 treatments per week for the next 4 weeks with re-evaluation for evidence of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">functional improvement</a> or need for further workup','Frequency: Up to 3 times per week for the first 4 weeks as indicated by the severity of involvement and the desired effect, then up to 2 treatments per week for the next 4 weeks with re-evaluation for evidence of functional improvement or need for further workup','Frequency: Up to 3 times per week for the first 4 weeks as indicated by the severity of involvement and the desired effect, then up to 2 treatments per week for the next 4 weeks with re-evaluation for evidence of functional improvement or need for further workup. Continuance of treatment will depend upon functional improvement.','Frequency: Up to 3 times per week for the first 4 weeks as indicated by the severity of involvement and the desired effect, then up to 2 treatments per week for the next 4 weeks with re-evaluation for evidence of functional improvement or need for further workup.',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(450,46506,46342,'medical provider submits a medical opinion','Recent amendments to the Regulations and the Guidelines allow ongoing maintenance care in specific situations after “(A) the Board has made a legal determination that the claimant has a permanent disability, or (B) a medical provider submits a medical opinion evidencing that the claimant has reached maximum medical improvement and has a permanent impairment, in the format prescribed by the Chair for such purpose, and the Board has not yet made a legal determination on maximum medical improvement or permanent disability.” 12 NYCRR § 324.3(a)(5)(ii)','Recent amendments to the Regulations and the Guidelines allow ongoing maintenance care in specific situations after “(A) the Board has made a legal determination that the claimant has a permanent disability, or (B) a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical provider submits a medical opinion</a> evidencing that the claimant has reached maximum medical improvement and has a permanent impairment, in the format prescribed by the Chair for such purpose, and the Board has not yet made a legal determination on maximum medical improvement or permanent disability.” 12 NYCRR § 324.3(a)(5)(ii)','Recent amendments to the Regulations and the Guidelines allow ongoing maintenance care in specific situations after “(A) the Board has made a legal determination that the claimant has a permanent disability, or (B) a medical provider submits a medical opinion evidencing that the claimant has reached maximum medical improvement and has a permanent impairment, in the format prescribed by the Chair for such purpose, and the Board has not yet made a legal determination on maximum medical improvement or permanent disability.” 12 NYCRR § 324.3(a)(5)(ii)','See, D.10.a.ii. Recent amendments to the Regulations and the Guidelines allow ongoing maintenance care in specific situations after “(A) the Board has made a legal determination that the claimant has a permanent disability, or (B) a medical provider submits a medical opinion evidencing that the claimant has reached maximum medical improvement and has a permanent impairment, in the format prescribed by the Chair for such purpose, and the Board has not yet made a legal determination on maximum medical improvement or permanent disability.” 12 NYCRR § 324.3(a)(5)(ii). Once specific criteria have been met the claimant would be eligible for a maximum of up to 10 visits per year.','Recent amendments to the Regulations and the Guidelines allow ongoing maintenance care in specific situations after “(A) the Board has made a legal determination that the claimant has a permanent disability, or (B) a medical provider submits a medical opinion evidencing that the claimant has reached maximum medical improvement and has a permanent impairment, in the format prescribed by the Chair for such purpose, and the Board has not yet made a legal determination on maximum medical improvement or permanent disability.” 12 NYCRR § 324.3(a)(5)(ii',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(451,46506,46549,'claimant would be eligible','Once specific criteria have been met the claimant would be eligible for a maximum of up to 10 visits per year','Once specific criteria have been met the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant would be eligible</a> for a maximum of up to 10 visits per year','Once specific criteria have been met the claimant would be eligible for a maximum of up to 10 visits per year','Recent amendments to the Regulations and the Guidelines allow ongoing maintenance care in specific situations after “(A) the Board has made a legal determination that the claimant has a permanent disability, or (B) a medical provider submits a medical opinion evidencing that the claimant has reached maximum medical improvement and has a permanent impairment, in the format prescribed by the Chair for such purpose, and the Board has not yet made a legal determination on maximum medical improvement or permanent disability.” 12 NYCRR § 324.3(a)(5)(ii). Once specific criteria have been met the claimant would be eligible for a maximum of up to 10 visits per year.','Once specific criteria have been met the claimant would be eligible for a maximum of up to 10 visits per year.',0,'2022-04-04 23:08:13','2022-04-04 23:08:13'),(452,46496,46511,'defense counsel had opened litigation on the issue','Notice of that recording was not given until two months later, after defense counsel had opened litigation on the issue of ongoing disability premised upon that consultant’s report','Notice of that recording was not given until two months later, after <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">defense counsel had opened litigation on the issue</a> of ongoing disability premised upon that consultant’s report','Notice of that recording was not given until two months later, after defense counsel had opened litigation on the issue of ongoing disability premised upon that consultant’s report','claimant’s sister, who was also present at an IME, surreptitiously, and without the knowledge of the consultant, videotaped the entire examination. Notice of that recording was not given until two months later, after defense counsel had opened litigation on the issue of ongoing disability premised upon that consultant’s report. The WCLJ directed the claimant to turn over a copy of the video to defense counsel, but due to a failed mailing, defense counsel and the carrier were not provided with the footage, or even able to view it, until a second hearing, held nearly a month later, which was scheduled for oral summations on the pending issues. ','notice that he or she is recording an examination; or at least not give notice until they intend to produce the footage and submit it into evidence. In <u>NYC Housing Authority</u>, 2015 NY Wrk. Comp 0768798. claimant’s sister, who was also present at an IME, surreptitiously, and without the knowledge of the consultant, videotaped the entire examination. Notice of that recording was not given until two months later, after defense counsel had opened litigation on the issue of ongoing disability premised upon that consultant’s report.',0,'2022-04-04 23:08:16','2022-04-04 23:08:16'),(453,46496,46343,'late notice,','On appeal, the Board found nothing wrong with claimant’s late notice, and even excused the failed mailing noting that “the WCLJ acted within the scope of discretion by allowing the video to be admitted into evidence.”','On appeal, the Board found nothing wrong with claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/employers-do-not-have-to-prove-prejudice-by-late-notice-but-it-certainly-doesnt-hurt-to-do-so/\">late notice,</a> and even excused the failed mailing noting that “the WCLJ acted within the scope of discretion by allowing the video to be admitted into evidence.”','On appeal, the Board found nothing wrong with claimant’s late notice, and even excused the failed mailing noting that “the WCLJ acted within the scope of discretion by allowing the video to be admitted into evidence.”','The WCLJ ruled that the IME was not credible based in part on the footage, which apparently raised some doubt as to whether certain body sites were actually examined. On appeal, the Board found nothing wrong with claimant’s late notice, and even excused the failed mailing noting that “the WCLJ acted within the scope of discretion by allowing the video to be admitted into evidence.”','on what side of the bar your practice on) a claimant, apparently, need never give notice that he or she is recording an examination; or at least not give notice until they intend to produce the footage and submit it into evidence. In <u>NYC Housing Authority</u>, 2015 NY Wrk. Comp 0768798. claimant’s sister, who was also present at an IME, surreptitiously, and without the knowledge of the consultant, videotaped the entire examination. Notice of that recording was not given until two months later, after defense counsel had opened litigation on the issue of ongoing disability premised upon that consultant’s report. The WCLJ directed the claimant to turn over a copy of the video to defense counsel, but due to a failed mailing, defense counsel and the carrier were not provided with the footage, or even able to view it, until a second hearing, held nearly a month later, which was scheduled for oral summations on the pending issues. The WCLJ ruled that the IME was not credible based in part on the footage, which apparently raised some doubt as to whether certain body sites were actually examined. On appeal, the Board found nothing wrong with claimant’s late notice, and even excused the failed mailing noting that “the WCLJ acted within the scope of discretion by allowing the video to be admitted into evidence.”',0,'2022-04-04 23:08:16','2022-04-04 23:08:16'),(454,46172,46351,'practice law','She is licensed to practice law in New York','She is licensed to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/thoughts-on-thinking-a-strange-title-about-practicing-law/\">practice law</a> in New York','She is licensed to practice law in New York','She participated in the Science and Technology Journal for Albany Law School. She is licensed to practice law in New York.','She participated in the Science and Technology Journal for Albany Law School. She is licensed to practice law in New York.',0,'2022-04-05 00:20:46','2022-04-05 00:20:46'),(459,46377,46368,'independent contractor and not an employee','claimant was an independent contractor and not an employee','claimant was an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/independent-contractor-or-employee/\">independent contractor and not an employee</a>','claimant was an independent contractor and not an employee','– i.e. claimant was an independent contractor and not an employee.','claimant and our client, or another individual who owns the property where the alleged injury occurred and for whom our client performs work. In this matter, the claimant filed a Workers’ Compensation claim against our client after alleging multiple injuries after she reportedly fell backwards in May 2019 while performing landscaping services on a specific property where our client was responsible for property management services. Our client did not maintain any Workers’ Compensation insurance as she operated a LLC with no employees under which she maintained her property management services. Our office was retained to defend the matter and immediately pursued an aggressive defense that there was no employee-employer relationship – i.e. claimant was an independent contractor and not an employee.',0,'2022-04-05 00:20:51','2022-04-05 00:20:51'),(460,46377,46371,'claimant received','We note that the claimant received a 1099 from our client in 2018 for her services, which included landscaping, gardening, and docent services at a museum operated on one of the properties managed by our client','We note that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant received</a> a 1099 from our client in 2018 for her services, which included landscaping, gardening, and docent services at a museum operated on one of the properties managed by our client','We note that the claimant received a 1099 from our client in 2018 for her services, which included landscaping, gardening, and docent services at a museum operated on one of the properties managed by our client','We also demanded that the claimant produce her tax documents from 2018 and 2019 in order to confirm her income from our client and the property owner – but more importantly from other individuals during the same time period she claimed “employment” by our client. We note that the claimant received a 1099 from our client in 2018 for her services, which included landscaping, gardening, and docent services at a museum operated on one of the properties managed by our client. Throughout lengthy testimony, the record was developed to reflect that while our client told the claimant what services to provide on a certain day, the claimant-maintained control over the manner in which to perform the work.','We also demanded that the claimant produce her tax documents from 2018 and 2019 in order to confirm her income from our client and the property owner – but more importantly from other individuals during the same time period she claimed “employment” by our client. We note that the claimant received a 1099 from our client in 2018 for her services, which included landscaping, gardening, and docent services at a museum operated on one of the properties managed by our client. Throughout lengthy testimony, the record was developed to reflect that while our client told the claimant what services to provide on a certain day, the claimant-maintained control over the manner in which to perform the work. Furthermore, the claimant would set her own hours (with no attendance requirements), use her personal vehicle to get to a specific properly, use mostly her own tools to perform the work, and then would submit an invoice for her services after the work was performed. Significantly, the record was established on the fact that the claimant performed similar services for others in 2018 and 2019 without needing permission to do so from our client',0,'2022-04-05 00:20:51','2022-04-05 00:20:51'),(461,46377,46374,'claimant what services to provide on a certain day','Throughout lengthy testimony, the record was developed to reflect that while our client told the claimant what services to provide on a certain day, the claimant-maintained control over the manner in which to perform the work','Throughout lengthy testimony, the record was developed to reflect that while our client told the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant what services to provide on a certain day</a>, the claimant-maintained control over the manner in which to perform the work','Throughout lengthy testimony, the record was developed to reflect that while our client told the claimant what services to provide on a certain day, the claimant-maintained control over the manner in which to perform the work','We note that the claimant received a 1099 from our client in 2018 for her services, which included landscaping, gardening, and docent services at a museum operated on one of the properties managed by our client. Throughout lengthy testimony, the record was developed to reflect that while our client told the claimant what services to provide on a certain day, the claimant-maintained control over the manner in which to perform the work. Furthermore, the claimant would set her own hours (with no attendance requirements), use her personal vehicle to get to a specific properly, use mostly her own tools to perform the work, and then would submit an invoice for her services after the work was performed.','Throughout lengthy testimony, the record was developed to reflect that while our client told the claimant what services to provide on a certain day, the claimant-maintained control over the manner in which to perform the work. Furthermore, the claimant would set her own hours (with no attendance requirements), use her personal vehicle to get to a specific properly, use mostly her own tools to perform the work, and then would submit an invoice for her services after the work',0,'2022-04-05 00:20:51','2022-04-05 00:20:51'),(462,46171,46421,'workers’ compensation','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-05 00:20:53','2022-04-05 00:20:53'),(463,46171,46421,'workers’ compensation','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','When the opportunity arose for her to see <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view. Always up for a challenge, Rebecca’s tough determination and solid work ethic are what keep her consistently motivated to contribute wherever possible and get the job done.','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.',0,'2022-04-05 00:20:53','2022-04-05 00:20:53'),(464,46171,46486,'workers’ compensation','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-05 00:20:53','2022-04-05 00:20:53'),(465,46171,46486,'workers’ compensation','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','When the opportunity arose for her to see <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view. Always up for a challenge, Rebecca’s tough determination and solid work ethic are what keep her consistently motivated to contribute wherever possible and get the job done.','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.',0,'2022-04-05 00:20:53','2022-04-05 00:20:53'),(466,46171,46512,'workers’ compensation','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-05 00:20:53','2022-04-05 00:20:53'),(467,46171,46512,'workers’ compensation','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','When the opportunity arose for her to see <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view. Always up for a challenge, Rebecca’s tough determination and solid work ethic are what keep her consistently motivated to contribute wherever possible and get the job done.','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.',0,'2022-04-05 00:20:53','2022-04-05 00:20:53'),(468,46171,46555,'workers’ compensation','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-05 00:20:53','2022-04-05 00:20:53'),(469,46171,46555,'workers’ compensation','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','When the opportunity arose for her to see <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view. Always up for a challenge, Rebecca’s tough determination and solid work ethic are what keep her consistently motivated to contribute wherever possible and get the job done.','When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.',0,'2022-04-05 00:20:53','2022-04-05 00:20:53'),(472,45925,46387,'workers\' compensation','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume','For years, the standard operating procedure for New York <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">workers\' compensation</a> defense firms has been predicated on volume','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume. Each morning defense attorneys picked up the 15-20 files for the hearings that they were expected to handle that day, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file.','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume.',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(473,45925,48276,'workers\' compensation defense','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume','For years, the standard operating procedure for New York <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/amherst-workers-compensation-defense-law-office/\">workers\' compensation defense</a> firms has been predicated on volume','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume. Each morning defense attorneys picked up the 15-20 files for the hearings that they were expected to handle that day, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file.','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume.',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(474,45925,48276,'compensation defense: claim-based defense','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/amherst-workers-compensation-defense-law-office/\">compensation defense: claim-based defense</a> partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships. Our clients refer claims to us, not hearings.','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships.',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(475,45925,48276,'compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/amherst-workers-compensation-defense-law-office/\">compensation law</a>','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice.','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join. Additionally, we hold webinars, Lawyers and Friends, every 4th Friday on the month, which you are welcome to join as well!',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(476,45925,46374,'hearings that they were expected to handle that day','Each morning defense attorneys picked up the 15-20 files for the hearings that they were expected to handle that day, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file','Each morning defense attorneys picked up the 15-20 files for the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">hearings that they were expected to handle that day</a>, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file','Each morning defense attorneys picked up the 15-20 files for the hearings that they were expected to handle that day, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume. Each morning defense attorneys picked up the 15-20 files for the hearings that they were expected to handle that day, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file. A report was typed and the file was sent back to the adjuster – frequently without the attorney and the adjuster ever having any real communication.','Each morning defense attorneys picked up the 15-20 files for the hearings that they were expected to handle that day, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file. A report was typed and the file was sent back to the adjuster – frequently without the attorney and the adjuster ever having any real communication. There would be little to no contact before the hearing, at most terse telephone discussions on the day of the hearing for authority for an agreement so that defense counsel would not have to thoroughly analyze the file',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(477,45925,46511,'defense counsel','There would be little to no contact before the hearing, at most terse telephone discussions on the day of the hearing for authority for an agreement so that defense counsel would not have to thoroughly analyze the file and provide a thoughtful defense of the claim; there was certainly no ongoing dialogue after or between hearings.','There would be little to no contact before the hearing, at most terse telephone discussions on the day of the hearing for authority for an agreement so that <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">defense counsel</a> would not have to thoroughly analyze the file and provide a thoughtful defense of the claim; there was certainly no ongoing dialogue after or between hearings.','There would be little to no contact before the hearing, at most terse telephone discussions on the day of the hearing for authority for an agreement so that defense counsel would not have to thoroughly analyze the file and provide a thoughtful defense of the claim; there was certainly no ongoing dialogue after or between hearings.','A report was typed and the file was sent back to the adjuster – frequently without the attorney and the adjuster ever having any real communication. There would be little to no contact before the hearing, at most terse telephone discussions on the day of the hearing for authority for an agreement so that defense counsel would not have to thoroughly analyze the file and provide a thoughtful defense of the claim; there was certainly no ongoing dialogue after or between hearings.','There would be little to no contact before the hearing, at most terse telephone discussions on the day of the hearing for authority for an agreement so that defense counsel would not have to thoroughly analyze the file and provide a thoughtful defense of the claim; there was certainly no ongoing dialogue after or between hearings.',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(478,45925,46511,'refer claims','Our clients refer claims to us, not hearings','Our clients <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">refer claims</a> to us, not hearings','Our clients refer claims to us, not hearings','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships. Our clients refer claims to us, not hearings. We develop relationships with our clients that are proactive rather than reactive; ones that foster ongoing conversations between client and counsel to develop strategies to meet specific goals as opposed to simply appearing at hearings, sending a report, and leaving the employer or TPA to fend for themselves in between board appearances.','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships. Our clients refer claims to us, not hearings. We develop relationships with our clients that are proactive rather than reactive; ones that foster ongoing conversations between client and counsel to develop strategies to meet specific goals as opposed to simply appearing at hearings',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(479,45925,46421,'workers’ compensation','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships. Our clients refer claims to us, not hearings.','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships.',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(480,45925,46486,'workers’ compensation','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships. Our clients refer claims to us, not hearings.','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships.',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(481,45925,46486,'workers’ compensation','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice.','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join. Additionally, we hold webinars, Law',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(482,45925,46512,'workers’ compensation','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships. Our clients refer claims to us, not hearings.','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships.',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(483,45925,46512,'workers’ compensation','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice.','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join. Additionally, we hold webinars, Law',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(484,45925,46555,'workers’ compensation','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships. Our clients refer claims to us, not hearings.','Our philosophy at , represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships.',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(485,45925,46555,'workers’ compensation','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice.','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join. Additionally, we hold webinars, Law',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(486,45925,46351,'law in substance and in practice','We pride ourselves on staying current with the most recent changes in the law in substance and in practice','We pride ourselves on staying current with the most recent changes in the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/thoughts-on-thinking-a-strange-title-about-practicing-law/\">law in substance and in practice</a>','We pride ourselves on staying current with the most recent changes in the law in substance and in practice','Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers’ compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join.','We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join. Additionally, we hold webinars, Lawyers and Friends, every 4th Friday on the month, which you are welcome to join as well!',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(487,45925,46380,'invite you to join','We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join','We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2019/07/melissa-a-day-esq-invited-to-join-buffalo-business-first-leadership-trust/\">invite you to join</a>','We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join','We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join. Additionally, we hold webinars, Lawyers and Friends, every 4th Friday on the month, which you are welcome to join as well!','We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join. Additionally, we hold webinars, Lawyers and Friends, every 4th Friday on the month, which you are welcome to join as well!',0,'2022-04-05 01:06:57','2022-04-05 01:06:57'),(488,46189,46421,'workers’ compensation','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field','Our attorneys bring well over 100 years of combined experience in the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> field','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field','Melissa has a unique talent for finding amazing people to help the office thrive and is proud of the work they do. Our attorneys bring well over 100 years of combined experience in the workers’ compensation field. All of our staff bring a variety of skills and experience to our ever-expanding crew, creating one of the best teams in New York state.','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field.',0,'2022-04-05 01:06:58','2022-04-05 01:06:58'),(489,46189,46486,'workers’ compensation','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field','Our attorneys bring well over 100 years of combined experience in the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> field','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field','Melissa has a unique talent for finding amazing people to help the office thrive and is proud of the work they do. Our attorneys bring well over 100 years of combined experience in the workers’ compensation field. All of our staff bring a variety of skills and experience to our ever-expanding crew, creating one of the best teams in New York state.','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field.',0,'2022-04-05 01:06:58','2022-04-05 01:06:58'),(490,46189,46512,'workers’ compensation','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field','Our attorneys bring well over 100 years of combined experience in the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> field','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field','Melissa has a unique talent for finding amazing people to help the office thrive and is proud of the work they do. Our attorneys bring well over 100 years of combined experience in the workers’ compensation field. All of our staff bring a variety of skills and experience to our ever-expanding crew, creating one of the best teams in New York state.','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field.',0,'2022-04-05 01:06:58','2022-04-05 01:06:58'),(491,46189,46555,'workers’ compensation','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field','Our attorneys bring well over 100 years of combined experience in the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> field','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field','Melissa has a unique talent for finding amazing people to help the office thrive and is proud of the work they do. Our attorneys bring well over 100 years of combined experience in the workers’ compensation field. All of our staff bring a variety of skills and experience to our ever-expanding crew, creating one of the best teams in New York state.','Our attorneys bring well over 100 years of combined experience in the workers’ compensation field.',0,'2022-04-05 01:06:58','2022-04-05 01:06:58'),(492,46352,46329,'schedule loss','This case has been instrumental in forcing the Judges to account for all prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for <em>all</em> prior <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">schedule loss</a> of use awards to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for <em>all</em> prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for all prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity? But what about total joint replacements…?','This case has been instrumental in forcing the Judges to account for <em>all</em> prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity?',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(493,46352,46329,'schedule loss','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">schedule loss</a> of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award. See Workers’ Compensation Guidelines for Determining Permanent Impairment § 7.5, at 44 (2017).','the Judges to account for <em>all</em> prior schedule loss of use award',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(494,46352,46329,'schedule loss','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">schedule loss</a> of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','Comp. G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(495,46352,46329,'schedule loss','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','The claimant then had a total knee replacement, with his doctor opining a 40% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">schedule loss</a> of use of the right leg','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg. The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use.','the Court elaborated that “consistent with this observation, neither the statute nor the Board’s guidelines lists the ankle or the knee as body parts lending themselves to separate SLU awards. Rather, impairments to these extremities are encompassed by awards for the loss of use of the leg (see Workers’ Compensation Law § 15[3][b]; New York State Guidelines for Determining Permanent Impairment and Loss of Wage Earning Capacity § 8, at 43 [2012]).” For that reason, The Court determined the Board properly deducted prior schedules for the claimant’s right knee and ankle to arrive at the claimant’s overall schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(496,46352,46329,'schedule loss','The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use','The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">schedule loss</a> of use','The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg. The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use.','the Court elaborated that “consistent with this observation, neither the statute nor the Board’s guidelines lists the ankle or the knee as body parts lending themselves to separate SLU awards. Rather, impairments to these extremities are encompassed by awards for the loss of use of the leg (see Workers’ Compensation Law § 15[3][b]; New York State Guidelines for Determining Permanent Impairment and Loss of Wage Earning Capacity § 8, at 43 [2012]).” For that reason, The Court determined the Board properly deducted prior schedules for the claimant’s right knee and ankle to arrive at the claimant’s overall schedule loss of use',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(497,46352,46387,'schedule loss','This case has been instrumental in forcing the Judges to account for all prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for <em>all</em> prior <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">schedule loss</a> of use awards to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for <em>all</em> prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for all prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity? But what about total joint replacements…?','This case has been instrumental in forcing the Judges to account for <em>all</em> prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity?',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(498,46352,46387,'schedule loss','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">schedule loss</a> of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award. See Workers’ Compensation Guidelines for Determining Permanent Impairment § 7.5, at 44 (2017).','the Judges to account for <em>all</em> prior schedule loss of use award',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(499,46352,46387,'schedule loss','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">schedule loss</a> of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','Comp. G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(500,46352,46387,'schedule loss','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','The claimant then had a total knee replacement, with his doctor opining a 40% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">schedule loss</a> of use of the right leg','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg. The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use.','the Court elaborated that “consistent with this observation, neither the statute nor the Board’s guidelines lists the ankle or the knee as body parts lending themselves to separate SLU awards. Rather, impairments to these extremities are encompassed by awards for the loss of use of the leg (see Workers’ Compensation Law § 15[3][b]; New York State Guidelines for Determining Permanent Impairment and Loss of Wage Earning Capacity § 8, at 43 [2012]).” For that reason, The Court determined the Board properly deducted prior schedules for the claimant’s right knee and ankle to arrive at the claimant’s overall schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(501,46352,46415,'schedule loss of use awards','This case has been instrumental in forcing the Judges to account for all prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for <em>all</em> prior <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">schedule loss of use awards</a> to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for <em>all</em> prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity','This case has been instrumental in forcing the Judges to account for all prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity? But what about total joint replacements…?','This case has been instrumental in forcing the Judges to account for <em>all</em> prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity?',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(502,46352,46415,'schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">schedule loss of use award</a>','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award. See Workers’ Compensation Guidelines for Determining Permanent Impairment § 7.5, at 44 (2017).','the Judges to account for <em>all</em> prior schedule loss of use awards to a particular extremity, rather than schedules for the same part of the extremity? But what about total joint replacements…?',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(503,46352,46415,'schedule loss','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">schedule loss</a> of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','Comp. G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(504,46352,46415,'schedule loss','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','The claimant then had a total knee replacement, with his doctor opining a 40% <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">schedule loss</a> of use of the right leg','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg. The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use.','the Court elaborated that “consistent with this observation, neither the statute nor the Board’s guidelines lists the ankle or the knee as body parts lending themselves to separate SLU awards. Rather, impairments to these extremities are encompassed by awards for the loss of use of the leg (see Workers’ Compensation Law § 15[3][b]; New York State Guidelines for Determining Permanent Impairment and Loss of Wage Earning Capacity § 8, at 43 [2012]).” For that reason, The Court determined the Board properly deducted prior schedules for the claimant’s right knee and ankle to arrive at the claimant’s overall schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(505,46352,46415,'schedule loss','The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use','The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">schedule loss</a> of use','The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg. The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use.','the Court elaborated that “consistent with this observation, neither the statute nor the Board’s guidelines lists the ankle or the knee as body parts lending themselves to separate SLU awards. Rather, impairments to these extremities are encompassed by awards for the loss of use of the leg (see Workers’ Compensation Law § 15[3][b]; New York State Guidelines for Determining Permanent Impairment and Loss of Wage Earning Capacity § 8, at 43 [2012]).” For that reason, The Court determined the Board properly deducted prior schedules for the claimant’s right knee and ankle to arrive at the claimant’s overall schedule loss of use',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(506,46352,46549,'state that for a “good result” following a total','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">state that for a “good result” following a total</a> knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award. See Workers’ Compensation Guidelines for Determining Permanent Impairment § 7.5, at 44 (2017).','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(507,46352,46549,'found that Genduso applies to total','The Board Panel has specifically found that Genduso applies to total replacements','The Board Panel has specifically found that <u>Genduso</u> applies to total replacements','The Board Panel has specifically found that <u>Genduso</u> applies to total replacements','DO NOT FALL FOR THAT TRAP! The Board Panel has specifically found that Genduso applies to total replacements. In Matter of State University at Purchase, 2020 NY Wrk.','The Board Panel has specifically found that Genduso applies to total replacements',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(508,46352,46549,'claimant then had a total','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant then had a total</a> knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg. The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use.','The Board Panel has specifically found that <u>Genduso</u> applies to total replacements. In <u>Matter of State University at Purchase</u>, 2020 NY Wrk. Comp. G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(509,46352,46549,'claimant was previously found','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','G07778237, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant was previously found</a> to have a 17.5% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','Comp. G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(510,46352,46374,'claimant was previously found to have a 17.5% schedule loss','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','G07778237, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant was previously found to have a 17.5% schedule loss</a> of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg','Comp. G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(511,46352,46374,'claimant could expect a 35% schedule loss','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant could expect a 35% schedule loss</a> of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award. See Workers’ Compensation Guidelines for Determining Permanent Impairment § 7.5, at 44 (2017).','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(512,46352,46553,'claimant then had a total','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant then had a total</a> knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg','G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg. The Board affirmed the WCLJ’s determination that the claimant was entitled to an overall 22.5% increase in schedule loss of use.','The Board Panel has specifically found that <u>Genduso</u> applies to total replacements. In <u>Matter of State University at Purchase</u>, 2020 NY Wrk. Comp. G07778237, the claimant was previously found to have a 17.5% schedule loss of use of the right leg. The claimant then had a total knee replacement, with his doctor opining a 40% schedule loss of use of the right leg.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(513,46352,46553,'claimant could expect','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant could expect</a> a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award. See Workers’ Compensation Guidelines for Determining Permanent Impairment § 7.5, at 44 (2017).','The 2018 Guidelines for Determining Permanent Impairment, for example, state that for a “good result” following a total knee replacement, a claimant could expect a 35% schedule loss of use award.',0,'2022-04-05 01:06:59','2022-04-05 01:06:59'),(514,46193,46343,'notice to my then employer','After those interviews, I made the life-altering decision to give notice to my then employer','After those interviews, I made the life-altering decision to give <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/employers-do-not-have-to-prove-prejudice-by-late-notice-but-it-certainly-doesnt-hurt-to-do-so/\">notice to my then employer</a>','After those interviews, I made the life-altering decision to give notice to my then employer','After those interviews, I made the life-altering decision to give notice to my then employer. It was an easy decision to make, as I had been unhappy there for a LOOONG time.','After those interviews, I made the life-altering decision to give notice to my then employer. It was an easy decision to make, as I had been unhappy there for a LOOONG time.',0,'2022-04-05 01:07:00','2022-04-05 01:07:00'),(515,46193,46512,'members (including me) –','When I was hired (full time, by the way), there were five attorneys and three staff members (including me) – 8 of us','When I was hired (full time, by the way), there were five attorneys and three staff <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">members (including me) –</a> 8 of us','When I was hired (full time, by the way), there were five attorneys and three staff members (including me) – 8 of us','When I was hired (full time, by the way), there were five attorneys and three staff members (including me) – 8 of us. We now have 35 employees in total (including our fearless leaders).','When I was hired (full time, by the way), there were five attorneys and three staff members (including me) – 8 of us.',0,'2022-04-05 01:07:00','2022-04-05 01:07:00'),(516,46433,46502,'costs of the claimant’s addiction treatment','Finally, once there is a ruling that weaning is required the insurer is to cover the costs of the claimant’s addiction treatment program, weaning protocol, and medications through the duration of the weaning process','Finally, once there is a ruling that weaning is required the insurer is to cover the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">costs of the claimant’s addiction treatment</a> program, weaning protocol, and medications through the duration of the weaning process','Finally, once there is a ruling that weaning is required the insurer is to cover the costs of the claimant’s addiction treatment program, weaning protocol, and medications through the duration of the weaning process','Finally, once there is a ruling that weaning is required the insurer is to cover the costs of the claimant’s addiction treatment program, weaning protocol, and medications through the duration of the weaning process.','Finally, once there is a ruling that weaning is required the insurer is to cover the costs of the claimant’s addiction treatment program, weaning protocol, and medications through the duration of the weaning process.',0,'2022-04-05 01:07:01','2022-04-05 01:07:01'),(517,46433,46502,'opioid medications','To further effectuate this goal the Board has created a process for hearings addressing opioid medications','To further effectuate this goal the Board has created a process for hearings addressing <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">opioid medications</a>','To further effectuate this goal the Board has created a process for hearings addressing opioid medications','In support of this new process the Board recognizes that the Non-Acute Pain Medical Treatment Guidelines clearly indicate that long-term opioid use is recommended in only limited circumstances, involves constant clinical monitoring and reevaluation, and requires best practices for safe weaning of workers from opioid medications. To further effectuate this goal the Board has created a process for hearings addressing opioid medications.','Today the Board issued Subject Number 064 – 892 which creates a “hearing process” for addressing opioid weaning issues. In support of this new process the Board recognizes that the Non-Acute Pain Medical Treatment Guidelines clearly indicate that long-term opioid use is recommended in only limited circumstances, involves constant clinical monitoring and reevaluation, and requires best practices for safe weaning of workers from opioid medications. To further effectuate this goal the Board has created a process for hearings addressing opioid medications.',0,'2022-04-05 01:07:01','2022-04-05 01:07:01'),(518,46433,46503,'medication treatment','This effectively places whether a claimant’s opioid medication treatment is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar','This effectively places whether a claimant’s opioid <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">medication treatment</a> is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar','This effectively places whether a claimant’s opioid medication treatment is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar','This effectively places whether a claimant’s opioid medication treatment is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar. A link to the subject number is below.','This effectively places whether a claimant’s opioid medication treatment is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar.',0,'2022-04-05 01:07:01','2022-04-05 01:07:01'),(519,46433,46543,'medication treatment','This effectively places whether a claimant’s opioid medication treatment is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar','This effectively places whether a claimant’s opioid <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">medication treatment</a> is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar','This effectively places whether a claimant’s opioid medication treatment is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar','This effectively places whether a claimant’s opioid medication treatment is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar. A link to the subject number is below.','This effectively places whether a claimant’s opioid medication treatment is within the Non-Acute Pain Medical Treatment Guidelines on the expedited hearing calendar.',0,'2022-04-05 01:07:01','2022-04-05 01:07:01'),(520,46119,48276,'law including workers’ compensation,','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/amherst-workers-compensation-defense-law-office/\">law including workers’ compensation,</a> litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more. She enjoys being part of such a dynamic team and prides herself in working well with others.','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more.',0,'2022-04-05 01:07:02','2022-04-05 01:07:02'),(521,46119,46512,'including workers’ compensation,','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">including workers’ compensation,</a> litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more. She enjoys being part of such a dynamic team and prides herself in working well with others.','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more.',0,'2022-04-05 01:07:02','2022-04-05 01:07:02'),(522,46119,46421,'workers’ compensation,','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law including <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation,</a> litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more. She enjoys being part of such a dynamic team and prides herself in working well with others.','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more.',0,'2022-04-05 01:07:02','2022-04-05 01:07:02'),(523,46119,46486,'workers’ compensation,','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law including <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation,</a> litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more. She enjoys being part of such a dynamic team and prides herself in working well with others.','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more.',0,'2022-04-05 01:07:02','2022-04-05 01:07:02'),(524,46119,46555,'workers’ compensation,','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law including <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation,</a> litigation and estates, and she is always eager to learn more','She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more. She enjoys being part of such a dynamic team and prides herself in working well with others.','She holds an associate degree in paralegal studies from Bryan and Stratton College, where she graduated with the highest honors. She has been working in the legal field for more than 15 years in various areas of law including workers’ compensation, litigation and estates, and she is always eager to learn more.',0,'2022-04-05 01:07:02','2022-04-05 01:07:02'),(525,46480,46486,'workers’ compensation','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Simple enough of a topic, right? Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules. The legal aspects of calculating and setting an AWW don’t fit into a neat box, and the topic sprawls without any hope of control.','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(526,46480,46486,'workers’ compensation','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim. Given the skyrocketing maximum rates, huge schedule awards and, of course, the often-present ATF deposit, controlling and minimizing an average weekly wage findings can pay dividends down the road when benefits are awarded in periods of weeks, months or even years.','then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claim',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(527,46480,46486,'workers’ compensation','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down? The simple answer is: sometimes everything. ','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down?',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(528,46480,46512,'workers’ compensation','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Simple enough of a topic, right? Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules. The legal aspects of calculating and setting an AWW don’t fit into a neat box, and the topic sprawls without any hope of control.','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(529,46480,46512,'workers’ compensation','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim. Given the skyrocketing maximum rates, huge schedule awards and, of course, the often-present ATF deposit, controlling and minimizing an average weekly wage findings can pay dividends down the road when benefits are awarded in periods of weeks, months or even years.','then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claim',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(530,46480,46512,'workers’ compensation','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down? The simple answer is: sometimes everything. ','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down?',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(531,46480,46555,'workers’ compensation','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules','Simple enough of a topic, right? Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules. The legal aspects of calculating and setting an AWW don’t fit into a neat box, and the topic sprawls without any hope of control.','Well, after writing for a while, and then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(532,46480,46555,'workers’ compensation','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim. Given the skyrocketing maximum rates, huge schedule awards and, of course, the often-present ATF deposit, controlling and minimizing an average weekly wage findings can pay dividends down the road when benefits are awarded in periods of weeks, months or even years.','then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claim',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(533,46480,46555,'workers’ compensation','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down? The simple answer is: sometimes everything. ','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down?',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(534,46480,46421,'workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation claim</a>','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim','The Average Weekly Wage (“AWW”) is one of the most basic, and often-times overlooked findings made in a workers’ compensation claim. Given the skyrocketing maximum rates, huge schedule awards and, of course, the often-present ATF deposit, controlling and minimizing an average weekly wage findings can pay dividends down the road when benefits are awarded in periods of weeks, months or even years.','then writing some more, it became clear that this issue, like almost every issue in New York workers’ compensation claims may be basic, but it nevertheless carries around a lot of baggage in the form of rules, exceptions to rules, unique circumstances and even sometimes exceptions to exceptions of rules. The legal aspects of calculating and setting an AWW don’t fit into a neat box, and the topic sprawls without any hope of control.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(535,46480,46421,'workers’ compensation','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down? The simple answer is: sometimes everything. ','At this point you must be asking (because I’m asking it myself all the time!) what does all this nonsense about multiple have to do with keeping workers’ compensation costs down?',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(536,46480,46421,'comp claim','They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a comp claim','They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">comp claim</a>','They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a comp claim','The result? They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a comp claim. And if they do file that claim, you’re going to pay for those 260 full days anyway when the AWW is calculated unless you take steps to defend yourself. ','They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a comp claim. And if they do file that claim, you’re going to pay for those 260 full days anyway when the AWW is calculated unless you take steps to defend yourself. The opposite is true for the worker who manages to put in more than his or her 260 days, they actually lose credit for those days using a multiple calculation. Let’s look at a common example:',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(537,46480,46478,'claims handling','From a claims handling perspective, the jumping-off point for calculating an AWW is always a C-240','From a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/claims-handling-performance/\">claims handling</a> perspective, the jumping-off point for calculating an AWW is always a C-240','From a claims handling perspective, the jumping-off point for calculating an AWW is always a C-240','From a claims handling perspective, the jumping-off point for calculating an AWW is always a C-240. This ubiquitous form shows up in nearly every claim before the Board:','From a claims handling perspective, the jumping-off point for calculating an AWW is always a C-240.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(538,46480,46387,'schedule of a five-day or six-day worker','What the Board can, and oftentimes does, do, is look deeper into the claimant’s wage statement to see if the claimant’s pattern of employment matches the schedule of a five-day or six-day worker','What the Board can, and oftentimes does, do, is look deeper into the claimant’s wage statement to see if the claimant’s pattern of employment matches the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">schedule of a five-day or six-day worker</a>','What the Board can, and oftentimes does, do, is look deeper into the claimant’s wage statement to see if the claimant’s pattern of employment matches the schedule of a five-day or six-day worker','What the Board can, and oftentimes does, do, is look deeper into the claimant’s wage statement to see if the claimant’s pattern of employment matches the schedule of a five-day or six-day worker. Usually, and as you might expect, this deeper analysis predominantly gives the claimant a benefit, and the Board has disregarded its own guidelines to grant a 260 multiple to workers who didn’t even come close to their own guidelines. ','What the Board can, and oftentimes does, do, is look deeper into the claimant’s wage statement to see if the claimant’s pattern of employment matches the schedule of a five-day or six-day worker. Usually, and as you might expect, this deeper analysis predominantly gives the claimant a benefit, and the Board has disregarded its own guidelines to grant a 260 multiple to workers who didn’t even come close to their own guidelines. <u>New Era Cap</u>, 2007 NY Wrk Comp 80600990 (223 days worked gets a 260 multiple); <u>Matter of Carrier Coach Inc.</u>, 2008 NY Wrk Comp 80702783 (226 days gets a 260 multiple);<u> Norampac Industries</u>, 2014 NY Wrk. Comp. 0605684 (216 days gets a 260 multiple).',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(539,46480,46387,'worker in question','Once the daily wage is established, a “multiple” is selected from among the three available depending upon the “type” of worker in question','Once the daily wage is established, a “multiple” is selected from among the three available depending upon the “type” of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">worker in question</a>','Once the daily wage is established, a “multiple” is selected from among the three available depending upon the “type” of worker in question','Under WCL § 14, a claimant’s wage is calculated using a “multiple” method of averaging a claimant’s wages by using the wage data provided by the employer/carrier to first determine a claimant’s average daily wage. Once the daily wage is established, a “multiple” is selected from among the three available depending upon the “type” of worker in question.','Once the daily wage is established, a “multiple” is selected from among the three available depending upon the “type” of worker in question.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(540,46480,46371,'claimant for some 23 days of work','Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the claimant for some 23 days of work (and extra $3,396.64)','<em>Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant for some 23 days of work</a> (and extra $3,396.64)','<em>Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the claimant for some 23 days of work (and extra $3,396.64)','Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the claimant for some 23 days of work (and extra $3,396.64) that he simply didn’t perform and he simply didn’t earn. ','<em>Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the claimant for some 23 days of work (and extra $3,396.64',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(541,46480,46371,'worked by the claimant','Ruling for the carrier on appeal, the Board Panel invoked WCL § 14(3) to institute a “205-day multiple” which just-so happened to be the exact number of days worked by the claimant on her C-240','Ruling for the carrier on appeal, the Board Panel invoked WCL § 14(3) to institute a “205-day multiple” which just-so happened to be the exact number of days <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">worked by the claimant</a> on her C-240','Ruling for the carrier on appeal, the Board Panel invoked WCL § 14(3) to institute a “205-day multiple” which just-so happened to be the exact number of days worked by the claimant on her C-240','On appeal, the carrier argued that the use of a 260 multiple artificially inflated the claimant’s average weekly wage rendering a 260 multiple an “unfair” representation of the claimant’s earnings. Ruling for the carrier on appeal, the Board Panel invoked WCL § 14(3) to institute a “205-day multiple” which just-so happened to be the exact number of days worked by the claimant on her C-240. Applying this multiple, then applying the 1/52 provision of WCL § 14(4) resulted in an AWW identical to the AWW obtained by using a 52-week divisor.','Ruling for the carrier on appeal, the Board Panel invoked WCL § 14(3) to institute a “205-day multiple” which just-so happened to be the exact number of days worked by the claimant on her C-240.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(542,46480,46371,'worked by a claimant','weeks worked by a claimant','weeks <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">worked by a claimant</a>','weeks worked by a claimant','In each of these cases the Board’s analysis turned on the number of five-day, four-day, three-day etc. weeks worked by a claimant. In Norampac, for example, the Board reported that the claimant’s payroll showed 29 “five-day” weeks, 13 “four-day” weeks and 4 “three-day weeks” while the balance of the payroll was absence due to disability or vacation. ','weeks worked by a claimant. In <u>Norampac</u>, for example, the Board reported that the claimant’s payroll showed 29 “five-day” weeks, 13 “four-day” weeks and 4 “three-day weeks” while the balance of the payroll was absence due to disability or vacation. The Board held that “clearly the majority of the weeks worked by the claimant during the year preceding his work accident were five-day weeks” and imposed a 260 multiple.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(543,46480,46371,'worked by the claimant','The Board held that “clearly the majority of the weeks worked by the claimant during the year preceding his work accident were five-day weeks” and imposed a 260 multiple','The Board held that “clearly the majority of the weeks <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">worked by the claimant</a> during the year preceding his work accident were five-day weeks” and imposed a 260 multiple','The Board held that “clearly the majority of the weeks worked by the claimant during the year preceding his work accident were five-day weeks” and imposed a 260 multiple','In Norampac, for example, the Board reported that the claimant’s payroll showed 29 “five-day” weeks, 13 “four-day” weeks and 4 “three-day weeks” while the balance of the payroll was absence due to disability or vacation. The Board held that “clearly the majority of the weeks worked by the claimant during the year preceding his work accident were five-day weeks” and imposed a 260 multiple.','the Board has repeatedly utilized WCL § 14(3) to generate AWWs which, mathematically, match the use of a divisor. WCL § 14(3) permits the calculation of an AWW “based on the claimant’s previous earnings . . . during the year before the injury” if the use of a multiple “cannot be fairly applied.” For example, in <u>Waterfront Health Care</u> <u>Center</u>, 2014 NY Wrk. Comp. 0601971 the AWW was set, over the carrier’s objection, using a 260 multiple. On appeal, the carrier argued that the use of a 260 multiple artificially inflated the claimant’s average weekly wage rendering a 260 multiple an “unfair” representation of the claimant’s earnings. Ruling for the carrier on appeal, the Board Panel invoked WCL § 14(3) to institute a “205-day multiple” which just-so happened to be the exact number of days worked by the claimant on her C-240. Applying this multiple',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(544,46480,46371,'claimant a benefit','Usually, and as you might expect, this deeper analysis predominantly gives the claimant a benefit, and the Board has disregarded its own guidelines to grant a 260 multiple to workers who didn’t even come close to their own guidelines','Usually, and as you might expect, this deeper analysis predominantly gives the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant a benefit</a>, and the Board has disregarded its own guidelines to grant a 260 multiple to workers who didn’t even come close to their own guidelines','Usually, and as you might expect, this deeper analysis predominantly gives the claimant a benefit, and the Board has disregarded its own guidelines to grant a 260 multiple to workers who didn’t even come close to their own guidelines','What the Board can, and oftentimes does, do, is look deeper into the claimant’s wage statement to see if the claimant’s pattern of employment matches the schedule of a five-day or six-day worker. Usually, and as you might expect, this deeper analysis predominantly gives the claimant a benefit, and the Board has disregarded its own guidelines to grant a 260 multiple to workers who didn’t even come close to their own guidelines. New Era Cap, 2007 NY Wrk Comp 80600990 (223 days worked gets a 260 multiple); Matter of Carrier Coach Inc., 2008 NY Wrk Comp 80702783 (226 days gets a 260 multiple); Norampac Industries, 2014 NY Wrk.','Usually, and as you might expect, this deeper analysis predominantly gives the claimant a benefit, and the Board has disregarded its own guidelines to grant a 260 multiple to workers who didn’t even come close to their own guidelines.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(545,46480,46371,'claimant work','Out of the 52 weeks preceding his injury, the claimant work four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week','Out of the 52 weeks preceding his injury, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant work</a> four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week','Out of the 52 weeks preceding his injury, the claimant work four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week','The C-240 filed indicated that the claimant was a four-day a week hourly worker. Out of the 52 weeks preceding his injury, the claimant work four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week. The gross amount paid to the claimant was $28,782.88.','Out of the 52 weeks preceding his injury, the claimant work four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(546,46480,46370,'comp claim','They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a comp claim','They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\">comp claim</a>','They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a comp claim','The result? They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a comp claim. And if they do file that claim, you’re going to pay for those 260 full days anyway when the AWW is calculated unless you take steps to defend yourself. ','They work less, and sometime far less, than 260 days in the year preceding their accident, but they benefit from their time off when the file a comp claim. And if they do file that claim, you’re going to pay for those 260 full days anyway when the AWW is calculated unless you take steps to defend yourself. The opposite is true for the worker who manages to put in more than his or her 260 days, they actually lose credit for those days using a multiple calculation. Let’s look at a common example:',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(547,46480,46350,'accident she worked','Employee A, a five-day worker, is injured on the job, and in the 52 weeks preceding the accident she worked 237 days and earned $35,000.00','Employee A, a five-day worker, is injured on the job, and in the 52 weeks preceding the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">accident she worked</a> 237 days and earned $35,000.00','Employee A, a five-day worker, is injured on the job, and in the 52 weeks preceding the accident she worked 237 days and earned $35,000.00','Employee A, a five-day worker, is injured on the job, and in the 52 weeks preceding the accident she worked 237 days and earned $35,000.00. To use a 260 multiple, we would first calculate a daily wage ($35K/237 days) which is $147.68. ','Employee A, a five-day worker, is injured on the job, and in the 52 weeks preceding the accident she worked 237 days and earned $35,000.00.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(548,46480,46374,'claimant for some 23 days','Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the claimant for some 23 days of work (and extra $3,396.64)','<em>Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant for some 23 days</a> of work (and extra $3,396.64)','<em>Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the claimant for some 23 days of work (and extra $3,396.64)','Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the claimant for some 23 days of work (and extra $3,396.64) that he simply didn’t perform and he simply didn’t earn. ','<em>Employee A is getting an average weekly wage that is premised on an annual income here that is artificially (mathematically) inflated by crediting the claimant for some 23 days of work (and extra $3,396.64',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(549,46480,46511,'reference for guiding employers and carriers','Many of you might jump to form C-240, which carries a nifty reference for guiding employers and carriers about which method of calculation they should use:','Many of you might jump to form C-240, which carries a nifty <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">reference for guiding employers and carriers</a> about which method of calculation they should use:','Many of you might jump to form C-240, which carries a nifty reference for guiding employers and carriers about which method of calculation they should use:','Many of you might jump to form C-240, which carries a nifty reference for guiding employers and carriers about which method of calculation they should use:','Many of you might jump to form C-240, which carries a nifty reference for guiding employers and carriers about which method of calculation they should use',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(550,46480,46546,'employers and carriers','Many of you might jump to form C-240, which carries a nifty reference for guiding employers and carriers about which method of calculation they should use:','Many of you might jump to form C-240, which carries a nifty reference for guiding <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employers and carriers</a> about which method of calculation they should use:','Many of you might jump to form C-240, which carries a nifty reference for guiding employers and carriers about which method of calculation they should use:','Many of you might jump to form C-240, which carries a nifty reference for guiding employers and carriers about which method of calculation they should use:','Many of you might jump to form C-240, which carries a nifty reference for guiding employers and carriers about which method of calculation they should use',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(551,46480,46236,'case law; but as with so much case law','The threshold of 234 days for a 5-day worker is not a creature of statute, and the best we can say is that it is a guideline followed by Board case law; but as with so much case law published by the Board, there is little pattern to their application of these “instructional” figures','The threshold of 234 days for a 5-day worker is not a creature of statute, and the best we can say is that it is a guideline followed by Board <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\">case law; but as with so much case law</a> published by the Board, there is little pattern to their application of these “instructional” figures','The threshold of 234 days for a 5-day worker is not a creature of statute, and the best we can say is that it is a guideline followed by Board case law; but as with so much case law published by the Board, there is little pattern to their application of these “instructional” figures','Neither the WCL, nor the entire Code of Rules and Regulations make any reference to any of the figures or guideposts. The threshold of 234 days for a 5-day worker is not a creature of statute, and the best we can say is that it is a guideline followed by Board case law; but as with so much case law published by the Board, there is little pattern to their application of these “instructional” figures. See Matter of New Era Cap, 2007 NY','there is some legal basis for these “instructions.” Neither the WCL, nor the entire Code of Rules and Regulations make any reference to any of the figures or guideposts. The threshold of 234 days for a 5-day worker is not a creature of statute, and the best we can say is that it is a guideline followed by Board case law; but as with so much case law published by the Board, there is little pattern to their application of these “instructional” figures.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(552,46480,46236,'case law','Okay, so that’s admittedly a lot of case law, and you’re eyes might be glazing over; but don’t leave yet','Okay, so that’s admittedly a lot of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/client-resources/case-law-updates-lomad-case-law-updates/\">case law</a>, and you’re eyes might be glazing over; but don’t leave yet','Okay, so that’s admittedly a lot of case law, and you’re eyes might be glazing over; but don’t leave yet','Okay, so that’s admittedly a lot of case law, and you’re eyes might be glazing over; but don’t leave yet. All that law was cited to illustrate the point that AWW is an issue literally chocked-full of exceptions, unique circumstances and oftentimes contradictory results. ','Okay, so that’s admittedly a lot of case law, and you’re eyes might be glazing over; but don’t leave yet.',0,'2022-04-05 01:07:05','2022-04-05 01:07:05'),(553,46378,46511,'employer or carrier','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an employer or carrier takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employer or carrier</a> takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an employer or carrier takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an employer or carrier takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due.','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an employer or carrier takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(554,46378,46546,'employer or carrier','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an employer or carrier takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer or carrier</a> takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an employer or carrier takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an employer or carrier takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due.','In 12 NYCRR 300.22(f)(2), the significant change is that if a payor is not making payments in a situation where payments would otherwise be due but for a credit or an overpayment on the file, the payor must indicate on the SROI, “the amount of such total amount claimed and the amount credited by the carrier, special fund or third-party administrator from the payment due.” Hence, where an employer or carrier takes the position that it has an overpayment on the file the SROI which relieves it of an otherwise ongoing obligation to make payments, the SROI must now indicate the amount of the overpayment and how much is being credited against the payment that is otherwise due.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(555,46378,46340,'medical care and wages pain','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed','As was the case before the changes, the reports must include compensation payments, payments for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical care and wages pain</a> instead of compensation where the claim is not disputed','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed','The second substantial change to §300.22 addresses summary reports of payments. As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed.','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(556,46378,46502,'medical care and wages pain','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed','As was the case before the changes, the reports must include compensation payments, payments for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">medical care and wages pain</a> instead of compensation where the claim is not disputed','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed','The second substantial change to §300.22 addresses summary reports of payments. As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed.','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(557,46378,46506,'medical care','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed','As was the case before the changes, the reports must include compensation payments, payments for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">medical care</a> and wages pain instead of compensation where the claim is not disputed','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed','The second substantial change to §300.22 addresses summary reports of payments. As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed.','As was the case before the changes, the reports must include compensation payments, payments for medical care and wages pain instead of compensation where the claim is not disputed.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(558,46378,46553,'alleged overpayment of benefits to the claimant','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of benefits to the claimant, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">alleged overpayment of benefits to the claimant</a>, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of benefits to the claimant, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of benefits to the claimant, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment. Such prescribed notice shall be due as follows:','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of benefits to the claimant, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(559,46378,46371,'benefits to the claimant','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of benefits to the claimant, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">benefits to the claimant</a>, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of benefits to the claimant, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of benefits to the claimant, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment. Such prescribed notice shall be due as follows:','In the event that the carrier, self-insured employer or third-party-administrator seeks to recover for an alleged overpayment of benefits to the claimant, such carrier, self-insured employer or third-party administrator must file notice to the Board in the format prescribed by the Chair that identifies the amount of such overpayment.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(560,46378,46374,'days prior to the hearing','If a payor is going to be requesting a recovery at a hearing, the notice identifying the amount of the overpayment must be filed at least 10 days prior to the hearing','If a payor is going to be requesting a recovery at a hearing, the notice identifying the amount of the overpayment must be filed at least 10 <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">days prior to the hearing</a>','If a payor is going to be requesting a recovery at a hearing, the notice identifying the amount of the overpayment must be filed at least 10 days prior to the hearing','If a payor is going to be requesting a recovery at a hearing, the notice identifying the amount of the overpayment must be filed at least 10 days prior to the hearing. Judges are directed not to address overpayments if the requisite notice is not filed at least 10 days prior to the hearing.','If a payor is going to be requesting a recovery at a hearing, the notice identifying the amount of the overpayment must be filed at least 10 days prior to the hearing. Judges are directed not to address overpayments if the requisite notice is not filed at least 10 days prior to the hearing.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(561,46378,46374,'days prior to the hearing','Judges are directed not to address overpayments if the requisite notice is not filed at least 10 days prior to the hearing','Judges are directed not to address overpayments if the requisite notice is not filed at least 10 <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">days prior to the hearing</a>','Judges are directed not to address overpayments if the requisite notice is not filed at least 10 days prior to the hearing','If a payor is going to be requesting a recovery at a hearing, the notice identifying the amount of the overpayment must be filed at least 10 days prior to the hearing. Judges are directed not to address overpayments if the requisite notice is not filed at least 10 days prior to the hearing.','Judges are directed not to address overpayments if the requisite notice is not filed at least 10 days prior to the hearing.',0,'2022-04-05 01:45:53','2022-04-05 01:45:53'),(562,46089,46371,'claimant was working','The claimant was working at a laundromat, but claimed that she was not getting paid and was just in training','The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant was working</a> at a laundromat, but claimed that she was not getting paid and was just in training','The claimant was working at a laundromat, but claimed that she was not getting paid and was just in training','Our firm was tapped into the case late and there were some issues with the prior litigation. The claimant was working at a laundromat, but claimed that she was not getting paid and was just in training. We had surveillance that helped with that issue but the Board lost the digital audio recording of the claimant’s testimony.','the case late and there were some issues with the prior litigation. The claimant was working at a laundromat, but claimed that she was not getting paid and was just in training. We had surveillance that helped with that issue but the Board lost the digital audio recording of the claimant’s testimony. So, the claimant essentially got a redo of her testimony after she had already seen all our evidence. She was thus able to change her testimony and tailor it to our proofs. Where we were able to focus was the claimant’s assertion that she was not paid until AFTER we raised fraud and she disclosed her work-activity because she was training',0,'2022-04-05 01:45:54','2022-04-05 01:45:54'),(569,46421,46371,'work –','Oh no, an employee just walked under a ladder at work – and well, it fell on him','Oh no, an employee just walked under a ladder at <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">work –</a> and well, it fell on him','Oh no, an employee just walked under a ladder at work – and well, it fell on him','Oh no, an employee just walked under a ladder at work – and well, it fell on him. Looks like his bad luck did not waste any time coming.','Oh no, an employee just walked under a ladder at work – and well, it fell on him.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(570,46421,46371,'work –','This time, you see her walking while on your way to the parking lot after work – 17 days after ceasing payments on a Workers’ Compensation claim','This time, you see her walking while on your way to the parking lot after <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">work –</a> <em>17 days</em> after ceasing payments on a Workers’ Compensation claim','This time, you see her walking while on your way to the parking lot after work – <em>17 days</em> after ceasing payments on a Workers’ Compensation claim','That black cat from way back when is still running around causing all kinds of bad luck shenanigans (she has exceptional cardio). This time, you see her walking while on your way to the parking lot after work – 17 days after ceasing payments on a Workers’ Compensation claim. That cat has a crooked smile, and here’s why: WCL § 25(1)(d) requires a carrier who ceases payments on a claim for any reason to file with the Board a SROI announcing this action within 16 days.','This time, you see her walking while on your way to the parking lot after work – <em>17 days</em> after ceasing payments on a Workers’ Compensation claim. That cat has a crooked smile, and here’s why: WCL § 25(1)(d) requires a carrier who ceases payments on a claim',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(571,46421,46350,'work to report said injury to his employer','This section of the WCL statute places a burden on an employee who sustains an injury at work to report said injury to his employer within 30 days of its occurrence','This section of the WCL statute places a burden on an employee who sustains an injury at <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">work to report said injury to his employer</a> <strong><u>within 30 days of its occurrence</u></strong>','This section of the WCL statute places a burden on an employee who sustains an injury at work to report said injury to his employer <strong><u>within 30 days of its occurrence</u></strong>','This employee will now have an impending Workers’ Compensation claim, however, he must comply with WCL § 18. This section of the WCL statute places a burden on an employee who sustains an injury at work to report said injury to his employer within 30 days of its occurrence. Now technically, § 18 requires that this notice be in writing, with certain enumerated requirements.','This employee will now have an impending Workers’ Compensation claim, however, he must comply with WCL § 18. This section of the WCL statute places a burden on an employee who sustains an injury at work to report said injury to his employer <strong><u>within 30 days of its occurrence</u>',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(572,46421,46350,'accident occurred,','Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment','Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">accident occurred,</a> and the injury did not arise out of and in the course of employment','Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment','Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board within 25 days of receipt of a Notice of Indexing. Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment.','Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(573,46421,46343,'notice to his employer','Having already given notice to his employer within 30 days, he must also inform someone else – the Board','Having already given <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/employers-do-not-have-to-prove-prejudice-by-late-notice-but-it-certainly-doesnt-hurt-to-do-so/\">notice to his employer</a> within 30 days, he must also inform someone else – the Board','Having already given notice to his employer within 30 days, he must also inform someone else – the Board','Back to that injured employee with a ladder bruise. Having already given notice to his employer within 30 days, he must also inform someone else – the Board. WCL § 28 requires that all claims for Workers’ Compensation be filed with the Chair of the Board within two years after the date of the accident. ','Having already given notice to his employer within 30 days, he must also inform someone else – the Board. WCL § 28 requires that all claims for Workers’ Compensation be filed with the Chair of the Board',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(574,46421,46511,'carrier just lost the ability to raise the defenses','Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment','Unfortunately, that black cat gets the last laugh, because on Day 26 the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carrier just lost the ability to raise the defenses</a> that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment','Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment','Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board within 25 days of receipt of a Notice of Indexing. Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment.','Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(575,46421,46511,'requirement will bar an injured worker from claiming','A failure to comply with this two-year requirement will bar an injured worker from claiming any benefits','A failure to comply with this two-year <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">requirement will bar an injured worker from claiming</a> any benefits','A failure to comply with this two-year requirement will bar an injured worker from claiming any benefits','This injured employee may have dodged his back luck from the ladder if he did not strictly comply with § 18 notice, but he may want to clean up his act dealing with § 28. A failure to comply with this two-year requirement will bar an injured worker from claiming any benefits.','ack to that injured employee with a ladder bruise. Having already given notice to his employer within 30 days, he must also inform someone else – the Board. WCL § 28 requires that all claims for Workers’ Compensation be filed with the Chair of the Board <strong><u>within two years after the date of the accident</u></strong>. This injured employee may have dodged his back luck from the ladder if he did not strictly comply with § 18 notice, but he may want to clean up his act dealing with § 28. A failure to comply with this two-year requirement will bar an injured worker from claiming any benefits.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(576,46421,46511,'carrier is required','Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board within 25 days of receipt of a Notice of Indexing','Pursuant to §25(2)(b), a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carrier is required</a> to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board <strong><u>within 25 days of receipt of a Notice of Indexing</u></strong>','Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board <strong><u>within 25 days of receipt of a Notice of Indexing</u></strong>','Well, I am willing to bet you also crossed paths with an ominous-looking black cat on your way to work that morning, because you just missed your WCL § 25(2)(b) window. Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board within 25 days of receipt of a Notice of Indexing. Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment.','Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board <strong><u>within 25 days of receipt of a Notice of Indexing</u>',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(577,46421,46370,'claim to the Board for occupational diseases','Please note, this time constraint is the same to comply with § 28 in the context of making a claim to the Board for occupational diseases','Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\">claim to the Board for occupational diseases</a>','Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for occupational diseases','WCL § 45 states that the § 18 notice period is extended to two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later. Please note, this time constraint is the same to comply with § 28 in the context of making a claim to the Board for occupational diseases. All of that salt swingin’ protected this employee for an additional 23 months, not bad.','Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for occupational diseases. All of that salt swingin’ protected this employee for an additional 23 months, not bad.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(578,46421,46370,'claim an occupational disease','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease','Well, unsurprisingly, her back seems to hurt a lot, so she wants to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\">claim an occupational disease</a>','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease','She is so superstitious in fact, for years she chucks bags of salt over her shoulder at work in order avoid some bad mojo. Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease. You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases.','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease. You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases. WCL § 45 states that the § 18 notice period is extended to <strong><u>two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later</u></strong>. Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for occupational diseases. All of that salt swingin’ protected this employee for an additional 23 months, not bad.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(579,46421,46370,'occupational diseases','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\">occupational diseases</a>','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease. You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases. WCL § 45 states that the § 18 notice period is extended to two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later.','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases. WCL § 45 states that the § 18 notice period is extended to <strong><u>two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later</u></strong>. Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for occupational diseases. All of that salt swingin’ protected this employee for an additional 23 months, not bad.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(580,46421,46348,'occupational disease','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\">occupational disease</a>','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease','She is so superstitious in fact, for years she chucks bags of salt over her shoulder at work in order avoid some bad mojo. Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease. You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases.','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease. You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases. WCL § 45 states that the § 18 notice period is extended to <strong><u>two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later</u></strong>. Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for occupational diseases. All of that salt swingin’ protected this employee for an additional 23 months, not bad.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(581,46421,46348,'occupational diseases','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\">occupational diseases</a>','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases','Well, unsurprisingly, her back seems to hurt a lot, so she wants to claim an occupational disease. You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases. WCL § 45 states that the § 18 notice period is extended to two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later.','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases. WCL § 45 states that the § 18 notice period is extended to <strong><u>two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later</u></strong>. Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for occupational diseases. All of that salt swingin’ protected this employee for an additional 23 months, not bad.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(582,46421,46348,'occupational diseases','Please note, this time constraint is the same to comply with § 28 in the context of making a claim to the Board for occupational diseases','Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\">occupational diseases</a>','Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for occupational diseases','WCL § 45 states that the § 18 notice period is extended to two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later. Please note, this time constraint is the same to comply with § 28 in the context of making a claim to the Board for occupational diseases. All of that salt swingin’ protected this employee for an additional 23 months, not bad.','Please note, this time constraint <strong>is the same to comply with § 28</strong> in the context of making a claim to the Board for occupational diseases. All of that salt swingin’ protected this employee for an additional 23 months, not bad.',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(583,46421,46553,'claimant becomes disable,','WCL § 45 states that the § 18 notice period is extended to two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later','WCL § 45 states that the § 18 notice period is extended to <strong><u>two years after the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant becomes disable,</a> or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later</u></strong>','WCL § 45 states that the § 18 notice period is extended to <strong><u>two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later</u></strong>','You may be thinking about that 30 day notice requirement, but the WCL handles § 18 notice in a more lax way for occupational diseases. WCL § 45 states that the § 18 notice period is extended to two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later. Please note, this time constraint is the same to comply with § 28 in the context of making a claim to the Board for occupational diseases.','WCL handles § 18 notice in a more lax way for occupational diseases. WCL § 45 states that the § 18 notice period is extended to <strong><u>two years after the claimant becomes disable, or after the claimant knew or should have known the disease was due to the nature of the employment, whichever is later</u>',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(584,46421,46541,'carrier receives a Notice of Indexing for a case','Now, when a carrier receives a Notice of Indexing for a case it has accepted, it must file a FROI-00 and a SROI-IP (if payments have already been made)','Now, when a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">carrier receives a Notice of Indexing for a case</a> it has accepted, it must file a FROI-00 and a SROI-IP (if payments have already been made)','Now, when a carrier receives a Notice of Indexing for a case it has accepted, it must file a FROI-00 and a SROI-IP (if payments have already been made)','However, here we are, in the world with eClaims, short one expensive mirror, and the carrier is now responsible for a few more filings. Now, when a carrier receives a Notice of Indexing for a case it has accepted, it must file a FROI-00 and a SROI-IP (if payments have already been made). These filings are to be made on or before the 18th day after the disability event, or within 10 days after the employer has knowledge of the event, whichever period is greater.','now responsible for a few more filings. Now, when a carrier receives a Notice of Indexing for a case it has accepted, it must file a FROI-00 and a SROI-IP (if payments have already been made). These filings are to be made',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(585,46421,46541,'carrier is required to file','Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board within 25 days of receipt of a Notice of Indexing','Pursuant to §25(2)(b), a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">carrier is required to file</a> a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board <strong><u>within 25 days of receipt of a Notice of Indexing</u></strong>','Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board <strong><u>within 25 days of receipt of a Notice of Indexing</u></strong>','Well, I am willing to bet you also crossed paths with an ominous-looking black cat on your way to work that morning, because you just missed your WCL § 25(2)(b) window. Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board within 25 days of receipt of a Notice of Indexing. Unfortunately, that black cat gets the last laugh, because on Day 26 the carrier just lost the ability to raise the defenses that no employee-employer relationship existed, no accident occurred, and the injury did not arise out of and in the course of employment.','Pursuant to §25(2)(b), a carrier is required to file a response (aka SROI-04 Notice of Controversy) to a Notice of Indexing with the Board <strong><u>within 25 days of receipt of a Notice of Indexing</u>',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(586,46421,46374,'claimant during the preceding 180 days','The SROI-SA must include summary of all payments made to a claimant during the preceding 180 days','The SROI-SA must include summary of all payments made to a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant during the preceding 180 days</a>','The SROI-SA must include summary of all payments made to a claimant during the preceding 180 days','These reports are due 180 days from the date of accident (or date of FROI filing where date of accident is partial or unknown); and then every 180 thereafter. The SROI-SA must include summary of all payments made to a claimant during the preceding 180 days. I’m thinking the broken mirror belonged to the Chair of the Board .','ther to figure out who broke a mirror. Someone must of, because the Board has rolled out a brand new filing requirement as part of its eClaims system – SROI-SA. This filing is a new sub-annual report, pursuant to 12 NYCRR §300.22(f)(3), which is due on all open cases, or closed cases with continuing indemnity payments. These reports are <strong><u>due 180 days from the date of accident </u></strong>(or date of FROI filing where date of accident is partial or unknown); and <strong><u>then every 180 thereafter</u></strong>. The SROI-SA must include summary of all payments made to a claimant during the preceding 180 days. I’m thinking the broken mirror belonged to the Chair of the Board . . . .',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(587,46421,46546,'carrier who ceases payments on a claim','That cat has a crooked smile, and here’s why: WCL § 25(1)(d) requires a carrier who ceases payments on a claim for any reason to file with the Board a SROI announcing this action within 16 days','That cat has a crooked smile, and here’s why: WCL § 25(1)(d) requires a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">carrier who ceases payments on a claim</a> for any reason to file with the Board a SROI announcing this action <strong><u>within 16 days</u></strong>','That cat has a crooked smile, and here’s why: WCL § 25(1)(d) requires a carrier who ceases payments on a claim for any reason to file with the Board a SROI announcing this action <strong><u>within 16 days</u></strong>','This time, you see her walking while on your way to the parking lot after work – 17 days after ceasing payments on a Workers’ Compensation claim. That cat has a crooked smile, and here’s why: WCL § 25(1)(d) requires a carrier who ceases payments on a claim for any reason to file with the Board a SROI announcing this action within 16 days. When you get back into work on that 18th day, you won’t see the black cat, but rather a penalty from the Board in the amount of $300.','That black cat from way back when is still running around causing all kinds of bad luck shenanigans (she has exceptional cardio). This time, you see her walking while on your way to the parking lot after work – <em>17 days</em> after ceasing payments on a Workers’ Compensation claim. That cat has a crooked smile, and here’s why: WCL § 25(1)(d) requires a carrier who ceases payments on a claim for any reason to file with the Board a SROI announcing this action <strong><u>within 16 days</u>',0,'2022-04-05 01:45:56','2022-04-05 01:45:56'),(588,46450,46371,'claimant testified that the he did not refuse work','“Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work','<em>“Here, contrary to the statement by the employer, the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant testified that the he did not refuse work</a>','<em>“Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work','The WCLJ found the claimant did not self-limit but the Board reversed: “Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work. However, the claimant also indicated that through his employment he “probably wouldn’t have” exceeded the $10,000.00 Social Security threshold.','<em>“Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work. However, the claimant also indicated that through his employment he “probably wouldn’t have” exceeded the $10,000.00 Social Security threshold. As such, the Board Panel finds that while the claimant may not have refused work, he cannot under these circumstances be characterized as fully available for the employment in question.”</em>',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(589,46450,46371,'claimant was not fully available for more work','The Board Panel agreed with the WCLJ that the claimant was not fully available for more work and that the 200-multiple minimum did not apply:','The Board Panel agreed with the WCLJ that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant was not fully available for more work</a> and that the 200-multiple minimum did not apply:','The Board Panel agreed with the WCLJ that the claimant was not fully available for more work and that the 200-multiple minimum did not apply:','was scheduled to work and had an unexpected emergency or sick call, I would work additional shifts to fill in.” The claimant denied self-limiting her hour, but on cross she conceded that when she applied for her job she specifically sough only per diem work but that she specifically was hire to work one day a week and she was generally availbe to work on the other week days and that when she applied for the job she was not interested in part-time or full-time work. The Board Panel agreed with the WCLJ that the claimant was not fully available for more work and that the 200-multiple minimum did not apply: “The claimant’s own testimony demonstrates that she had applied for and accepted per diem work.','the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident. The claimant conceded that ” I generally worked one day a week when I was available and if they needed extra days like if someone . . . was scheduled to work and had an unexpected emergency or sick call, I would work additional shifts to fill in.” The claimant denied self-limiting her hour, but on cross she conceded that when she applied for her job she specifically sough only <em>per diem </em>work but that she specifically was hire to work one day a week and she was generally availbe to work on the other week days and that when she applied for the job she was not interested in part-time or full-time work. The Board Panel agreed with the WCLJ that the claimant was not fully available for more work and that the 200-multiple minimum did not apply',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(590,46450,46371,'claimant may not have refused work','As such, the Board Panel finds that while the claimant may not have refused work, he cannot under these circumstances be characterized as fully available for the employment in question.”','As such, the Board Panel finds that while the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant may not have refused work</a>, he cannot under these circumstances be characterized as fully available for the employment in question.”</em>','As such, the Board Panel finds that while the claimant may not have refused work, he cannot under these circumstances be characterized as fully available for the employment in question.”</em>','However, the claimant also indicated that through his employment he “probably wouldn’t have” exceeded the $10,000.00 Social Security threshold. As such, the Board Panel finds that while the claimant may not have refused work, he cannot under these circumstances be characterized as fully available for the employment in question.”','as a <em>per diem</em> employee called in when he was needed by the employer. The employer witness testified by letter to the Court that the claimant had no set hours or schedule and that “many times the claimant did decline our offer of work” sometimes because it was on too short notice, but sometimes because the claimant didn’t like the particular assignment offered. Claimant testified that he had never refused work from the employer, but also conceded that his job was “primarily for the purpose of supplementing his Social Security income and that he was not allowed to exceed the $10,000 supplemental income limit although he denied that this limit played any role in his work schedule. The WCLJ found the claimant did not self-limit but the Board reversed: <em>“Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work. However, the claimant also indicated that through his employment he “probably wouldn’t have” exceeded the $10,000.00 Social Security threshold. As such, the Board Panel finds that while the claimant may not have refused work, he cannot under these circumstances be characterized as fully available for the employment in question.”</em>',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(591,46450,46371,'work pattern and that the claimant','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident','Claimant’s C-240 showed a “sporadic” <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">work pattern and that the claimant</a> typically worked one or two days per week for 29 of the 52 weeks preceding the accident','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident. The claimant conceded that ” I generally worked one day a week when I was available and if they needed extra days like if someone .','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(592,46450,46371,'claimant conceded that ” I generally worked','The claimant conceded that ” I generally worked one day a week when I was available and if they needed extra days like if someone','The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant conceded that ” I generally worked</a> one day a week when I was available and if they needed extra days like if someone','The claimant conceded that ” I generally worked one day a week when I was available and if they needed extra days like if someone','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident. The claimant conceded that ” I generally worked one day a week when I was available and if they needed extra days like if someone . . .','the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident. The claimant conceded that ” I generally worked one day a week when I was available and if they needed extra days like if someone',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(593,46450,46371,'claimant “did not work','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.”','In support of its ruling, the Board noted that it agreed with the carrier that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant “did not work</a> substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.”','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.”','0810813 held that the worker described above was entitled to an average weekly wage based off of a “224 multiple” after reminding the carrier that “there is no statutory authority supporting the calculation of the claimant’s average weekly wage” using a “divsor.” In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.” The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year. ','in <u>VIP Health Care Services Inc.</u>, 2015 NY Wrk. Comp. 0810813 held that the worker described above was entitled to an average weekly wage based off of a “224 multiple” after reminding the carrier that “there is no statutory authority supporting the calculation of the claimant’s average weekly wage” using a “divsor.” In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.” The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year. How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 average weekly wage, has essentially conceded a 224 multiple for the claimant in its application for review.”',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(594,46450,46371,'claimant did not work','Thus, even if the claimant did not work during the summer months immediately preceding the injury of this file, the claimant would be entitled to compensation benefits during the summer months','Thus, even if the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant did not work</a> during the summer months immediately preceding the injury of this file, the claimant would be entitled to compensation benefits during the summer months','Thus, even if the claimant did not work during the summer months immediately preceding the injury of this file, the claimant would be entitled to compensation benefits during the summer months','If the employee was denied compensation benefits during the summer months, the fact that a claimant was not regularly employed during that time period would be accounted for twice; once in the calculation of average weekly wage, and then again in determining the compensable periods of disability. Thus, even if the claimant did not work during the summer months immediately preceding the injury of this file, the claimant would be entitled to compensation benefits during the summer months.','Thus, even if the claimant did not work during the summer months immediately preceding the injury of this file, the claimant would be entitled to compensation benefits during the summer months.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(595,46450,46371,'claimant typically worked','Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.”','Further, the C-240 reflects that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant typically worked</a> one to two days per week during those 29 weeks.</em>”','Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.</em>”','As noted above, the C-240 further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question. Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.”','further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question. Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.</em>”',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(596,46450,46371,'claimant work','Out of the 52 weeks preceding his injury, the claimant work four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week','Out of the 52 weeks preceding his injury, the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant work</a> four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week','Out of the 52 weeks preceding his injury, the claimant work four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week','The C-240 filed indicated that the claimant was a four-day a week hourly worker. Out of the 52 weeks preceding his injury, the claimant work four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week. The gross amount paid to the claimant was $28,782.88.','Out of the 52 weeks preceding his injury, the claimant work four-days a week for 36 weeks; six-days a week for 8 weeks; five-days a week for 4 weeks; three days a week for 2 weeks; two-days a week for 1 week; and 0 days for 1 week.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(597,46450,46371,'claimant worked','As noted above, the C-240 further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question','As noted above, the C-240 further indicates that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant worked</a> sporadically during 29 weeks out of the 52-week period in question','As noted above, the C-240 further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question','She testified that she was not interested in a full-time or more traditional part-time schedule. As noted above, the C-240 further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question. Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.”','as available and if they needed extra days like if someone . . . was scheduled to work and had an unexpected emergency or sick call, I would work additional shifts to fill in.” The claimant denied self-limiting her hour, but on cross she conceded that when she applied for her job she specifically sough only <em>per diem </em>work but that she specifically was hire to work one day a week and she was generally availbe to work on the other week days and that when she applied for the job she was not interested in part-time or full-time work. The Board Panel agreed with the WCLJ that the claimant was not fully available for more work and that the 200-multiple minimum did not apply: <em>“The claimant’s own testimony demonstrates that she had applied for and accepted per diem work. She testified that she was not interested in a full-time or more traditional part-time schedule. As noted above, the C-240 further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(598,46450,46504,'earning capacity','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.”','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">earning capacity</a> in the year immediately before the injury.”','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.”','0810813 held that the worker described above was entitled to an average weekly wage based off of a “224 multiple” after reminding the carrier that “there is no statutory authority supporting the calculation of the claimant’s average weekly wage” using a “divsor.” In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.” The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year. ','in <u>VIP Health Care Services Inc.</u>, 2015 NY Wrk. Comp. 0810813 held that the worker described above was entitled to an average weekly wage based off of a “224 multiple” after reminding the carrier that “there is no statutory authority supporting the calculation of the claimant’s average weekly wage” using a “divsor.” In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.” The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year. How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 average weekly wage, has essentially conceded a 224 multiple for the claimant in its application for review.”',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(599,46450,46509,'determining the claimant’s average annual earnings','When one of the ‘known and recognized incidents’ of a claimant’s job is the fact that he or she is predictably laid off for several months each year, due to the nature of the particular employment, that factor should be taken into account in determining the claimant’s average annual earnings pursuant to Workers’ Compensation Law 14','When one of the ‘known and recognized incidents’ of a claimant’s job is the fact that he or she is predictably laid off for several months each year, due to the nature of the particular employment, that factor should be taken into account in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">determining the claimant’s average annual earnings</a> pursuant to Workers’ Compensation Law 14','When one of the ‘known and recognized incidents’ of a claimant’s job is the fact that he or she is predictably laid off for several months each year, due to the nature of the particular employment, that factor should be taken into account in determining the claimant’s average annual earnings pursuant to Workers’ Compensation Law 14','When one of the ‘known and recognized incidents’ of a claimant’s job is the fact that he or she is predictably laid off for several months each year, due to the nature of the particular employment, that factor should be taken into account in determining the claimant’s average annual earnings pursuant to Workers’ Compensation Law 14 . Matter of Littler v Fuller Co., 223 NY 369 (1918). ','When one of the ‘known and recognized incidents’ of a claimant’s job is the fact that he or she is predictably laid off for several months each year, due to the nature of the particular employment, that factor should be taken into account in determining the claimant’s average annual earnings pursuant to Workers’ Compensation Law 14 . <u>Matter of Littler v Fuller Co.</u>, 223 NY 369 (1918). When such an employment circumstance exists, the formula outlined in Workers’ Compensation Law § 14(1), which is based on the approximate number of days worked by a five or six-day employee during an entire year, cannot ‘reasonably and fairly be applied’ to determine the claimant’s earnings . . . Accordingly, [the] average weekly wage must be calculated pursuant to subdivisions (3) and (4) of Workers’ Compensation Law 14.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(600,46450,46509,'wages because the averaging provisions that determine','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">wages because the averaging provisions that determine</a> AWW spread seasonal wages over an entire year','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by WCL § 14(3) and WCL § 14(4) for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by WCL § 14(1) for full time, year round five or six day workers.','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=7&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=7d957a56f4603e2ea6acfc6d96284951\" target=\"_blank\" rel=\"noopener\">WCL § 14(3)</a> and <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=8&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=75bec0b2ce1d16a3c6da61614f25c57b\" target=\"_blank\" rel=\"noopener\">WCL § 14(4)</a> for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=9&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=26730495bb8eb27dee66bf357766c397\" target=\"_blank\" rel=\"noopener\">WCL § 14(1)</a> for full time, year',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(601,46450,46509,'determine the claimant’s earnings','When such an employment circumstance exists, the formula outlined in Workers’ Compensation Law § 14(1), which is based on the approximate number of days worked by a five or six-day employee during an entire year, cannot ‘reasonably and fairly be applied’ to determine the claimant’s earnings','When such an employment circumstance exists, the formula outlined in Workers’ Compensation Law § 14(1), which is based on the approximate number of days worked by a five or six-day employee during an entire year, cannot ‘reasonably and fairly be applied’ to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">determine the claimant’s earnings</a>','When such an employment circumstance exists, the formula outlined in Workers’ Compensation Law § 14(1), which is based on the approximate number of days worked by a five or six-day employee during an entire year, cannot ‘reasonably and fairly be applied’ to determine the claimant’s earnings','Matter of Littler v Fuller Co., 223 NY 369 (1918). When such an employment circumstance exists, the formula outlined in Workers’ Compensation Law § 14(1), which is based on the approximate number of days worked by a five or six-day employee during an entire year, cannot ‘reasonably and fairly be applied’ to determine the claimant’s earnings . . .','When one of the ‘known and recognized incidents’ of a claimant’s job is the fact that he or she is predictably laid off for several months each year, due to the nature of the particular employment, that factor should be taken into account in determining the claimant’s average annual earnings pursuant to Workers’ Compensation Law 14 . <u>Matter of Littler v Fuller Co.</u>, 223 NY 369 (1918). When such an employment circumstance exists, the formula outlined in Workers’ Compensation Law § 14(1), which is based on the approximate number of days worked by a five or six-day employee during an entire year, cannot ‘reasonably and fairly be applied’ to determine the claimant’s earnings . . . Accordingly, [the] average weekly wage must be calculated pursuant to subdivisions (3) and (4) of Workers’ Compensation Law 14.” <u>Matter of Till v Opportunities, Inc.</u>, 252 AD2d 619 (3d Dept. 1998).',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(602,46450,46509,'earning capacity','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.”','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">earning capacity</a> in the year immediately before the injury.”','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.”','0810813 held that the worker described above was entitled to an average weekly wage based off of a “224 multiple” after reminding the carrier that “there is no statutory authority supporting the calculation of the claimant’s average weekly wage” using a “divsor.” In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.” The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year. ','in <u>VIP Health Care Services Inc.</u>, 2015 NY Wrk. Comp. 0810813 held that the worker described above was entitled to an average weekly wage based off of a “224 multiple” after reminding the carrier that “there is no statutory authority supporting the calculation of the claimant’s average weekly wage” using a “divsor.” In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.” The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year. How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 average weekly wage, has essentially conceded a 224 multiple for the claimant in its application for review.”',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(603,46450,46350,'work outside the hours/days of the employment','Instead, the claimant must show that he or she was looking for work outside the hours/days of the employment in question','Instead, the claimant must show that he or she was looking for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">work outside the hours/days of the employment</a> in question','Instead, the claimant must show that he or she was looking for work outside the hours/days of the employment in question','For example, a claimant hired for a job that will last only a short time cannot claim “full availability” by suggesting that, had the position been of longer duration or more hours they could have worked more. Instead, the claimant must show that he or she was looking for work outside the hours/days of the employment in question. See also NYC Board of Election, 2015 NY Wrk.','Instead, the claimant must show that he or she was looking for work outside the hours/days of the employment in question.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(604,46450,46350,'worked in the year preceding the accident','The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year','The keen reader will recognize that the fact-pattern her recounts on 220 days <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">worked in the year preceding the accident</a> and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year','The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year','In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.” The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year. How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 average weekly wage, has essentially conceded a 224 multiple for the claimant in its application for review.” ','The Board in <u>VIP Health Care Services Inc.</u>, 2015 NY Wrk. Comp. 0810813 held that the worker described above was entitled to an average weekly wage based off of a “224 multiple” after reminding the carrier that “there is no statutory authority supporting the calculation of the claimant’s average weekly wage” using a “divsor.” In support of its ruling, the Board noted that it agreed with the carrier that the claimant “did not work substantially the whole of the year pereceidng his accident” and that the use of the 224 multiple “reasonably represents the claimant’s annual earning capacity in the year immediately before the injury.” The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(605,46450,46350,'work from the employer,','Claimant testified that he had never refused work from the employer, but also conceded that his job was “primarily for the purpose of supplementing his Social Security income and that he was not allowed to exceed the $10,000 supplemental income limit although he denied that this limit played any role in his work schedule','Claimant testified that he had never refused <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">work from the employer,</a> but also conceded that his job was “primarily for the purpose of supplementing his Social Security income and that he was not allowed to exceed the $10,000 supplemental income limit although he denied that this limit played any role in his work schedule','Claimant testified that he had never refused work from the employer, but also conceded that his job was “primarily for the purpose of supplementing his Social Security income and that he was not allowed to exceed the $10,000 supplemental income limit although he denied that this limit played any role in his work schedule','The employer witness testified by letter to the Court that the claimant had no set hours or schedule and that “many times the claimant did decline our offer of work” sometimes because it was on too short notice, but sometimes because the claimant didn’t like the particular assignment offered. Claimant testified that he had never refused work from the employer, but also conceded that his job was “primarily for the purpose of supplementing his Social Security income and that he was not allowed to exceed the $10,000 supplemental income limit although he denied that this limit played any role in his work schedule. The WCLJ found the claimant did not self-limit but the Board reversed: ','Claimant was a <em>per diem</em> employee called in when he was needed by the employer. The employer witness testified by letter to the Court that the claimant had no set hours or schedule and that “many times the claimant did decline our offer of work” sometimes because it was on too short notice, but sometimes because the claimant didn’t like the particular assignment offered. Claimant testified that he had never refused work from the employer, but also conceded that his job was “primarily for the purpose of supplementing his Social Security income and that he was not allowed to exceed the $10,000 supplemental income limit although he denied that this limit played any role in his work schedule.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(606,46450,46480,'wages because the averaging','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/average-wages/\">wages because the averaging</a> provisions that determine AWW spread seasonal wages over an entire year','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by WCL § 14(3) and WCL § 14(4) for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by WCL § 14(1) for full time, year round five or six day workers.','Where an employment is seasonal, a carrier cannot suspend compensation benefits during the summer months when the claimant would not usually be receiving wages because the averaging provisions that determine AWW spread seasonal wages over an entire year. Having properly calculated the claimant’s average weekly wage under the statutory formula provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=7&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=7d957a56f4603e2ea6acfc6d96284951\" target=\"_blank\" rel=\"noopener\">WCL § 14(3)</a> and <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=8&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=75bec0b2ce1d16a3c6da61614f25c57b\" target=\"_blank\" rel=\"noopener\">WCL § 14(4)</a> for calculating an employee’s average weekly wage, seasonal periods of unemployment, such as are customarily experienced by school teachers and other school district employees, are fully accounted for by using a 200 multiple, instead of the 260 multiple or 300 multiple provided by <a href=\"https://thelomad.com/getmad.today/wp-contentwww.lexis.com/research/buttonTFLink?_m=4a71373fc4286b3769bffee9b62c30db&_xfercite=%3ccite%20cc%3d%22USA%22%3e%3c%21%5bCDATA%5b2015%20NY%20Wrk.%20Comp.%20LEXIS%205965%5d%5d%3e%3c%2fcite%3e&_butType=4&_butStat=0&_butNum=9&_butInline=1&_butinfo=NY%20WORK%20COMP%2014&_fmtstr=FULL&docnum=3&_startdoc=1&wchp=dGLzVzB-zSkAb&_md5=26730495bb8eb27dee66bf357766c397\" target=\"_blank\" rel=\"noopener\">WCL § 14(1)</a> for full time, year',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(607,46450,46480,'average weekly wage','How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 average weekly wage, has essentially conceded a 224 multiple for the claimant in its application for review.”','How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/average-wages/\">average weekly wage</a>, has essentially conceded a 224 multiple for the claimant in its application for review.”','How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 average weekly wage, has essentially conceded a 224 multiple for the claimant in its application for review.”','The keen reader will recognize that the fact-pattern her recounts on 220 days worked in the year preceding the accident and calculating out the figures specifically denoted in the decision still gives us a 220-day work-year. How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 average weekly wage, has essentially conceded a 224 multiple for the claimant in its application for review.” Does that mean that the carrier here did its math wrong on the Application for Review? ','How the Board Panel got 224 days is beyond comprehension given the limited analysis in the decision except the Board notes that “the carrier, by requesting a $564.37 average weekly wage, has essentially conceded a 224 multiple for the claimant in its application for review.”',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(608,46450,46480,'average weekly wage','In at least one recent case, the Board held that where the employer established that a claimant, an otherwise full-time worker, habitually took off summers to go travel outside the country, the claimant was self-limiting her employment and could not avail herself of a 200-multiple calculation because “the claimant would reap the benefit of a higher average weekly wage','In at least one recent case, the Board held that where the employer established that a claimant, an otherwise full-time worker, habitually took off summers to go travel outside the country, the claimant was self-limiting her employment and could not avail herself of a 200-multiple calculation because “the claimant would reap the benefit of a higher <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/average-wages/\">average weekly wage</a>','In at least one recent case, the Board held that where the employer established that a claimant, an otherwise full-time worker, habitually took off summers to go travel outside the country, the claimant was self-limiting her employment and could not avail herself of a 200-multiple calculation because “the claimant would reap the benefit of a higher average weekly wage','In at least one recent case, the Board held that where the employer established that a claimant, an otherwise full-time worker, habitually took off summers to go travel outside the country, the claimant was self-limiting her employment and could not avail herself of a 200-multiple calculation because “the claimant would reap the benefit of a higher average weekly wage . . .','installment of our serial blog on the issue of Average Weekly Wages! When we last left our intrepid hero, he had plummeted to his apparent death in the Reichenbach Falls grappling with his mortal enemy and mastermind criminal, Professor James Moriarty… wait … wrong serial … sorry.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(609,46450,46480,'average weekly wage','Accordingly, [the] average weekly wage must be calculated pursuant to subdivisions (3) and (4) of Workers’ Compensation Law 14.” Matter of Till v Opportunities, Inc., 252 AD2d 619 (3d Dept','Accordingly, [the] <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/average-wages/\">average weekly wage</a> must be calculated pursuant to subdivisions (3) and (4) of Workers’ Compensation Law 14.” <u>Matter of Till v Opportunities, Inc.</u>, 252 AD2d 619 (3d Dept','Accordingly, [the] average weekly wage must be calculated pursuant to subdivisions (3) and (4) of Workers’ Compensation Law 14.” <u>Matter of Till v Opportunities, Inc.</u>, 252 AD2d 619 (3d Dept','. . Accordingly, [the] average weekly wage must be calculated pursuant to subdivisions (3) and (4) of Workers’ Compensation Law 14.” Matter of Till v Opportunities, Inc., 252 AD2d 619 (3d Dept. 1998).','Accordingly, [the] average weekly wage must be calculated pursuant to subdivisions (3) and (4) of Workers’ Compensation Law 14.” <u>Matter of Till v Opportunities, Inc.</u>, 252 AD2d 619 (3d Dept.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(610,46450,46549,'claimant was found','Some very recent examples of cases where a claimant was found “not fully available should illustrate this point nicely:','Some very recent examples of cases where a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant was found</a> “not fully available should illustrate this point nicely:','Some very recent examples of cases where a claimant was found “not fully available should illustrate this point nicely:','When getting down to the nitty gritty of evidence, testimony from the claimant is of course vital, but so is employer testimony. Some very recent examples of cases where a claimant was found “not fully available should illustrate this point nicely:','Some very recent examples of cases where a claimant was found “not fully available should illustrate this point nicely',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(611,46450,46549,'found the claimant','The WCLJ found the claimant did not self-limit but the Board reversed:','The WCLJ <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">found the claimant</a> did not self-limit but the Board reversed:','The WCLJ found the claimant did not self-limit but the Board reversed:','Claimant testified that he had never refused work from the employer, but also conceded that his job was “primarily for the purpose of supplementing his Social Security income and that he was not allowed to exceed the $10,000 supplemental income limit although he denied that this limit played any role in his work schedule. The WCLJ found the claimant did not self-limit but the Board reversed: “Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work.','the employer. The employer witness testified by letter to the Court that the claimant had no set hours or schedule and that “many times the claimant did decline our offer of work” sometimes because it was on too short notice, but sometimes because the claimant didn’t like the particular assignment offered. Claimant testified that he had never refused work from the employer, but also conceded that his job was “primarily for the purpose of supplementing his Social Security income and that he was not allowed to exceed the $10,000 supplemental income limit although he denied that this limit played any role in his work schedule. The WCLJ found the claimant did not self-limit but the Board reversed',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(612,46450,46561,'claimant testified','“Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work','<em>“Here, contrary to the statement by the employer, the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant testified</a> that the he did not refuse work','<em>“Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work','The WCLJ found the claimant did not self-limit but the Board reversed: “Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work. However, the claimant also indicated that through his employment he “probably wouldn’t have” exceeded the $10,000.00 Social Security threshold.','<em>“Here, contrary to the statement by the employer, the claimant testified that the he did not refuse work. However, the claimant also indicated that through his employment he “probably wouldn’t have” exceeded the $10,000.00 Social Security threshold. As such, the Board Panel finds that while the claimant may not have refused work',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(613,46450,46374,'claimant typically worked one or two days','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident','Claimant’s C-240 showed a “sporadic” work pattern and that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant typically worked one or two days</a> per week for 29 of the 52 weeks preceding the accident','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident. The claimant conceded that ” I generally worked one day a week when I was available and if they needed extra days like if someone .','Claimant’s C-240 showed a “sporadic” work pattern and that the claimant typically worked one or two days per week for 29 of the 52 weeks preceding the accident.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(614,46450,46374,'claimant typically worked one to two days','Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.”','Further, the C-240 reflects that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant typically worked one to two days</a> per week during those 29 weeks.</em>”','Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.</em>”','As noted above, the C-240 further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question. Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.”','further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question. Further, the C-240 reflects that the claimant typically worked one to two days per week during those 29 weeks.</em>”',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(615,46450,46374,'claimant denied','was scheduled to work and had an unexpected emergency or sick call, I would work additional shifts to fill in.” The claimant denied self-limiting her hour, but on cross she conceded that when she applied for her job she specifically sough only per diem work but that she specifically was hire to work one day a week and she was generally availbe to work on the other week days and that when she applied for the job she was not interested in part-time or full-time work','was scheduled to work and had an unexpected emergency or sick call, I would work additional shifts to fill in.” The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant denied</a> self-limiting her hour, but on cross she conceded that when she applied for her job she specifically sough only <em>per diem </em>work but that she specifically was hire to work one day a week and she was generally availbe to work on the other week days and that when she applied for the job she was not interested in part-time or full-time work','was scheduled to work and had an unexpected emergency or sick call, I would work additional shifts to fill in.” The claimant denied self-limiting her hour, but on cross she conceded that when she applied for her job she specifically sough only <em>per diem </em>work but that she specifically was hire to work one day a week and she was generally availbe to work on the other week days and that when she applied for the job she was not interested in part-time or full-time work','. . was scheduled to work and had an unexpected emergency or sick call, I would work additional shifts to fill in.” The claimant denied self-limiting her hour, but on cross she conceded that when she applied for her job she specifically sough only per diem work but that she specifically was hire to work one day a week and she was generally availbe to work on the other week days and that when she applied for the job she was not interested in part-time or full-time work. The Board Panel agreed with the WCLJ that the claimant was not fully available for more work and that the 200-multiple minimum did not apply: ','was available and if they needed extra days like if someone . . . was scheduled to work and had an unexpected emergency or sick call, I would work additional shifts to fill in.” The claimant denied self-limiting her hour, but on cross she conceded that when she applied for her job she specifically sough only <em>per diem </em>work but that she specifically was hire to work one day a week and she was generally availbe to work on the other week days and that when she applied for the job she was not interested in part-time or full-time work. The Board Panel agreed with the WCLJ that the claimant was not fully available for more work and that the 200-multiple minimum did not apply: <em>“The claimant’s own testimony demonstrates that she had applied for and accepted per diem work. She testified that she was not interested in a full-time or more traditional part-time schedule. As noted above, the C-240 further indicates that the claimant worked sporadically during 29 weeks out of the 52-week period in question. Further, the C-240 reflects that the claimant typically work',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(616,46450,46341,'labor market','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/labor-market-attachment-and-retirement/\">labor market</a> in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general. Matter of Kellish v Kellish Tire Sales, Inc., 12 AD3d 804 (3d Dept.','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(617,46450,46383,'labor market','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\">labor market</a> in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general. Matter of Kellish v Kellish Tire Sales, Inc., 12 AD3d 804 (3d Dept.','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(618,46450,46448,'labor market','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/09/labor-market-attachment-refresher/\">labor market</a> in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general. Matter of Kellish v Kellish Tire Sales, Inc., 12 AD3d 804 (3d Dept.','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(619,46450,46546,'labor market','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">labor market</a> in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general. Matter of Kellish v Kellish Tire Sales, Inc., 12 AD3d 804 (3d Dept.','Moreover, the proper analysis of whether a claimant is “self-limiting” or “available” for employment is not to be limited to the specific job in question, but instead to the labor market in general.',0,'2022-04-05 01:45:57','2022-04-05 01:45:57'),(620,46338,46511,'carrier applied to reopen','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','However, these treatment records were not in the Board file and, while <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carrier applied to reopen</a> the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','The carrier argued that their causal relationship opinions should not stand in support of establishment as they did not account for claimant’s treatment records relating to a prior MVA. However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard. Therefore, the Third Department agreed with the Board that, where the doctors reviewed claimant’s medical records in the Board file and met with the claimant, the Board’s decision to establish consequential anxiety was supported by substantial evidence.','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(621,46338,46546,'carrier applied to reopen','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','However, these treatment records were not in the Board file and, while <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">carrier applied to reopen</a> the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','The carrier argued that their causal relationship opinions should not stand in support of establishment as they did not account for claimant’s treatment records relating to a prior MVA. However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard. Therefore, the Third Department agreed with the Board that, where the doctors reviewed claimant’s medical records in the Board file and met with the claimant, the Board’s decision to establish consequential anxiety was supported by substantial evidence.','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(622,46338,46420,'reopen the case','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','However, these treatment records were not in the Board file and, while carrier applied to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\">reopen the case</a> to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','The carrier argued that their causal relationship opinions should not stand in support of establishment as they did not account for claimant’s treatment records relating to a prior MVA. However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard. Therefore, the Third Department agreed with the Board that, where the doctors reviewed claimant’s medical records in the Board file and met with the claimant, the Board’s decision to establish consequential anxiety was supported by substantial evidence.','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(623,46338,46439,'reopen the case','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','However, these treatment records were not in the Board file and, while carrier applied to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/04/reopened-cases/\">reopen the case</a> to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard','The carrier argued that their causal relationship opinions should not stand in support of establishment as they did not account for claimant’s treatment records relating to a prior MVA. However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard. Therefore, the Third Department agreed with the Board that, where the doctors reviewed claimant’s medical records in the Board file and met with the claimant, the Board’s decision to establish consequential anxiety was supported by substantial evidence.','However, these treatment records were not in the Board file and, while carrier applied to reopen the case to get them put into the Board file, the Board denied their application as they knew about the records for some time and thus did not meet the “within a reasonable time after the applicant has had knowledge of the facts” standard.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(624,46338,46342,'medical records and history before making an opinion','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical records and history before making an opinion</a> in a workers’ compensation case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','This decision is significant, in light of recent Third Department case law that we use to dispute doctors’ opinions on causal relationship. Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case. See Fox v.','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(625,46338,46421,'workers’ compensation','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','This decision is significant, in light of recent Third Department case law that we use to dispute doctors’ opinions on causal relationship. Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case. See Fox v.','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(626,46338,46486,'workers’ compensation','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','This decision is significant, in light of recent Third Department case law that we use to dispute doctors’ opinions on causal relationship. Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case. See Fox v.','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(627,46338,46486,'workers’ compensation','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','for case law updated to stay on the cutting-edge of workers’ compensation law in New York. This month',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(628,46338,46486,'workers’ compensation','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','for case law updated to stay on the cutting-edge of workers’ compensation law in New York. This month',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(629,46338,46512,'workers’ compensation','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','This decision is significant, in light of recent Third Department case law that we use to dispute doctors’ opinions on causal relationship. Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case. See Fox v.','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(630,46338,46512,'workers’ compensation','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','for case law updated to stay on the cutting-edge of workers’ compensation law in New York. This month',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(631,46338,46555,'workers’ compensation','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> case','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case','This decision is significant, in light of recent Third Department case law that we use to dispute doctors’ opinions on causal relationship. Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case. See Fox v.','Critically, the Third Department requires physicians to have a complete and accurate understanding of the history of the accident and the claimant’s medical records and history before making an opinion in a workers’ compensation case.',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(632,46338,46555,'workers’ compensation','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','for case law updated to stay on the cutting-edge of workers’ compensation law in New York. This month',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(633,46338,46555,'workers’ compensation','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','for case law updated to stay on the cutting-edge of workers’ compensation law in New York. This month',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(634,46338,46340,'medical evidence','2020) (finding claimant’s medical evidence insufficient to support a claim for an allegedly causally-related meniscal tear where the doctor testified that it is “very reasonable that something could have happened at work that exacerbated a chronic condition” or that there was a “strong possibility” that the claimant suffered an acute meniscal tear)','2020) (finding claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> insufficient to support a claim for an allegedly causally-related meniscal tear where the doctor testified that it is “very reasonable that something could have happened at work that exacerbated a chronic condition” or that there was a “strong possibility” that the claimant suffered an acute meniscal tear)','2020) (finding claimant’s medical evidence insufficient to support a claim for an allegedly causally-related meniscal tear where the doctor testified that it is “very reasonable that something could have happened at work that exacerbated a chronic condition” or that there was a “strong possibility” that the claimant suffered an acute meniscal tear)','Borg Warner, 186 A.D.3d 1772, 1773 (3d Dept. 2020) (finding claimant’s medical evidence insufficient to support a claim for an allegedly causally-related meniscal tear where the doctor testified that it is “very reasonable that something could have happened at work that exacerbated a chronic condition” or that there was a “strong possibility” that the claimant suffered an acute meniscal tear).','2020) (finding claimant’s medical evidence insufficient to support a claim for an allegedly causally-related meniscal tear where the doctor testified that it is “very reasonable that something could have happened at work that exacerbated a chronic condition” or that there was a “strong possibility” that the claimant suffered an acute meniscal tear',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(635,46338,46236,'updates on developments in New York workers’ compensation law','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/case-law-updates-lomad-case-law-updates/\">updates on developments in New York workers’ compensation law</a>, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(636,46338,48276,'compensation law','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\">compensation law</a>, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','For more updates on developments in New York workers’ compensation law, stay tuned to our NY WC Blog, please join the New York Workers’ Compensation Forum on LinkedIn, and attend our monthly webinar series, LOMAD & Friends, on the fourth Friday of every month!','for case law updated to stay on the cutting-edge of workers’ compensation law in New York. This month',0,'2022-04-05 01:45:58','2022-04-05 01:45:58'),(637,46546,46511,'carrier or employer','Simply sending a letter indicating that the carrier or employer is willing to provide such services does not appear to be sufficient','Simply sending a letter indicating that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carrier or employer</a> is willing to provide such services does not appear to be sufficient','Simply sending a letter indicating that the carrier or employer is willing to provide such services does not appear to be sufficient','Simply sending a letter indicating that the carrier or employer is willing to provide such services does not appear to be sufficient. Based on the Board Panel decisions, the offer of assistance must an actual offer of retraining, or a specific offer of job search assistance through a company which provides such services, not simply an indication that the carrier will offer such services.','Simply sending a letter indicating that the carrier or employer is willing to provide such services does not appear to be sufficient.',0,'2022-04-05 01:45:59','2022-04-05 01:45:59'),(638,46546,46511,'carrier or employer','Thus, the likely best practice if a carrier or employer wants to challenge a PPD claimant’s entitlement to ongoing benefits is to retain a retraining or job search assistance company and have the company send a correspondence to the claimant detailing the services that will be provided','Thus, the likely best practice if a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carrier or employer</a> wants to challenge a PPD claimant’s entitlement to ongoing benefits is to retain a retraining or job search assistance company and have the company send a correspondence to the claimant detailing the services that will be provided','Thus, the likely best practice if a carrier or employer wants to challenge a PPD claimant’s entitlement to ongoing benefits is to retain a retraining or job search assistance company and have the company send a correspondence to the claimant detailing the services that will be provided','Thus, the likely best practice if a carrier or employer wants to challenge a PPD claimant’s entitlement to ongoing benefits is to retain a retraining or job search assistance company and have the company send a correspondence to the claimant detailing the services that will be provided. Of course, the letter should be simultaneously copied to the Claimant’s attorney. ','Thus, the likely best practice if a carrier or employer wants to challenge a PPD claimant’s entitlement to ongoing benefits is to retain a retraining or job search assistance company and have the company send a correspondence to the claimant detailing the services that will be provided.',0,'2022-04-05 01:45:59','2022-04-05 01:45:59'),(639,46546,46370,'claim for a total industrial','A carrier or employer may want to weigh the chances that such an individual could make a claim for a total industrial disability when challenging his or her entitlement to PPD benefits','A carrier or employer may want to weigh the chances that such an individual could make a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\">claim for a total industrial</a> disability when challenging his or her entitlement to PPD benefits','A carrier or employer may want to weigh the chances that such an individual could make a claim for a total industrial disability when challenging his or her entitlement to PPD benefits','A carrier or employer may want to weigh the chances that such an individual could make a claim for a total industrial disability when challenging his or her entitlement to PPD benefits. Thus, having a vocational firm perform a preliminary assessment of the claimant’s employability may be advisable before making a decision to employ this kind of strategy. ','A carrier or employer may want to weigh the chances that such an individual could make a claim for a total industrial disability when challenging his or her entitlement to PPD benefits.',0,'2022-04-05 01:45:59','2022-04-05 01:45:59'),(640,46132,46421,'workers’ compensation','She is looking forward to learning more within the workers’ compensation area with our firm','She is looking forward to learning more within the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> area with our firm','She is looking forward to learning more within the workers’ compensation area with our firm','She has worked extensively in the legal field for more than 10 years in various areas of law including foreclosures and contract law. She is looking forward to learning more within the workers’ compensation area with our firm.','She has worked extensively in the legal field for more than 10 years in various areas of law including foreclosures and contract law. She is looking forward to learning more within the workers’ compensation area with our firm.',0,'2022-04-05 01:46:00','2022-04-05 01:46:00'),(641,46132,46486,'workers’ compensation','She is looking forward to learning more within the workers’ compensation area with our firm','She is looking forward to learning more within the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> area with our firm','She is looking forward to learning more within the workers’ compensation area with our firm','She has worked extensively in the legal field for more than 10 years in various areas of law including foreclosures and contract law. She is looking forward to learning more within the workers’ compensation area with our firm.','She has worked extensively in the legal field for more than 10 years in various areas of law including foreclosures and contract law. She is looking forward to learning more within the workers’ compensation area with our firm.',0,'2022-04-05 01:46:00','2022-04-05 01:46:00'),(642,46132,46512,'workers’ compensation','She is looking forward to learning more within the workers’ compensation area with our firm','She is looking forward to learning more within the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> area with our firm','She is looking forward to learning more within the workers’ compensation area with our firm','She has worked extensively in the legal field for more than 10 years in various areas of law including foreclosures and contract law. She is looking forward to learning more within the workers’ compensation area with our firm.','She has worked extensively in the legal field for more than 10 years in various areas of law including foreclosures and contract law. She is looking forward to learning more within the workers’ compensation area with our firm.',0,'2022-04-05 01:46:00','2022-04-05 01:46:00'),(643,46132,46555,'workers’ compensation','She is looking forward to learning more within the workers’ compensation area with our firm','She is looking forward to learning more within the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> area with our firm','She is looking forward to learning more within the workers’ compensation area with our firm','She has worked extensively in the legal field for more than 10 years in various areas of law including foreclosures and contract law. She is looking forward to learning more within the workers’ compensation area with our firm.','She has worked extensively in the legal field for more than 10 years in various areas of law including foreclosures and contract law. She is looking forward to learning more within the workers’ compensation area with our firm.',0,'2022-04-05 01:46:00','2022-04-05 01:46:00'),(644,46426,46374,'hearings and reduce the cost of workers’ compensation claims','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">hearings and reduce the cost of workers’ compensation claims</a> for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.',0,'2022-04-05 01:46:01','2022-04-05 01:46:01'),(645,46426,46421,'workers’ compensation claims','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation claims</a> for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.',0,'2022-04-05 01:46:01','2022-04-05 01:46:01'),(646,46426,46486,'workers’ compensation','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.',0,'2022-04-05 01:46:01','2022-04-05 01:46:01'),(647,46426,46512,'workers’ compensation','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.',0,'2022-04-05 01:46:01','2022-04-05 01:46:01'),(648,46426,46555,'workers’ compensation','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.','When used properly, these tools can cut back on unnecessary hearings and reduce the cost of workers’ compensation claims for both parties and the WCB.',0,'2022-04-05 01:46:01','2022-04-05 01:46:01'),(649,46426,46236,'case law','Indeed, the Board calls the case law “well settled” that a medical provider is not a party pursuant to WCL Sec','Indeed, the Board calls the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/case-law-updates-lomad-case-law-updates/\">case law</a> “well settled” that a medical provider is not a party pursuant to WCL Sec','Indeed, the Board calls the case law “well settled” that a medical provider is not a party pursuant to WCL Sec','However, the Board has clearly stated, on more than one occasion, that a medical provider is neither a party, nor a “party in interest” (a WC term of art for these purposes). Indeed, the Board calls the case law “well settled” that a medical provider is not a party pursuant to WCL Sec. 23 and thus cannot appeal, or rebut an appeal, from a WCLJ’s decision.','Indeed, the Board calls the case law “well settled” that a medical provider is not a party pursuant to WCL Sec. 23 and thus cannot appeal, or rebut an appeal, from a WCLJ’s decision. <u>Matter of Bausch & Lomb</u>, 2000 NY Wrk Comp 79613525. The Board has held that a medical provider is not a “party” for the purpose of WCL Sec.',0,'2022-04-05 01:46:01','2022-04-05 01:46:01');
INSERT INTO `cuB_aioseo_links_suggestions` VALUES (650,46426,46503,'appeal relating to that treatment','In fact, the Board has gone so far as to say that a medical provider, even when his or her own treatment is at issue, need not be served a copy of an appeal relating to that treatment','In fact, the Board has gone so far as to say that a medical provider, even when his or her own treatment is at issue, need not be served a copy of an <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">appeal relating to that treatment</a>','In fact, the Board has gone so far as to say that a medical provider, even when his or her own treatment is at issue, need not be served a copy of an appeal relating to that treatment','1500020. In fact, the Board has gone so far as to say that a medical provider, even when his or her own treatment is at issue, need not be served a copy of an appeal relating to that treatment. Metropolitan Hospital, 2014 NY Wrk.','iness criteria are met. However, the Board has clearly stated, on more than one occasion, that a medical provider is neither a party, nor a “party in interest” (a WC term of art for these purposes). Indeed, the Board calls the case law “well settled” that a medical provider is not a party pursuant to WCL Sec. 23 and thus cannot appeal, or rebut an appeal, from a WCLJ’s decision. <u>Matter of Bausch & Lomb</u>, 2000 NY Wrk Comp 79613525. The Board has held that a medical provider is not a “party” for the purpose of WCL Sec. 114-a(3) and thus cannot be penalized for presenting a frivolous argument to the Board through a variance or authorization request. , 2016 NY Wrk. Comp. 1500020. In fact, the Board has gone so far as to say that a medical provider, even when his or her own treatment is at issue, need not be served a copy of an appeal relating to that treatment. <u>Metropolitan Hospital</u>, 2014 NY Wrk. Comp. 0428844. If you are not subject to the jurisdiction of the Board for the purpose of a penalty for a frivolous objection, and if for all other enumerated purposes you are not a “party” or a “party in interest,” then you cannot lodge an objection to a Proposed Decision.',0,'2022-04-05 01:46:01','2022-04-05 01:46:01'),(651,46540,46541,'filed a 3 party action','Defendants filed a 3 party action against the employer/owner for contribution for the injuries sustained by his employee','Defendants <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">filed a 3 party action</a> against the employer/owner for contribution for the injuries sustained by his employee','Defendants filed a 3 party action against the employer/owner for contribution for the injuries sustained by his employee','The employee/passenger sued defendants who were the driver and owner of the other vehicle involved in the accident. Defendants filed a 3 party action against the employer/owner for contribution for the injuries sustained by his employee.','defendants who were the driver and owner of the other vehicle involved in the accident. Defendants filed a 3 party action against the employer/owner for contribution for the injuries sustained by his employee.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(652,46540,46348,'liability of an employer set forth in section','The right to compensation or benefits under this chapter, shall be the exclusive remedy to an employee…when such employee is injured or killed by the negligence or wrong of another in the same employ…The limitation of liability of an employer set forth in section eleven of this article for the injury or death of an employee shall be applicable to another in the same employ…','The right to compensation or benefits under this chapter, shall be the exclusive remedy to an employee…when such employee is injured or killed by the negligence or wrong of another in the same employ…The limitation of <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\">liability of an employer set forth in section</a> eleven of this article for the injury or death of an employee shall be applicable to another in the same employ…','The right to compensation or benefits under this chapter, shall be the exclusive remedy to an employee…when such employee is injured or killed by the negligence or wrong of another in the same employ…The limitation of liability of an employer set forth in section eleven of this article for the injury or death of an employee shall be applicable to another in the same employ…','The right to compensation or benefits under this chapter, shall be the exclusive remedy to an employee…when such employee is injured or killed by the negligence or wrong of another in the same employ…The limitation of liability of an employer set forth in section eleven of this article for the injury or death of an employee shall be applicable to another in the same employ…','The right to compensation or benefits under this chapter, shall be the exclusive remedy to an employee…when such employee is injured or killed by the negligence or wrong of another in the same employ…The limitation of liability of an employer set forth in section eleven of this article for the injury or death of an employee shall be applicable to another in the same employ…',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(653,46540,46340,'medical evidence','…An employer shall not be liable for contribution or indemnity to any third person based upon liability for injuries sustained by an employee acting within the scope of his or her employment for such employer unless such third person proves through competent medical evidence that such employee has sustained a “grave injury”…','…An employer shall not be liable for contribution or indemnity to any third person based upon liability for injuries sustained by an employee acting within the scope of his or her employment for such employer unless such third person proves through competent <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> that such employee has sustained a “grave injury”…','…An employer shall not be liable for contribution or indemnity to any third person based upon liability for injuries sustained by an employee acting within the scope of his or her employment for such employer unless such third person proves through competent medical evidence that such employee has sustained a “grave injury”…','…An employer shall not be liable for contribution or indemnity to any third person based upon liability for injuries sustained by an employee acting within the scope of his or her employment for such employer unless such third person proves through competent medical evidence that such employee has sustained a “grave injury”…','…An employer shall not be liable for contribution or indemnity to any third person based upon liability for injuries sustained by an employee acting within the scope of his or her employment for such employer unless such third person proves through competent medical evidence that such employee has sustained a “grave injury”…',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(654,46166,46421,'workers’ compensation','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Owner and managing attorney of , in Amherst, exclusively practices workers’ compensation defense. Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(655,46166,46421,'workers’ compensation','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law. She is the founder, owner and moderator of the Linkedin Group New York Workers’ Compensation Forum, which currently boasts over 1,800 members.','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(656,46166,46486,'workers’ compensation','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Owner and managing attorney of , in Amherst, exclusively practices workers’ compensation defense. Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(657,46166,46486,'workers’ compensation','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law. She is the founder, owner and moderator of the Linkedin Group New York Workers’ Compensation Forum, which currently boasts over 1,800 members.','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(658,46166,46512,'workers’ compensation','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Owner and managing attorney of , in Amherst, exclusively practices workers’ compensation defense. Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(659,46166,46512,'workers’ compensation','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law. She is the founder, owner and moderator of the Linkedin Group New York Workers’ Compensation Forum, which currently boasts over 1,800 members.','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(660,46166,46555,'workers’ compensation insurance carriers and self-insured employers','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation insurance carriers and self-insured employers</a> since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Owner and managing attorney of , in Amherst, exclusively practices workers’ compensation defense. Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(661,46166,46555,'workers’ compensation','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law. She is the founder, owner and moderator of the Linkedin Group New York Workers’ Compensation Forum, which currently boasts over 1,800 members.','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(662,46166,46541,'insurance carriers','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">insurance carriers</a> and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Owner and managing attorney of , in Amherst, exclusively practices workers’ compensation defense. Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(663,46166,46511,'carriers and self-insured employers','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carriers and self-insured employers</a> since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Owner and managing attorney of , in Amherst, exclusively practices workers’ compensation defense. Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(664,46166,46546,'carriers and self-insured employers','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">carriers and self-insured employers</a> since shortly after she was admitted in 1997','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997','Owner and managing attorney of , in Amherst, exclusively practices workers’ compensation defense. Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.','Melissa began her practice defending workers’ compensation insurance carriers and self-insured employers since shortly after she was admitted in 1997.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(665,46166,48276,'compensation law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in workers’ <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\">compensation law</a>','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law. She is the founder, owner and moderator of the Linkedin Group New York Workers’ Compensation Forum, which currently boasts over 1,800 members.','Melissa frequently lectures on and blogs about recent developments in workers’ compensation law. She is the founder, owner and moderator of the Linkedin Group New York Workers’ Compensation Forum, which currently boasts over 1,800 members.',0,'2022-04-05 01:46:02','2022-04-05 01:46:02'),(666,46370,46387,'compensation due the employee for his loss','In hearing loss cases, pursuant to Workers’ Compensation Law § 49-ee(1), “[t]he last employer in whose employment the employee was exposed to harmful noise … [is] liable for the payment of the total compensation due the employee for his loss of hearing caused by all of his employments in which he was exposed to harmful noise.”(Woodruff v Goulds Pumps/ITT Indus., 18 A.D.3d 1063 [2005]).','<em>In hearing loss cases, pursuant to Workers’ Compensation Law § 49-ee(1), “[t]he last employer in whose employment the employee was exposed to harmful noise … [is] liable for the payment of the total <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">compensation due the employee for his loss</a> of hearing caused by all of his employments in which he was exposed to harmful noise.”(<u>Woodruff v Goulds Pumps/ITT Indus</u>., 18 A.D.3d 1063 [2005]).</em>','<em>In hearing loss cases, pursuant to Workers’ Compensation Law § 49-ee(1), “[t]he last employer in whose employment the employee was exposed to harmful noise … [is] liable for the payment of the total compensation due the employee for his loss of hearing caused by all of his employments in which he was exposed to harmful noise.”(<u>Woodruff v Goulds Pumps/ITT Indus</u>., 18 A.D.3d 1063 [2005]).</em>','In hearing loss cases, pursuant to Workers’ Compensation Law § 49-ee(1), “[t]he last employer in whose employment the employee was exposed to harmful noise … [is] liable for the payment of the total compensation due the employee for his loss of hearing caused by all of his employments in which he was exposed to harmful noise.”(Woodruff v Goulds Pumps/ITT Indus., 18 A.D.3d 1063 [2005]).','<em>In hearing loss cases, pursuant to Workers’ Compensation Law § 49-ee(1), “[t]he last employer in whose employment the employee was exposed to harmful noise … [is] liable for the payment of the total compensation due the employee for his loss of hearing caused by all of his employments in which he was exposed to harmful noise.”(<u>Woodruff v Goulds Pumps/ITT Indus</u>., 18 A.D.3d 1063 [2005',0,'2022-04-05 03:04:59','2022-04-05 03:04:59'),(667,46370,46511,'carriers with the general policy for employers,','Good news for carriers with the general policy for employers, but bad news for wrap-up carriers','Good news for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">carriers with the general policy for employers,</a> but bad news for wrap-up carriers','Good news for carriers with the general policy for employers, but bad news for wrap-up carriers','Good news for carriers with the general policy for employers, but bad news for wrap-up carriers. General policy carriers should now be looking for wrap-up policies that cover the claimant’s work location on every occupational disease claim filed.','Good news for carriers with the general policy for employers, but bad news for wrap-up carriers. General policy carriers should now be looking for wrap-up policies that cover the claimant’s work location on every occupational disease claim filed. We’ve seen some wrap-up carriers argue that public policy would dictate that the Board should reverse this disavowal, as <u>Pinnacle Industries</u> requires them to take on unfunded liability because their policies would have been written with the understanding that they wouldn’t be liable for occupational diseases, and so they wouldn’t have charged premiums sufficient to cover this liability. We think that’s likely to go nowhere. A similar argument had already been shot down by the Court of Appeals when carriers',0,'2022-04-05 03:04:59','2022-04-05 03:04:59'),(668,46370,46511,'prudent carrier','But a prudent carrier should have counter-arguments at the ready to defeat such arguments','But a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">prudent carrier</a> should have counter-arguments at the ready to defeat such arguments','But a prudent carrier should have counter-arguments at the ready to defeat such arguments','So far, the Board hasn’t taken that bait. But a prudent carrier should have counter-arguments at the ready to defeat such arguments. Namely, that the contract between the carrier and the insured consistently assumes the risk of legislative change and that liability for any benefit required of employers by the WCL ultimately rested with the carrier.','but bad news for wrap-up carriers. General policy carriers should now be looking for wrap-up policies that cover the claimant’s work location on every occupational disease claim filed. We’ve seen some wrap-up carriers argue that public policy would dictate that the Board should reverse this disavowal, as <u>Pinnacle Industries</u> requires them to take on unfunded liability because their policies would have been written with the understanding that they wouldn’t be liable for occupational diseases, and so they wouldn’t have charged premiums sufficient to cover this liability. We think that’s likely to go nowhere. A similar argument had already been shot down by the Court of Appeals when carriers tried to argue that closing the door on Section 25-a transfer of liability required them to assume unfunded liability. So far, the Board hasn’t taken that bait. But a prudent carrier should have counter-arguments at the ready to defeat such arguments.',0,'2022-04-05 03:04:59','2022-04-05 03:04:59'),(669,46370,46546,'carriers with the general policy for employers,','Good news for carriers with the general policy for employers, but bad news for wrap-up carriers','Good news for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">carriers with the general policy for employers,</a> but bad news for wrap-up carriers','Good news for carriers with the general policy for employers, but bad news for wrap-up carriers','Good news for carriers with the general policy for employers, but bad news for wrap-up carriers. General policy carriers should now be looking for wrap-up policies that cover the claimant’s work location on every occupational disease claim filed.','Good news for carriers with the general policy for employers, but bad news for wrap-up carriers. General policy carriers should now be looking for wrap-up policies that cover the claimant’s work location on every occupational disease claim filed. We’ve seen some wrap-up carriers argue that public policy would dictate that the Board should reverse this disavowal, as <u>Pinnacle Industries</u> requires them to take on unfunded liability because their policies would have been written with the understanding that they wouldn’t be liable for occupational diseases, and so they wouldn’t have charged premiums sufficient to cover this liability. We think that’s likely to go nowhere. A similar argument had already been shot down by the Court of Appeals when carriers',0,'2022-04-05 03:04:59','2022-04-05 03:04:59'),(670,46370,46541,'carrier and the insured','Namely, that the contract between the carrier and the insured consistently assumes the risk of legislative change and that liability for any benefit required of employers by the WCL ultimately rested with the carrier','Namely, that the contract between the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">carrier and the insured</a> consistently assumes the risk of legislative change and that liability for any benefit required of employers by the WCL ultimately rested with the carrier','Namely, that the contract between the carrier and the insured consistently assumes the risk of legislative change and that liability for any benefit required of employers by the WCL ultimately rested with the carrier','But a prudent carrier should have counter-arguments at the ready to defeat such arguments. Namely, that the contract between the carrier and the insured consistently assumes the risk of legislative change and that liability for any benefit required of employers by the WCL ultimately rested with the carrier. At most, the contract became less profitably, and there’s always a risk of premiums being insufficient to cover a carrier’s liability, which is a risk inherent in the insurance market.','Namely, that the contract between the carrier and the insured consistently assumes the risk of legislative change and that liability for any benefit required of employers by the WCL ultimately rested with the carrier. At most, the contract became less profitably, and there’s always a risk of premiums being insufficient to cover a carrier',0,'2022-04-05 03:04:59','2022-04-05 03:04:59'),(671,46343,46511,'counsel made a ridiculous argument that the employer','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">counsel made a ridiculous argument that the employer</a> should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification. Claimant’s counsel further made a circular argument that because there was no surveillance the employer could not prove that there was anything even relevant on the surveillance. ','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification.',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(672,46343,46511,'employer from properly investigating the claim','The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim','The Court has found prejudice when the delay aggravates the injury or prevents the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employer from properly investigating the claim</a>','The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim','(Zraunig v New York Telephone Company, 32 A.D2d 686 [3rd Dept 1969]). The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim. (Yagaloff v Lincoln Hall, 137 AD2d 955 [3rd Dept 1988]; Pierce v New York Telephone Company, 99 A.D.2d 898 ','the claimant must give written notice of an injury to his employer within 30 days of the accident. However, the statute further provides that the failure to give timely written notice may be excused by the Board if it finds that the claimant had a sufficient reason for the failure to provide timely written notice, the employer had actual knowledge of the accident or the employer was not prejudiced by the lack of timely notice. The courts have further found that the claimant has the burden of showing that the delay in notification did not prejudice the employer, particularly where the accident was unwitnessed. (<em>Zraunig v New York Telephone Company</em>, 32 A.D2d 686 [3rd Dept 1969]). The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim. (<em>Yagaloff v Lincoln Hall,</em> 137 AD2d 955 [3rd Dept 1988]; <em>Pierce v New York Telephone Company</em>, 99 A.D.2d 898 [3rd Dept 1984]).',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(673,46343,46511,'employer from properly investigating the claim','We argued that the delay prevented the employer from properly investigating the claim','We argued that the delay prevented the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employer from properly investigating the claim</a>','We argued that the delay prevented the employer from properly investigating the claim','In this claim, it was undisputed that the claimant did not provide any notice of the injury to the employer within 30 days of the accident, either written or oral. We argued that the delay prevented the employer from properly investigating the claim. We provided employer testimony that the employer has a procedure for keeping closed circuit video of the specific work area for the 30-day notice period. ','wever, the statute further provides that the failure to give timely written notice may be excused by the Board if it finds that the claimant had a sufficient reason for the failure to provide timely written notice, the employer had actual knowledge of the accident or the employer was not prejudiced by the lack of timely notice. The courts have further found that the claimant has the burden of showing that the delay in notification did not prejudice the employer, particularly where the accident was unwitnessed. (<em>Zraunig v New York Telephone Company</em>, 32 A.D2d 686 [3rd Dept 1969]). The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim. (<em>Yagaloff v Lincoln Hall,</em> 137 AD2d 955 [3rd Dept 1988]; <em>Pierce v New York Telephone Company</em>, 99 A.D.2d 898 [3rd Dept 1984]).',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(674,46343,46546,'employer from properly investigating the claim','The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim','The Court has found prejudice when the delay aggravates the injury or prevents the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer from properly investigating the claim</a>','The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim','(Zraunig v New York Telephone Company, 32 A.D2d 686 [3rd Dept 1969]). The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim. (Yagaloff v Lincoln Hall, 137 AD2d 955 [3rd Dept 1988]; Pierce v New York Telephone Company, 99 A.D.2d 898 ','the claimant must give written notice of an injury to his employer within 30 days of the accident. However, the statute further provides that the failure to give timely written notice may be excused by the Board if it finds that the claimant had a sufficient reason for the failure to provide timely written notice, the employer had actual knowledge of the accident or the employer was not prejudiced by the lack of timely notice. The courts have further found that the claimant has the burden of showing that the delay in notification did not prejudice the employer, particularly where the accident was unwitnessed. (<em>Zraunig v New York Telephone Company</em>, 32 A.D2d 686 [3rd Dept 1969]). The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim. (<em>Yagaloff v Lincoln Hall,</em> 137 AD2d 955 [3rd Dept 1988]; <em>Pierce v New York Telephone Company</em>, 99 A.D.2d 898 [3rd Dept 1984]).',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(675,46343,46546,'employer from properly investigating the claim','We argued that the delay prevented the employer from properly investigating the claim','We argued that the delay prevented the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer from properly investigating the claim</a>','We argued that the delay prevented the employer from properly investigating the claim','In this claim, it was undisputed that the claimant did not provide any notice of the injury to the employer within 30 days of the accident, either written or oral. We argued that the delay prevented the employer from properly investigating the claim. We provided employer testimony that the employer has a procedure for keeping closed circuit video of the specific work area for the 30-day notice period. ','wever, the statute further provides that the failure to give timely written notice may be excused by the Board if it finds that the claimant had a sufficient reason for the failure to provide timely written notice, the employer had actual knowledge of the accident or the employer was not prejudiced by the lack of timely notice. The courts have further found that the claimant has the burden of showing that the delay in notification did not prejudice the employer, particularly where the accident was unwitnessed. (<em>Zraunig v New York Telephone Company</em>, 32 A.D2d 686 [3rd Dept 1969]). The Court has found prejudice when the delay aggravates the injury or prevents the employer from properly investigating the claim. (<em>Yagaloff v Lincoln Hall,</em> 137 AD2d 955 [3rd Dept 1988]; <em>Pierce v New York Telephone Company</em>, 99 A.D.2d 898 [3rd Dept 1984]).',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(676,46343,46350,'employer within 30 days of the accident,','In this claim, it was undisputed that the claimant did not provide any notice of the injury to the employer within 30 days of the accident, either written or oral','In this claim, it was undisputed that the claimant did not provide any notice of the injury to the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">employer within 30 days of the accident,</a> either written or oral','In this claim, it was undisputed that the claimant did not provide any notice of the injury to the employer within 30 days of the accident, either written or oral','We were successful in getting the Board to reverse a finding of the WCLJ who established an untimely noticed claim. In this claim, it was undisputed that the claimant did not provide any notice of the injury to the employer within 30 days of the accident, either written or oral. We argued that the delay prevented the employer from properly investigating the claim. ','in getting the Board to reverse a finding of the WCLJ who established an untimely noticed claim. In this claim, it was undisputed that the claimant did not provide any notice of the injury to the employer within 30 days of the accident, either written or oral.',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(677,46343,46344,'burden of proof claimant’','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">burden of proof claimant’</a>s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification. Claimant’s counsel further made a circular argument that because there was no surveillance the employer could not prove that there was anything even relevant on the surveillance. ','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification.',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(678,46343,46344,'claimant’s burden','It was the claimant’s burden to demonstrate that the delay in notification did not prejudice the employer','It was the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">claimant’s burden</a> to demonstrate that the delay in notification did not prejudice the employer','It was the claimant’s burden to demonstrate that the delay in notification did not prejudice the employer','It was also undisputed that this was an unwitnessed accident. It was the claimant’s burden to demonstrate that the delay in notification did not prejudice the employer.','It was also undisputed that this was an unwitnessed accident. It was the claimant’s burden to demonstrate that the delay in notification did not prejudice the employer.',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(679,46343,46503,'burden of proof','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">burden of proof</a> claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification. Claimant’s counsel further made a circular argument that because there was no surveillance the employer could not prove that there was anything even relevant on the surveillance. ','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification.',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(680,46343,48934,'argument that the employer should keep all videos','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2022/02/oral-argument-video-burns-v-varriale/\">argument that the employer should keep all videos</a> on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification. Claimant’s counsel further made a circular argument that because there was no surveillance the employer could not prove that there was anything even relevant on the surveillance. ','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification.',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(681,46343,46541,'file in perpetuity in case','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">file in perpetuity in case</a> there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification. Claimant’s counsel further made a circular argument that because there was no surveillance the employer could not prove that there was anything even relevant on the surveillance. ','In an effort to shift the burden of proof claimant’s counsel made a ridiculous argument that the employer should keep all videos on file in perpetuity in case there is a late notification.',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(682,46343,46553,'alleged further prejudice because if the claimant','We alleged further prejudice because if the claimant had not delayed in reporting this accident the employer would have been able to review the records and would have been able to see that there was no accident that occurred','We <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">alleged further prejudice because if the claimant</a> had not delayed in reporting this accident the employer would have been able to review the records and would have been able to see that there was no accident that occurred','We alleged further prejudice because if the claimant had not delayed in reporting this accident the employer would have been able to review the records and would have been able to see that there was no accident that occurred','Even though the claim was established by the WCLJ, we did not give up on those records, and those records actually stated there was no accident. We alleged further prejudice because if the claimant had not delayed in reporting this accident the employer would have been able to review the records and would have been able to see that there was no accident that occurred.','we had diligently attempted to obtain medical records from a non-compensation provider who had first treated the claimant since we first learned of their existence. Even though the claim was established by the WCLJ, we did not give up on those records, and those records actually stated there was no accident. We alleged further prejudice because if the claimant had not delayed in reporting this accident the employer would have been able to review the records and would have been able to see that there was no accident that occurred.',0,'2022-04-05 03:05:00','2022-04-05 03:05:00'),(683,46503,46553,'variances should be granted','Both medical providers then testified as to whether the variances should be granted or denied as to the additional acupuncture treatment','Both medical providers then testified as to whether the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">variances should be granted</a> or denied as to the additional acupuncture treatment','Both medical providers then testified as to whether the variances should be granted or denied as to the additional acupuncture treatment','Both medical providers then testified as to whether the variances should be granted or denied as to the additional acupuncture treatment. Claimant’s treating medical provider testified that the claimant had undergone other treatment modalities but that acupuncture was the only modality that helped maintain her functional level.','Both medical providers then testified as to whether the variances should be granted or denied as to the additional acupuncture treatment. Claimant’s treating medical provider testified that the claimant had undergone other treatment modalities but that acupuncture was the only modality that helped maintain her functional level. The IME examiner testified that claimant’s treatment provider failed to meet the burden of proof when seeking the variance in that he did not include the claimant’s response to treatment or any improvement in her range of motion from the treatment.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(684,46503,46553,'improvement of functional','The Law Judge specifically noted that the earlier treatments provided no evidence of objective improvement of functional outcomes','The Law Judge specifically noted that the earlier treatments provided no evidence of objective <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">improvement of functional</a> outcomes','The Law Judge specifically noted that the earlier treatments provided no evidence of objective improvement of functional outcomes','The Worker’s Compensation law judge affirmed the carrier’s denials of the treatment determining that the provider failed to show that additional acupuncture treatments were medically necessary. The Law Judge specifically noted that the earlier treatments provided no evidence of objective improvement of functional outcomes.','The Worker’s Compensation law judge affirmed the carrier’s denials of the treatment determining that the provider failed to show that additional acupuncture treatments were medically necessary. The Law Judge specifically noted that the earlier treatments provided no evidence of objective improvement of functional outcomes.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(685,46503,46553,'variance requests','In response to the newly created Medical Treatment Guidelines, claimant’s Doctor submitted two variance requests for the acupuncture treatment, one under the neck Medical Treatment Guidelines and one under the back Medical Treatment Guidelines','In response to the newly created Medical Treatment Guidelines, claimant’s Doctor submitted two <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">variance requests</a> for the acupuncture treatment, one under the neck Medical Treatment Guidelines and one under the back Medical Treatment Guidelines','In response to the newly created Medical Treatment Guidelines, claimant’s Doctor submitted two variance requests for the acupuncture treatment, one under the neck Medical Treatment Guidelines and one under the back Medical Treatment Guidelines','After the implementation of the Medical Treatment Guidelines the claimant’s Doctor sought authorization for three acupuncture treatments per week for a period of six months to the cervical and lumbar spine. In response to the newly created Medical Treatment Guidelines, claimant’s Doctor submitted two variance requests for the acupuncture treatment, one under the neck Medical Treatment Guidelines and one under the back Medical Treatment Guidelines.','involved a claimant who sustained injuries to her neck and back. The carrier of record was Special Funds Conservation Committee under the Fund for Reopened Cases (WCL § 25-a). The claimant was receiving acupuncture treatment three times per week for a period of six weeks in 2009. After the implementation of the Medical Treatment Guidelines the claimant’s Doctor sought authorization for three acupuncture treatments per week for a period of six months to the cervical and lumbar spine. In response to the newly created Medical Treatment Guidelines, claimant’s Doctor submitted two variance requests for the acupuncture treatment, one under the neck Medical Treatment Guidelines and one under the back Medical Treatment Guidelines.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(686,46503,46553,'variance requests','Based on the IME examiner’s findings the carrier denied both variance requests','Based on the IME examiner’s findings the carrier denied both <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">variance requests</a>','Based on the IME examiner’s findings the carrier denied both variance requests','The carrier in response to the variance requests obtained an independent medical examination [“IME”] that found further acupuncture treatments were not medically necessary. Based on the IME examiner’s findings the carrier denied both variance requests.','Based on the IME examiner’s findings the carrier denied both variance requests.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(687,46503,46561,'testified that the claimant','Claimant’s treating medical provider testified that the claimant had undergone other treatment modalities but that acupuncture was the only modality that helped maintain her functional level','Claimant’s treating medical provider <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">testified that the claimant</a> had undergone other treatment modalities but that acupuncture was the only modality that helped maintain her functional level','Claimant’s treating medical provider testified that the claimant had undergone other treatment modalities but that acupuncture was the only modality that helped maintain her functional level','Both medical providers then testified as to whether the variances should be granted or denied as to the additional acupuncture treatment. Claimant’s treating medical provider testified that the claimant had undergone other treatment modalities but that acupuncture was the only modality that helped maintain her functional level. The IME examiner testified that claimant’s treatment provider failed to meet the burden of proof when seeking the variance in that he did not include the claimant’s response to treatment or any improvement in her range of motion from the treatment.','Claimant’s treating medical provider testified that the claimant had undergone other treatment modalities but that acupuncture was the only modality that helped maintain her functional level.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(688,46503,46543,'treatments not in accord with the medical','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">treatments not in accord with the medical</a> treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(689,46503,46543,'specifically noted that the earlier treatments','The Law Judge specifically noted that the earlier treatments provided no evidence of objective improvement of functional outcomes','The Law Judge <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\">specifically noted that the earlier treatments</a> provided no evidence of objective improvement of functional outcomes','The Law Judge specifically noted that the earlier treatments provided no evidence of objective improvement of functional outcomes','The Worker’s Compensation law judge affirmed the carrier’s denials of the treatment determining that the provider failed to show that additional acupuncture treatments were medically necessary. The Law Judge specifically noted that the earlier treatments provided no evidence of objective improvement of functional outcomes.','The Worker’s Compensation law judge affirmed the carrier’s denials of the treatment determining that the provider failed to show that additional acupuncture treatments were medically necessary. The Law Judge specifically noted that the earlier treatments provided no evidence of objective improvement of functional outcomes.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(690,46503,46422,'treatments not in accord with the medical treatment guidelines','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">treatments not in accord with the medical treatment guidelines</a> “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(691,46503,46482,'treatments not in accord with the medical treatment guidelines','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/non-acute-pain-treatment-guidelines/\">treatments not in accord with the medical treatment guidelines</a> “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(692,46503,46502,'treatments not in accord with the medical treatment guidelines','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">treatments not in accord with the medical treatment guidelines</a> “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(693,46503,46506,'treatments not in accord with the medical treatment guidelines','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">treatments not in accord with the medical treatment guidelines</a> “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.','The Court of Appeals then noted for treatments not in accord with the medical treatment guidelines “may nevertheless be approved” through the variance process.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(694,46503,46342,'medical provider has already submitted a first opinion','In fact, the Court of Appeals went further to noting that WCL § 13-a presupposes that the treating medical provider has already submitted a first opinion for the needed treatment','In fact, the Court of Appeals went further to noting that WCL § 13-a presupposes that the treating <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical provider has already submitted a first opinion</a> for the needed treatment','In fact, the Court of Appeals went further to noting that WCL § 13-a presupposes that the treating medical provider has already submitted a first opinion for the needed treatment','In response to the claimant’s argument that the Board’s Guidelines have shifted the burden of proof from the employer to the carrier the Court held that there was nothing with in the Worker’s Compensation Law that ever precluded the Board from requiring proof of medical necessity from the claimant’s health care provider. In fact, the Court of Appeals went further to noting that WCL § 13-a presupposes that the treating medical provider has already submitted a first opinion for the needed treatment. Regarding the presumption under WCL § 21(5), the Court of Appeals held that the presumption remains as to the facts contained in medical report, but that a claimant must first demonstrate medical necessity for the treatment.','In response to the claimant’s argument that the Board’s Guidelines have shifted the burden of proof from the employer to the carrier the Court held that there was nothing with in the Worker’s Compensation Law that ever precluded the Board from requiring proof of medical necessity from the claimant’s health care provider. In fact, the Court of Appeals went further to noting that WCL § 13-a presupposes that the treating medical provider has already submitted a first opinion for the needed treatment. Regarding the presumption under WCL § 21(5), the Court of Appeals held that the presumption remains as to the facts contained in medical report, but that a claimant must first demonstrate medical necessity for the treatment.',0,'2022-04-05 03:05:01','2022-04-05 03:05:01'),(695,46499,46511,'requires a judge to permit an employer or carrier','It requires a judge to permit an employer or carrier to cross examine a claimant’s doctor:','It <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">requires a judge to permit an employer or carrier</a> to cross examine a claimant’s doctor:','It requires a judge to permit an employer or carrier to cross examine a claimant’s doctor:','12 NYCRR §300.10(c), as most defense attorneys know, is one of the last tools remaining in our dwindling tool chest. It requires a judge to permit an employer or carrier to cross examine a claimant’s doctor:','It requires a judge to permit an employer or carrier to cross examine a claimant’s doctor',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(696,46499,46511,'employer or its carrier','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employer or its carrier</a> or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(697,46499,46546,'employer or its carrier','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer or its carrier</a> or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(698,46499,46546,'employer or carrier','It requires a judge to permit an employer or carrier to cross examine a claimant’s doctor:','It requires a judge to permit an <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer or carrier</a> to cross examine a claimant’s doctor:','It requires a judge to permit an employer or carrier to cross examine a claimant’s doctor:','12 NYCRR §300.10(c), as most defense attorneys know, is one of the last tools remaining in our dwindling tool chest. It requires a judge to permit an employer or carrier to cross examine a claimant’s doctor:','It requires a judge to permit an employer or carrier to cross examine a claimant’s doctor',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(699,46499,46503,'attending physician','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the employer or its carrier or special fund desires to produce for cross-examination an <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">attending physician</a> whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','(c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…','c) When the employer or its carrier or special fund desires to produce for cross-examination an attending physician whose report is on file, the referee shall grant an adjournment for such purpose…',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(700,46499,46342,'medical witnesses in accepted or established claims','300.39 Cross examination of medical witnesses in accepted or established claims','300.39 Cross examination of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical witnesses in accepted or established claims</a>','300.39 Cross examination of medical witnesses in accepted or established claims','300.39 Cross examination of medical witnesses in accepted or established claims.','300.39 Cross examination of medical witnesses in accepted or established claims.',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(701,46499,46342,'medical opinion','(3) the basis for requesting cross-examination, including any specific facts reasonably likely to be elicited on cross-examination that would undermine the witness’s medical opinion relative to the report(s)','(3) the basis for requesting cross-examination, including any specific facts reasonably likely to be elicited on cross-examination that would undermine the witness’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical opinion</a> relative to the report(s)','(3) the basis for requesting cross-examination, including any specific facts reasonably likely to be elicited on cross-examination that would undermine the witness’s medical opinion relative to the report(s)','(3) the basis for requesting cross-examination, including any specific facts reasonably likely to be elicited on cross-examination that would undermine the witness’s medical opinion relative to the report(s).','3) the basis for requesting cross-examination, including any specific facts reasonably likely to be elicited on cross-examination that would undermine the witness’s medical opinion relative to the report(s',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(702,46499,46342,'medical opinion','If a party identifies specific evidence that, if credited by the Worker’s Compensation Law Judge, would likely result in rejection of the witness’s medical opinion, cross-examination shall be granted','If a party identifies specific evidence that, if credited by the Worker’s Compensation Law Judge, would likely result in rejection of the witness’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical opinion</a>, cross-examination shall be granted','If a party identifies specific evidence that, if credited by the Worker’s Compensation Law Judge, would likely result in rejection of the witness’s medical opinion, cross-examination shall be granted','(b) Except as provided in Workers’ Compensation Law Section 13 (e), the Workers’ Compensation Law Judge shall determine whether the requested cross-examination is reasonably necessary for the full presentation of the case or issue. If a party identifies specific evidence that, if credited by the Worker’s Compensation Law Judge, would likely result in rejection of the witness’s medical opinion, cross-examination shall be granted. If a party fails to timely request cross-examination or to identify specific evidence that would likely result in rejection of the witness’s medical opinion, cross-examination shall be denied.','If a party identifies specific evidence that, if credited by the Worker’s Compensation Law Judge, would likely result in rejection of the witness’s medical opinion, cross-examination shall be granted.',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(703,46499,46342,'medical opinion','If a party fails to timely request cross-examination or to identify specific evidence that would likely result in rejection of the witness’s medical opinion, cross-examination shall be denied','If a party fails to timely request cross-examination or to identify specific evidence that would likely result in rejection of the witness’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical opinion</a>, cross-examination shall be denied','If a party fails to timely request cross-examination or to identify specific evidence that would likely result in rejection of the witness’s medical opinion, cross-examination shall be denied','If a party identifies specific evidence that, if credited by the Worker’s Compensation Law Judge, would likely result in rejection of the witness’s medical opinion, cross-examination shall be granted. If a party fails to timely request cross-examination or to identify specific evidence that would likely result in rejection of the witness’s medical opinion, cross-examination shall be denied. Where the party has produced a medical opinion that contains a viable difference from or is contrary to the witness’s medical opinion with respect to the particular issue to be determined, the party shall presumptively be entitled to cross-examination.','If a party identifies specific evidence that, if credited by the Worker’s Compensation Law Judge, would likely result in rejection of the witness’s medical opinion, cross-examination shall be granted. If a party fails to timely request cross-examination or to identify specific evidence that would likely result in rejection of the witness’s medical opinion, cross-examination shall be denied.',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(704,46499,46374,'hearing no later than forty-five days','(a) All requests for cross-examination of a treating medical provider, independent medical examiner, or a physician designated by the Board to examine a claimant pursuant to section 13(e) of the Workers’ Compensation Law, shall be made in writing using the form prescribed by the Chair to request further action or on the record at a hearing no later than forty-five days from the date the Board received the medical report(s) which is the subject of the cross-examination','(a) All requests for cross-examination of a treating medical provider, independent medical examiner, or a physician designated by the Board to examine a claimant pursuant to section 13(e) of the Workers’ Compensation Law, shall be made in writing using the form prescribed by the Chair to request further action or on the record at a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">hearing no later than forty-five days</a> from the date the Board received the medical report(s) which is the subject of the cross-examination','(a) All requests for cross-examination of a treating medical provider, independent medical examiner, or a physician designated by the Board to examine a claimant pursuant to section 13(e) of the Workers’ Compensation Law, shall be made in writing using the form prescribed by the Chair to request further action or on the record at a hearing no later than forty-five days from the date the Board received the medical report(s) which is the subject of the cross-examination','(a) All requests for cross-examination of a treating medical provider, independent medical examiner, or a physician designated by the Board to examine a claimant pursuant to section 13(e) of the Workers’ Compensation Law, shall be made in writing using the form prescribed by the Chair to request further action or on the record at a hearing no later than forty-five days from the date the Board received the medical report(s) which is the subject of the cross-examination. All requests shall specify','a) All requests for cross-examination of a treating medical provider, independent medical examiner, or a physician designated by the Board to examine a claimant pursuant to section 13(e) of the Workers’ Compensation Law, shall be made in writing using the form prescribed by the Chair to request further action or on the record at a hearing no later than forty-five days from the date the Board received the medical report(s) which is the subject of the cross-examination.',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(705,46499,46553,'granting the cross-examination; provided however that if the claimant','(c) Cross-examination shall be taken at a hearing or by deposition within forty-five days of the order granting the cross-examination; provided however that if the claimant is not represented by legal counsel, the cross-examination shall be taken at a hearing','(c) Cross-examination shall be taken at a hearing or by deposition within forty-five days of the order <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">granting the cross-examination; provided however that if the claimant</a> is not represented by legal counsel, the cross-examination shall be taken at a hearing','(c) Cross-examination shall be taken at a hearing or by deposition within forty-five days of the order granting the cross-examination; provided however that if the claimant is not represented by legal counsel, the cross-examination shall be taken at a hearing','(c) Cross-examination shall be taken at a hearing or by deposition within forty-five days of the order granting the cross-examination; provided however that if the claimant is not represented by legal counsel, the cross-examination shall be taken at a hearing.','c) Cross-examination shall be taken at a hearing or by deposition within forty-five days of the order granting the cross-examination; provided however that if the claimant is not represented by legal counsel, the cross-examination shall be taken at a hearing.',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(706,46499,46422,'medical witness for the claimant','(e) If the medical witness for the claimant does not appear for cross-examination as scheduled, then an extension of time to take testimony shall be granted only where the Worker’s Compensation Law Judge finds that the witness could not have appeared within that period because of good cause, and that the party seeking the extension acted in good faith and with due diligence','(e) If the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">medical witness for the claimant</a> does not appear for cross-examination as scheduled, then an extension of time to take testimony shall be granted only where the Worker’s Compensation Law Judge finds that the witness could not have appeared within that period because of good cause, and that the party seeking the extension acted in good faith and with due diligence','(e) If the medical witness for the claimant does not appear for cross-examination as scheduled, then an extension of time to take testimony shall be granted only where the Worker’s Compensation Law Judge finds that the witness could not have appeared within that period because of good cause, and that the party seeking the extension acted in good faith and with due diligence','(e) If the medical witness for the claimant does not appear for cross-examination as scheduled, then an extension of time to take testimony shall be granted only where the Worker’s Compensation Law Judge finds that the witness could not have appeared within that period because of good cause, and that the party seeking the extension acted in good faith and with due diligence. If the extension is granted, the testimony shall be taken by deposition at the earliest date practicable but not more than thirty days after the date the witness was originally scheduled to testify.','e) If the medical witness for the claimant does not appear for cross-examination as scheduled, then an extension of time to take testimony shall be granted only where the Worker’s Compensation Law Judge finds that the witness could not have appeared within that period because of good cause, and that the party seeking the extension acted in good faith and with due diligence.',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(707,46499,46541,'insurance carrier','The insurance carrier is solely responsible for enforcing a subpoena to compel the appearance of the witness at the deposition','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">insurance carrier</a> is solely responsible for enforcing a subpoena to compel the appearance of the witness at the deposition','The insurance carrier is solely responsible for enforcing a subpoena to compel the appearance of the witness at the deposition','Such deposition may be taken by telephone. The insurance carrier is solely responsible for enforcing a subpoena to compel the appearance of the witness at the deposition. In the event that the insurance carrier fails to enforce a subpoena to compel appearance of the witness at the deposition, the report of the witness shall remain in evidence.','the medical witness for the insurance carrier fails to appear for cross-examination as scheduled, the insurance carrier’s right to introduce its independent medical report from the witness or to have the witness testify at a hearing or by deposition',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(708,46499,46541,'insurance carrier','In the event that the insurance carrier fails to enforce a subpoena to compel appearance of the witness at the deposition, the report of the witness shall remain in evidence','In the event that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\">insurance carrier</a> fails to enforce a subpoena to compel appearance of the witness at the deposition, the report of the witness shall remain in evidence','In the event that the insurance carrier fails to enforce a subpoena to compel appearance of the witness at the deposition, the report of the witness shall remain in evidence','The insurance carrier is solely responsible for enforcing a subpoena to compel the appearance of the witness at the deposition. In the event that the insurance carrier fails to enforce a subpoena to compel appearance of the witness at the deposition, the report of the witness shall remain in evidence. For any such medical witness authorized by the Chair to treat or conduct independent medical examination of injured workers or both, the Board shall promptly direct the witness to appear at such deposition.','(e) If the medical witness for the claimant does not appear for cross-examination as scheduled, then an extension of time to take testimony shall be granted only where the Worker’s Compensation Law Judge finds that the witness could not have appeared within that period because of good cause, and that the party seeking the extension acted in good faith and with due diligence. If the extension is granted, the testimony shall be taken by deposition at the earliest date practicable but not more than thirty days after the date the witness was originally scheduled to testify. Such deposition may be taken by telephone. The insurance carrier is solely responsible for enforcing a subpoena to compel the appearance of the witness at the deposition. In the event that the insurance carrier fails to enforce a subpoena to compel appearance of the witness at the deposition, the report of the witness shall remain in evidence.',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(709,46499,46338,'decision on the substantive disputed','(f) Any order granting or denying cross-examination under this section shall be interlocutory and shall not be reviewable by the Board under Workers’ Compensation Law Section 23 until a final decision on the substantive disputed issue(s) has been made by the Workers’ Compensation Law Judge','(f) Any order granting or denying cross-examination under this section shall be interlocutory and shall not be reviewable by the Board under Workers’ Compensation Law Section 23 until a final <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">decision on the substantive disputed</a> issue(s) has been made by the Workers’ Compensation Law Judge','(f) Any order granting or denying cross-examination under this section shall be interlocutory and shall not be reviewable by the Board under Workers’ Compensation Law Section 23 until a final decision on the substantive disputed issue(s) has been made by the Workers’ Compensation Law Judge','(f) Any order granting or denying cross-examination under this section shall be interlocutory and shall not be reviewable by the Board under Workers’ Compensation Law Section 23 until a final decision on the substantive disputed issue(s) has been made by the Workers’ Compensation Law Judge.','f) Any order granting or denying cross-examination under this section shall be interlocutory and shall not be reviewable by the Board under Workers’ Compensation Law Section 23 until a final decision on the substantive disputed issue(s) has been made by the Workers’ Compensation Law Judge.',0,'2022-04-05 03:05:02','2022-04-05 03:05:02'),(710,46511,46503,'proof that further medical','3.) The carrier’s filing of a request, on a form RFA-2, to transfer liability to Special Funds when there is proof that further medical or indemnity benefits are payable;','3.) The carrier’s filing of a request, on a form RFA-2, to transfer liability to Special Funds when there is <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\">proof that further medical</a> or indemnity benefits are payable;','3.) The carrier’s filing of a request, on a form RFA-2, to transfer liability to Special Funds when there is proof that further medical or indemnity benefits are payable;','3.) The carrier’s filing of a request, on a form RFA-2, to transfer liability to Special Funds when there is proof that further medical or indemnity benefits are payable;','3.) The carrier’s filing of a request, on a form RFA-2, to transfer liability to Special Funds when there is proof that further medical or indemnity benefits are payable',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(711,46511,46564,'sets forth “principles” for the submission','Board Subject #046-630 also sets forth “principles” for the submission of “proper and complete” applications for WCL §25-a applications and indicates that “incomplete” applications will not be considered as of the December 31, 2013 deadline','Board Subject #046-630 also <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/why-why-do-judges-even-set-deadlines-for-the-submission-of-memoranda-of-law/\">sets forth “principles” for the submission</a> of “proper and complete” applications for WCL §25-a applications and indicates that “incomplete” applications will not be considered as of the December 31, 2013 deadline','Board Subject #046-630 also sets forth “principles” for the submission of “proper and complete” applications for WCL §25-a applications and indicates that “incomplete” applications will not be considered as of the December 31, 2013 deadline','Board Subject #046-630 also sets forth “principles” for the submission of “proper and complete” applications for WCL §25-a applications and indicates that “incomplete” applications will not be considered as of the December 31, 2013 deadline.','Board Subject #046-630 also sets forth “principles” for the submission of “proper and complete” applications for WCL §25-a applications and indicates that “incomplete” applications will not be considered as of the December 31, 2013 deadline.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(712,46511,46374,'claim (an application for payment by the claimant','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete:','Now, in addition to having a case where there is a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claim (an application for payment by the claimant</a> or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete:','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete:','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete:','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(713,46511,46374,'claims when the claimant','The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The challenge will be on those <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claims when the claimant</a> returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The C-25 is supposed to provide evidence that the claimant has not had any lost time as a result of the injury or that the claimant has been working at full salary and not under light duty. The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form. There are several possible mechanisms for addressing this contingency such as subpoena, attorney affirmation after reviewing eCase, affidavit of an adjuster who spoke to the claimant which might provide the requisite affirmative showing that the','The C-25 is supposed to provide evidence that the claimant has not had any lost time as a result of the injury or that the claimant has been working at full salary and not under light duty. The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(714,46511,46546,'reopen and that there were no open ongoing issues','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">reopen and that there were no open ongoing issues</a> at time of closure such that the case was truly closed','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed.','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(715,46511,46546,'employer or carrier','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete:','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer or carrier</a> must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete:','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete:','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete:','Now, in addition to having a case where there is a claim (an application for payment by the claimant or a health care provider) made more than seven years after the date of injury and more than three years after the last payment of compensation on a claim that has been truly closed, it appears that the employer or carrier must also submit a complete written application which will require the following to minimize the risk of having an application be deemed incomplete',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(716,46511,46546,'carrier or employer','However, it appears that the Board will be requiring the carrier or employer to submit affirmative “support” with the application demonstrating that the claimant did not have any lost time or reduced earnings as a result of the injury','However, it appears that the Board will be requiring the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">carrier or employer</a> to submit affirmative “support” with the application demonstrating that the claimant did not have any lost time or reduced earnings as a result of the injury','However, it appears that the Board will be requiring the carrier or employer to submit affirmative “support” with the application demonstrating that the claimant did not have any lost time or reduced earnings as a result of the injury','However, it appears that the Board will be requiring the carrier or employer to submit affirmative “support” with the application demonstrating that the claimant did not have any lost time or reduced earnings as a result of the injury. As a result, the employer or carrier should attach either a C-25 or some other evidence demonstrating that the claimant has not had any lost time to its RFA-2 in a claim where the claimant returned to work for a different employer.','However, it appears that the Board will be requiring the carrier or employer to submit affirmative “support” with the application demonstrating that the claimant did not have any lost time or reduced earnings as a result of the injury.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(717,46511,46371,'claimant returned to work','The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The challenge will be on those claims when the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant returned to work</a> at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The C-25 is supposed to provide evidence that the claimant has not had any lost time as a result of the injury or that the claimant has been working at full salary and not under light duty. The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form. There are several possible mechanisms for addressing this contingency such as subpoena, attorney affirmation after reviewing eCase, affidavit of an adjuster who spoke to the claimant which might provide the requisite affirmative showing that the','The C-25 is supposed to provide evidence that the claimant has not had any lost time as a result of the injury or that the claimant has been working at full salary and not under light duty. The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(718,46511,46371,'claimant working','If same employer, claimant working at full salary and not under light duty;','If same employer, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant working</a> at full salary and not under light duty;','If same employer, claimant working at full salary and not under light duty;','c. If same employer, claimant working at full salary and not under light duty;','If same employer, claimant working at full salary and not under light duty',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(719,46511,46372,'change in condition','No medical report demonstrating a change in condition or that could be taken as a medical provider’s request to reopen;','No medical report demonstrating a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\">change in condition</a> or that could be taken as a medical provider’s request to reopen;','No medical report demonstrating a change in condition or that could be taken as a medical provider’s request to reopen;','d. No medical report demonstrating a change in condition or that could be taken as a medical provider’s request to reopen;','No medical report demonstrating a change in condition or that could be taken as a medical provider’s request to reopen',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(720,46511,46372,'change in condition','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\">change in condition</a> or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed.','In addition to providing evidence that there has been no payment of compensation during the prohibited time period, the RFA-2 should also probably include a letter or other statement asserting that the medical reports do not demonstrate a change in condition or that could be taken as a medical provider’s request to reopen and that there were no open ongoing issues at time of closure such that the case was truly closed.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(721,46511,46350,'work at the employer','If the Claimant has returned to work at the employer of record, the Board appears to be requiring proof that there has been no advance payment of compensation','If the Claimant has returned to <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">work at the employer</a> of record, the Board appears to be requiring proof that there has been no advance payment of compensation','If the Claimant has returned to work at the employer of record, the Board appears to be requiring proof that there has been no advance payment of compensation','If the Claimant has returned to work at the employer of record, the Board appears to be requiring proof that there has been no advance payment of compensation. It is not clear what proof will suffice.','If the Claimant has returned to work at the employer of record, the Board appears to be requiring proof that there has been no advance payment of compensation.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(722,46511,46350,'work at another employer','The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The challenge will be on those claims when the claimant returned to <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">work at another employer</a> and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form','The C-25 is supposed to provide evidence that the claimant has not had any lost time as a result of the injury or that the claimant has been working at full salary and not under light duty. The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form. There are several possible mechanisms for addressing this contingency such as subpoena, attorney affirmation after reviewing eCase, affidavit of an adjuster who spoke to the claimant which might provide the requisite affirmative showing that the','The C-25 is supposed to provide evidence that the claimant has not had any lost time as a result of the injury or that the claimant has been working at full salary and not under light duty. The challenge will be on those claims when the claimant returned to work at another employer and is unresponsive to requests for completion of a C-25 or submits an incomplete form.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(723,46511,46555,'compensation from the employer','· A C-25, or the Claimant’s Application for Reopening of Claim, More Than Seven Years after Accident, which indicates that the claimant has not had any lost time as a result of the injury, has not received an advance payment of compensation from the employer of record, and that the claimant has been working at full salary and not under light duty would also in all likelihood be sufficient','· A C-25, or the Claimant’s Application for Reopening of Claim, More Than Seven Years after Accident, which indicates that the claimant has not had any lost time as a result of the injury, has not received an advance payment of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">compensation from the employer</a> of record, and that the claimant has been working at full salary and not under light duty would also in all likelihood be sufficient','· A C-25, or the Claimant’s Application for Reopening of Claim, More Than Seven Years after Accident, which indicates that the claimant has not had any lost time as a result of the injury, has not received an advance payment of compensation from the employer of record, and that the claimant has been working at full salary and not under light duty would also in all likelihood be sufficient','· A C-25, or the Claimant’s Application for Reopening of Claim, More Than Seven Years after Accident, which indicates that the claimant has not had any lost time as a result of the injury, has not received an advance payment of compensation from the employer of record, and that the claimant has been working at full salary and not under light duty would also in all likelihood be sufficient.','· A C-25, or the Claimant’s Application for Reopening of Claim, More Than Seven Years after Accident, which indicates that the claimant has not had any lost time as a result of the injury, has not received an advance payment of compensation from the employer of record, and that the claimant has been working at full salary and not under light duty would also in all likelihood be sufficient.',0,'2022-04-05 03:05:03','2022-04-05 03:05:03'),(724,46079,46350,'work accident to him, but actually denied any accident','We were able to get concessions from her PA that she never disclosed a work accident to him, but actually denied any accident','We were able to get concessions from her PA that she never disclosed a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">work accident to him, but actually denied any accident</a>','We were able to get concessions from her PA that she never disclosed a work accident to him, but actually denied any accident','My first disallowance when I first started Workers\' Compensation for a claimant who requested time off work, was denied, and just so happened to have an accident the day before the time she previously requested off is one of my favorite wins. We were able to get concessions from her PA that she never disclosed a work accident to him, but actually denied any accident. This was my favorite case because it was my first time taking claimant testimony and I got plenty of objections which would make me stumble and more nervous, and I felt humiliated for asking so many questions about the inconsistencies in the record because “asked and answered” was a frequent objection.','We were able to get concessions from her PA that she never disclosed a work accident to him, but actually denied any accident. This was my favorite case because it was my first time taking claimant testimony and I got plenty of objections which would make me stumble and more nervous, and I felt humiliated for asking so many questions about the inconsistencies in the record because “asked and answered” was a frequent objection. However, my intuition was correct and I prevailed on the same inconsistencies claimant’s counsel continued to object to questions regarding.</li>',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(725,46079,46350,'working with the claimant on the accident','We took the deep dive and contacted other employees who were working with the claimant on the accident date','We took the deep dive and contacted other employees who were <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">working with the claimant on the accident</a> date','We took the deep dive and contacted other employees who were working with the claimant on the accident date','The claimant alleged that after he injured his foot, he fell backwards striking his back causing injuries. We took the deep dive and contacted other employees who were working with the claimant on the accident date. Every employer-eyewitness testified that the claimant injured his right foot and then sat down to await medical attention.','We took the deep dive and contacted other employees who were working with the claimant on the accident date.',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(726,46079,46371,'working with the claimant','We took the deep dive and contacted other employees who were working with the claimant on the accident date','We took the deep dive and contacted other employees who were <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">working with the claimant</a> on the accident date','We took the deep dive and contacted other employees who were working with the claimant on the accident date','The claimant alleged that after he injured his foot, he fell backwards striking his back causing injuries. We took the deep dive and contacted other employees who were working with the claimant on the accident date. Every employer-eyewitness testified that the claimant injured his right foot and then sat down to await medical attention.','We took the deep dive and contacted other employees who were working with the claimant on the accident date.',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(727,46079,46371,'claimant was working','The claimant was working in construction and was assigned to dump bins of debris out into a waiting garbage truck','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant was working</a> in construction and was assigned to dump bins of debris out into a waiting garbage truck','The claimant was working in construction and was assigned to dump bins of debris out into a waiting garbage truck','One of my favorite wins at the trial level involved an established right ankle injury (crush) and the claimant was also alleging a direct injury to the back. The claimant was working in construction and was assigned to dump bins of debris out into a waiting garbage truck. The claimant’s foot was injured by the garbage truck and the debris bin.','the trial level involved an established right ankle injury (crush) and the claimant was also alleging a direct injury to the back. The claimant was working in construction and was assigned to dump bins of debris out into a waiting garbage truck. The claimant’s foot was injured by the garbage truck',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(728,46079,46553,'claimant alleged','The claimant alleged that after he injured his foot, he fell backwards striking his back causing injuries','The <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\">claimant alleged</a> that after he injured his foot, he fell backwards striking his back causing injuries','The claimant alleged that after he injured his foot, he fell backwards striking his back causing injuries','The claimant’s foot was injured by the garbage truck and the debris bin. The claimant alleged that after he injured his foot, he fell backwards striking his back causing injuries. We took the deep dive and contacted other employees who were working with the claimant on the accident date.','the trial level involved an established right ankle injury (crush) and the claimant was also alleging a direct injury to the back. The claimant was working in construction and was assigned to dump bins of debris out into a waiting garbage truck. The claimant’s foot was injured by the garbage truck and the debris bin. The claimant alleged that after he injured his foot, he fell backwards striking his back causing injuries.',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(729,46079,46561,'testified that the claimant','Every employer-eyewitness testified that the claimant injured his right foot and then sat down to await medical attention','Every employer-eyewitness <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">testified that the claimant</a> injured his right foot and then sat down to await medical attention','Every employer-eyewitness testified that the claimant injured his right foot and then sat down to await medical attention','We took the deep dive and contacted other employees who were working with the claimant on the accident date. Every employer-eyewitness testified that the claimant injured his right foot and then sat down to await medical attention. Further, the medical reports did not state a direct back injury until months later.','Every employer-eyewitness testified that the claimant injured his right foot and then sat down to await medical attention.',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(730,46079,46422,'medical reports did not state','Further, the medical reports did not state a direct back injury until months later','Further, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">medical reports did not state</a> a direct back injury until months later','Further, the medical reports did not state a direct back injury until months later','Every employer-eyewitness testified that the claimant injured his right foot and then sat down to await medical attention. Further, the medical reports did not state a direct back injury until months later. Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury disallowed from the claim.','Further, the medical reports did not state a direct back injury until months later. Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury disallowed from the claim. The WCLJ found our three employer witnesses were more credible than the claimant in describing the accident, and that the claimant did not have the complaints until a few months later.',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(731,46079,46506,'medical reports did not state a direct back','Further, the medical reports did not state a direct back injury until months later','Further, the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\">medical reports did not state a direct back</a> injury until months later','Further, the medical reports did not state a direct back injury until months later','Every employer-eyewitness testified that the claimant injured his right foot and then sat down to await medical attention. Further, the medical reports did not state a direct back injury until months later. Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury disallowed from the claim.','Further, the medical reports did not state a direct back injury until months later. Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury disallowed from the claim. The WCLJ found our three employer witnesses were more credible than the claimant in describing the accident, and that the claimant did not have the complaints until a few months later.',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(732,46079,46342,'disallowed from the claim','Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury disallowed from the claim','Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">disallowed from the claim</a>','Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury disallowed from the claim','Further, the medical reports did not state a direct back injury until months later. Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury disallowed from the claim. The WCLJ found our three employer witnesses were more credible than the claimant in describing the accident, and that the claimant did not have the complaints until a few months later.','Based on the overwhelming evidence that we were able to produce, we prevailed on having the back injury disallowed from the claim. The WCLJ found our three employer witnesses were more credible than the claimant in describing the accident, and that the claimant did not have the complaints until a few months later. This was a great win as the claim was then limited to the right ankle injury without expanding the sites of injury.</li>',0,'2022-04-05 03:05:04','2022-04-05 03:05:04'),(733,46415,46374,'claim – I have the risk factors for CTS –','I did not file a claim – I have the risk factors for CTS – I am a 51 year old overweight woman','I did not file a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claim – I have the risk factors for CTS –</a> I am a 51 year old overweight woman','I did not file a claim – I have the risk factors for CTS – I am a 51 year old overweight woman','I proably won’t miss any time from work this time either. I did not file a claim – I have the risk factors for CTS – I am a 51 year old overweight woman. If I put this through workers’ compensation, and I believe I could have established a compensable claim if I sought to, I would receive awards for approximately $53,000.','I will be having left CTS release in a couple of weeks. I also had the right done 3 years ago. I didn’t miss any time from work. The surgery made me better. I proably won’t miss any time from work this time either. I did not file a claim – I have the risk factors for CTS – I am a 51 year old overweight woman.',0,'2022-04-05 03:05:05','2022-04-05 03:05:05'),(734,46415,46421,'claim – I have the risk factors for CTS –','I did not file a claim – I have the risk factors for CTS – I am a 51 year old overweight woman','I did not file a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">claim – I have the risk factors for CTS –</a> I am a 51 year old overweight woman','I did not file a claim – I have the risk factors for CTS – I am a 51 year old overweight woman','I proably won’t miss any time from work this time either. I did not file a claim – I have the risk factors for CTS – I am a 51 year old overweight woman. If I put this through workers’ compensation, and I believe I could have established a compensable claim if I sought to, I would receive awards for approximately $53,000.','I will be having left CTS release in a couple of weeks. I also had the right done 3 years ago. I didn’t miss any time from work. The surgery made me better. I proably won’t miss any time from work this time either. I did not file a claim – I have the risk factors for CTS – I am a 51 year old overweight woman.',0,'2022-04-05 03:05:05','2022-04-05 03:05:05'),(735,46341,46561,'claimant testified','At the trial level, claimant testified','At the trial level, <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant testified</a>','At the trial level, claimant testified','At the trial level, claimant testified. Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital.','At the trial level, claimant testified. Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital. Further, we argued that the claim for reduced earnings while working at the deli was improper. Specifically, there were no doctors providing any work restrictions and therefore the claimant’s reduced earnings were due solely to the claimant’s own decision to work part-time.',0,'2022-04-05 03:05:06','2022-04-05 03:05:06'),(736,46341,46371,'claimant had voluntarily retired –','Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital','Upon conclusion of the testimony, we aggressively argued that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant had voluntarily retired –</a> as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital','Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital','At the trial level, claimant testified. Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital. Further, we argued that the claim for reduced earnings while working at the deli was improper.','Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital.',0,'2022-04-05 03:05:06','2022-04-05 03:05:06'),(737,46341,46371,'claimant to confirm –','With the facts in our corner, we went into the hearing knowing the answers, but needed the claimant to confirm – which she did','With the facts in our corner, we went into the hearing knowing the answers, but needed the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant to confirm –</a> which she did','With the facts in our corner, we went into the hearing knowing the answers, but needed the claimant to confirm – which she did','In this claim, LOMAD took another deep dive into the record which revealed no doctor was advising to retire or provided any work restrictions. With the facts in our corner, we went into the hearing knowing the answers, but needed the claimant to confirm – which she did. This was an excellent win for our client and LOMAD!','With the facts in our corner, we went into the hearing knowing the answers, but needed the claimant to confirm – which she did.',0,'2022-04-05 03:05:06','2022-04-05 03:05:06'),(738,46341,46374,'claimant had voluntarily retired –','Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital','Upon conclusion of the testimony, we aggressively argued that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant had voluntarily retired –</a> as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital','Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital','At the trial level, claimant testified. Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital. Further, we argued that the claim for reduced earnings while working at the deli was improper.','Upon conclusion of the testimony, we aggressively argued that the claimant had voluntarily retired – as no doctor suggested or advised to retire, and the claimant testified that it was time for her to retire from the hospital.',0,'2022-04-05 03:05:06','2022-04-05 03:05:06'),(739,46341,46374,'claimant to confirm –','With the facts in our corner, we went into the hearing knowing the answers, but needed the claimant to confirm – which she did','With the facts in our corner, we went into the hearing knowing the answers, but needed the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant to confirm –</a> which she did','With the facts in our corner, we went into the hearing knowing the answers, but needed the claimant to confirm – which she did','In this claim, LOMAD took another deep dive into the record which revealed no doctor was advising to retire or provided any work restrictions. With the facts in our corner, we went into the hearing knowing the answers, but needed the claimant to confirm – which she did. This was an excellent win for our client and LOMAD!','With the facts in our corner, we went into the hearing knowing the answers, but needed the claimant to confirm – which she did.',0,'2022-04-05 03:05:06','2022-04-05 03:05:06'),(740,46341,46549,'found that the claimant','The WCLJ agreed with our position and found that the claimant had voluntarily retired from her job at the hospital and was not entitled to lost time','The WCLJ agreed with our position and <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">found that the claimant</a> had voluntarily retired from her job at the hospital and was not entitled to lost time','The WCLJ agreed with our position and found that the claimant had voluntarily retired from her job at the hospital and was not entitled to lost time','The WCLJ agreed with our position and found that the claimant had voluntarily retired from her job at the hospital and was not entitled to lost time. Further, the WCLJ sided with our position that the claim for reduced earnings was based on the claimant’s decision to work part-time, not due to any work restrictions placed on her.','The WCLJ agreed with our position and found that the claimant had voluntarily retired from her job at the hospital and was not entitled to lost time. Further, the WCLJ sided with our position that the claim for reduced earnings was based on the claimant’s decision to work part-time',0,'2022-04-05 03:05:06','2022-04-05 03:05:06'),(741,46340,46338,'causal relationship','Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of causal relationship, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.','Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">causal relationship</a>, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.','Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of causal relationship, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.','Pain is a symptom and not a diagnosis and, as such, medical reports that only reference or diagnose pain are not sufficient to constitute PFME of an injury, trauma or illness.” Notably, the Board found that pain was not sufficient for PFME, despite positive clinical findings, which claimant’s counsel argued were indicative of an injury. Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of causal relationship, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.','Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of causal relationship, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.',0,'2022-04-05 03:05:07','2022-04-05 03:05:07'),(742,46340,46344,'causal relationship','Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of causal relationship, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.','Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">causal relationship</a>, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.','Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of causal relationship, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.','Pain is a symptom and not a diagnosis and, as such, medical reports that only reference or diagnose pain are not sufficient to constitute PFME of an injury, trauma or illness.” Notably, the Board found that pain was not sufficient for PFME, despite positive clinical findings, which claimant’s counsel argued were indicative of an injury. Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of causal relationship, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.','Since PFME is an issue which is usually never revisited, as it is interlocutory, it is important to be aggressive at the outset of the claim and recognizing that just because a diagnosis is given with statement of causal relationship, that diagnosis may not be an actual “injury,” and a finding of PFME should be argued against accordingly.',0,'2022-04-05 03:05:07','2022-04-05 03:05:07'),(743,46375,46367,'related due','The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related','The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">related due</a> to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related','The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related','The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(744,46375,46367,'causally related','The IME doctor was able to maintain their position that the claim is not causally related','The IME doctor was able to maintain their position that the claim is not <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">causally related</a>','The IME doctor was able to maintain their position that the claim is not causally related','The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible. As such the claim was disallowed.',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(745,46375,46367,'causally related','The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim','The Judge ended up finding that the claimant had failed to demonstrate his complaints were <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\">causally related</a> to a work injury noting the multiple inconsistencies in the claim','The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim','We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible. As such the claim',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(746,46375,46342,'opinion on causal relationship','The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible','The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">opinion on causal relationship</a> was not credible','The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible','The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible.',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(747,46375,46342,'claim is not causally','The IME doctor was able to maintain their position that the claim is not causally related','The IME doctor was able to maintain their position that the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">claim is not causally</a> related','The IME doctor was able to maintain their position that the claim is not causally related','The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(748,46375,46332,'causally related','The IME doctor was able to maintain their position that the claim is not causally related','The IME doctor was able to maintain their position that the claim is not <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\">causally related</a>','The IME doctor was able to maintain their position that the claim is not causally related','The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible. As such the claim was disallowed.',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(749,46375,46332,'causally related','The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim','The Judge ended up finding that the claimant had failed to demonstrate his complaints were <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\">causally related</a> to a work injury noting the multiple inconsistencies in the claim','The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim','We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible. As such the claim',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(750,46375,46344,'claimant’s treating doctor’s opinion on causal relationship','The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible','The Judge noted that due to the multiple inconsistencies the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">claimant’s treating doctor’s opinion on causal relationship</a> was not credible','The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible','The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible.',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(751,46375,46338,'causal relationship','The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible','The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\">causal relationship</a> was not credible','The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible','The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible.','the left knee. The issue for litigation which ultimately led to a disallowance of the claim was causal relationship. The claimant claimed to have injured his knee while working. The claimant did not seek treatment until 2 years following the alleged accident, and indicated that he did not seek treatment earlier because he avoids doctors, which raised suspicion for the type of injury being claimed and the typical pain and issues that injury would likely cause an individual. As we reviewed the case further, the history of the accident which was being provided to different physicians, as well as the history provided in claimant’s own testimony, began to create even more inconsistencies, as none of the histories appeared to be the same. In one report the claimant alleged he tripped over an object, in another he alleged he twisted his body when his knee was injured, in another he alleged he was squatting down when he injured his knee, and the inconsistencies continued from there. The diagnoses which claimant had were all diagnoses that could have been caused from other preexisting conditions or by other means, such as running or playing basketball, which were also included in reports from various physicians. The treating physician conceded in cross examination that he was only assuming the claimant’s condition was casually related due to the history provided, and then further conceded that there are many other explanations for which claimant could have these knee conditions which would NOT be work related. The IME doctor was able to maintain their position that the claim is not causally related. We highlighted the inconsistencies in both a memo of law and summations. The Judge ended up finding that the claimant had failed to demonstrate his complaints were causally related to a work injury noting the multiple inconsistencies in the claim. The Judge noted that due to the multiple inconsistencies the claimant’s treating doctor’s opinion on causal relationship was not credible. Additionally, the Judge noted that the fact that the claimant waited two years to treat was not credible.',0,'2022-04-05 04:52:36','2022-04-05 04:52:36'),(752,48023,46421,'workers’ compensation','She is very excited to continue to learn more about workers’ compensation law.','She is very excited to continue to learn more about <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> law.','She is very excited to continue to learn more about workers’ compensation law.','During her time in college, she enjoyed being a member of the Paralegal club, where she and the other club members would help educate the campus on the role of paralegals. She is very excited to continue to learn more about workers’ compensation law.','she enjoyed being a member of the Paralegal club, where she and the other club members would help educate the campus on the role of paralegals. She is very excited to continue to learn more about workers’ compensation law.',0,'2022-04-05 04:52:41','2022-04-05 04:52:41'),(753,48023,46486,'workers’ compensation','She is very excited to continue to learn more about workers’ compensation law.','She is very excited to continue to learn more about <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> law.','She is very excited to continue to learn more about workers’ compensation law.','During her time in college, she enjoyed being a member of the Paralegal club, where she and the other club members would help educate the campus on the role of paralegals. She is very excited to continue to learn more about workers’ compensation law.','she enjoyed being a member of the Paralegal club, where she and the other club members would help educate the campus on the role of paralegals. She is very excited to continue to learn more about workers’ compensation law.',0,'2022-04-05 04:52:41','2022-04-05 04:52:41'),(754,48023,46512,'workers’ compensation','She is very excited to continue to learn more about workers’ compensation law.','She is very excited to continue to learn more about <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> law.','She is very excited to continue to learn more about workers’ compensation law.','During her time in college, she enjoyed being a member of the Paralegal club, where she and the other club members would help educate the campus on the role of paralegals. She is very excited to continue to learn more about workers’ compensation law.','she enjoyed being a member of the Paralegal club, where she and the other club members would help educate the campus on the role of paralegals. She is very excited to continue to learn more about workers’ compensation law.',0,'2022-04-05 04:52:41','2022-04-05 04:52:41'),(755,48023,46555,'workers’ compensation','She is very excited to continue to learn more about workers’ compensation law.','She is very excited to continue to learn more about <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> law.','She is very excited to continue to learn more about workers’ compensation law.','During her time in college, she enjoyed being a member of the Paralegal club, where she and the other club members would help educate the campus on the role of paralegals. She is very excited to continue to learn more about workers’ compensation law.','she enjoyed being a member of the Paralegal club, where she and the other club members would help educate the campus on the role of paralegals. She is very excited to continue to learn more about workers’ compensation law.',0,'2022-04-05 04:52:41','2022-04-05 04:52:41'),(756,46335,46350,'accident and the manner in which it occurred','“The documentary and testimonial evidence presented by the employer as to decedent’s intoxication, the circumstances preceding the accident and the manner in which it occurred sufficiently rebutted the presumption contained in Workers’ Compensation Law § 21(4) and established that decedent’s intoxication was the sole cause of the accident.”','“The documentary and testimonial evidence presented by the employer as to decedent’s intoxication, the circumstances preceding the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\">accident and the manner in which it occurred</a> sufficiently rebutted the presumption contained in Workers’ Compensation Law § 21(4) and established that decedent’s intoxication was the sole cause of the accident.”','“The documentary and testimonial evidence presented by the employer as to decedent’s intoxication, the circumstances preceding the accident and the manner in which it occurred sufficiently rebutted the presumption contained in Workers’ Compensation Law § 21(4) and established that decedent’s intoxication was the sole cause of the accident.”','The Court has upheld this, finding that intoxication may overcome the presumption of §21. “The documentary and testimonial evidence presented by the employer as to decedent’s intoxication, the circumstances preceding the accident and the manner in which it occurred sufficiently rebutted the presumption contained in Workers’ Compensation Law § 21(4) and established that decedent’s intoxication was the sole cause of the accident.” Purcell v.','“The documentary and testimonial evidence presented by the employer as to decedent’s intoxication, the circumstances preceding the accident and the manner in which it occurred sufficiently rebutted the presumption contained in Workers’ Compensation Law § 21(4) and established that decedent’s intoxication was the sole cause of the accident.”',0,'2022-04-05 04:52:42','2022-04-05 04:52:42'),(757,46335,46502,'pain control','He also confirmed that the drugs administered by the hospital for pain control wouldn’t flag as any of the illicit substances on the tox screen','He also confirmed that the drugs administered by the hospital for <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\">pain control</a> wouldn’t flag as any of the illicit substances on the tox screen','He also confirmed that the drugs administered by the hospital for pain control wouldn’t flag as any of the illicit substances on the tox screen','We deposed the ED doctor, who confirmed that the positive tox screen was performed on the day of accident and conceded that the drugs shown in the tox screen could cause altered cognition, altered coordination, euphoria, dizziness and altered consciousness. He also confirmed that the drugs administered by the hospital for pain control wouldn’t flag as any of the illicit substances on the tox screen. We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors.','he safety equipment was working. We still had to overcome the §21 presumption and show that this accident was solely caused by the claimant’s use of controlled substances. We deposed the ED doctor, who confirmed that the positive tox screen was performed on the day of accident and conceded that the drugs shown in the tox screen could cause altered cognition, altered coordination, euphoria, dizziness and altered consciousness. He also confirmed that the drugs administered by the hospital for pain control wouldn’t flag as any of the illicit substances on the tox screen. We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen',0,'2022-04-05 04:52:42','2022-04-05 04:52:42'),(758,46335,46342,'medical opinion','We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors','We now had a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">medical opinion</a> which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors','We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors','He also confirmed that the drugs administered by the hospital for pain control wouldn’t flag as any of the illicit substances on the tox screen. We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors.','we had a positive drug screen and a seething employer ready to testify that the safety equipment was working. We still had to overcome the §21 presumption and show that this accident was solely caused by the claimant’s use of controlled substances. We deposed the ED doctor, who confirmed that the positive tox screen was performed on the day of accident and conceded that the drugs shown in the tox screen could cause altered cognition, altered coordination, euphoria, dizziness and altered consciousness. He also confirmed that the drugs administered by the hospital for pain control wouldn’t flag as any of the illicit substances on the tox screen. We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors.',0,'2022-04-05 04:52:42','2022-04-05 04:52:42'),(759,46335,46549,'claimant was in an altered state','We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors','We now had a medical opinion which strongly suggested the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant was in an altered state</a> at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors','We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors','He also confirmed that the drugs administered by the hospital for pain control wouldn’t flag as any of the illicit substances on the tox screen. We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors.','we had a positive drug screen and a seething employer ready to testify that the safety equipment was working. We still had to overcome the §21 presumption and show that this accident was solely caused by the claimant’s use of controlled substances. We deposed the ED doctor, who confirmed that the positive tox screen was performed on the day of accident and conceded that the drugs shown in the tox screen could cause altered cognition, altered coordination, euphoria, dizziness and altered consciousness. He also confirmed that the drugs administered by the hospital for pain control wouldn’t flag as any of the illicit substances on the tox screen. We now had a medical opinion which strongly suggested the claimant was in an altered state at the time of the accident and confirmation that his positive tox screen was taken on the date of the accident and was not, despite the claimant’s attorney claimed, a result of the medications provided by his doctors.',0,'2022-04-05 04:52:42','2022-04-05 04:52:42'),(760,46335,46422,'applied if the claimant','While talking to him, we focused heavily on the usual safety requirements and how they worked to make sure that we had a solid understanding of what precautions would have applied if the claimant had properly used his safety gear','While talking to him, we focused heavily on the usual safety requirements and how they worked to make sure that we had a solid understanding of what precautions would have <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\">applied if the claimant</a> had properly used his safety gear','While talking to him, we focused heavily on the usual safety requirements and how they worked to make sure that we had a solid understanding of what precautions would have applied if the claimant had properly used his safety gear','We reached out to the employer witness, who was the owner of the company, to prepare him to testify. While talking to him, we focused heavily on the usual safety requirements and how they worked to make sure that we had a solid understanding of what precautions would have applied if the claimant had properly used his safety gear. We even had the employer hop into a set of gear himself and send us pictures so we understood what each piece of gear was and how it worked! ','While talking to him, we focused heavily on the usual safety requirements and how they worked to make sure that we had a solid understanding of what precautions would have applied if the claimant had properly used his safety gear. We even had the employer hop into a set of gear himself and send us pictures so we understood what each piece of gear was and how it worked! We built a timeline to make it clear to the judge that the safety gear was checked by our witness two days prior to the accident, checked by the injured worker himself on the day of the accident before he went up the tower, and checked by our witness after the accident before it was confiscated by OSHA as part of their investigation. We also made sure our witness understood why this timeline was so important, and why we needed the judge to conclude that the safety gear',0,'2022-04-05 04:52:42','2022-04-05 04:52:42'),(761,46335,46561,'testified that while kneeling over the claimant','Then, in a coup de grâce, he testified that while kneeling over the claimant on the ground, he looked up and saw the safety gear still properly attached to the tower','Then, in a coup de grâce, he <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">testified that while kneeling over the claimant</a> on the ground, he looked up and saw the safety gear still properly attached to the tower','Then, in a coup de grâce, he testified that while kneeling over the claimant on the ground, he looked up and saw the safety gear still properly attached to the tower','He explained that if the claimant had properly used his safety gear, he would only have fallen about 9 inches. Then, in a coup de grâce, he testified that while kneeling over the claimant on the ground, he looked up and saw the safety gear still properly attached to the tower. He confirmed that he had personally checked it before OSHA took it, and it worked perfectly. ','Then, in a coup de grâce, he testified that while kneeling over the claimant on the ground, he looked up and saw the safety gear still properly attached to the tower.',0,'2022-04-05 04:52:42','2022-04-05 04:52:42'),(762,46148,46511,'employed by claimant’s counsel','This experience has given him unique insight into the strategies employed by claimant’s counsel, and into the way matters and issues are approached and adjudicated by the board','This experience has given him unique insight into the strategies <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employed by claimant’s counsel</a>, and into the way matters and issues are approached and adjudicated by the board','This experience has given him unique insight into the strategies employed by claimant’s counsel, and into the way matters and issues are approached and adjudicated by the board','Day, Paul successfully represented claimants for seventeen years, handling thousands of cases involving every aspect of New York Workers’ Compensation Law. This experience has given him unique insight into the strategies employed by claimant’s counsel, and into the way matters and issues are approached and adjudicated by the board. Paul has a great understanding of the legal and medical requirements necessary to form winning arguments.','This experience has given him unique insight into the strategies employed by claimant’s counsel, and into the way matters and issues are approached and adjudicated by the board.',0,'2022-04-05 04:52:43','2022-04-05 04:52:43'),(763,46148,46504,'earned his law','He earned his law degree from the University of Toledo','He <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">earned his law</a> degree from the University of Toledo','He earned his law degree from the University of Toledo','He earned bachelor\'s degrees from SUNY at Fredonia and SUNY at Buffalo. He earned his law degree from the University of Toledo.','he western New York area. He earned bachelor\'s degrees from SUNY at Fredonia and SUNY at Buffalo. He earned his law degree from the University of Toledo.',0,'2022-04-05 04:52:43','2022-04-05 04:52:43'),(764,46347,46512,'– including','and “compromised” for a variety of reasons – including that they are not “hands-on” with regard to testing for muscle spasm/tension during range of motion measurements, etc','and “compromised” for a variety of reasons <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">– including</a> that they are not “hands-on” with regard to testing for muscle spasm/tension during range of motion measurements, etc','and “compromised” for a variety of reasons – including that they are not “hands-on” with regard to testing for muscle spasm/tension during range of motion measurements, etc','telemedicine visits are less credible than in- person visits, and “compromised” for a variety of reasons – including that they are not “hands-on” with regard to testing for muscle spasm/tension during range of motion measurements, etc.','andled a claim in which we were attempting to get a finding of 50% degree of disability with regard to temporary rates in the record. Our IME had given an opinion of 50% based on her examination, but the treating physician had consistently opined 100%. We deposed the treating provider, who testified that his recent examinations were done through telemedicine, and that he was able to view the claimant sufficiently in order to make determinations for his exam report. We were ultimately able to get the treating physician to concede that telemedicine visits are less credible than in- person visits, and “compromised” for a variety of reasons – including that they are not “hands-on” with regard to testing for muscle spasm/tension during range of motion measurements, etc.',0,'2022-04-05 05:06:54','2022-04-05 05:06:54'),(765,46555,46376,'law enforcement officers','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\">law enforcement officers</a> who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(766,46555,46376,'law enforcement officer','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\">law enforcement officer</a> and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(767,46555,46376,'law enforcement officers','The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','The purpose for enacting section 8191 was to provide such injured local <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\">law enforcement officers</a> with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','§8191,which extended the benefits of the Federal Employees Compensation Act to state and local law enforcement officers who are injured while engaged in the apprehension of persons committing federal crimes. The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C. § 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits.','The benefits of this subchapter are available as provided in this subchapter to eligible law enforcement officers (referred to in this subchapter as “eligible officers”) and their survivors. For the purposes of this subchapter, an eligible officer is any person who is determined by the Secretary of Labor in his discretion to have been on any given occ',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(768,46555,46377,'law enforcement officers','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\">law enforcement officers</a> who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(769,46555,46377,'law enforcement officer','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\">law enforcement officer</a> and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(770,46555,46377,'law enforcement officers','The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','The purpose for enacting section 8191 was to provide such injured local <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\">law enforcement officers</a> with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','§8191,which extended the benefits of the Federal Employees Compensation Act to state and local law enforcement officers who are injured while engaged in the apprehension of persons committing federal crimes. The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C. § 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits.','The benefits of this subchapter are available as provided in this subchapter to eligible law enforcement officers (referred to in this subchapter as “eligible officers”) and their survivors. For the purposes of this subchapter, an eligible officer is any person who is determined by the Secretary of Labor in his discretion to have been on any given occ',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(771,46555,46504,'law enforcement officers','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">law enforcement officers</a> who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(772,46555,46504,'law enforcement officer','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">law enforcement officer</a> and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(773,46555,46504,'law enforcement officers','The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','The purpose for enacting section 8191 was to provide such injured local <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">law enforcement officers</a> with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C','§8191,which extended the benefits of the Federal Employees Compensation Act to state and local law enforcement officers who are injured while engaged in the apprehension of persons committing federal crimes. The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C. § 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits.','The benefits of this subchapter are available as provided in this subchapter to eligible law enforcement officers (referred to in this subchapter as “eligible officers”) and their survivors. For the purposes of this subchapter, an eligible officer is any person who is determined by the Secretary of Labor in his discretion to have been on any given occ',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(774,46555,48276,'law enforcement officers','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\">law enforcement officers</a> who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States:','2.) The Claimant appears to have a viable claim against the United States as an“employee” pursuant to a provision of FECA that allows for such claims by law enforcement officers who are not employees of the United States',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(775,46555,48276,'law enforcement officer','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\">law enforcement officer</a> and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','(1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–','1) a law enforcement officer and to have been engaged on that occasion in the apprehension or attempted apprehension of any person–',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(776,46555,46371,'claimant to 312 weeks of benefits,','For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm','For example, under FECA, compensation for loss of an arm entitles a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant to 312 weeks of benefits,</a> identical to NY’s schedule for an arm','For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm','FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions. For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm. It does not appear that there is a maximum on the weekly benefit under FECA like there is in NY.','for the Claimant if he could recover greater benefits under FECA then he has under NY Compensation Law. FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions. For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(777,46555,46371,'benefits received','§ 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits','§ 8192, provides that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">benefits received</a> should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits','§ 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits','The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C. § 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits. 5 U.S.C.','§8191,which extended the benefits of the Federal Employees Compensation Act to state and local law enforcement officers who are injured while engaged in the apprehension of persons committing federal crimes. The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C. § 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(778,46555,46512,'including workmen’s compensation','§ 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits','§ 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">including workmen’s compensation</a> benefits','§ 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits','The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C. § 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits. 5 U.S.C.','§8191,which extended the benefits of the Federal Employees Compensation Act to state and local law enforcement officers who are injured while engaged in the apprehension of persons committing federal crimes. The purpose for enacting section 8191 was to provide such injured local law enforcement officers with the same benefits as are available to federal employees under the Federal Employees Compensation Act…A companion section, 5U.S.C. § 8192, provides that the benefits received should be reduced by the amount of benefits paid by state or local governmental sources, including workmen’s compensation benefits.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(779,46555,46511,'employer could bring a claim','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the employer could bring a claim against the United States under FECA','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\">employer could bring a claim</a> against the United States under FECA','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the employer could bring a claim against the United States under FECA','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the employer could bring a claim against the United States under FECA.','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the employer could bring a claim against the United States under FECA.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(780,46555,46546,'employer could bring a claim','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the employer could bring a claim against the United States under FECA','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">employer could bring a claim</a> against the United States under FECA','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the employer could bring a claim against the United States under FECA','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the employer could bring a claim against the United States under FECA.','In the City of Whittier, the 9th Circuit found that the City could not bring a Federal Tort Claims Act against the United States because FECA is the exclusive remedy, and therefore “any possible claims of the City must be brought under that Act.” Hence, the Court envisioned that the employer could bring a claim against the United States under FECA.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(781,46555,46329,'schedule loss','FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions','FECA has a Compensation Schedule similar to NY’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">schedule loss</a> of use provisions','FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions','Other thoughts – Such an action might make sense for the Claimant if he could recover greater benefits under FECA then he has under NY Compensation Law. FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions. For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm.','FECA then he has under NY Compensation Law. FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(782,46555,46415,'schedule loss','FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions','FECA has a Compensation Schedule similar to NY’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\">schedule loss</a> of use provisions','FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions','Other thoughts – Such an action might make sense for the Claimant if he could recover greater benefits under FECA then he has under NY Compensation Law. FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions. For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm.','FECA then he has under NY Compensation Law. FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(783,46555,46387,'compensation for loss','For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm','For example, under FECA, <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\">compensation for loss</a> of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm','For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm','FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions. For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm. It does not appear that there is a maximum on the weekly benefit under FECA like there is in NY.','for the Claimant if he could recover greater benefits under FECA then he has under NY Compensation Law. FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions. For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(784,46555,46374,'loss of an arm entitles a claimant','For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm','For example, under FECA, compensation for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">loss of an arm entitles a claimant</a> to 312 weeks of benefits, identical to NY’s schedule for an arm','For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm','FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions. For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm. It does not appear that there is a maximum on the weekly benefit under FECA like there is in NY.','for the Claimant if he could recover greater benefits under FECA then he has under NY Compensation Law. FECA has a Compensation Schedule similar to NY’s schedule loss of use provisions. For example, under FECA, compensation for loss of an arm entitles a claimant to 312 weeks of benefits, identical to NY’s schedule for an arm.',0,'2022-04-05 05:06:55','2022-04-05 05:06:55'),(785,46504,46342,'unanimous medical','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','Day argued that the credible and <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\">unanimous medical</a> evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','On appeal, The Law Office of Melissa A. Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before. It was further argued that the 35% LWEC was by default an “arbitrary and capricious” ruling insofar as the Board has failed to provide any rational method for converting the severity of the medical impairment and the vocational factors of any one claimant into a percent loss of wage earning capacity.','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before.',0,'2022-04-05 05:06:56','2022-04-05 05:06:56'),(786,46504,46340,'medical evidence','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','Day argued that the credible and unanimous <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','On appeal, The Law Office of Melissa A. Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before. It was further argued that the 35% LWEC was by default an “arbitrary and capricious” ruling insofar as the Board has failed to provide any rational method for converting the severity of the medical impairment and the vocational factors of any one claimant into a percent loss of wage earning capacity.','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before.',0,'2022-04-05 05:06:56','2022-04-05 05:06:56'),(787,46504,46344,'claimant’s injuries','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','Day argued that the credible and unanimous medical evidence indicated that the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\">claimant’s injuries</a> did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before','On appeal, The Law Office of Melissa A. Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before. It was further argued that the 35% LWEC was by default an “arbitrary and capricious” ruling insofar as the Board has failed to provide any rational method for converting the severity of the medical impairment and the vocational factors of any one claimant into a percent loss of wage earning capacity.','Day argued that the credible and unanimous medical evidence indicated that the claimant’s injuries did not prevent him from returning to his pre-injury work duties, and he was, in fact, earning more income after the accident than he was before.',0,'2022-04-05 05:06:56','2022-04-05 05:06:56'),(788,46445,46340,'medical evidence','However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a)','However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\">medical evidence</a> to determine wage earning capacity for the purposes of WCL 15 (5) (a)','However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a)','In Matter of Canales the claimant argued that her vocational factors should have been considered in combination with her medical impairment to determine the compensation rate for her temporary disability and as such would have rendered her unemployable. However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a). In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification.','However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a). In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification. Thus, vocational and functional factors should not be considered to determine the compensation rate for temporary disability. Matter of <em>Canales v. Pinnacle Foods Group LLC</em>, 117 A.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(789,46445,46504,'loss of wage earning capacity','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants','However, it is well established that vocational factors are considered to determine <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">loss of wage earning capacity</a> in PPD claimants','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants. What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification.','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants. What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(790,46445,46504,'loss of wage earning capacity','to determine the loss of wage earning capacity','to determine the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">loss of wage earning capacity</a>','to determine the loss of wage earning capacity','In Matter Weinhart v Motors Holding, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc. to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate.','tors should have been considered in combination with her medical impairment to determine the compensation rate for her temporary disability and as such would have rendered her unemployable. However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a). In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification. Thus, vocational and functional factors should not be considered to determine the compensation rate for temporary disability. Matter of <em>Canales v. Pinnacle Foods Group LLC</em>, 117 A.D.3d 1271',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(791,46445,46504,'loss of wage earning capacity','Thus, according to Matter of Buffalo, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">loss of wage earning capacity</a> of a claimant with permanent partial disability, depending on whether the claimant was working or not','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not','Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905. Thus, according to Matter of Buffalo, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not.','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(792,46445,46504,'loss of wage earning capacity','Vocational and functional considerations must be considered with respect to loss of wage earning capacity and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits','Vocational and functional considerations must be considered with respect to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">loss of wage earning capacity</a> and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits','Vocational and functional considerations must be considered with respect to loss of wage earning capacity and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits','In Matter of Baczuk it was recently found that, where actual earnings during a period of disability are established, wage earning capacity must be determined exclusively by the actual earnings of the injured employee without evidence of capacity to earn more/less during such a disability period. Vocational and functional considerations must be considered with respect to loss of wage earning capacity and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits. Matter of Baczuk v.','vocational factors should have been considered in combination with her medical impairment to determine the compensation rate for her temporary disability and as such would have rendered her unemployable. However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a). In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(793,46445,46504,'wage earning capacity','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">wage earning capacity</a>','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity. In Matter Weinhart v Motors Holding, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc.','In <em>Matter of Canales</em> the claimant argued that her vocational factors should have been considered in combination with her medical impairment to determine the compensation rate for her temporary disability and as such would have rendered her unemployable. However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a). In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification. Thus, vocational and functional factors should not be considered to determine the compensation rate for temporary disability. Matter of <em>Canales v. Pinnacle Foods Group LLC</em>, 117 A.D.3d 1271',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(794,46445,46504,'wage earning capacity','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">wage earning capacity</a> for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905.','when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity. In <em>Matter Weinhart v Motors Holding</em>, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc. to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(795,46445,46504,'wage earning','In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification','In fact, the phrase “loss of <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">wage earning</a> capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification','In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification','However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a). In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification. Thus, vocational and functional factors should not be considered to determine the compensation rate for temporary disability.','In <em>Matter of Canales</em> the claimant argued that her vocational factors should have been considered in combination with her medical impairment to determine the compensation rate for her temporary disability and as such would have rendered her unemployable. However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a). In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits at the time of classification.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(796,46445,46504,'earning wages','What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification','What is less clear is the difference between claimants that returned to work and is consequently <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\">earning wages</a> and claimants that did not return to work at the time of the classification','What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants. What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification.','What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(797,46445,46509,'determine the loss of wage earning capacity','to determine the loss of wage earning capacity','to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">determine the loss of wage earning capacity</a>','to determine the loss of wage earning capacity','In Matter Weinhart v Motors Holding, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc. to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate.','to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity. In <em>Matter Weinhart v Motors Holding</em>, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc. to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate. <em>Matter of Buffalo Auto Recovery</em>, 2009 NY Wrk Comp 80703905.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(798,46445,46509,'loss of wage earning capacity will determine','“The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate','“The <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">loss of wage earning capacity will determine</a> the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate','“The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate. Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905.','“The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(799,46445,46509,'determine loss of wage earning capacity','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants','However, it is well established that vocational factors are considered to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">determine loss of wage earning capacity</a> in PPD claimants','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants. What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification.','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants. What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(800,46445,46509,'determine the claimant’s wage earning capacity','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">determine the claimant’s wage earning capacity</a>','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity. In Matter Weinhart v Motors Holding, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc.','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity. In <em>Matter Weinhart v Motors Holding</em>, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc. to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate. <em>Matter of Buffalo Auto Recovery</em>, 2009 NY Wrk Comp 80703905.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(801,46445,46509,'wage earning capacity must be determined','In Matter of Baczuk it was recently found that, where actual earnings during a period of disability are established, wage earning capacity must be determined exclusively by the actual earnings of the injured employee without evidence of capacity to earn more/less during such a disability period','In <em>Matter of Baczuk</em> it was recently found that, where actual earnings during a period of disability are established, <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">wage earning capacity must be determined</a> exclusively by the actual earnings of the injured employee without evidence of capacity to earn more/less during such a disability period','In <em>Matter of Baczuk</em> it was recently found that, where actual earnings during a period of disability are established, wage earning capacity must be determined exclusively by the actual earnings of the injured employee without evidence of capacity to earn more/less during such a disability period','In Matter of Baczuk it was recently found that, where actual earnings during a period of disability are established, wage earning capacity must be determined exclusively by the actual earnings of the injured employee without evidence of capacity to earn more/less during such a disability period. Vocational and functional considerations must be considered with respect to loss of wage earning capacity and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits.','In <em>Matter of Baczuk</em> it was recently found that, where actual earnings during a period of disability are established, wage earning capacity must be determined exclusively by the actual earnings of the injured employee without evidence of capacity to earn more/less during such a disability period.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(802,46445,46509,'loss of wage earning capacity','Thus, according to Matter of Buffalo, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">loss of wage earning capacity</a> of a claimant with permanent partial disability, depending on whether the claimant was working or not','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not','Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905. Thus, according to Matter of Buffalo, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not.','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(803,46445,46509,'loss of wage earning capacity','Vocational and functional considerations must be considered with respect to loss of wage earning capacity and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits','Vocational and functional considerations must be considered with respect to <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">loss of wage earning capacity</a> and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits','Vocational and functional considerations must be considered with respect to loss of wage earning capacity and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits','In Matter of Baczuk it was recently found that, where actual earnings during a period of disability are established, wage earning capacity must be determined exclusively by the actual earnings of the injured employee without evidence of capacity to earn more/less during such a disability period. Vocational and functional considerations must be considered with respect to loss of wage earning capacity and as such are only relevant as to the duration of a claimant’s permanent partial disability benefits. Matter of Baczuk v.','vocational factors should have been considered in combination with her medical impairment to determine the compensation rate for her temporary disability and as such would have rendered her unemployable. However, it was found that the 2007 reforms were not intended to change the Board’s reliance on the claimant’s actual earnings or degree of physical impairment as supported by the medical evidence to determine wage earning capacity for the purposes of WCL 15 (5) (a). In fact, the phrase “loss of wage earning capacity” was added to WCL §15(3)(w) with the specific intention to establish a new duration limit on non-schedule permanent partial disability benefits and was therefore relevant only to the determination of the duration of permanent partial disability benefits',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(804,46445,46509,'wage earning capacity','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">wage earning capacity</a> for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905.','when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity. In <em>Matter Weinhart v Motors Holding</em>, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc. to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(805,46445,46509,'earning wages','What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification','What is less clear is the difference between claimants that returned to work and is consequently <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\">earning wages</a> and claimants that did not return to work at the time of the classification','What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants. What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification.','What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(806,46445,46374,'claimant vocational factors are considered to determine the loss','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','Thus, for the non-working <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">claimant vocational factors are considered to determine the loss</a> of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate.','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(807,46445,46374,'loss of wage earning capacity in PPD claimants','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants','However, it is well established that vocational factors are considered to determine <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\">loss of wage earning capacity in PPD claimants</a>','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants. What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification.','However, it is well established that vocational factors are considered to determine loss of wage earning capacity in PPD claimants. What is less clear is the difference between claimants that returned to work and is consequently earning wages and claimants that did not return to work at the time of the classification.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(808,46445,46371,'claimant did not return to work','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity','In case of permanent partial disability when the <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant did not return to work</a>, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity. In Matter Weinhart v Motors Holding, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc.','In case of permanent partial disability when the claimant did not return to work, it is up to the WCLJ/Board to determine the claimant’s wage earning capacity. In <em>Matter Weinhart v Motors Holding</em>, 245 A.D.2d 577 (1997) The Board considers the nature and degree of the claimant’s disability, vocational opportunities and corresponding salaries available to the claimant, the claimant’s work restrictions etc. to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(809,46445,46371,'working and non-working claimants','However, in Matter of Longley Jones, the Full Board found that a distinction should not be drawn between a working and non-working claimants','However, in <em>Matter of Longley Jones</em>, the Full Board found that a distinction should not be drawn between a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">working and non-working claimants</a>','However, in <em>Matter of Longley Jones</em>, the Full Board found that a distinction should not be drawn between a working and non-working claimants','However, in Matter of Longley Jones, the Full Board found that a distinction should not be drawn between a working and non-working claimants. It found that considering a working claimant‘s temporary sometimes partial job earnings, could ultimately lead to an unjust result between working and non-working claimants with exactly the same impairment.','However, in <em>Matter of Longley Jones</em>, the Full Board found that a distinction should not be drawn between a working and non-working claimants. It found that considering a working claimant‘s temporary sometimes partial job earnings, could ultimately lead to an unjust result between working and non-working claimants with exactly the same impairment. Thus, the Full Board did not favor a distinction between working and non-working claimants, but did emphasize that a claimant’s wages at the time of classification remains an important factor that should be considered with all the other factors in determining a claimant’s loss of wage earning capacity. <em>Matter of Longley Jones Management Corp,</em> 2012 NY Wrk. Comp. 60704882.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(810,46445,46371,'claimant is working','However, it seems that things get murky when a claimant is working at the time of classification','However, it seems that things get murky when a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\">claimant is working</a> at the time of classification','However, it seems that things get murky when a claimant is working at the time of classification','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage.','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(811,46445,46549,'claimant vocational factors are considered','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','Thus, for the non-working <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">claimant vocational factors are considered</a> to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate.','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(812,46445,46549,'found that considering','It found that considering a working claimant‘s temporary sometimes partial job earnings, could ultimately lead to an unjust result between working and non-working claimants with exactly the same impairment','It <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\">found that considering</a> a working claimant‘s temporary sometimes partial job earnings, could ultimately lead to an unjust result between working and non-working claimants with exactly the same impairment','It found that considering a working claimant‘s temporary sometimes partial job earnings, could ultimately lead to an unjust result between working and non-working claimants with exactly the same impairment','However, in Matter of Longley Jones, the Full Board found that a distinction should not be drawn between a working and non-working claimants. It found that considering a working claimant‘s temporary sometimes partial job earnings, could ultimately lead to an unjust result between working and non-working claimants with exactly the same impairment. Thus, the Full Board did not favor a distinction between working and non-working claimants, but did emphasize that a claimant’s wages at the time of classification remains an important factor that should be considered with all the other factors in determining a claimant’s loss of wage earning capacity.','It found that considering a working claimant‘s temporary sometimes partial job earnings, could ultimately lead to an unjust result between working and non-working claimants with exactly the same impairment.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(813,46445,46561,'claimant vocational factors are considered','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','Thus, for the non-working <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\">claimant vocational factors are considered</a> to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate','to determine the loss of wage earning capacity. Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate.','Thus, for the non-working claimant vocational factors are considered to determine the loss of wage earning capacity and consequentially the wage earning capacity to calculate the weekly rate. “The loss of wage earning capacity will determine the maximum number of benefit weeks available pursuant to WCL §15(3)(w), and its inverse, the wage earning capacity will be used to calculate the weekly rate.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(814,46445,46383,'claimant remains attached to the labor market','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\">claimant remains attached to the labor market</a> a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905.','when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. <em>Matter of Buffalo Auto Recovery</em>, 2009 NY Wrk Comp 80703905. Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(815,46445,46341,'attached to the labor market','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/labor-market-attachment-and-retirement/\">attached to the labor market</a> a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905.','when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. <em>Matter of Buffalo Auto Recovery</em>, 2009 NY Wrk Comp 80703905. Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(816,46445,46448,'attached to the labor market','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/09/labor-market-attachment-refresher/\">attached to the labor market</a> a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905.','when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. <em>Matter of Buffalo Auto Recovery</em>, 2009 NY Wrk Comp 80703905. Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(817,46445,46546,'attached to the labor market','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\">attached to the labor market</a> a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905.','when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. <em>Matter of Buffalo Auto Recovery</em>, 2009 NY Wrk Comp 80703905. Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(818,46445,46480,'average weekly wage','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/average-wages/\">average weekly wage</a>','When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage','However, it seems that things get murky when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to Buffalo auto, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905.','when a claimant is working at the time of classification. When a claimant remains attached to the labor market a claimant’s wage earning capacity for a permanent partial disability, according to <em>Buffalo auto</em>, should be determined based on the difference between the claimant’s earnings at the time of his classification and his former average weekly wage. <em>Matter of Buffalo Auto Recovery</em>, 2009 NY Wrk Comp 80703905. Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(819,46445,46329,'calculating the loss','Thus, according to Matter of Buffalo, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\">calculating the loss</a> of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not','Matter of Buffalo Auto Recovery, 2009 NY Wrk Comp 80703905. Thus, according to Matter of Buffalo, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not.','Thus, according to <em>Matter of Buffalo</em>, there are two different methods for calculating the loss of wage earning capacity of a claimant with permanent partial disability, depending on whether the claimant was working or not.',0,'2022-04-05 05:06:57','2022-04-05 05:06:57'),(820,46191,46351,'practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/thoughts-on-thinking-a-strange-title-about-practicing-law/\">practicing workers’ compensation law</a>','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law. Prior to joining , she successfully represented claimants.','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law. Prior to joining , she successfully represented claimants. <a role=\"link\" href=\"/attorney/buehler-vicki-l/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row12\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Brendan_Shannon_pp.jpg\" url=\"/attorney/shannon-brendan-t/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Brendan T. Shannon</span></h2>',0,'2022-04-11 20:55:50','2022-04-11 20:55:50'),(821,46191,46421,'workers’ compensation','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law. Prior to joining , she successfully represented claimants.','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law.',0,'2022-04-11 20:55:50','2022-04-11 20:55:50'),(822,46191,46486,'workers’ compensation','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law. Prior to joining , she successfully represented claimants.','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law.',0,'2022-04-11 20:55:50','2022-04-11 20:55:50'),(823,46191,46512,'workers’ compensation','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law. Prior to joining , she successfully represented claimants.','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law.',0,'2022-04-11 20:55:50','2022-04-11 20:55:50'),(824,46191,46555,'workers’ compensation','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law. Prior to joining , she successfully represented claimants.','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law.',0,'2022-04-11 20:55:50','2022-04-11 20:55:50'),(825,46191,48276,'compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\">compensation law</a>','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law. Prior to joining , she successfully represented claimants.','Vicki is an associate attorney who has spent the past nine years exclusively practicing workers’ compensation law. Prior to joining , she successfully represented claimants. <a role=\"link\" href=\"/attorney/buehler-vicki-l/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row12\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Brendan_Shannon_pp.jpg\" url=\"/attorney/shannon-brendan-t/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#003366\" header_2_font_size=\"28px\" header_3_text_color=\"#211865\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"26px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Brendan T. Shannon</span></h2>',0,'2022-04-11 20:55:50','2022-04-11 20:55:50'),(826,46180,46191,'workers\' compensation','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/the-team/workers-compensation-team/\">workers\' compensation</a> board’s approach to claims and issues','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues','Prior to joining , she successfully represented claimants for over eight years in a small, Binghamton-based practice. This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues. She has a great understanding of the legal and medical requirements necessary to form and support winning arguments.','This experience has given her a unique insight into the views and strategies deployed by claimants’ counsel and into the workers\' compensation board’s approach to claims and issues.',0,'2022-04-11 21:19:07','2022-04-11 21:19:07'),(827,46131,46191,'workers compensation','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/the-team/workers-compensation-team/\">workers compensation</a> claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.','James uses his experience on a day-to-day basis to help insurance carriers, self-insured employers and group self-insured trusts to face the often momentous task of defending workers compensation claims where the law is very often no ally, and where success or failure rests on preparation, research and good communication.',0,'2022-04-11 21:59:38','2022-04-11 21:59:38'),(828,45925,46191,'workers\' compensation','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume','For years, the standard operating procedure for New York <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/the-team/workers-compensation-team/\">workers\' compensation</a> defense firms has been predicated on volume','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume. Each morning defense attorneys picked up the 15-20 files for the hearings that they were expected to handle that day, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file.','For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume.',0,'2022-04-11 22:44:42','2022-04-11 22:44:42'),(829,48410,46421,'workers’ compensation','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation ...','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-20 19:03:56','2022-04-20 19:03:56'),(830,48410,46421,'workers’ compensation','When the opportunity arose for her to see workers’ compensation ..','When the opportunity arose for her to see <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">workers’ compensation</a> ..','When the opportunity arose for her to see workers’ compensation ..','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row19\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Jillian_Chavers_pp.jpg\" url=\"/about/jillian-m-chavers/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Jillian M.','When the opportunity arose for her to see workers’ compensation ... <a role=\"link\" href=\"/about/rebecca-c-brashear/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row19\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Jillian_Chavers_pp.jpg\" url=\"/about/jillian-m-chavers/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Jillian M. Chavers</span></h2>',0,'2022-04-20 19:03:56','2022-04-20 19:03:56'),(831,48410,46486,'workers’ compensation','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation ...','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-20 19:03:56','2022-04-20 19:03:56'),(832,48410,46486,'workers’ compensation','When the opportunity arose for her to see workers’ compensation ..','When the opportunity arose for her to see <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation</a> ..','When the opportunity arose for her to see workers’ compensation ..','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row19\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Jillian_Chavers_pp.jpg\" url=\"/about/jillian-m-chavers/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Jillian M.','When the opportunity arose for her to see workers’ compensation ... <a role=\"link\" href=\"/about/rebecca-c-brashear/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row19\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Jillian_Chavers_pp.jpg\" url=\"/about/jillian-m-chavers/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Jillian M. Chavers</span></h2>',0,'2022-04-20 19:03:56','2022-04-20 19:03:56'),(833,48410,46512,'workers’ compensation','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation ...','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-20 19:03:56','2022-04-20 19:03:56'),(834,48410,46512,'workers’ compensation','When the opportunity arose for her to see workers’ compensation ..','When the opportunity arose for her to see <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation</a> ..','When the opportunity arose for her to see workers’ compensation ..','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row19\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Jillian_Chavers_pp.jpg\" url=\"/about/jillian-m-chavers/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Jillian M.','When the opportunity arose for her to see workers’ compensation ... <a role=\"link\" href=\"/about/rebecca-c-brashear/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row19\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Jillian_Chavers_pp.jpg\" url=\"/about/jillian-m-chavers/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Jillian M. Chavers</span></h2>',0,'2022-04-20 19:03:56','2022-04-20 19:03:56'),(835,48410,46555,'workers’ compensation','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation ...','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-20 19:03:56','2022-04-20 19:03:56'),(836,48410,46555,'workers’ compensation','When the opportunity arose for her to see workers’ compensation ..','When the opportunity arose for her to see <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation</a> ..','When the opportunity arose for her to see workers’ compensation ..','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation ... Read more[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row19\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Jillian_Chavers_pp.jpg\" url=\"/about/jillian-m-chavers/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]Jillian M.','When the opportunity arose for her to see workers’ compensation ... <a role=\"link\" href=\"/about/rebecca-c-brashear/\">Read more</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" admin_label=\"Row19\" module_class=\"fl-feature\" _builder_version=\"4.3.2\" background_color=\"#ffffff\" width=\"100%\" max_width=\"100%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"30px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.3.2\" global_colors_info=\"{}\"][et_pb_image src=\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/Jillian_Chavers_pp.jpg\" url=\"/about/jillian-m-chavers/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|tablet\" _builder_version=\"4.3.2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_width_all=\"3px\" border_color_all=\"#ffffff\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" module_class=\"fl-center\" _builder_version=\"4.3.2\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.2\" text_font=\"Montserrat||||||||\" text_text_color=\"#211865\" text_font_size=\"18px\" text_line_height=\"1.4em\" header_text_color=\"#ffffff\" header_2_text_color=\"#ffffff\" header_2_font_size=\"29px\" header_3_text_color=\"#ffffff\" header_4_text_color=\"#211865\" header_5_text_color=\"#ffffff\" header_6_text_color=\"#ffffff\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><span style=\"color: #003366\">Jillian M. Chavers</span></h2>',0,'2022-04-20 19:03:56','2022-04-20 19:03:56'),(837,46171,48410,'legal assistant','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/legal-assistants-and-paralegals/\">legal assistant</a> having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants. When the opportunity arose for her to see workers’ compensation from the opposite end of the field, she was eager to start using her knowledge and skills with a different point of view.','Rebecca comes to us with a strong background in workers’ compensation as a legal assistant having advocated for the claimants.',0,'2022-04-21 04:08:33','2022-04-21 04:08:33'),(838,46129,48410,'paralegal and legal assistant','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a <a href=\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/legal-assistants-and-paralegals/\">paralegal and legal assistant</a> across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond','Elena is excited to a part of a lively group whose foremost goal is to foster strong partnerships with their clients, leading to a proactive rather than a reactive approach to strategies and goals. She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond. Over the past few years, she has honed her customer service and organizational skills, becoming a detail-oriented, proactive and intelligent assistant to the attorneys with whom she worked.','She has extensive experience as a paralegal and legal assistant across the legal board – from workers’ compensation to property tax assessment, criminal, matrimonial, and beyond.',0,'2022-04-21 07:33:56','2022-04-21 07:33:56'),(839,46173,48410,'legal administrative assistant','Shortly thereafter she worked her way to a legal administrative assistant position','Shortly thereafter she worked her way to a <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/legal-assistants-and-paralegals/\">legal administrative assistant</a> position','Shortly thereafter she worked her way to a legal administrative assistant position','In 2000, she started at a local law firm as a receptionist. Shortly thereafter she worked her way to a legal administrative assistant position. Susan has worked in several fields of law, starting out specializing in intellectual property.','Shortly thereafter she worked her way to a legal administrative assistant position.',0,'2022-04-21 07:44:48','2022-04-21 07:44:48'),(840,48173,46421,'basic NY workers’ compensation compensability','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A','The monthly webinar series on <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\">basic NY workers’ compensation compensability</a> presented by the Law Offices of Melissa A','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A. Day has been an educational, approachable and insightful look into the cornerstones of our profession.','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A. Day has been an educational, approachable a',0,'2022-04-29 18:41:36','2022-04-29 18:41:36'),(841,48173,46486,'workers’ compensation compensability','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A','The monthly webinar series on basic NY <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2015/08/test-your-ny-workers-compensation-chops/\">workers’ compensation compensability</a> presented by the Law Offices of Melissa A','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A. Day has been an educational, approachable and insightful look into the cornerstones of our profession.','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A. Day has been an educational, approachable a',0,'2022-04-29 18:41:36','2022-04-29 18:41:36'),(842,48173,46512,'workers’ compensation compensability','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A','The monthly webinar series on basic NY <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\">workers’ compensation compensability</a> presented by the Law Offices of Melissa A','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A. Day has been an educational, approachable and insightful look into the cornerstones of our profession.','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A. Day has been an educational, approachable a',0,'2022-04-29 18:41:36','2022-04-29 18:41:36'),(843,48173,46555,'workers’ compensation compensability','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A','The monthly webinar series on basic NY <a href=\"https://thelomad.com/getmad.today/wp-contentwww.getmad.today/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\">workers’ compensation compensability</a> presented by the Law Offices of Melissa A','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A. Day has been an educational, approachable and insightful look into the cornerstones of our profession.','The monthly webinar series on basic NY workers’ compensation compensability presented by the Law Offices of Melissa A. Day has been an educational, approachable a',0,'2022-04-29 18:41:36','2022-04-29 18:41:36');
/*!40000 ALTER TABLE `cuB_aioseo_links_suggestions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_aioseo_notifications`
--
DROP TABLE IF EXISTS `cuB_aioseo_notifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_aioseo_notifications` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(13) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`level` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`notification_id` bigint(20) unsigned DEFAULT NULL,
`notification_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`start` datetime DEFAULT NULL,
`end` datetime DEFAULT NULL,
`button1_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`button1_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`button2_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`button2_action` varchar(255) COLLATE utf8mb4_unicode_520_ci 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=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_aioseo_notifications`
--
LOCK TABLES `cuB_aioseo_notifications` WRITE;
/*!40000 ALTER TABLE `cuB_aioseo_notifications` DISABLE KEYS */;
INSERT INTO `cuB_aioseo_notifications` VALUES (1,'61b6e4fdd2a53','Review Your Facebook Open Graph Titles and Descriptions','Due to some changes in how our Open Graph integration works, your Facebook Titles and Descriptions may have changed. You were using the following options that have been removed:<ul><li><strong>Use Content for Autogenerated Descriptions</strong></li><li><strong>Run Shortcodes in Description</strong></li><li><strong>Run Shortcodes in Title</strong></li></ul>','warning','[\"all\"]',NULL,'v3-migration-deprecated-opengraph','2021-12-13 06:15:25',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/docs/deprecated-opengraph-settings?utm_source=WordPress&utm_campaign=proplugin&utm_medium=notifications-center&utm_content=v3-migration-deprecated-opengraph',NULL,NULL,0,0,'2021-12-13 06:15:25','2021-12-13 06:15:25'),(2,'61b7f4eed8d18','? 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//thelomad.com/getmad.today/wp-content//thelomad.com/getmad.today/wp-content5+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//thelomad.com/getmad.today/wp-content2AIgyCcDoJwrGKD7AceAKQcgvwLSHpdIPFVQGSypSXcU9UiZGXSPTCWcr8mt2XW4bFIrQICjmC4d7NsJyBRivNAeNthLPEQUDulWXsxDP4MiNNBEI4FQTgWBOFYEIRjQRCOBUE4FgThWBCEY0EQjgVBOFahIIwCVpTmrWsDse2CFSXKtgrI1uzXvYADfN0rzgcpgxUled4C1RElP3fgvB07tm5FxGJxtehgTU3N89OnIQhrRQe5dvrmNiAgEgGM7E6fSrG6OrvT53MIwlrRQRoBh6haLT71js9HKisqsiZqNRCBIKwVHeRQjkPJ51dUVCLl5TkSpbr6YM3GA/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//thelomad.com/getmad.today/wp-contentuhRsn10IWsCohZ1/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//thelomad.com/getmad.today/wp-contentul22k5h/Fd78ACVN8etUXr5DkBQK8syhIDmDguTM1kHQEu4Wsl7C3dvb399//thelomad.com/getmad.today/wp-content65YTIugTQ5byGKTQ7rPulh8kYZ4uYdG2naRg/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\",\"agency\"]',134,NULL,'2021-11-28 01:13:23',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/introducing-our-redirect-testing-tool-new-enhancements-to-our-sitemaps/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v4-pro-agency&utm_medium=plugin-notification&utm_content=Learn More',NULL,NULL,0,0,'2021-12-14 01:35:42','2021-12-17 03:13:54'),(3,'624a990da67e6','Microsoft Clarity Integration and a New REST API Addon ??','Now you can see how your website visitors interact with your web pages with heatmaps and session recordings, thanks to Microsoft Clarity.\r\n<br><br>\r\nWe’ve also added a REST API addon to make SEO easier for your headless website.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.9 today and enjoy these 2 powerful features on your website!','success','[\"4-x\",\"agency\"]',267,NULL,'2022-03-29 14:05:10',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/introducing-the-new-microsoft-clarity-integration-and-rest-api-addon/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v4-pro-agency&utm_medium=plugin-notification&utm_content=Learn More','Upgrade Your Plan','https://thelomad.com/getmad.today/wp-contentaioseo.com/pricing/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v4-pro-agency&utm_medium=plugin-notification&utm_content=Upgrade Your Plan',0,0,'2022-04-04 07:06:53','2022-04-05 08:14:22'),(4,'624a990da7854','? Announcing 4.1.8: Improved Site Redirects and Modified Date for Posts ?','Redirects have never been easier! Our 4.1.8 update comes with a powerful feature that enables you to implement a redirect from right within a post.\r\n<br><br>\r\nWe’ve also added a \"limit modified date\" feature that allows you to make minor edits to posts/pages and keep the date the same.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.8 today and enjoy these 2 powerful features and more.','success','[\"4-x\",\"agency\"]',237,NULL,'2022-03-29 14:05:10',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/announcing-improved-site-redirects-and-modified-date-for-posts/?utm_source=WordPress&utm_campaign=introducing-on-page-redirects-and-limit-modified-date-v4-pro-agency&utm_medium=plugin-notification&utm',NULL,NULL,0,0,'2022-04-04 07:06:53','2022-04-05 08:14:22'),(5,'624d538b82c72','Microsoft Clarity Integration and a New REST API Addon ??','Now you can see how your website visitors interact with your web pages with heatmaps and session recordings, thanks to Microsoft Clarity.\r\n<br><br>\r\nWe’ve also added a REST API addon to make SEO easier for your headless website.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.9 today and enjoy these 2 powerful features on your website!','success','[\"4-x\",\"elite\"]',271,NULL,'2022-05-03 15:26:42',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/introducing-the-new-microsoft-clarity-integration-and-rest-api-addon/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v4-pro-elite&utm_medium=plugin-notification&utm_content=Learn More',NULL,NULL,0,0,'2022-04-06 08:47:07','2022-05-31 12:41:44'),(6,'624d538b83b4e','? Announcing 4.1.8: Improved Site Redirects and Modified Date for Posts ?','Redirects have never been easier! Our 4.1.8 update comes with a powerful feature that enables you to implement a redirect from right within a post.\r\n<br><br>\r\nWe’ve also added a \"limit modified date\" feature that allows you to make minor edits to posts/pages and keep the date the same.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.8 today and enjoy these 2 powerful features and more.','success','[\"4-x\",\"elite\"]',233,NULL,'2022-04-08 19:59:50',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/announcing-improved-site-redirects-and-modified-date-for-posts/?utm_source=WordPress&utm_campaign=introducing-on-page-redirects-and-limit-modified-date-v4-pro-elite&utm_medium=plugin-notification&utm_',NULL,NULL,0,0,'2022-04-06 08:47:07','2022-04-25 19:36:27'),(7,'62684bae6c456','? Introducing 2 New Features! — Dashboard Widgets And Shorter URLs ?','We’ve added 2 new dashboard widgets. One to help you set up your website for better SEO and the other to show you an overview of how optimized your posts are.\r\n<br><br>\r\nAnother feature you’ll love is the Strip Category Base Prefix feature that enables you to create shorter URLs by removing the category base.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.0 today and enjoy these powerful features on your website!!','success','[\"4-x\",\"elite\"]',294,NULL,'2022-05-31 21:15:05',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/new-dashboard-widgets-and-strip-category-base-feature/?utm_source=WordPress&utm_campaign=dashboard-widgets-strip-category-base-v4-pro-elite&utm_medium=plugin-notification&utm_content=Learn More',NULL,NULL,0,0,'2022-04-26 19:44:46','2022-06-20 06:36:37'),(8,'62976293d4c9a','? Introducing Crawl Cleanup and Import URLs to Your Sitemap!','AIOSEO 4.2.1 now allows you to manage Search Engine crawl quota by removing query args (URL parameters) from selected URLs and disabling unnecessary RSS feeds.\r\n<br><br>\r\nYou can also import bulk URLs from a CSV file to add more pages to your sitemap.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.1 to take advantage of these powerful SEO features today!','success','[\"4-x\",\"all-pro\"]',330,NULL,'2022-07-19 14:22:11',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/introducing-crawl-cleanup-and-importing-urls-from-a-csv-file-to-your-sitemap/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-all-pro&utm_medium=plugin-notification&utm_content=Learn More',NULL,NULL,0,0,'2022-06-01 12:58:59','2022-07-25 00:21:55'),(9,'62b1d5a921d10','AIOSEO 4.2.2 is HERE with some great new features! ?','Connect your WordPress user profile directly to your social media accounts for improved SEO.\r\n<br><br>\r\nOur new Translations API enables third-party translation apps to hook into AIOSEO’s data for multilingual SEO.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.2 now and enjoy more SEO opportunities!','success','[\"4-x\",\"all-pro\"]',340,NULL,'2022-07-19 14:22:11',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/announcing-our-new-user-social-profile-tab-and-translation-api-in-aioseo-4-2-2/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-all-pro&utm_medium=plugin-notification&utm_content',NULL,NULL,0,0,'2022-06-21 14:28:57','2022-07-25 00:21:55'),(10,'62d8062749246','? AIOSEO 4.2.3: Introducing FAQ and Table of Contents blocks + URL Slug Monitor.','You can now add FAQ and Table of Contents blocks to increase your visibility on SERPs and improve user experience.\r\n<br><br>\r\nAnd our URL Slug Monitor is a powerful addition that checks for changes in your URLs and prompts you to add redirects which helps prevents 404 errors on your site.\r\n<br><br>\r\nUpdate to 4.2.3 today and check out these powerful new features!','success','[\"4-x\",\"all-pro\"]',409,NULL,'2022-08-16 12:14:02',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/introducing-aioseo-4-2-3-faq-and-table-of-contents-blocks-all-new-url-slug-monitor/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-v4-pro&utm_medium=plugin-notification&utm_content=Learn',NULL,NULL,0,0,'2022-07-20 13:41:59','2022-08-22 04:10:46'),(11,'62fbf0e7e04a3','AIOSEO just got more powerful with version 4.2.4! ?','Easily eliminate 404 errors with <strong>automatic redirects</strong> using our massively improved Redirection Manager. \r\n<br><br>\r\nThis update also includes some huge improvements to our Image SEO addon, making it much easier for your content to rank. ?\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.2.4</strong> today and take advantage of these powerful new features!','success','[\"4-x\",\"elite\"]',485,NULL,'2022-08-16 12:14:02',NULL,'Learn More','https://thelomad.com/getmad.today/wp-contentaioseo.com/announcing-aioseo-4-2-4-improved-redirects-and-image-seo-updates/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-pro-elite&utm_medium=plugin-notification&utm_content=Learn More',NULL,NULL,0,0,'2022-08-16 19:32:55','2022-08-22 04:10:46');
/*!40000 ALTER TABLE `cuB_aioseo_notifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_aioseo_posts`
--
DROP TABLE IF EXISTS `cuB_aioseo_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_aioseo_posts` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL,
`title` text COLLATE utf8mb4_unicode_520_ci,
`description` text COLLATE utf8mb4_unicode_520_ci,
`keywords` mediumtext COLLATE utf8mb4_unicode_520_ci,
`keyphrases` longtext COLLATE utf8mb4_unicode_520_ci,
`page_analysis` longtext COLLATE utf8mb4_unicode_520_ci,
`canonical_url` text COLLATE utf8mb4_unicode_520_ci,
`og_title` text COLLATE utf8mb4_unicode_520_ci,
`og_description` text COLLATE utf8mb4_unicode_520_ci,
`og_object_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`og_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`og_image_url` text COLLATE utf8mb4_unicode_520_ci,
`og_image_width` int(11) DEFAULT NULL,
`og_image_height` int(11) DEFAULT NULL,
`og_image_custom_url` text COLLATE utf8mb4_unicode_520_ci,
`og_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci,
`og_video` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`og_custom_url` text COLLATE utf8mb4_unicode_520_ci,
`og_article_section` text COLLATE utf8mb4_unicode_520_ci,
`og_article_tags` text COLLATE utf8mb4_unicode_520_ci,
`twitter_use_og` tinyint(1) DEFAULT '0',
`twitter_card` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`twitter_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`twitter_image_url` text COLLATE utf8mb4_unicode_520_ci,
`twitter_image_custom_url` text COLLATE utf8mb4_unicode_520_ci,
`twitter_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci,
`twitter_title` text COLLATE utf8mb4_unicode_520_ci,
`twitter_description` text COLLATE utf8mb4_unicode_520_ci,
`seo_score` int(11) NOT NULL DEFAULT '0',
`schema_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`schema_type_options` longtext COLLATE utf8mb4_unicode_520_ci,
`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) COLLATE utf8mb4_unicode_520_ci DEFAULT 'large',
`images` longtext COLLATE utf8mb4_unicode_520_ci,
`image_scan_date` datetime DEFAULT NULL,
`priority` tinytext COLLATE utf8mb4_unicode_520_ci,
`frequency` tinytext COLLATE utf8mb4_unicode_520_ci,
`videos` longtext COLLATE utf8mb4_unicode_520_ci,
`video_thumbnail` text COLLATE utf8mb4_unicode_520_ci,
`video_scan_date` datetime DEFAULT NULL,
`link_scan_date` datetime DEFAULT NULL,
`link_suggestions_scan_date` datetime DEFAULT NULL,
`local_seo` longtext COLLATE utf8mb4_unicode_520_ci,
`limit_modified_date` tinyint(1) NOT NULL DEFAULT '0',
`options` longtext COLLATE utf8mb4_unicode_520_ci,
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `ndx_aioseo_posts_post_id` (`post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=578 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_aioseo_posts`
--
LOCK TABLES `cuB_aioseo_posts` WRITE;
/*!40000 ALTER TABLE `cuB_aioseo_posts` DISABLE KEYS */;
INSERT INTO `cuB_aioseo_posts` VALUES (1,6,'Amherst Worker\'s Compensation Lawyer | Appeal A Denied Claim','The Law Offices of Melissa A. Day, PLLC is a New York workers’ compensation defense firm built on client partnerships and 20 years experience. Call 716-616-0111 to set up a consultation.',NULL,NULL,NULL,NULL,'Amherst Worker\'s Compensation Lawyer | Appeal A Denied Claim','The Law Offices of Melissa A. Day, PLLC is a New York workers’ compensation defense firm built on client partnerships and 20 years experience. Call 716-616-0111 to set up a consultation.','website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,'Amherst Worker\'s Compensation Lawyer | Appeal A Denied Claim','The Law Offices of Melissa A. Day, PLLC is a New York workers’ compensation defense firm built on client partnerships and 20 years experience. Call 716-616-0111 to set up a consultation.',0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_209705558-mobile.jpg\",\"image:title\":\"AdobeStock_209705558-mobile\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_443605491-1.jpg\",\"image:title\":\"AdobeStock_443605491-1\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/03\\/badge.jpg\",\"image:title\":\"badge\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/MULTI-114764-1-ap3.jpg\",\"image:title\":\"MULTI-114764-1-ap3\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/CUSTOM-975884-1.jpg\",\"image:title\":\"CUSTOM-975884-1\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/women-owned-2021-1.jpg\",\"image:title\":\"women-owned-2021\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/CUSTOM-870784-cmyk.png\",\"image:title\":\"CUSTOM-870784-cmyk\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/women2020-1.jpg\",\"image:title\":\"women2020\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/101814-cmyk-1.png\",\"image:title\":\"101814-cmyk-1\",\"image:caption\":\"\"}]','2022-07-25 13:48:34',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 06:15:25','2022-07-25 13:48:34'),(2,46091,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brian_Prince-1_pp.jpg\",\"image:title\":\"Brian_Prince-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/prince_brian_k.jpg\",\"image:title\":\"prince_brian_k\",\"image:caption\":\"\"}]','2022-05-04 15:05:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 06:40:43','2022-05-04 15:05:20'),(3,46189,'The Team | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/mackey_shannan_m.jpg\",\"image:title\":\"mackey_shannan_m\",\"image:caption\":\"\"}]','2022-08-11 18:23:53',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 06:57:13','2022-08-11 18:23:53'),(4,46375,'Successful Disallowance! | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 07:29:33','2022-04-04 07:15:12'),(5,46073,NULL,NULL,NULL,NULL,NULL,NULL,'','','profile','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/James_Cousins_pp.jpg\",\"image:title\":\"James_Cousins_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/cousins_james_b.jpg\",\"image:title\":\"cousins_james_b\",\"image:caption\":\"\"}]','2022-05-04 15:03:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:29:55','2022-05-04 15:03:20'),(6,46122,'Justice C. Williams | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Justice-WIlliams.jpg\"}]','2022-04-04 07:06:53',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:30:10','2022-04-04 07:15:11'),(7,45927,'Contact | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 07:52:15',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:34:57','2022-04-04 07:15:11'),(8,46420,'Court of Appeals Upholds 2013 Amendment to Section 25-a – Marking the End for The Fund for Reopened Cases | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 07:49:28','2022-04-04 07:15:12'),(10,48552,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/NewsletterVolume2.jpg\",\"image:title\":\"NewsletterVolume2\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(11,48551,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/NewsletterVolume3.jpg\",\"image:title\":\"NewsletterVolume3\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(12,48547,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/NewsletterVolume4.jpg\",\"image:title\":\"NewsletterVolume4\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(13,48543,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode22-LawyersandFriend.jpg\",\"image:title\":\"Episode22-LawyersandFriend\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(14,48542,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode23-LawyersandFriends.jpg\",\"image:title\":\"Episode23-LawyersandFriends\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(15,48541,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode24-LawyersandFriends.jpg\",\"image:title\":\"Episode24-LawyersandFriends\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(16,48540,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode25-LawyersandFriends.jpg\",\"image:title\":\"Episode25-LawyersandFriends\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(17,48539,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode26-LawyersandFriends.jpg\",\"image:title\":\"Episode26-LawyersandFriends\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(18,48538,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode27-LawyersandFriends.jpg\",\"image:title\":\"Episode27-LawyersandFriends\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(19,48536,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode28-LawyersandFriends.jpg\",\"image:title\":\"Episode28-LawyersandFriends\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(20,48534,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode29-LawyersandFriends.jpg\",\"image:title\":\"Episode29-LawyersandFriends\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(21,48533,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/101814-cmyk-1.png\",\"image:title\":\"101814-cmyk-1\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(22,48532,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/women2020-1.jpg\",\"image:title\":\"women2020\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(23,48531,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/CUSTOM-1069294-Badge-1.jpg\",\"image:title\":\"CUSTOM-1069294-Badge\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(24,48530,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/CUSTOM-870784-cmyk.png\",\"image:title\":\"CUSTOM-870784-cmyk\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(25,48529,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/women-owned-2021-1.jpg\",\"image:title\":\"women-owned-2021\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(26,48528,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/MULTI-114764-1-ap3.jpg\",\"image:title\":\"MULTI-114764-1-ap3\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(27,48527,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/CUSTOM-975884-1.jpg\",\"image:title\":\"CUSTOM-975884-1\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(28,48525,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/bannerslide1-2.jpg\",\"image:title\":\"bannerslide1-2\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(29,48516,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Mobile-banner-1.jpg\",\"image:title\":\"Mobile-banner\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(30,48512,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Mobile-banner.jpg\",\"image:title\":\"Mobile-banner\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(31,48508,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/bannerslide3.jpeg\",\"image:title\":\"bannerslide3\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(32,48507,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/bannerslid2.jpeg\",\"image:title\":\"bannerslid2\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(33,48505,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/bannerslide1.jpeg\",\"image:title\":\"bannerslide1\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(34,48502,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/desktop-logo.png\",\"image:title\":\"desktop-logo\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(35,48423,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/logo_e.png\",\"image:title\":\"logo_e\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(36,48410,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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 too short.\",\"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 9.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,72,'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','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Thomas_Dickinson_pp.jpg\",\"image:title\":\"Thomas_Dickinson_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Elena_Camp_pp.jpg\",\"image:title\":\"Elena_Camp_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Rebecca_Brashear_pp.jpg\",\"image:title\":\"Rebecca_Brashear_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jillian_Chavers_pp.jpg\",\"image:title\":\"Jillian_Chavers_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Daniel_Flynn-1_pp.jpg\",\"image:title\":\"Daniel_Flynn-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jody_Guiher_pp.jpg\",\"image:title\":\"Jody_Guiher_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jenny_Malkowski_pp.jpg\",\"image:title\":\"Jenny_Malkowski_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Justice-WIlliams.jpg\",\"image:title\":\"Justice-WIlliams\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Danielle-Draschan.jpg\",\"image:title\":\"Atty_Danielle-Draschan\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Jessica-Stevens.jpg\",\"image:title\":\"Atty_Jessica-Stevens\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Corrine-Newman.jpg\",\"image:title\":\"Atty_Corrine-Newman\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Atty_Kelesy-Kunze.jpg\",\"image:title\":\"Atty_Kelesy-Kunze\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Alexandra-Rizk.jpg\",\"image:title\":\"Alexandra-Rizk\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Maxwell-Doldan.jpg\",\"image:title\":\"Maxwell-Doldan\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Kierria_Jones.jpg\",\"image:title\":\"Kierria_Jones\",\"image:caption\":\"\"}]','2022-04-20 19:03:54','default','default',NULL,NULL,NULL,'2022-04-20 18:14:51','2022-04-20 18:14:51',NULL,0,NULL,'2021-12-13 07:52:14','2022-04-20 19:03:54'),(37,48365,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/AdobeStock_258696218-desktop.jpg\",\"image:title\":\"AdobeStock_258696218-desktop\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(38,48362,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/AdobeStock_258696218-mobile.jpg\",\"image:title\":\"AdobeStock_258696218-mobile\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(39,48329,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Justice-WIlliams.jpg\",\"image:title\":\"Justice-WIlliams\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(40,48287,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/women-owned-2021.jpg\",\"image:title\":\"women-owned-2021\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(41,48285,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Zombie.png\",\"image:title\":\"Zombie\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(42,48281,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/PGI_01_ID175944739_df738a9498761b9c8568d1b34962d041-Badge.jpg\",\"image:title\":\"PGI_01_ID175944739_df738a9498761b9c8568d1b34962d041-Badge\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(43,48280,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/CUSTOM-1069294-Badge.jpg\",\"image:title\":\"CUSTOM-1069294-Badge\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(44,48276,'Amherst Workers\' Compensation Defense Law Office | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:52:14','2022-04-04 07:15:11'),(45,48263,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3240569157.jpg\",\"image:title\":\"3240569157\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(46,48262,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/296491289.jpg\",\"image:title\":\"296491289\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(47,48261,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3435574119-1.jpg\",\"image:title\":\"3435574119\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(48,48260,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3435574119.jpg\",\"image:title\":\"3435574119\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(49,48259,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/59943168.jpg\",\"image:title\":\"59943168\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(50,48258,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2686857844.jpg\",\"image:title\":\"2686857844\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(51,48257,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1765430482.jpg\",\"image:title\":\"1765430482\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(52,48256,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1379676566.jpg\",\"image:title\":\"1379676566\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(53,48255,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1116742571.jpg\",\"image:title\":\"1116742571\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(54,48254,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2646962494.jpg\",\"image:title\":\"2646962494\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(55,48253,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3521851112.jpg\",\"image:title\":\"3521851112\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(56,48252,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1342974363.jpg\",\"image:title\":\"1342974363\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(57,48251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/308086147.jpg\",\"image:title\":\"308086147\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(58,48247,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2422755891.jpg\",\"image:title\":\"2422755891\",\"image:caption\":\"\"}]','2021-12-13 07:52:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 07:52:14','2021-12-13 07:52:14'),(59,45970,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,0,0,0,0,1,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 07:52:15',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:52:15','2022-04-04 07:15:11'),(60,45971,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,0,0,0,0,1,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 07:52:15',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:52:15','2022-04-04 07:15:11'),(61,45972,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,0,0,0,0,1,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 07:52:15',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:52:15','2022-04-04 07:15:11'),(62,14,'Privacy Policy | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 07:52:15',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:52:15','2022-04-04 07:15:11'),(63,45925,'About Us | The Law Offices of Melissa A. Day, PLLC','The Law Offices of Melissa A. Day, PLLC, has defended New York workers’ compensation claims for 20 years. Call 716-616-0111 to set up a consultation at a firm with more than 130 years of combined experience.',NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-04-04 06:08:19',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:52:15','2022-04-04 07:15:11'),(64,45926,'Blog | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-06-01 18:52:12',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:52:15','2022-06-01 18:52:12'),(65,45928,'Disclaimer | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 07:52:15',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 07:52:15','2022-04-04 07:15:11'),(66,45929,'Site Map | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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','custom_image','https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/OgImage_New.png',600,315,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2022-08-11 18:07:12','default','default',NULL,NULL,NULL,'2022-04-11 20:18:46','2022-04-11 20:18:46',NULL,0,NULL,'2021-12-13 07:52:15','2022-08-11 18:07:12'),(67,46191,'Workers\' Compensation Team | The Law Offices of Melissa A. Day, PLLC | Amherst','The workers’ compensation defense team at The Law Offices of Melissa A. Day, PLLC, boasts more than 130 years of combined experience. Call 716-616-0111 to set up a consultation.','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":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 2.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,72,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melissa_Ann_Day_pp.jpg\",\"image:title\":\"Melissa_Ann_Day_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/James_Cousins_pp.jpg\",\"image:title\":\"James_Cousins_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brian_Prince-1_pp.jpg\",\"image:title\":\"Brian_Prince-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Shannon_Mackey_pp.jpg\",\"image:title\":\"Shannon_Mackey_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Paul_Kornacki_pp.jpg\",\"image:title\":\"Paul_Kornacki_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/Cassie_Christman_pp.jpg\",\"image:title\":\"Cassie_Christman_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melanie_Daly-1_pp.jpg\",\"image:title\":\"Melanie_Daly-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Neil_Deigelman-1_pp.jpg\",\"image:title\":\"Neil_Deigelman-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brendan_Shannon_pp.jpg\",\"image:title\":\"Brendan_Shannon_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/Andrew_Gould_pp.jpg\",\"image:title\":\"Andrew_Gould_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Bing-huang.jpg\",\"image:title\":\"Bing-huang\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Suki-Harada.jpg\",\"image:title\":\"Suki-Harada\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/05\\/Maria-Lua300X300.jpg\",\"image:title\":\"Maria-Lua300X300\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Vicki_L_Buehler-1_pp.jpg\",\"image:title\":\"Vicki_L_Buehler-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/01\\/placeholder.jpg\",\"image:title\":\"placeholder\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Mary_Fran_Schnorr-1_pp.jpg\",\"image:title\":\"Mary_Fran_Schnorr-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Katrina_Gray_pp.jpg\",\"image:title\":\"Katrina_Gray_pp\",\"image:caption\":\"\"}]','2022-08-11 20:12:44','default','default',NULL,NULL,NULL,'2022-04-11 20:14:58','2022-04-11 20:14:58',NULL,0,NULL,'2021-12-13 08:08:18','2022-08-11 20:12:44'),(68,46511,'LESS THAN TWELVE WEEKS REMAINING FOR WCL §25-a! Because Subject # 046-630 Contains Stricter Requirements for Reopening a Claim on the Issue of §25-a, Prudent Carriers and Employers May Want to Refer Applications to Defense Counsel | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 08:14:30','2022-04-04 07:15:12'),(69,46413,'New SLU Guidelines Presentation by the Board | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 08:18:23','2022-04-04 07:15:12'),(70,46229,'Client Resources | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-04-04 07:06:53',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 10:09:44','2022-04-04 07:15:11'),(71,46337,'It’s No Accident | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 10:59:23','2022-04-04 07:15:12'),(72,46502,'Non Acute Pain Medical Treatment Guidelines Offer a Framework for Controlling Costs Associated with Chronic Pain Management, Especially Opioid Use | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 11:35:51','2022-04-04 07:15:12'),(73,46101,'Daniel Flynn | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Daniel_Flynn-1_pp.jpg\"}]','2022-04-04 06:08:19',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 11:50:27','2022-04-04 07:15:11'),(74,46387,'Review of Workers Compensation Board Schedule Loss of Use Frequently Asked Questions and New Permanency Forms | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 11:57:04','2022-04-04 07:15:12'),(75,48246,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2624835932.jpg\",\"image:title\":\"2624835932\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(76,48245,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/140405431.jpg\",\"image:title\":\"140405431\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(77,48244,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2684734871.jpg\",\"image:title\":\"2684734871\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(78,48243,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/473082777.jpg\",\"image:title\":\"473082777\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(79,48242,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1448263289.jpg\",\"image:title\":\"1448263289\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(80,48241,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2835185459.jpg\",\"image:title\":\"2835185459\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(81,48240,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1469522131.jpg\",\"image:title\":\"1469522131\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(82,48239,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2433087555.jpg\",\"image:title\":\"2433087555\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(83,48238,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1351580429.jpg\",\"image:title\":\"1351580429\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(84,48237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3703037842.jpg\",\"image:title\":\"3703037842\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(85,48236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2010366152.jpg\",\"image:title\":\"2010366152\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(86,48235,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1037121607.jpg\",\"image:title\":\"1037121607\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(87,48234,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2161867666.jpg\",\"image:title\":\"2161867666\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(88,48230,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1837654085.jpg\",\"image:title\":\"1837654085\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(89,48229,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3356549231.jpg\",\"image:title\":\"3356549231\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(90,48228,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/19691221.jpg\",\"image:title\":\"19691221\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(91,48227,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1025514290.jpg\",\"image:title\":\"1025514290\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(92,48226,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2092150080.jpg\",\"image:title\":\"2092150080\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(93,48225,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1407033010.jpg\",\"image:title\":\"1407033010\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(94,48224,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3894433199.jpg\",\"image:title\":\"3894433199\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(95,48223,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2434380366.jpg\",\"image:title\":\"2434380366\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(96,48219,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/4061590130.jpg\",\"image:title\":\"4061590130\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(97,48218,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2220697693.jpg\",\"image:title\":\"2220697693\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(98,48217,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/971431146.jpg\",\"image:title\":\"971431146\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(99,48216,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/240230510.jpg\",\"image:title\":\"240230510\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(100,48215,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/405752026.jpg\",\"image:title\":\"405752026\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(101,48214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3261310036.png\",\"image:title\":\"3261310036\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(102,48213,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/4095797037.png\",\"image:title\":\"4095797037\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(103,48212,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/634697273.png\",\"image:title\":\"634697273\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(104,48211,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2527305273.png\",\"image:title\":\"2527305273\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(105,48210,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1250162963.png\",\"image:title\":\"1250162963\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(106,48209,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3851629198.jpg\",\"image:title\":\"3851629198\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(107,48208,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3765780421.png\",\"image:title\":\"3765780421\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(108,48207,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3395494514.png\",\"image:title\":\"3395494514\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(109,48206,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3731920967.png\",\"image:title\":\"3731920967\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(110,48205,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3299604788.jpg\",\"image:title\":\"3299604788\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(111,48204,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/919041395.png\",\"image:title\":\"919041395\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(112,48203,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2654753310.png\",\"image:title\":\"2654753310\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(113,48202,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3549288128.png\",\"image:title\":\"3549288128\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(114,48201,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/95276588.jpg\",\"image:title\":\"95276588\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(115,48191,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1799585569.png\",\"image:title\":\"1799585569\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(116,48190,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3140641566.png\",\"image:title\":\"3140641566\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(117,48189,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3596348415.png\",\"image:title\":\"3596348415\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(118,48188,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1709938671.png\",\"image:title\":\"1709938671\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(119,48187,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1196623201.png\",\"image:title\":\"1196623201\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(120,48182,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1042201467.jpg\",\"image:title\":\"1042201467\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(121,48181,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/200051476.jpg\",\"image:title\":\"200051476\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(122,48180,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/215921059.jpg\",\"image:title\":\"215921059\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(123,48178,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Virtual-LF-Copy-1024x683-1.jpg\",\"image:title\":\"Virtual-LF-Copy-1024×683\",\"image:caption\":\"\"}]','2021-12-13 11:57:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 11:57:09','2021-12-13 11:57:09'),(124,48173,'Webinars | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,NULL,NULL,NULL,NULL,'','','website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/01\\/holiday-photo.png\",\"image:title\":\"holiday-photo\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/01\\/ep31.png\",\"image:title\":\"ep31\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Zombie.png\",\"image:title\":\"Zombie\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode29-LawyersandFriends.jpg\",\"image:title\":\"Episode29-LawyersandFriends\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode28-LawyersandFriends.jpg\",\"image:title\":\"Episode28-LawyersandFriends\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode27-LawyersandFriends.jpg\",\"image:title\":\"Episode27-LawyersandFriends\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode26-LawyersandFriends.jpg\",\"image:title\":\"Episode26-LawyersandFriends\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode25-LawyersandFriends.jpg\",\"image:title\":\"Episode25-LawyersandFriends\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode24-LawyersandFriends.jpg\",\"image:title\":\"Episode24-LawyersandFriends\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode23-LawyersandFriends.jpg\",\"image:title\":\"Episode23-LawyersandFriends\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Episode22-LawyersandFriend.jpg\",\"image:title\":\"Episode22-LawyersandFriend\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3549288128.png\",\"image:title\":\"3549288128\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2654753310.png\",\"image:title\":\"2654753310\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/919041395.png\",\"image:title\":\"919041395\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3299604788.jpg\",\"image:title\":\"3299604788\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3731920967.png\",\"image:title\":\"3731920967\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3395494514.png\",\"image:title\":\"3395494514\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3765780421.png\",\"image:title\":\"3765780421\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3851629198.jpg\",\"image:title\":\"3851629198\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1250162963.png\",\"image:title\":\"1250162963\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2527305273.png\",\"image:title\":\"2527305273\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/634697273.png\",\"image:title\":\"634697273\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/4095797037.png\",\"image:title\":\"4095797037\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3261310036.png\",\"image:title\":\"3261310036\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/405752026.jpg\",\"image:title\":\"405752026\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/240230510.jpg\",\"image:title\":\"240230510\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/971431146.jpg\",\"image:title\":\"971431146\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2220697693.jpg\",\"image:title\":\"2220697693\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/4061590130.jpg\",\"image:title\":\"4061590130\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2434380366.jpg\",\"image:title\":\"2434380366\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3894433199.jpg\",\"image:title\":\"3894433199\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1407033010.jpg\",\"image:title\":\"1407033010\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2092150080.jpg\",\"image:title\":\"2092150080\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1025514290.jpg\",\"image:title\":\"1025514290\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/19691221.jpg\",\"image:title\":\"19691221\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3356549231.jpg\",\"image:title\":\"3356549231\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1837654085.jpg\",\"image:title\":\"1837654085\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2161867666.jpg\",\"image:title\":\"2161867666\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1037121607.jpg\",\"image:title\":\"1037121607\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2010366152.jpg\",\"image:title\":\"2010366152\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3703037842.jpg\",\"image:title\":\"3703037842\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1351580429.jpg\",\"image:title\":\"1351580429\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2433087555.jpg\",\"image:title\":\"2433087555\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1469522131.jpg\",\"image:title\":\"1469522131\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2835185459.jpg\",\"image:title\":\"2835185459\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1448263289.jpg\",\"image:title\":\"1448263289\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/473082777.jpg\",\"image:title\":\"473082777\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2684734871.jpg\",\"image:title\":\"2684734871\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/140405431.jpg\",\"image:title\":\"140405431\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2624835932.jpg\",\"image:title\":\"2624835932\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2422755891.jpg\",\"image:title\":\"2422755891\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/308086147.jpg\",\"image:title\":\"308086147\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1342974363.jpg\",\"image:title\":\"1342974363\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3521851112.jpg\",\"image:title\":\"3521851112\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2646962494.jpg\",\"image:title\":\"2646962494\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1116742571.jpg\",\"image:title\":\"1116742571\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1379676566.jpg\",\"image:title\":\"1379676566\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/1765430482.jpg\",\"image:title\":\"1765430482\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/2686857844.jpg\",\"image:title\":\"2686857844\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/59943168.jpg\",\"image:title\":\"59943168\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/296491289.jpg\",\"image:title\":\"296491289\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/3240569157.jpg\",\"image:title\":\"3240569157\",\"image:caption\":\"\"}]','2022-08-08 17:35:38',NULL,NULL,NULL,NULL,NULL,'2022-04-29 18:19:47','2022-04-29 18:19:47',NULL,0,NULL,'2021-12-13 11:57:09','2022-08-08 17:35:38'),(125,45930,'Thank You | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,NULL,NULL,NULL,NULL,'','','website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,0,1,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 11:57:10',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 11:57:10','2022-04-04 07:15:11'),(126,46129,'Elena N. Camp | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Elena_Camp_pp.jpg\"}]','2022-04-04 06:08:19',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 11:57:10','2022-04-04 07:15:11'),(128,46131,'James B. Cousins | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/James_Cousins_pp.jpg\"}]','2021-12-13 11:57:10',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 11:57:10','2022-04-04 07:15:11'),(129,46132,'Jenny Malkowski | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jenny_Malkowski_pp.jpg\"}]','2022-04-04 06:08:19',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 11:57:10','2022-04-04 07:15:11'),(130,46119,'Jillian Chavers | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jillian_Chavers_pp.jpg\"}]','2022-04-04 06:08:19',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 11:57:10','2022-04-04 07:15:11'),(131,46121,'Jody Guiher | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jody_Guiher_pp.jpg\"}]','2022-04-04 06:08:19',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 11:57:10','2022-04-04 07:15:11'),(132,46125,'Katrina Gray | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Katrina_Gray_pp.jpg\"}]','2021-12-13 11:57:10',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 11:57:10','2022-04-04 07:15:11'),(133,46236,'Case Law Updates | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-04-04 07:06:53',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 12:15:17','2022-04-04 07:15:11'),(134,46179,'Thomas Dickinson | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Thomas_Dickinson_pp.jpg\"}]','2022-04-04 07:06:53',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 12:37:59','2022-04-04 07:15:11'),(135,48022,'Jessica Stevens | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Jessica-Stevens.jpg\",\"image:title\":\"Atty_Jessica-Stevens\",\"image:caption\":\"\"}]','2022-04-04 07:15:12',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 12:38:02','2022-04-04 07:15:12'),(136,48023,'Danielle Draschan | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Danielle-Draschan.jpg\"}]','2022-04-04 07:06:53',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 12:38:03','2022-04-04 07:15:11'),(137,47971,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Atty_Kelesy-Kunze.jpg\",\"image:title\":\"Atty_Kelesy-Kunze\",\"image:caption\":\"\"}]','2021-12-13 16:43:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 12:38:08','2021-12-13 16:43:50'),(138,48020,'Corrine Newman | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Corrine-Newman.jpg\"}]','2022-04-04 07:15:12',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 12:38:10','2022-04-04 07:15:12'),(139,46486,'Test Your NY Workers’ Compensation Chops | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 12:49:47','2022-04-04 07:15:12'),(140,46089,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Shannon_Mackey_pp.jpg\",\"image:title\":\"Shannon_Mackey_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/mackey_shannan_m.jpg\",\"image:title\":\"mackey_shannan_m\",\"image:caption\":\"\"}]','2022-05-04 15:05:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 13:17:19','2022-05-04 15:05:20'),(141,46234,'SLU/PHP | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-05-24 18:33:00',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 13:37:08','2022-05-24 18:33:00'),(142,46083,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Alexis_Hatten-1_pp.jpg\",\"image:title\":\"Alexis_Hatten-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/hatten_alexis_d.jpg\",\"image:title\":\"hatten_alexis_d\",\"image:caption\":\"\"}]','2022-05-04 15:03:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 13:38:20','2022-05-04 15:03:20'),(143,48168,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"30.6% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'profile','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,65,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913.jpeg\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brendan_Shannon_pp.jpg\",\"image:title\":\"Brendan_Shannon_pp\",\"image:caption\":\"\"}]','2022-08-11 19:24:26','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:51','2022-08-11 19:24:26'),(144,48167,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/machelor_kristin_m.jpg\",\"image:title\":\"machelor_kristin_m\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(145,48166,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/gray_katrina.jpg\",\"image:title\":\"gray_katrina\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(146,48152,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/AdobeStock_362306286-banner.jpg\",\"image:title\":\"AdobeStock_362306286-banner\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(147,48151,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/AdobeStock_258696218-banner.jpg\",\"image:title\":\"AdobeStock_258696218-banner\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(148,48150,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/AdobeStock_344563317-banner.jpg\",\"image:title\":\"AdobeStock_344563317-banner\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(149,48021,'Francis Christiano | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(150,48015,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Danielle-Draschan.jpg\",\"image:title\":\"Atty_Danielle-Draschan\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(151,48014,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Corrine-Newman.jpg\",\"image:title\":\"Atty_Corrine-Newman\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(152,48013,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Jessica-Stevens.jpg\",\"image:title\":\"Atty_Jessica-Stevens\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(153,48012,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/Atty_Francis-Christiano.jpg\",\"image:title\":\"Atty_Francis-Christiano\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(154,48007,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Atty_Kelesy-Kunze.jpg\",\"image:title\":\"Atty_Kelesy-Kunze\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(155,48000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/women2020.jpg\",\"image:title\":\"women2020\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(156,47970,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(157,47903,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_362306286-M.jpg\",\"image:title\":\"AdobeStock_362306286-M\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(158,47902,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_362306286-T.jpg\",\"image:title\":\"AdobeStock_362306286-T\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(159,47901,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_362306286.jpg\",\"image:title\":\"AdobeStock_362306286\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(160,47900,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_344563317-M.jpg\",\"image:title\":\"AdobeStock_344563317-M\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(161,47899,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_344563317-T.jpg\",\"image:title\":\"AdobeStock_344563317-T\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(162,47898,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_344563317.jpg\",\"image:title\":\"AdobeStock_344563317\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(163,47897,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_258696218-M.jpg\",\"image:title\":\"AdobeStock_258696218-M\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(164,47896,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_258696218-T.jpg\",\"image:title\":\"AdobeStock_258696218-T\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(165,47895,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_258696218.jpg\",\"image:title\":\"AdobeStock_258696218\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(166,47875,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/101814-cmyk-1.png\",\"image:title\":\"101814-cmyk-1\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(167,47874,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/CUSTOM-870784-cmyk.png\",\"image:title\":\"CUSTOM-870784-cmyk\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(168,47871,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/AdobeStock_260182798.png\",\"image:title\":\"AdobeStock_260182798\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(169,47868,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/prince_brian_k.jpg\",\"image:title\":\"prince_brian_k\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(170,47867,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/mackey_shannan_m.jpg\",\"image:title\":\"mackey_shannan_m\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(171,47866,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/kornacki_paul_b.jpg\",\"image:title\":\"kornacki_paul_b\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(172,47865,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/hatten_alexis_d.jpg\",\"image:title\":\"hatten_alexis_d\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(173,47864,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/gray_katrina.jpg\",\"image:title\":\"gray_katrina\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(174,47863,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/gould_andrew.jpg\",\"image:title\":\"gould_andrew\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(175,47862,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/frances_mary.jpg\",\"image:title\":\"frances_mary\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(176,47861,NULL,NULL,NULL,NULL,NULL,NULL,'','','profile','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Mary_Fran_Schnorr-1_pp.jpg\",\"image:title\":\"Mary_Fran_Schnorr-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/frances_mary.jpg\",\"image:title\":\"frances_mary\",\"image:caption\":\"\"}]','2022-05-04 15:03:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:51','2022-05-04 15:03:20'),(177,47860,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/diegelman_neil_a.jpg\",\"image:title\":\"diegelman_neil_a\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(178,47859,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/day_melissa_a.jpg\",\"image:title\":\"day_melissa_a\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(179,47858,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/daly_melanie_a.jpg\",\"image:title\":\"daly_melanie_a\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(180,47857,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/cousins_james_b.jpg\",\"image:title\":\"cousins_james_b\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(181,47856,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/christman_cassandra_e.jpg\",\"image:title\":\"christman_cassandra_e\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(182,47855,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/buehler_vicki_l.jpg\",\"image:title\":\"buehler_vicki_l\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(183,47838,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/OgImage_New.png\",\"image:title\":\"OgImage_New\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(184,47836,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/logo_white.png\",\"image:title\":\"logo_white\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(185,47835,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/logo.png\",\"image:title\":\"logo\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(186,47729,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/logo_new-1.png\",\"image:title\":\"logo_new-1\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(187,47712,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melissa-Day-Law-Headshots-2.jpg\",\"image:title\":\"Melissa-Day-Law-Headshots-2\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(188,47694,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melissa-Day-Law-Headshots1.jpg\",\"image:title\":\"Melissa-Day-Law-Headshots1\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(189,47599,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brian_Prince-1_pp.jpg\",\"image:title\":\"Brian_Prince-1_pp\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(190,47598,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Daniel_Flynn-1_pp.jpg\",\"image:title\":\"Daniel_Flynn-1_pp\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(191,47597,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Vicki_L_Buehler-1_pp.jpg\",\"image:title\":\"Vicki_L_Buehler-1_pp\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(192,47596,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Alexis_Hatten-1_pp.jpg\",\"image:title\":\"Alexis_Hatten-1_pp\",\"image:caption\":\"\"}]','2021-12-13 15:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:51','2021-12-13 15:30:51'),(193,46147,'Melanie A. Daly | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melanie_Daly-1_pp.jpg\"}]','2021-12-13 15:30:52',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:52','2022-04-04 07:15:11'),(194,46166,'Melissa A. Day | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melissa_Ann_Day_pp.jpg\"}]','2021-12-13 15:30:52',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:52','2022-04-04 07:15:11'),(195,46145,'Neil A. Diegelman | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Neil_Deigelman-1_pp.jpg\"}]','2021-12-13 15:30:52',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:52','2022-04-04 07:15:11'),(196,46148,'Paul B. Kornacki | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Paul_Kornacki_pp.jpg\"}]','2021-12-13 15:30:52',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:52','2022-04-04 07:15:11'),(197,46171,'Rebecca Brashear | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Rebecca_Brashear_pp.jpg\"}]','2022-04-04 07:06:53',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:52','2022-04-04 07:15:11'),(198,46172,'Shannan M. Mackey | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Shannon_Mackey_pp.jpg\"}]','2021-12-13 15:30:52',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:52','2022-04-04 07:15:11'),(199,46173,'Susan Eick | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Susan_Eick_pp.jpg\"}]','2021-12-13 15:30:52',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:30:52','2022-04-04 07:15:11'),(200,46192,'Brendan T. Shannon | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brendan_Shannon_pp.jpg\"}]','2021-12-13 15:30:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 15:30:52','2021-12-13 15:30:52'),(201,46551,'DID YOU KNOW? 25-A IS GOING AWAY. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','article','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:41:55','2022-04-04 07:15:11'),(202,46561,'DID YOU KNOW? FACEBOOK PAGES ARE NOT CONSIDERED “SURVEILLANCE” THAT HAS TO BE DISCLOSED BEFORE A CLAIMANT TESTIFIES. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 15:57:39','2022-04-04 07:15:11'),(203,46346,'Never Give In! Disallowance Win! | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:20:18','2022-04-04 07:15:12'),(204,46077,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melissa_Ann_Day_pp.jpg\",\"image:title\":\"Melissa_Ann_Day_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/day_melissa_a.jpg\",\"image:title\":\"day_melissa_a\",\"image:caption\":\"\"}]','2022-05-04 15:03:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:27:36','2022-05-04 15:03:20'),(205,46331,'An Exploration of “Legal Apportionment” | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:35:30','2022-04-04 07:15:12'),(206,47594,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Mary_Fran_Schnorr-1_pp.jpg\",\"image:title\":\"Mary_Fran_Schnorr-1_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(207,47593,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Neil_Deigelman-1_pp.jpg\",\"image:title\":\"Neil_Deigelman-1_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(208,47592,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melanie_Daly-1_pp.jpg\",\"image:title\":\"Melanie_Daly-1_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(209,47591,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jessica_Stevens_pp.jpg\",\"image:title\":\"Jessica_Stevens_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(210,47590,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Shannon_Mackey_pp.jpg\",\"image:title\":\"Shannon_Mackey_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(211,47587,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Kristen_Degnan_pp.jpg\",\"image:title\":\"Kristen_Degnan_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(212,47586,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Danielle_Draschan_pp.jpg\",\"image:title\":\"Danielle_Draschan_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(213,47585,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jody_Guiher_pp.jpg\",\"image:title\":\"Jody_Guiher_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(214,47584,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jenny_Malkowski_pp.jpg\",\"image:title\":\"Jenny_Malkowski_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(215,47583,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Hannah_Kim_pp.jpg\",\"image:title\":\"Hannah_Kim_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(216,47579,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Susan_Eick_pp.jpg\",\"image:title\":\"Susan_Eick_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(217,47578,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Jillian_Chavers_pp.jpg\",\"image:title\":\"Jillian_Chavers_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(218,47577,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Rebecca_Brashear_pp.jpg\",\"image:title\":\"Rebecca_Brashear_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(219,47575,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Elena_Camp_pp.jpg\",\"image:title\":\"Elena_Camp_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(220,47572,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Thomas_Dickinson_pp.jpg\",\"image:title\":\"Thomas_Dickinson_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(221,47570,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/Andrew_Gould_pp.jpg\",\"image:title\":\"Andrew_Gould_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(222,47567,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brendan_Shannon_pp.jpg\",\"image:title\":\"Brendan_Shannon_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(223,47562,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/Cassie_Christman_pp.jpg\",\"image:title\":\"Cassie_Christman_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(224,47554,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Teresa_Cleary_pp.jpg\",\"image:title\":\"Teresa_Cleary_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(225,47551,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Paul_Kornacki_pp.jpg\",\"image:title\":\"Paul_Kornacki_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(226,47548,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Katrina_Gray_pp.jpg\",\"image:title\":\"Katrina_Gray_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(227,47545,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/James_Cousins_pp.jpg\",\"image:title\":\"James_Cousins_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(228,47542,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melissa_Ann_Day_pp.jpg\",\"image:title\":\"Melissa_Ann_Day_pp\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(229,47513,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/logo_new.png\",\"image:title\":\"logo_new\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(230,47508,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_427849380.jpeg\",\"image:title\":\"AdobeStock_427849380\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(231,47397,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_209705558-mobile.jpg\",\"image:title\":\"AdobeStock_209705558-mobile\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(232,47395,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_209705558.jpeg\",\"image:title\":\"AdobeStock_209705558\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(233,47338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/MWBE-Logo-300x141-1.png\",\"image:title\":\"MWBE-Logo-300×141\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(234,47337,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/CUSTOM-975884-1.jpg\",\"image:title\":\"CUSTOM-975884-1\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(235,47336,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/MULTI-114764-1-ap3.jpg\",\"image:title\":\"MULTI-114764-1-ap3\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(236,47314,NULL,NULL,NULL,NULL,NULL,NULL,'','','profile','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/Andrew_Gould_pp.jpg\",\"image:title\":\"Andrew_Gould_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/gould_andrew.jpg\",\"image:title\":\"gould_andrew\",\"image:caption\":\"\"}]','2022-05-04 15:03:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:35:35','2022-05-04 15:03:20'),(237,47301,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_235431862.jpeg\",\"image:title\":\"AdobeStock_235431862\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(238,47289,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/0_0_0_0_177_236_csupload_64428384.jpg\",\"image:title\":\"0_0_0_0_177_236_csupload_64428384\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(239,47268,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/cropped-favicon-c.png\",\"image:title\":\"cropped-favicon-c.png\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(240,47267,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/OG.png\",\"image:title\":\"OG\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(241,47266,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/Directory-icon.png\",\"image:title\":\"Directory-icon\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(242,47265,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/favicon-c.png\",\"image:title\":\"favicon-c\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(243,47101,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/ic2.png\",\"image:title\":\"ic2\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(244,47100,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/ic1.png\",\"image:title\":\"ic1\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(245,47099,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/ic3.png\",\"image:title\":\"ic3\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(246,47095,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/logo_c.png\",\"image:title\":\"logo_c\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(247,47076,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_443605491-1.jpg\",\"image:title\":\"AdobeStock_443605491-1\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(248,47029,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/map-desk.png\",\"image:title\":\"map-desk\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(249,47028,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/map-tab.png\",\"image:title\":\"map-tab\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(250,46988,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/logo_b.png\",\"image:title\":\"logo_b\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(251,46976,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/tv.png\",\"image:title\":\"tv\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(252,46969,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_298378097.jpg\",\"image:title\":\"AdobeStock_298378097\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(253,46939,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913-M.jpg\",\"image:title\":\"AdobeStock_236812913-M\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(254,46938,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913-T.jpg\",\"image:title\":\"AdobeStock_236812913-T\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(255,46937,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913.jpg\",\"image:title\":\"AdobeStock_236812913\",\"image:caption\":\"\"}]','2021-12-13 16:35:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:35:35','2021-12-13 16:35:35'),(256,46193,'Careers | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-07-25 17:52:51',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:35:36','2022-07-25 17:52:51'),(257,46231,'PPD Caps | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:35:36',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:35:36','2022-04-04 07:15:11'),(258,46233,'Max Rates | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-04-21 14:04:20',NULL,NULL,NULL,NULL,NULL,'2022-04-21 13:34:07','2022-04-21 13:34:07',NULL,0,NULL,'2021-12-13 16:35:36','2022-04-21 14:04:20'),(259,46244,'LOMAD Newsletter | The Law Offices of Melissa A. Day, PLLC',NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,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','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/08\\/LOMADMagazineVol13July2022Cover.png\",\"image:title\":\"LOMADMagazineVol13July2022Cover\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/08\\/LOMADMagazineVolume11May2022Cover.png\",\"image:title\":\"LOMADMagazineVolume11May2022Cover\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/08\\/LOMADMagazineVolume12June2022Cover.png\",\"image:title\":\"LOMADMagazineVolume12June2022Cover\",\"image:caption\":\"\"}]','2022-08-04 18:16:26','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:35:36','2022-08-04 18:16:26'),(260,46329,'Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of Use | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:44','2022-04-04 07:15:12'),(261,46930,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913-scaled.jpeg\",\"image:title\":\"Silhouette of business people work together in office. Concept of teamwork and partnership. double exposure with light effects\",\"image:caption\":\"Business people collaborate together in office. Double exposure effects\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(262,46888,'Amherst Workers\' Compensation Defense Law Office | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(263,46884,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_108033031-T.jpg\",\"image:title\":\"AdobeStock_108033031-T\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(264,46883,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_108033031-M.jpg\",\"image:title\":\"AdobeStock_108033031-M\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(265,46882,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_108033031-D.jpg\",\"image:title\":\"AdobeStock_108033031-D\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(266,46881,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_180103616-T.jpg\",\"image:title\":\"AdobeStock_180103616-T\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(267,46880,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_180103616-M.jpg\",\"image:title\":\"AdobeStock_180103616-M\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(268,46879,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_180103616-D.jpg\",\"image:title\":\"AdobeStock_180103616-D\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(269,46876,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_221755833-M.jpg\",\"image:title\":\"AdobeStock_221755833-M\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(270,46875,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_221755833-T.jpg\",\"image:title\":\"AdobeStock_221755833-T\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(271,46860,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_432435637-T.jpg\",\"image:title\":\"AdobeStock_432435637-T\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(272,46833,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/logo_icon.png\",\"image:title\":\"logo_icon\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(273,46824,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_432435637.jpg\",\"image:title\":\"AdobeStock_432435637\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(274,46788,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_387392035.jpg\",\"image:title\":\"AdobeStock_387392035\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(275,46773,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/logo_a.png\",\"image:title\":\"logo_a\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(276,46767,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/ic1.png\",\"image:title\":\"ic1\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(277,46766,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/ic3.png\",\"image:title\":\"ic3\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(278,46765,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/ic2.png\",\"image:title\":\"ic2\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(279,46748,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_221755833-D.jpg\",\"image:title\":\"AdobeStock_221755833-D\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(280,46613,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/quote-bg.png\",\"image:title\":\"quote-bg\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(281,46565,'DID YOU KNOW? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(282,46564,'WHY? Why do judge’s even set deadlines for the submission of Memoranda of Law? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(283,46563,'DID YOU KNOW? WCL §15(3)(v) BENEFITS MAY NOW BE CAPPED UNDER WCL §15(3)(w) | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(284,46560,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(285,46559,'DID YOU KNOW? IMPLEMENTATION OF THE CHANGES TO THE MTG HAS BEEN DELAYED UNTIL MARCH 1, 2013. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(286,46557,'DID YOU KNOW? GOVERNOR CUOMO’S BUDGET PROPOSES TO ELIMINATE MANDATORY DEPOSITS INTO THE ATF AND TO CLOSE THE FUND TO NEW DEPOSITS? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(287,46555,'DID YOU KNOW? The Federal Government Is Not Subject to the Jurisdiction of the NY Workers’ Compensation Board on a Theory of General/Special Employment? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','article','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(288,46554,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(289,46553,'DID YOU KNOW? A chiropractic variance request based on alleged functional improvements and expected continued improvements may not be granted if the chiropractor continues to find that the claimant is totally disabled. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(290,46550,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(291,46549,'DID YOU KNOW? A bill being considered by the NY State Legislature which would create a presumption of permanent total disability for claimants who are found eligible for social security? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(292,46548,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(293,46546,'DID YOU KNOW? AN EMPLOYER OR CARRIER MAY BE ABLE TO REOPEN A PPD CLAIM ON THE ISSUE OF LABOR MARKET ATTACHMENT. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(294,46545,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(295,46543,'DID YOU KNOW? THE THIRD DEPARTMENT HOLDS THAT MEDICAL TREATMENT WHICH IS NOT SPECIFICALLY INCLUDED IN THE MTG IS PRESUMPTIVELY NOT MEDICALLY NECESSARY. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','article','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(296,46542,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(297,46541,'DID YOU KNOW? Twenty Insurance Carriers Have Filed an Action Seeking to Obtain a Declaration that the Elimination of The Fund for Reopened Cases Is Unconstitutional. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:11'),(298,46540,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(299,46512,'BOARD PROCESS RE-ENGINEERING (“BPR”) – NY WORKERS’ COMPENSATION FORUM MEMBERS SHOULD BE INCLUDED IN THE DIALOGUE | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(300,46509,'A Blind Leap across an Inscrutable Chasm – Arbitrary and Capricious Loss of Wage Earning Capacity (LWEC) Determinations | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(301,46508,'DID YOU KNOW? THE BOARD HAS RETIRED THE CONCEPT OF THE COMPENSABLE RETIREMENT. The Death Knell of the Trifecta: Zamora and the so-called “Compensable Retirement” | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(302,46506,'Navigating the Low Back Medical Treatment Guidelines for Chiropractic Care | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(303,46505,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(304,46504,'The Law Offices of Melissa A. Day, PLLC Won a Finding of a 0% Loss of Wage Earning Capacity | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(305,46503,'In Kigin v. WCB, the Court of Appeals upholds the presumption that treatment outside the MTGs is not medically necessary and the attending physician has the burden of proof of the need for a variance. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(306,46501,'Hearing Loss becomes Hearing Win | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(307,46500,'An Underwriting Nightmare Come True | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(308,46499,'WCB’s Regulatory Agenda May Include… | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(309,46498,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/07\\/Hot-Dog-Dog-Costume1-300x196-1.jpg\",\"image:title\":\"Hot-Dog-Dog-Costume1-300×196-1\",\"image:caption\":\"\"}]','2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:49','2021-12-13 16:43:49'),(310,46496,'IMEs : The Next Summer Movie Blockbuster or Just Another IME Gone Bust? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:43:49',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:43:49','2022-04-04 07:15:12'),(311,46069,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/buehler_vicki_l.jpg\",\"image:title\":\"buehler_vicki_l\",\"image:caption\":\"\"}]','2021-12-13 16:43:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:43:50','2021-12-13 16:43:50'),(312,46085,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"Title Length\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"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\":\"27.9% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,76,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/kornacki_paul_b.jpg\",\"image:title\":\"kornacki_paul_b\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913.jpeg\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Paul_Kornacki_pp.jpg\",\"image:title\":\"Paul_Kornacki_pp\",\"image:caption\":\"\"}]','2022-08-11 19:24:26','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:50','2022-08-11 19:24:26'),(313,46071,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"30.1% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"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\":\"Only 6.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'profile','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,65,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/christman_cassandra_e.jpg\",\"image:title\":\"christman_cassandra_e\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913.jpeg\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/Cassie_Christman_pp.jpg\",\"image:title\":\"Cassie_Christman_pp\",\"image:caption\":\"\"}]','2022-08-11 19:24:26','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:50','2022-08-11 19:24:26'),(314,46075,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Melanie_Daly-1_pp.jpg\",\"image:title\":\"Melanie_Daly-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/daly_melanie_a.jpg\",\"image:title\":\"daly_melanie_a\",\"image:caption\":\"\"}]','2022-05-04 15:03:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:43:50','2022-05-04 15:03:20'),(315,46340,'Pain is Not Enough for Prima Facie Medical Evidence | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:20','2022-04-04 07:15:12'),(316,46495,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/07\\/Hot-Dog-Dog-Costume1-300x196-300x196-1.jpg\",\"image:title\":\"Hot-Dog-Dog-Costume1-300×196-300×196-1\",\"image:caption\":\"\"}]','2021-12-13 16:45:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:25','2021-12-13 16:45:25'),(317,46493,'HOT DOGS OR HAMBURGERS? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/07\\/Hot-Dog-Dog-Costume1-1.jpg\"}]','2021-12-13 16:45:25',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:25','2022-04-04 07:15:12'),(318,46492,'MDs, JDs AND TTDs | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','article','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:25',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:25','2022-04-04 07:15:12'),(319,46489,'Liability for Treatment by Social Workers | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:25',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:25','2022-04-04 07:15:12'),(320,46488,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/08\\/pic-1.jpg\",\"image:title\":\"pic-1\",\"image:caption\":\"\"}]','2021-12-13 16:45:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:25','2021-12-13 16:45:25'),(321,46485,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/08\\/pic-1-300x115-1.jpg\",\"image:title\":\"pic-1-300×115-1\",\"image:caption\":\"\"}]','2021-12-13 16:45:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:25','2021-12-13 16:45:25'),(322,46483,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_448704256_Preview.jpg\",\"image:title\":\"AdobeStock_448704256_Preview\",\"image:caption\":\"\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:25','2021-12-13 16:45:26'),(323,46482,'Non-Acute Pain Treatment Guidelines | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/08\\/pic-1-1.jpg\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(324,46481,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/08\\/poop.png\",\"image:title\":\"poop\",\"image:caption\":\"\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(325,46480,'Average Wages? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/08\\/poop.png\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(326,46479,'Answers to the Quiz | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(327,46478,'Claims Handling Performance | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(328,46450,'Summer is Almost Over! | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(329,46448,'Labor Market Attachment Refresher | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(330,46447,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/09\\/Crossword-EXF-Puzzle-and-Clues.png\",\"image:title\":\"Crossword-EXF-Puzzle-and-Clues\",\"image:caption\":\"\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(331,46446,'Challenge Yourself | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2015\\/09\\/Crossword-EXF-Puzzle-and-Clues.png\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(332,46445,'Vocational and Functional… | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(333,46444,'An Employee Cannot be… | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','article','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(334,46442,'NY Allows Employer to… | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(335,46441,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(336,46439,'Reopened Cases | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(337,46438,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(338,46436,'TO WEAN, OR NOT TO WEAN, THAT IS THE QUESTION. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','article','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(339,46435,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2016\\/10\\/pic.png\",\"image:title\":\"pic\",\"image:caption\":\"\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(340,46433,'HAPPY HALLO-WEAN | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2016\\/10\\/pic.png\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(341,46432,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2017\\/01\\/image002.png\",\"image:title\":\"image002\",\"image:caption\":\"\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(342,46431,'It’s the Holiday Season! | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(343,46429,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2017\\/01\\/image001.png\",\"image:title\":\"image001\",\"image:caption\":\"\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(344,46427,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2017\\/02\\/image002.jpg\",\"image:title\":\"image002\",\"image:caption\":\"\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(345,46426,'Back to the Future: The Return of WCL 25(2-b): Fact-Finding without Judges and Legal Reasoning without Lawyers | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2017\\/01\\/image001.png\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2017\\/01\\/image002.png\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(346,46424,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(347,46423,'Permanent Partial Disability “Safety Net”…What to Expect from WCL §35 | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2017\\/02\\/image002.jpg\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(348,46422,'Board Finds that Medical Treatment Guidelines Apply to Out of State Claimants | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(349,46421,'How to Avoid Bad Luck in Your Comp Claims This Friday the 13th – Some Basic Time Constraints for New York State Workers’ Compensation Claims to Keep in Mind | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(350,46419,'Proposed Changes Submitted Seeking to Expand the Board’s Legal Internship Program | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(351,46418,'Ricky Costner Jr., 18 Year Old Slain by a Deranged Co-Worker, Honored by Family and Friends | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','article','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(352,46416,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2018\\/05\\/CourtBuilding-300x167-1.jpg\",\"image:title\":\"CourtBuilding-300×167-1\",\"image:caption\":\"\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 16:45:26','2021-12-13 16:45:26'),(353,46415,'Schedule Loss of Use Awards – Grrrrrrrrr | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(354,46414,'United States Supreme Court is Considering a Petition for a Writ of Certiorari Of the American Economy Decision | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2018\\/05\\/CourtBuilding-1.jpg\"}]','2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(355,46388,'You’re claiming what?!? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(356,46386,'Appeals Inventory and Forms | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(357,46385,'A New Quest Begins | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(358,46384,'LWEC & Incontinence | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(359,46383,'Amendments to 2017 not retroactive if PPD claimant was not attached to labor market | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(360,46381,'Claimant’s conviction of unlawful manufacture of methamphetamine does not amount to a violation under WCL 114-a. | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(361,46380,'Melissa A. Day, Esq. invited to join Buffalo Business First Leadership Trust | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(362,46378,'Proposed Changes to §§300.22 and 300.23 – Overpayments | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(363,46377,'A Win for The Law Offices of Melissa A. Day | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(364,46376,'Another Win for The Law Offices of Melissa A. Day! | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(365,46374,'Doubling Down – 2 Hearing Loss Claims for the Same Claimant Denied on the Same Day | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 16:45:26',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 16:45:26','2022-04-04 07:15:12'),(366,46079,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.com\\/@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/diegelman_neil_a.jpg\",\"image:title\":\"diegelman_neil_a\",\"image:caption\":\"\"}]','2022-05-04 15:03:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:45:26','2022-05-04 15:03:20'),(367,46081,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"Title Length\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"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\":\"31.5% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,76,'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','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Katrina_Gray_pp.jpg\",\"image:title\":\"Katrina_Gray_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/gray_katrina.jpg\",\"image:title\":\"gray_katrina\",\"image:caption\":\"\"}]','2022-05-09 14:32:40','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 16:45:26','2022-05-09 14:32:40'),(368,46332,'Carpal Tunnel and Causal Relation Not Always So Clear-Cut | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:17','2022-04-04 07:15:12'),(369,46373,'Success with WCL Section 18 | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(370,46372,'How Change in Conditions for Classified Claimants Changed Drastically | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(371,46371,'Fraud in the Family – Claimant Doing Other Work while Receiving Comp Benefits | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(372,46370,'Occupational Disease Claims after Matter of Pinnacle Industries II, LLC (2019 NY Wrk Comp G2020587) | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(373,46369,'No Error of Law or Fact In An Application For Full Board Review | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(374,46368,'Independent Contractor or Employee | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(375,46367,'No Further Causally Related Disability Due to Intervening Unrelated Accident | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(376,46352,'Genduso and Total Joint Replacement Schedules | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(377,46351,'Thoughts on Thinking: A Strange Title About Practicing Law | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:29',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(378,46350,'When Do Work From Home Accidents Occur in the Scope and Course of Employment? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:29','2022-04-04 07:15:12'),(379,46348,'Section 44: Not Even a Portion of Liability For The Occupational Disease | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(380,46347,'An “Interesting” IME Development | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(381,46345,'Social Media and Fraud – You’d Be Surprised What People Post! | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(382,46344,'The Claimant’s Burden: Proving the Causal Relationship of an Injury | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(383,46343,'Employers Do Not Have to Prove Prejudice by Late Notice, but it Certainly Doesn’t Hurt To Do So! | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(384,46342,'Claim Disallowance With Unanimous Medical Opinion Giving Causal Relationship | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(385,46341,'Labor Market Attachment and Retirement | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(386,46339,'Stipulations, Reimbursements, Underpayments. Oh My! | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(387,46338,'Third Deparment Decision: Disputing Causal Relationship | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(388,46335,'Disallowance Due to Intoxication | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(389,46327,'Surveillance, Social Media…Section 32? | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:12'),(390,46317,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_447848300_Preview.jpg\",\"image:title\":\"AdobeStock_447848300_Preview\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(391,46313,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/icon2.png\",\"image:title\":\"icon2\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(392,46312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/icon.png\",\"image:title\":\"icon\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(393,46311,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/icon1.png\",\"image:title\":\"icon1\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(394,46300,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_297103193_Preview.jpg\",\"image:title\":\"AdobeStock_297103193_Preview\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(395,46273,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/logo.png\",\"image:title\":\"logo\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(396,46270,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/AdobeStock_140260471_Preview.jpg\",\"image:title\":\"AdobeStock_140260471_Preview\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(397,46252,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(398,46251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(399,46250,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(400,46249,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(401,46248,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/3006688682.jpg\",\"image:title\":\"3006688682\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(402,46247,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/1787479011.jpg\",\"image:title\":\"1787479011\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(403,46246,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/970001773.jpg\",\"image:title\":\"970001773\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(404,46245,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/102398183.jpg\",\"image:title\":\"102398183\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(405,46235,'M&T Rates | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:11'),(406,46232,'Life Awards | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:11'),(407,46227,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/MULTI-114764-1-ap3.jpg\",\"image:title\":\"MULTI-114764-1-ap3\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(408,46224,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/KBD-250x250-1.png\",\"image:title\":\"KBD-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(409,46223,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/TCleary-revised-250x250-1.png\",\"image:title\":\"TCleary-revised-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(410,46222,'Litigation Team | The Law Offices of Melissa A. Day, PLLC | Amherst','The litigation team at The Law Offices of Melissa A. Day, PLLC, uses creativity, attention to detail and a dogged persistence to get results. Call 716-616-0111 to set up a consultation.',NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 17:07:30','2022-04-04 07:15:11'),(411,46218,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/BTS-e1609438627154.png\",\"image:title\":\"BTS-e1609438627154\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(412,46217,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/ECamp1-250x250-1.jpg\",\"image:title\":\"ECamp1-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(413,46216,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/DHF-webrdy-250x250-1.png\",\"image:title\":\"DHF-webrdy-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(414,46215,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/HEK-250x250-1.png\",\"image:title\":\"HEK-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(415,46214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JCW1-250x250-1.png\",\"image:title\":\"JCW1-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(416,46213,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JLG-250x250-1.png\",\"image:title\":\"JLG-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(417,46212,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JLM-250x250-1.png\",\"image:title\":\"JLM-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(418,46211,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/NWalker-1-250x250-1.png\",\"image:title\":\"NWalker-1-250×250\",\"image:caption\":\"\"}]','2021-12-13 17:07:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 17:07:30','2021-12-13 17:07:30'),(419,46210,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JMC-250x250-1.png\",\"image:title\":\"JMC-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(420,46209,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/RBrashear1-250x250-1.jpg\",\"image:title\":\"RBrashear1-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(421,46208,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/TXD1-250x250-1.jpg\",\"image:title\":\"TXD1-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(422,46207,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/SLE-250x250-1.png\",\"image:title\":\"SLE-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(423,46206,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/ADH-250x250-1.png\",\"image:title\":\"ADH-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(424,46205,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/BTS-250x250-1.png\",\"image:title\":\"BTS-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(425,46204,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/BKP1-250x250-1.jpg\",\"image:title\":\"BKP1-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(426,46203,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/CEC-webrdy-250x250-1.png\",\"image:title\":\"CEC-webrdy-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(427,46202,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JBC-Partner-250x250-1.jpg\",\"image:title\":\"JBC-Partner-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(428,46201,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/KMM-250x250-1.jpg\",\"image:title\":\"KMM-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(429,46200,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/KG2-250x250-1.jpg\",\"image:title\":\"KG2-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(430,46199,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/MXD-webrdy-250x250-1.png\",\"image:title\":\"MXD-webrdy-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(431,46198,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/MAD-Copy1-250x250-1.png\",\"image:title\":\"MAD-Copy1-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(432,46197,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/NAD-webrdy-250x250-1.png\",\"image:title\":\"NAD-webrdy-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(433,46196,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/PBK-250x250-1.png\",\"image:title\":\"PBK-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(434,46195,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/SMM2-250x250-1.jpg\",\"image:title\":\"SMM2-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(435,46194,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/VLB-webrdy-250x250-1.png\",\"image:title\":\"VLB-webrdy-250×250\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(436,46180,'Vicki L. Buehler | The Law Offices of Melissa A. Day, PLLC',NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"This is far below the recommended minimum of words.\",\"score\":-10,\"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\":\"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 8.3% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 48.3 in the test, which is considered 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,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Vicki_L_Buehler-1_pp.jpg\"}]','2022-08-11 18:07:12','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 18:36:44','2022-08-11 18:07:12'),(437,46178,'Teresa Cleary | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/TCleary-revised-e1564430301923.png\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Teresa_Cleary_pp.jpg\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(438,46163,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/MXD-webrdy-e1583244740263.png\",\"image:title\":\"MXD-webrdy-e1583244740263\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(439,46160,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/KMM-e1527081490125.jpg\",\"image:title\":\"KMM-e1527081490125\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(440,46159,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/NAD-webrdy-e1583244759983.png\",\"image:title\":\"NAD-webrdy-e1583244759983\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(441,46158,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/MAD-Copy1-e1614865430869.png\",\"image:title\":\"MAD-Copy1-e1614865430869\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(442,46157,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/NWalker-1-e1625232413654.png\",\"image:title\":\"NWalker-1-e1625232413654\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(443,46156,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/RBrashear1-e1544211193771.jpg\",\"image:title\":\"RBrashear1-e1544211193771\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(444,46155,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/PBK-e1560351916512.png\",\"image:title\":\"PBK-e1560351916512\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(445,46154,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/SLE-e1609438853360.png\",\"image:title\":\"SLE-e1609438853360\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(446,46153,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/SMM2-e1543856304373.jpg\",\"image:title\":\"SMM2-e1543856304373\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(447,46152,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/TXD1-e1542304527103.jpg\",\"image:title\":\"TXD1-e1542304527103\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(448,46151,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/TCleary-revised-e1564430301923.png\",\"image:title\":\"TCleary-revised-e1564430301923\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(449,46150,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/VLB-webrdy-e1583244774191.png\",\"image:title\":\"VLB-webrdy-e1583244774191\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(450,46149,'Kristin M. Machelor | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/KMM-e1527081490125.jpg\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(451,46146,'Najee Walker | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/NWalker-1-e1625232413654.png\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(452,46127,'Kristen B. Degnan | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Kristen_Degnan_pp.jpg\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(453,46126,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/ECamp1-e1527085139339.jpg\",\"image:title\":\"ECamp1-e1527085139339\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(454,46124,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JBC-Partner-e1546283938157.jpg\",\"image:title\":\"JBC-Partner-e1546283938157\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(455,46123,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/HEK-e1609439152814.png\",\"image:title\":\"HEK-e1609439152814\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(456,46120,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JCW1-e1619123390972.png\",\"image:title\":\"JCW1-e1619123390972\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(457,46118,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JLG-e1609438890826.png\",\"image:title\":\"JLG-e1609438890826\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(458,46117,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JMC-e1602506319276.png\",\"image:title\":\"JMC-e1602506319276\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(459,46116,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/JLM-e1609438869666.png\",\"image:title\":\"JLM-e1609438869666\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(460,46115,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/KG2-e1543856315349.jpg\",\"image:title\":\"KG2-e1543856315349\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(461,46114,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/KBD-e1560351563755.png\",\"image:title\":\"KBD-e1560351563755\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(462,46104,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/DHF-webrdy-e1583244723703.png\",\"image:title\":\"DHF-webrdy-e1583244723703\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(463,46098,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/0_0_0_0_177_236_csupload_64428384.jpg\",\"image:title\":\"0_0_0_0_177_236_csupload_64428384\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(464,46094,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/LogoColorTextBelow.png\",\"image:title\":\"LogoColorTextBelow\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(465,46092,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/prince_brian_k.jpg\",\"image:title\":\"prince_brian_k\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(466,46090,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/mackey_shannan_m.jpg\",\"image:title\":\"mackey_shannan_m\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(467,46088,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/machelor_kristin_m.jpg\",\"image:title\":\"machelor_kristin_m\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(468,46087,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/11\\/machelor_kristin_m.jpg\",\"image:title\":\"machelor_kristin_m\",\"image:caption\":\"\"}]','2021-12-13 18:36:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 18:36:44','2021-12-13 18:36:44'),(469,46086,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/kornacki_paul_b.jpg\",\"image:title\":\"kornacki_paul_b\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(470,46084,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/hatten_alexis_d.jpg\",\"image:title\":\"hatten_alexis_d\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(471,46082,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/gray_katrina.jpg\",\"image:title\":\"gray_katrina\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(472,46080,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/diegelman_neil_a.jpg\",\"image:title\":\"diegelman_neil_a\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(473,46078,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/day_melissa_a.jpg\",\"image:title\":\"day_melissa_a\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(474,46076,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/daly_melanie_a.jpg\",\"image:title\":\"daly_melanie_a\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(475,46074,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/cousins_james_b.jpg\",\"image:title\":\"cousins_james_b\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(476,46072,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/christman_cassandra_e.jpg\",\"image:title\":\"christman_cassandra_e\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(477,46070,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/08\\/buehler_vicki_l.jpg\",\"image:title\":\"buehler_vicki_l\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(478,46049,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 4 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,55,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,0,1,0,0,1,0,0,0,-1,-1,'large',NULL,'2022-05-12 11:00:40','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2021-12-13 20:13:32','2022-05-12 11:00:40'),(479,45924,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2019\\/07\\/findlaw-network-white.png\",\"image:title\":\"findlaw-network-white\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(480,45923,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2019\\/07\\/findlaw-network-black.png\",\"image:title\":\"findlaw-network-black\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(481,45922,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentwww.getmad.todayhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2019\\/07\\/findlaw-network.png\",\"image:title\":\"findlaw-network\",\"image:caption\":\"\"}]','2021-12-13 20:13:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2021-12-13 20:13:32','2021-12-13 20:13:32'),(482,48934,NULL,NULL,NULL,NULL,NULL,NULL,'','','article','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-04-04 10:15:40',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:11','2022-04-04 07:15:12',NULL,0,NULL,'2022-04-04 05:41:29','2022-04-04 10:15:40'),(483,48685,'Alexandra M. Rizk | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Alexandra-Rizk.jpg\"}]','2022-04-04 07:15:12',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2022-04-04 05:41:29','2022-04-04 07:15:12'),(484,48689,'Kierria A. Jones | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Kierria_Jones.jpg\"}]','2022-04-04 07:15:12',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2022-04-04 05:41:29','2022-04-04 07:15:12'),(485,48691,'Maxwell J. Doldan | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,'','','website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Maxwell-Doldan.jpg\"}]','2022-04-04 07:15:13',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2022-04-04 05:41:29','2022-04-04 07:15:13'),(486,48823,'Kelsey X. Kunz | The Law Offices of Melissa A. Day, PLLC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Atty_Kelesy-Kunze.jpg\"}]','2022-04-04 07:15:13',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2022-04-04 05:41:29','2022-04-04 07:15:13'),(487,48606,NULL,NULL,NULL,NULL,NULL,NULL,'','','profile','default',NULL,NULL,NULL,NULL,NULL,'',NULL,'','',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/01\\/machelor-kristin-m.jpg\",\"image:title\":\"machelor-kristin-m\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/01\\/machelor_kristin_m.jpg\",\"image:title\":\"machelor_kristin_m\",\"image:caption\":\"\"}]','2022-05-04 15:05:20',NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2022-04-04 05:41:29','2022-05-04 15:05:20'),(488,48716,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"41.3% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'profile','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,65,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913.jpeg\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brian_Prince-1_pp.jpg\",\"image:title\":\"Brian_Prince-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Suki-Harada.jpg\",\"image:title\":\"Suki-Harada\",\"image:caption\":\"\"}]','2022-08-11 19:24:26','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2022-04-04 05:41:29','2022-08-11 19:24:26'),(489,48717,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"Title Length\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"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\":\"41.3% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'profile','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,76,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913.jpeg\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Brian_Prince-1_pp.jpg\",\"image:title\":\"Brian_Prince-1_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/02\\/Bing-huang.jpg\",\"image:title\":\"Bing-huang\",\"image:caption\":\"\"}]','2022-08-11 19:24:26','default','default',NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2022-04-04 05:41:29','2022-08-11 19:24:26'),(491,48693,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11',NULL,0,NULL,'2022-04-04 07:15:10','2022-04-04 07:15:11'),(494,49005,'Site Map | The Law Offices of Melissa A. Day, PLLC | Amherst','#post_excerpt','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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,NULL,'[]',0,'default','default',NULL,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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-04-11 20:18:09','2022-04-11 20:18:09'),(495,49006,'Site Map | The Law Offices of Melissa A. Day, PLLC | Amherst','#post_excerpt','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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,NULL,'[]',0,'default','default',NULL,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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-04-11 20:18:44','2022-04-11 20:18:44'),(496,49010,'#post_title','#post_excerpt','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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 too short.\",\"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 9.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,72,'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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-04-20 18:14:04','2022-04-20 18:14:04'),(497,49011,'#post_title','#post_excerpt','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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 too short.\",\"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 9.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,72,'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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-04-20 18:14:49','2022-04-20 18:14:49'),(498,49019,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":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\":[],\"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 0 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,NULL,'[]',0,'default','default',NULL,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','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/05\\/Maria-Lua_pp.jpg\",\"image:title\":\"Maria-Lua_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/05\\/lua_maria.jpg\",\"image:title\":\"lua_maria\",\"image:caption\":\"\"}]','2022-05-04 16:32:18','default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-04 15:05:20','2022-05-04 16:32:18'),(500,49023,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"Title Length\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"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\":\"27.3% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,76,'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','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/05\\/Julie-Viljoen_pp.jpg\",\"image:title\":\"Julie-Viljoen_pp\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2022\\/05\\/viljoen_julie.jpg\",\"image:title\":\"viljoen_julie\",\"image:caption\":\"\"}]','2022-05-04 16:15:44','default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-04 15:05:20','2022-05-04 16:15:44'),(501,49046,'Workers\' Compensation Team | The Law Offices of Melissa A. Day, PLLC | Amherst','The workers’ compensation defense team at The Law Offices of Melissa A. Day, PLLC, boasts more than 130 years of combined experience. Call 716-616-0111 to set up a consultation.','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":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 3.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,72,'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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-04 16:46:57','2022-05-04 16:46:57'),(502,49048,'Workers\' Compensation Team | The Law Offices of Melissa A. Day, PLLC | Amherst','The workers’ compensation defense team at The Law Offices of Melissa A. Day, PLLC, boasts more than 130 years of combined experience. Call 716-616-0111 to set up a consultation.','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":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 3.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,72,'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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-04 16:56:39','2022-05-04 16:56:39'),(503,49054,'Workers\' Compensation Team | The Law Offices of Melissa A. Day, PLLC | Amherst','The workers’ compensation defense team at The Law Offices of Melissa A. Day, PLLC, boasts more than 130 years of combined experience. Call 716-616-0111 to set up a consultation.','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":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 3.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,72,'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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-04 17:05:13','2022-05-04 17:05:13'),(504,49055,'#post_title','#post_excerpt','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"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\":[],\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 4 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, 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 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,57,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,0,1,0,0,1,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-06 11:35:12','2022-05-06 11:35:12'),(505,49060,'Workers\' Compensation Team | The Law Offices of Melissa A. Day, PLLC | Amherst','The workers’ compensation defense team at The Law Offices of Melissa A. Day, PLLC, boasts more than 130 years of combined experience. Call 716-616-0111 to set up a consultation.','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":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 3.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,72,'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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-09 16:02:59','2022-05-09 16:02:59'),(506,49061,'Workers\' Compensation Team | The Law Offices of Melissa A. Day, PLLC | Amherst','The workers’ compensation defense team at The Law Offices of Melissa A. Day, PLLC, boasts more than 130 years of combined experience. Call 716-616-0111 to set up a consultation.','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":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 3.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,72,'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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-09 16:03:49','2022-05-09 16:03:49'),(508,49065,'Workers\' Compensation Team | The Law Offices of Melissa A. Day, PLLC | Amherst','The workers’ compensation defense team at The Law Offices of Melissa A. Day, PLLC, boasts more than 130 years of combined experience. Call 716-616-0111 to set up a consultation.','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":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 3.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'summary_large_image','default',NULL,NULL,NULL,NULL,NULL,72,'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',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-05-09 18:00:27','2022-05-09 18:00:27'),(512,49089,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"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\":\"38.5% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"28.6% 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\":\"Only 14.3% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"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 39.4 in the test, which is considered difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":5}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,62,'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',NULL,'2022-06-02 19:38:41','default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-06-01 18:49:55','2022-06-02 19:38:41'),(515,49165,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"No content yet\",\"description\":\"Please add some content first.\"}}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-11 18:15:24','2022-08-11 18:16:24'),(516,49190,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"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\":\"Title Length\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"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\":\"28.8% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,76,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/09\\/AdobeStock_236812913.jpeg\"},{\"image:loc\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.comhttps:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/Vicki_L_Buehler-1_pp.jpg\",\"image:title\":\"Vicki_L_Buehler-1_pp\",\"image:caption\":\"\"}]','2022-08-11 20:12:44','default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-11 19:42:19','2022-08-11 20:12:44'),(517,49199,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"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\":[],\"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 0 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,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 14:38:12','2022-08-16 14:39:42'),(518,49201,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 14:41:34','2022-08-16 14:41:34'),(519,47118,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 14:41:57','2022-08-16 14:41:57'),(520,47151,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 14:42:33','2022-08-16 14:42:33'),(521,47121,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 14:43:24','2022-08-16 14:43:24'),(522,49203,'#post_title | The Law Offices of Melissa A. Day, PLLC | Amherst',NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":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\":\"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\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"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 0 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,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2022-08-16 20:06:36','default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 14:44:32','2022-08-16 20:06:36'),(523,47214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:10','2022-08-16 15:26:10'),(524,47307,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:12','2022-08-16 15:26:12'),(525,48418,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:14','2022-08-16 15:26:14'),(526,47305,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:15','2022-08-16 15:26:15'),(527,47213,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:17','2022-08-16 15:26:17'),(528,47517,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:19','2022-08-16 15:26:19'),(529,47312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:21','2022-08-16 15:26:21'),(530,47311,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:23','2022-08-16 15:26:23'),(531,47313,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:24','2022-08-16 15:26:24'),(532,48861,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:26','2022-08-16 15:26:26'),(533,47308,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:28','2022-08-16 15:26:28'),(534,47516,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:30','2022-08-16 15:26:30'),(535,49220,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:30','2022-08-16 15:26:30'),(536,47215,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:32','2022-08-16 15:26:32'),(537,47518,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:26:34','2022-08-16 15:26:34'),(538,45969,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:15','2022-08-16 15:40:15'),(539,45968,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:19','2022-08-16 15:40:19'),(540,46669,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:21','2022-08-16 15:40:21'),(541,47292,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:23','2022-08-16 15:40:23'),(542,47299,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:25','2022-08-16 15:40:25'),(543,46668,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:27','2022-08-16 15:40:27'),(544,47728,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:29','2022-08-16 15:40:29'),(545,47297,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:31','2022-08-16 15:40:31'),(546,47294,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:32','2022-08-16 15:40:32'),(547,47296,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:34','2022-08-16 15:40:34'),(548,47298,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:38','2022-08-16 15:40:38'),(549,48859,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:40','2022-08-16 15:40:40'),(550,47295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:42','2022-08-16 15:40:42'),(551,47854,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:44','2022-08-16 15:40:44'),(552,45967,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:45','2022-08-16 15:40:45'),(553,49222,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:45','2022-08-16 15:40:45'),(554,47293,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:47','2022-08-16 15:40:47'),(555,46670,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:48','2022-08-16 15:40:48'),(556,45966,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-16 15:40:50','2022-08-16 15:40:50'),(557,49182,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-18 12:30:27','2022-08-18 12:30:27'),(558,49188,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-18 12:31:40','2022-08-18 12:31:40'),(559,49234,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"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\":[],\"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 0 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,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-18 12:53:21','2022-08-18 12:53:36'),(560,49236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-18 13:42:20','2022-08-18 13:42:20'),(561,49237,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 15:34:45','2022-08-19 20:26:37'),(562,49248,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 16:10:42','2022-08-19 16:10:42'),(564,49267,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 17:08:16','2022-08-19 17:08:16'),(565,49272,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 17:09:49','2022-08-19 17:09:49'),(566,49273,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 17:11:15','2022-08-19 20:21:58'),(567,49299,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 18:29:25','2022-08-19 20:16:56'),(568,49303,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"1 section of your text is longer than 300 words and is not separated by any subheadings. Add subheadings to improve readability.\",\"score\":6,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":5}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,62,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 18:46:16','2022-08-19 20:10:24'),(569,49307,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 18:50:23','2022-08-19 20:03:03'),(570,49312,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 18:53:45','2022-08-19 19:56:51'),(571,49316,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 19:09:17','2022-08-19 19:52:07'),(572,49322,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 19:11:57','2022-08-19 19:46:47'),(573,49326,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 19:13:50','2022-08-19 19:40:03'),(574,49331,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 19:16:20','2022-08-19 19:36:34'),(575,49336,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 19:18:30','2022-08-19 19:32:27'),(576,49340,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-20,\"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\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"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\":[],\"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 0 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,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 19:20:44','2022-08-19 19:22:19'),(577,49344,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"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 too short.\",\"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\":[],\"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\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 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\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,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\"},\"blockGraphs\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-08-19 19:22:32','2022-08-19 19:28:32');
/*!40000 ALTER TABLE `cuB_aioseo_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_aioseo_terms`
--
DROP TABLE IF EXISTS `cuB_aioseo_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_aioseo_terms` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL,
`title` text COLLATE utf8mb4_unicode_520_ci,
`description` text COLLATE utf8mb4_unicode_520_ci,
`keywords` mediumtext COLLATE utf8mb4_unicode_520_ci,
`canonical_url` text COLLATE utf8mb4_unicode_520_ci,
`og_title` text COLLATE utf8mb4_unicode_520_ci,
`og_description` text COLLATE utf8mb4_unicode_520_ci,
`og_object_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`og_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`og_image_url` text COLLATE utf8mb4_unicode_520_ci,
`og_image_width` int(11) DEFAULT NULL,
`og_image_height` int(11) DEFAULT NULL,
`og_image_custom_url` text COLLATE utf8mb4_unicode_520_ci,
`og_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci,
`og_video` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`og_custom_url` text COLLATE utf8mb4_unicode_520_ci,
`og_article_section` text COLLATE utf8mb4_unicode_520_ci,
`og_article_tags` text COLLATE utf8mb4_unicode_520_ci,
`twitter_use_og` tinyint(1) DEFAULT '0',
`twitter_card` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`twitter_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
`twitter_image_url` text COLLATE utf8mb4_unicode_520_ci,
`twitter_image_custom_url` text COLLATE utf8mb4_unicode_520_ci,
`twitter_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci,
`twitter_title` text COLLATE utf8mb4_unicode_520_ci,
`twitter_description` text COLLATE utf8mb4_unicode_520_ci,
`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) COLLATE utf8mb4_unicode_520_ci DEFAULT 'large',
`priority` tinytext COLLATE utf8mb4_unicode_520_ci,
`frequency` tinytext COLLATE utf8mb4_unicode_520_ci,
`images` longtext COLLATE utf8mb4_unicode_520_ci,
`videos` longtext COLLATE utf8mb4_unicode_520_ci,
`video_scan_date` datetime DEFAULT NULL,
`local_seo` longtext COLLATE utf8mb4_unicode_520_ci,
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `ndx_aioseo_terms_term_id` (`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_aioseo_terms`
--
LOCK TABLES `cuB_aioseo_terms` WRITE;
/*!40000 ALTER TABLE `cuB_aioseo_terms` DISABLE KEYS */;
INSERT INTO `cuB_aioseo_terms` VALUES (1,15,NULL,NULL,NULL,NULL,NULL,NULL,'article','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 06:44:38','2021-12-13 06:44:38'),(2,18,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(3,17,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(4,16,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(5,14,NULL,NULL,NULL,NULL,NULL,NULL,'article','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(6,13,NULL,NULL,NULL,NULL,NULL,NULL,'article','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(7,9,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(8,8,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(9,7,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(10,6,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(11,5,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(12,4,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(13,3,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(14,2,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(15,1,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-13 07:52:15','2021-12-13 07:52:15'),(16,19,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large','default','default',NULL,NULL,NULL,NULL,'2022-08-11 19:18:56','2022-08-11 19:18:56'),(17,20,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large','default','default',NULL,NULL,NULL,NULL,'2022-08-11 19:30:23','2022-08-11 19:30:23'),(18,12,NULL,NULL,NULL,NULL,NULL,NULL,'article','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-16 15:26:09','2022-08-16 15:26:09'),(19,10,NULL,NULL,NULL,NULL,NULL,NULL,'article','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-16 15:40:12','2022-08-16 15:40:12');
/*!40000 ALTER TABLE `cuB_aioseo_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_commentmeta`
--
DROP TABLE IF EXISTS `cuB_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_commentmeta`
--
LOCK TABLES `cuB_commentmeta` WRITE;
/*!40000 ALTER TABLE `cuB_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_comments`
--
DROP TABLE IF EXISTS `cuB_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_comments`
--
LOCK TABLES `cuB_comments` WRITE;
/*!40000 ALTER TABLE `cuB_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_depicter_documents`
--
DROP TABLE IF EXISTS `cuB_depicter_documents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_depicter_documents` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`slug` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'custom',
`author` bigint(20) unsigned NOT NULL DEFAULT '0',
`sections_count` mediumint(9) NOT NULL DEFAULT '0',
`created_at` datetime DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`thumbnail` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'draft',
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `created_at` (`created_at`),
KEY `slug` (`slug`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_depicter_documents`
--
LOCK TABLES `cuB_depicter_documents` WRITE;
/*!40000 ALTER TABLE `cuB_depicter_documents` DISABLE KEYS */;
INSERT INTO `cuB_depicter_documents` VALUES (1,'Client Resources - Test','document-1','custom',1,4,'2022-09-12 16:48:49','2022-09-12 18:59:09','','{\"lastId\":75,\"sectionsList\":[\"section-16\",\"section-50\",\"section-60\",\"section-68\"],\"elements\":{\"element-18\":{\"section\":\"section-16\",\"parent\":\"section-16\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":274},\"height\":{\"unit\":\"px\",\"value\":113}},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":150},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":133.046999999999997044142219237983226776123046875},\"height\":{\"value\":40,\"unit\":\"px\"}}},\"children\":[],\"type\":\"button\",\"styles\":{\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"},\"mobile\":{\"font\":\"Roboto\",\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"}},\"padding\":{\"default\":{\"top\":{\"value\":11,\"unit\":\"px\"},\"right\":{\"value\":25,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":27,\"unit\":\"px\"},\"link\":false},\"mobile\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"link\":true}},\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"corner\":{\"default\":{\"topLeft\":{\"value\":20,\"unit\":\"px\"},\"topRight\":{\"value\":20,\"unit\":\"px\"},\"bottomRight\":{\"value\":20,\"unit\":\"px\"},\"bottomLeft\":{\"value\":20,\"unit\":\"px\"},\"link\":true}},\"hover\":{\"backgroundColor\":{\"default\":\"#2e5591\"},\"typography\":{\"default\":{\"color\":\"#ffffff\"}},\"enable\":{\"default\":true},\"transition\":{\"default\":{\"enable\":true,\"timingFunction\":\"ease\",\"duration\":0.5}},\"transform\":{\"default\":{\"scale\":1.0500000000000000444089209850062616169452667236328125}}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":4}}},\"options\":{\"content\":\"View Practice Aids\"},\"position\":{\"default\":{\"x\":{\"value\":-383,\"unit\":\"px\"},\"y\":{\"value\":108,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"tablet\":{\"x\":{\"value\":-354,\"unit\":\"px\"},\"y\":{\"value\":132,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":266,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"depth\":2,\"id\":\"element-18\",\"name\":\"Copy of Element 4\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"top\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.350000000000000088817841970012523233890533447265625,\"delay\":2500},\"phase\":\"in\"}}}},\"responsiveScale\":{\"default\":true},\"actions\":{\"5CDPTUrRVPTR067undHhO\":{\"type\":\"openURL\",\"trigger\":\"click\",\"label\":\"Go to URL\",\"options\":{\"path\":\"https:\\/\\/thelomad.com/getmad.today\\/client-resources\\/workers-compensation-practice-aids\\/\",\"target\":\"_blank\"}}}},\"element-21\":{\"section\":\"section-16\",\"parent\":\"section-16\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":500},\"height\":\"auto\"},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":293.14100000000001955413608811795711517333984375},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":256},\"height\":\"auto\"}},\"children\":[],\"type\":\"text\",\"styles\":{\"backgroundColor\":{\"default\":\"rgba(81, 80, 79, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display\",\"lineHeight\":145,\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#ffffff\"},\"mobile\":{\"font\":\"Raleway\",\"lineHeight\":145,\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"center\"}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":80,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"Current data related to PPD caps, max benefit rates and SLU\\/PHP\",\"tag\":\"p\"},\"position\":{\"default\":{\"x\":{\"value\":-400,\"unit\":\"px\"},\"y\":{\"value\":-19,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"tablet\":{\"x\":{\"value\":-283,\"unit\":\"px\"},\"y\":{\"value\":57,\"unit\":\"px\"},\"origin\":\"mc\"},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":198,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"depth\":3,\"id\":\"element-21\",\"name\":\"Copy of Element 7\",\"responsiveScale\":{\"default\":true},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"move\",\"params\":{\"direction\":\"left\",\"easing\":\"easeInOutExpo\",\"duration\":2500,\"movement\":0,\"delay\":500},\"phase\":\"in\"}}}}},\"element-43\":{\"section\":\"foreground\",\"parent\":\"foreground\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"bullet\",\"size\":{\"default\":{\"width\":\"auto\",\"height\":\"auto\"},\"mobile\":{\"width\":\"auto\",\"height\":\"auto\"}},\"styles\":{\"transform\":{\"default\":{},\"mobile\":{}}},\"options\":{\"bullet\":{\"styles\":{\"color\":{\"default\":\"rgba(255, 255, 255, 0.3)\"},\"activeColor\":{\"default\":\"#ffffff\"},\"size\":{\"default\":{\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":6,\"unit\":\"px\"}}},\"space\":{\"default\":{\"right\":{\"value\":5,\"unit\":\"px\"}}},\"corner\":{\"default\":{\"topRight\":{\"value\":3,\"unit\":\"px\"},\"topLeft\":{\"value\":3,\"unit\":\"px\"},\"bottomRight\":{\"value\":3,\"unit\":\"px\"},\"bottomLeft\":{\"value\":3,\"unit\":\"px\"}}}},\"hover\":{\"activeColor\":{\"default\":\"rgba(0,0,0,1)\"}}}},\"position\":{\"default\":{\"x\":{\"value\":-81,\"unit\":\"px\"},\"y\":{\"value\":382,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":true},\"mobile\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":341,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":true}},\"depth\":2,\"id\":\"element-43\",\"name\":\"Bullet 2\"},\"element-49\":{\"section\":\"section-16\",\"parent\":\"section-16\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"text\",\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":800},\"height\":\"auto\"}},\"styles\":{\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"lineHeight\":120,\"color\":\"#ffffff\",\"fontSize\":68,\"fontVariant\":\"regular\",\"align\":\"left\"}},\"transform\":{\"default\":{}},\"textShadow\":{\"default\":{\"enable\":false,\"color\":\"rgba(0,0,0,0.5)\",\"offsetX\":2,\"offsetY\":2,\"blur\":5}},\"backgroundBlur\":{\"default\":{\"enable\":true,\"blur\":6,\"brightness\":100,\"opacity\":100}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":80,\"unit\":\"px\"},\"link\":false}},\"corner\":{\"default\":{\"link\":true,\"topLeft\":{\"value\":1,\"unit\":\"px\"},\"topRight\":{\"value\":1,\"unit\":\"px\"},\"bottomRight\":{\"value\":1,\"unit\":\"px\"},\"bottomLeft\":{\"value\":1,\"unit\":\"px\"}}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":5}}},\"options\":{\"content\":\"Workers\' Compensation \\nPractice Aids\",\"tag\":\"h2\"},\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":-213,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true}},\"depth\":3,\"id\":\"element-49\",\"name\":\"Text 8\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"left\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":250,\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0}},\"phase\":\"in\"}}}}},\"element-52\":{\"section\":\"section-50\",\"parent\":\"section-50\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"text\",\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":800},\"height\":\"auto\"}},\"styles\":{\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"lineHeight\":120,\"color\":\"#ffffff\",\"fontSize\":68,\"fontVariant\":\"regular\",\"align\":\"right\"}},\"transform\":{\"default\":{}},\"textShadow\":{\"default\":{\"enable\":true,\"color\":\"rgba(0,0,0,0.5)\",\"offsetX\":2,\"offsetY\":2,\"blur\":5}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":5}},\"backgroundBlur\":{\"default\":{\"enable\":true,\"blur\":4,\"brightness\":100,\"opacity\":80}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":75,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"LOMAD News,\\nEvents & Articles\",\"tag\":\"h2\"},\"position\":{\"default\":{\"x\":{\"value\":3,\"unit\":\"px\"},\"y\":{\"value\":-168,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-52\",\"name\":\"Text 9\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"left\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":250,\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0}},\"phase\":\"in\"}}}}},\"element-53\":{\"section\":\"section-50\",\"parent\":\"section-50\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":500},\"height\":\"auto\"},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":293.14100000000001955413608811795711517333984375},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":256},\"height\":\"auto\"}},\"type\":\"text\",\"styles\":{\"backgroundColor\":{\"default\":\"rgba(98, 98, 98, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display\",\"lineHeight\":145,\"fontSize\":22,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"right\"},\"mobile\":{\"font\":\"Raleway\",\"lineHeight\":145,\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"center\"}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":100,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"The latest updates from our firm and \\npublications related to recent updates \\nin worker\'s compensation law\",\"tag\":\"p\"},\"position\":{\"default\":{\"x\":{\"value\":3,\"unit\":\"px\"},\"y\":{\"value\":-21,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-283,\"unit\":\"px\"},\"y\":{\"value\":57,\"unit\":\"px\"},\"origin\":\"mc\"},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":198,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"responsiveScale\":{\"default\":true},\"depth\":1,\"id\":\"element-53\",\"name\":\"Text 10\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"move\",\"params\":{\"direction\":\"left\",\"easing\":\"easeInOutExpo\",\"duration\":2500,\"movement\":0,\"delay\":500},\"phase\":\"in\"}}}}},\"element-54\":{\"section\":\"section-50\",\"parent\":\"section-50\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"value\":274,\"unit\":\"px\"},\"height\":{\"value\":113,\"unit\":\"px\"}}},\"type\":\"button\",\"styles\":{\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"},\"mobile\":{\"font\":\"Roboto\",\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"}},\"padding\":{\"default\":{\"top\":{\"value\":11,\"unit\":\"px\"},\"right\":{\"value\":25,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":27,\"unit\":\"px\"},\"link\":false},\"mobile\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"link\":true}},\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"corner\":{\"default\":{\"topLeft\":{\"value\":20,\"unit\":\"px\"},\"topRight\":{\"value\":20,\"unit\":\"px\"},\"bottomRight\":{\"value\":20,\"unit\":\"px\"},\"bottomLeft\":{\"value\":20,\"unit\":\"px\"},\"link\":true}},\"hover\":{\"backgroundColor\":{\"default\":\"#2e5591\"},\"typography\":{\"default\":{\"color\":\"#ffffff\"}},\"enable\":{\"default\":true},\"transition\":{\"default\":{\"enable\":true,\"timingFunction\":\"ease\",\"duration\":0.5}},\"opacity\":{\"default\":0.84999999999999997779553950749686919152736663818359375},\"transform\":{\"default\":{\"scale\":1.0500000000000000444089209850062616169452667236328125}}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":4}}},\"options\":{\"content\":\"View collection\"},\"position\":{\"default\":{\"x\":{\"value\":103,\"unit\":\"px\"},\"y\":{\"value\":100,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-354,\"unit\":\"px\"},\"y\":{\"value\":132,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":266,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"top\",\"easing\":\"easeOutQuart\",\"duration\":1800,\"movement\":0,\"scale\":1.350000000000000088817841970012523233890533447265625,\"delay\":2500},\"phase\":\"in\"}}}},\"responsiveScale\":{\"default\":true},\"depth\":1,\"id\":\"element-54\",\"name\":\"Button 5\",\"actions\":{\"eJshOWjHi3T0h0hUicoMu\":{\"type\":\"openURL\",\"trigger\":\"click\",\"label\":\"Go to URL\",\"options\":{\"path\":\"https:\\/\\/thelomad.com/getmad.today\\/news-events-articles\\/\",\"target\":\"_blank\"}}}},\"element-58\":{\"section\":\"foreground\",\"parent\":\"foreground\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"arrow\",\"size\":{\"default\":{\"width\":{\"value\":80,\"unit\":\"px\"},\"height\":{\"value\":80,\"unit\":\"px\"}}},\"styles\":{\"svg\":{\"default\":{\"fill\":\"#211865\"}},\"corner\":{\"default\":{\"topRight\":{\"value\":5,\"unit\":\"px\"},\"topLeft\":{\"value\":5,\"unit\":\"px\"},\"bottomRight\":{\"value\":5,\"unit\":\"px\"},\"bottomLeft\":{\"value\":5,\"unit\":\"px\"}}},\"backgroundColor\":{\"default\":\"rgba(216, 216, 216, 0.5)\"},\"transform\":{\"default\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":0}},\"backgroundBlur\":{\"default\":{\"enable\":true,\"blur\":5,\"brightness\":100,\"opacity\":100}}},\"actions\":{\"QKnQVzqNwHQHtinJ31fWY\":{\"type\":\"gotoSection\",\"trigger\":\"click\",\"label\":\"Go to slide\",\"options\":{\"type\":\"previous\",\"to\":\"\"}}},\"options\":{\"content\":\"<svg width=\\\"8px\\\" height=\\\"14px\\\" viewBox=\\\"0 0 15.556 26.871\\\" style=\\\"position:relative; left:-1px;\\\"><path id=\\\"arrow_10L\\\" d=\\\"M0,13.438H0L13.436,0l2.12,2.12L4.24,13.437,15.557,24.752l-2.121,2.12Z\\\" transform=\\\"translate(0 -0.001)\\\"\\/><\\/svg>\"},\"position\":{\"default\":{\"x\":{\"value\":-47,\"unit\":\"px\"},\"y\":{\"value\":-19,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true}},\"depth\":3,\"id\":\"element-58\",\"name\":\"Arrow 5\",\"keepAspectRatio\":true},\"element-59\":{\"section\":\"foreground\",\"parent\":\"foreground\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"arrow\",\"size\":{\"default\":{\"width\":{\"value\":80,\"unit\":\"px\"},\"height\":{\"value\":80,\"unit\":\"px\"}}},\"styles\":{\"svg\":{\"default\":{\"fill\":\"#211865\"}},\"corner\":{\"default\":{\"topRight\":{\"value\":5,\"unit\":\"px\"},\"topLeft\":{\"value\":5,\"unit\":\"px\"},\"bottomRight\":{\"value\":5,\"unit\":\"px\"},\"bottomLeft\":{\"value\":5,\"unit\":\"px\"}}},\"backgroundColor\":{\"default\":\"rgba(216, 216, 216, 0.5)\"},\"transform\":{\"default\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":0}},\"backgroundBlur\":{\"default\":{\"enable\":true,\"blur\":4,\"brightness\":100,\"opacity\":100}}},\"actions\":{\"KAfxRDNZTiPi9K2Mt113I\":{\"type\":\"gotoSection\",\"trigger\":\"click\",\"label\":\"Go to slide\",\"options\":{\"type\":\"next\",\"to\":\"\"}}},\"options\":{\"content\":\"<svg width=\\\"8px\\\" height=\\\"14px\\\" viewBox=\\\"0 0 15.557 26.871\\\" style=\\\"position:relative; right:-1px;\\\"><path id=\\\"arrow_10R\\\" d=\\\"M0,24.752,11.317,13.437,0,2.121,2.121,0,15.557,13.435h0l0,0L2.122,26.872Z\\\" transform=\\\"translate(-0.001 -0.001)\\\" \\/><\\/svg>\"},\"position\":{\"default\":{\"x\":{\"value\":10,\"unit\":\"px\"},\"y\":{\"value\":-21,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-59\",\"name\":\"Arrow 6\",\"keepAspectRatio\":true},\"element-64\":{\"section\":\"section-60\",\"parent\":\"section-60\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"type\":\"image\",\"size\":{\"default\":{\"width\":{\"value\":900,\"unit\":\"px\"},\"height\":{\"value\":170.79069767441859539758297614753246307373046875,\"unit\":\"px\"}}},\"options\":{\"source\":\"50041\"},\"keepAspectRatio\":true,\"position\":{\"default\":{\"x\":{\"value\":5,\"unit\":\"px\"},\"y\":{\"value\":-188,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true}},\"depth\":2,\"id\":\"element-64\",\"name\":\"Image 1\",\"cropData\":{\"default\":{\"mediaSize\":{\"width\":900,\"height\":171}}},\"styles\":{\"transform\":{\"default\":{}},\"boxShadow\":{\"default\":{\"enable\":false,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":0}}},\"animation\":{\"in\":{\"data\":{\"default\":{\"params\":{\"easing\":\"easeOutQuart\",\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0},\"direction\":\"left\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":100},\"type\":\"moveAndTransform\",\"phase\":\"in\"}}}}},\"element-65\":{\"section\":\"section-60\",\"parent\":\"section-60\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":500},\"height\":\"auto\"},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":293.14100000000001955413608811795711517333984375},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":256},\"height\":\"auto\"}},\"type\":\"text\",\"styles\":{\"backgroundColor\":{\"default\":\"rgba(81, 80, 79, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display\",\"lineHeight\":145,\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#ffffff\"},\"mobile\":{\"font\":\"Raleway\",\"lineHeight\":145,\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"center\"}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":80,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"Our firm\'s exclusive video broadcasting platform\",\"tag\":\"p\"},\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":-18,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-283,\"unit\":\"px\"},\"y\":{\"value\":57,\"unit\":\"px\"},\"origin\":\"mc\"},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":198,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"responsiveScale\":{\"default\":true},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"move\",\"params\":{\"direction\":\"left\",\"easing\":\"easeInOutExpo\",\"duration\":2500,\"movement\":0,\"delay\":500},\"phase\":\"in\"}}}},\"depth\":3,\"id\":\"element-65\",\"name\":\"Text 11\"},\"element-66\":{\"section\":\"section-60\",\"parent\":\"section-60\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"value\":274,\"unit\":\"px\"},\"height\":{\"value\":113,\"unit\":\"px\"}}},\"type\":\"button\",\"styles\":{\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"},\"mobile\":{\"font\":\"Roboto\",\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"}},\"padding\":{\"default\":{\"top\":{\"value\":11,\"unit\":\"px\"},\"right\":{\"value\":25,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":27,\"unit\":\"px\"},\"link\":false},\"mobile\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"link\":true}},\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"corner\":{\"default\":{\"topLeft\":{\"value\":20,\"unit\":\"px\"},\"topRight\":{\"value\":20,\"unit\":\"px\"},\"bottomRight\":{\"value\":20,\"unit\":\"px\"},\"bottomLeft\":{\"value\":20,\"unit\":\"px\"},\"link\":true}},\"hover\":{\"backgroundColor\":{\"default\":\"#2e5591\"},\"typography\":{\"default\":{\"color\":\"#ffffff\"}},\"enable\":{\"default\":true},\"transition\":{\"default\":{\"enable\":true,\"timingFunction\":\"ease\",\"duration\":0.5}},\"transform\":{\"default\":{\"scale\":1.0500000000000000444089209850062616169452667236328125}}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":4}}},\"options\":{\"content\":\"Explore LOMADtv\"},\"position\":{\"default\":{\"x\":{\"value\":130,\"unit\":\"px\"},\"y\":{\"value\":107,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-354,\"unit\":\"px\"},\"y\":{\"value\":132,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":266,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"top\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.350000000000000088817841970012523233890533447265625,\"delay\":2500},\"phase\":\"in\"}}}},\"responsiveScale\":{\"default\":true},\"actions\":{\"5CDPTUrRVPTR067undHhO\":{\"type\":\"openURL\",\"trigger\":\"click\",\"label\":\"Go to URL\",\"options\":{\"path\":\"https:\\/\\/thelomad.com/getmad.today\\/client-resources\\/workers-compensation-practice-aids\\/\",\"target\":\"_blank\"}}},\"depth\":4,\"id\":\"element-66\",\"name\":\"Button 6\"},\"element-67\":{\"section\":\"section-60\",\"parent\":\"section-60\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"shape\",\"size\":{\"default\":{\"width\":{\"value\":1000,\"unit\":\"px\"},\"height\":{\"value\":200,\"unit\":\"px\"}}},\"styles\":{\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"transform\":{\"default\":{}}},\"options\":{},\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":-199,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-67\",\"name\":\"Shape 1\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"left\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":250,\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0}},\"phase\":\"in\"}}}}},\"element-70\":{\"section\":\"section-68\",\"parent\":\"section-68\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":500},\"height\":\"auto\"},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":293.14100000000001955413608811795711517333984375},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":256},\"height\":\"auto\"}},\"type\":\"text\",\"styles\":{\"backgroundColor\":{\"default\":\"rgba(98, 98, 98, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display\",\"lineHeight\":145,\"fontSize\":22,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"right\"},\"mobile\":{\"font\":\"Raleway\",\"lineHeight\":145,\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"center\"}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":100,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"The latest updates from our firm and \\npublications related to recent updates \\nin worker\'s compensation law\",\"tag\":\"p\"},\"position\":{\"default\":{\"x\":{\"value\":3,\"unit\":\"px\"},\"y\":{\"value\":-21,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-283,\"unit\":\"px\"},\"y\":{\"value\":57,\"unit\":\"px\"},\"origin\":\"mc\"},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":198,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"responsiveScale\":{\"default\":true},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"move\",\"params\":{\"direction\":\"left\",\"easing\":\"easeInOutExpo\",\"duration\":2500,\"movement\":0,\"delay\":500},\"phase\":\"in\"}}}},\"depth\":1,\"id\":\"element-70\",\"name\":\"Text 13\"},\"element-71\":{\"section\":\"section-68\",\"parent\":\"section-68\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"value\":274,\"unit\":\"px\"},\"height\":{\"value\":113,\"unit\":\"px\"}}},\"type\":\"button\",\"styles\":{\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"},\"mobile\":{\"font\":\"Roboto\",\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"}},\"padding\":{\"default\":{\"top\":{\"value\":11,\"unit\":\"px\"},\"right\":{\"value\":25,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":27,\"unit\":\"px\"},\"link\":false},\"mobile\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"link\":true}},\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"corner\":{\"default\":{\"topLeft\":{\"value\":20,\"unit\":\"px\"},\"topRight\":{\"value\":20,\"unit\":\"px\"},\"bottomRight\":{\"value\":20,\"unit\":\"px\"},\"bottomLeft\":{\"value\":20,\"unit\":\"px\"},\"link\":true}},\"hover\":{\"backgroundColor\":{\"default\":\"#2e5591\"},\"typography\":{\"default\":{\"color\":\"#ffffff\"}},\"enable\":{\"default\":true},\"transition\":{\"default\":{\"enable\":true,\"timingFunction\":\"ease\",\"duration\":0.5}},\"opacity\":{\"default\":0.84999999999999997779553950749686919152736663818359375},\"transform\":{\"default\":{\"scale\":1.0500000000000000444089209850062616169452667236328125}}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":4}}},\"options\":{\"content\":\"View collection\"},\"position\":{\"default\":{\"x\":{\"value\":103,\"unit\":\"px\"},\"y\":{\"value\":99,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-354,\"unit\":\"px\"},\"y\":{\"value\":132,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":266,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"top\",\"easing\":\"easeOutQuart\",\"duration\":1800,\"movement\":0,\"scale\":1.350000000000000088817841970012523233890533447265625,\"delay\":2500},\"phase\":\"in\"}}}},\"responsiveScale\":{\"default\":true},\"actions\":{\"eJshOWjHi3T0h0hUicoMu\":{\"type\":\"openURL\",\"trigger\":\"click\",\"label\":\"Go to URL\",\"options\":{\"path\":\"https:\\/\\/thelomad.com/getmad.today\\/news-events-articles\\/\",\"target\":\"_blank\"}}},\"depth\":1,\"id\":\"element-71\",\"name\":\"Button 7\"},\"element-72\":{\"section\":\"section-68\",\"parent\":\"section-68\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"type\":\"shape\",\"size\":{\"default\":{\"width\":{\"value\":1000,\"unit\":\"px\"},\"height\":{\"value\":200,\"unit\":\"px\"}}},\"styles\":{\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"transform\":{\"default\":{}}},\"options\":{},\"position\":{\"default\":{\"x\":{\"value\":3,\"unit\":\"px\"},\"y\":{\"value\":-185,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true}},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"left\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":250,\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0}},\"phase\":\"in\"}}}},\"depth\":1,\"id\":\"element-72\",\"name\":\"Shape 2\"}},\"sections\":{\"section-16\":{\"elements\":[\"element-18\",\"element-21\",\"element-49\"],\"background\":{\"color\":{\"default\":\"#211865\"},\"image\":{\"src\":\"@UnSiEKy2OTRPXdw\"},\"video\":{},\"overlay\":{\"default\":\"rgba(33, 24, 101, 0.15)\"},\"filter\":{\"default\":{\"enable\":false}}},\"options\":{\"slideshowDuration\":15},\"id\":\"section-16\",\"name\":\"Workers\' Compensation Practice Aids\"},\"section-50\":{\"elements\":[\"element-52\",\"element-53\",\"element-54\"],\"background\":{\"color\":{\"default\":\"#FFF\"},\"image\":{\"src\":\"@UnSiYjVa-F9P9kk\",\"fitMode\":{\"default\":\"cover\"}},\"video\":{},\"overlay\":{\"default\":\"rgba(33, 24, 101, 0.15)\"},\"filter\":{\"default\":{\"enable\":false}}},\"options\":{\"customStyle\":\"\"},\"id\":\"section-50\",\"name\":\"News, Events & Articles\",\"wrapperSize\":{}},\"section-60\":{\"elements\":[\"element-64\",\"element-65\",\"element-66\",\"element-67\"],\"background\":{\"color\":{\"default\":\"#FFF\"},\"image\":{\"src\":\"@UnSiVCFxt2yT1eQ\",\"fitMode\":{\"default\":\"cover\"}},\"video\":{},\"overlay\":{\"default\":\"rgba(33, 24, 101, 0.15)\"}},\"options\":{},\"id\":\"section-60\",\"name\":\"Slide 6\"},\"section-68\":{\"elements\":[\"element-70\",\"element-71\",\"element-72\"],\"background\":{\"color\":{\"default\":\"#FFF\"},\"image\":{\"src\":\"@UnSi0FRJ2SCuY4k\"},\"video\":{}},\"options\":{},\"id\":\"section-68\",\"name\":\"Slide 7\"}},\"foregroundElements\":[\"element-43\",\"element-58\",\"element-59\"],\"options\":{\"sectionTransition\":{\"type\":\"transform\",\"options\":{\"basic\":{\"direction\":\"h\"}}},\"navigation\":{\"swipe\":{\"enable\":true,\"mouseSwipe\":true,\"touchSwipe\":true},\"loop\":true,\"keyboardNavigation\":true},\"sectionLayout\":\"fullwidth\",\"wrapperSize\":{\"default\":{\"width\":{\"value\":1300,\"unit\":\"px\"},\"height\":{\"value\":700,\"unit\":\"px\"}},\"tablet\":{\"width\":{\"value\":1024,\"unit\":\"px\"},\"height\":{\"value\":700,\"unit\":\"px\"}},\"mobile\":{\"width\":{\"value\":360,\"unit\":\"px\"},\"height\":{\"value\":740,\"unit\":\"px\"}}},\"wrapperSideSpace\":15,\"loading\":{\"loadingSymbol\":\"puff-dark\",\"lazyLoad\":{\"type\":\"nearby\"}}},\"meta\":{\"createdBy\":\"5.5.0\",\"modifiedBy\":\"1.2.0\"},\"env\":{\"activeSection\":\"section-68\",\"activeBreakpoint\":\"default\",\"selectedElements\":[],\"customFonts\":[\"Open Sans\",\"Roboto\",\"Kaisei Tokumin\",\"Raleway\",\"inherit\",\"Playfair Display\",\"Playfair Display SC\"],\"showHiddenItems\":true}}','publish',0,''),(2,'Untitled Slider','','custom',1,4,'2022-09-12 18:59:09','2022-09-12 18:59:09','','{\"lastId\":75,\"sectionsList\":[\"section-16\",\"section-50\",\"section-60\",\"section-68\"],\"elements\":{\"element-18\":{\"section\":\"section-16\",\"parent\":\"section-16\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":274},\"height\":{\"unit\":\"px\",\"value\":113}},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":150},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":133.046999999999997044142219237983226776123046875},\"height\":{\"value\":40,\"unit\":\"px\"}}},\"children\":[],\"type\":\"button\",\"styles\":{\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"},\"mobile\":{\"font\":\"Roboto\",\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"}},\"padding\":{\"default\":{\"top\":{\"value\":11,\"unit\":\"px\"},\"right\":{\"value\":25,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":27,\"unit\":\"px\"},\"link\":false},\"mobile\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"link\":true}},\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"corner\":{\"default\":{\"topLeft\":{\"value\":20,\"unit\":\"px\"},\"topRight\":{\"value\":20,\"unit\":\"px\"},\"bottomRight\":{\"value\":20,\"unit\":\"px\"},\"bottomLeft\":{\"value\":20,\"unit\":\"px\"},\"link\":true}},\"hover\":{\"backgroundColor\":{\"default\":\"#2e5591\"},\"typography\":{\"default\":{\"color\":\"#ffffff\"}},\"enable\":{\"default\":true},\"transition\":{\"default\":{\"enable\":true,\"timingFunction\":\"ease\",\"duration\":0.5}},\"transform\":{\"default\":{\"scale\":1.0500000000000000444089209850062616169452667236328125}}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":4}}},\"options\":{\"content\":\"View Practice Aids\"},\"position\":{\"default\":{\"x\":{\"value\":-383,\"unit\":\"px\"},\"y\":{\"value\":108,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"tablet\":{\"x\":{\"value\":-354,\"unit\":\"px\"},\"y\":{\"value\":132,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":266,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"depth\":2,\"id\":\"element-18\",\"name\":\"Copy of Element 4\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"top\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.350000000000000088817841970012523233890533447265625,\"delay\":2500},\"phase\":\"in\"}}}},\"responsiveScale\":{\"default\":true},\"actions\":{\"5CDPTUrRVPTR067undHhO\":{\"type\":\"openURL\",\"trigger\":\"click\",\"label\":\"Go to URL\",\"options\":{\"path\":\"https:\\/\\/thelomad.com/getmad.today\\/client-resources\\/workers-compensation-practice-aids\\/\",\"target\":\"_blank\"}}}},\"element-21\":{\"section\":\"section-16\",\"parent\":\"section-16\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":500},\"height\":\"auto\"},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":293.14100000000001955413608811795711517333984375},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":256},\"height\":\"auto\"}},\"children\":[],\"type\":\"text\",\"styles\":{\"backgroundColor\":{\"default\":\"rgba(81, 80, 79, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display\",\"lineHeight\":145,\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#ffffff\"},\"mobile\":{\"font\":\"Raleway\",\"lineHeight\":145,\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"center\"}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":80,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"Current data related to PPD caps, max benefit rates and SLU\\/PHP\",\"tag\":\"p\"},\"position\":{\"default\":{\"x\":{\"value\":-400,\"unit\":\"px\"},\"y\":{\"value\":-19,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"tablet\":{\"x\":{\"value\":-283,\"unit\":\"px\"},\"y\":{\"value\":57,\"unit\":\"px\"},\"origin\":\"mc\"},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":198,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"depth\":3,\"id\":\"element-21\",\"name\":\"Copy of Element 7\",\"responsiveScale\":{\"default\":true},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"move\",\"params\":{\"direction\":\"left\",\"easing\":\"easeInOutExpo\",\"duration\":2500,\"movement\":0,\"delay\":500},\"phase\":\"in\"}}}}},\"element-43\":{\"section\":\"foreground\",\"parent\":\"foreground\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"bullet\",\"size\":{\"default\":{\"width\":\"auto\",\"height\":\"auto\"},\"mobile\":{\"width\":\"auto\",\"height\":\"auto\"}},\"styles\":{\"transform\":{\"default\":{},\"mobile\":{}}},\"options\":{\"bullet\":{\"styles\":{\"color\":{\"default\":\"rgba(255, 255, 255, 0.3)\"},\"activeColor\":{\"default\":\"#ffffff\"},\"size\":{\"default\":{\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":6,\"unit\":\"px\"}}},\"space\":{\"default\":{\"right\":{\"value\":5,\"unit\":\"px\"}}},\"corner\":{\"default\":{\"topRight\":{\"value\":3,\"unit\":\"px\"},\"topLeft\":{\"value\":3,\"unit\":\"px\"},\"bottomRight\":{\"value\":3,\"unit\":\"px\"},\"bottomLeft\":{\"value\":3,\"unit\":\"px\"}}}},\"hover\":{\"activeColor\":{\"default\":\"rgba(0,0,0,1)\"}}}},\"position\":{\"default\":{\"x\":{\"value\":-81,\"unit\":\"px\"},\"y\":{\"value\":382,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":true},\"mobile\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":341,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":true}},\"depth\":2,\"id\":\"element-43\",\"name\":\"Bullet 2\"},\"element-49\":{\"section\":\"section-16\",\"parent\":\"section-16\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"text\",\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":800},\"height\":\"auto\"}},\"styles\":{\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"lineHeight\":120,\"color\":\"#ffffff\",\"fontSize\":68,\"fontVariant\":\"regular\",\"align\":\"left\"}},\"transform\":{\"default\":{}},\"textShadow\":{\"default\":{\"enable\":false,\"color\":\"rgba(0,0,0,0.5)\",\"offsetX\":2,\"offsetY\":2,\"blur\":5}},\"backgroundBlur\":{\"default\":{\"enable\":true,\"blur\":6,\"brightness\":100,\"opacity\":100}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":80,\"unit\":\"px\"},\"link\":false}},\"corner\":{\"default\":{\"link\":true,\"topLeft\":{\"value\":1,\"unit\":\"px\"},\"topRight\":{\"value\":1,\"unit\":\"px\"},\"bottomRight\":{\"value\":1,\"unit\":\"px\"},\"bottomLeft\":{\"value\":1,\"unit\":\"px\"}}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":5}}},\"options\":{\"content\":\"Workers\' Compensation \\nPractice Aids\",\"tag\":\"h2\"},\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":-213,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true}},\"depth\":3,\"id\":\"element-49\",\"name\":\"Text 8\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"left\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":250,\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0}},\"phase\":\"in\"}}}}},\"element-52\":{\"section\":\"section-50\",\"parent\":\"section-50\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"text\",\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":800},\"height\":\"auto\"}},\"styles\":{\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"lineHeight\":120,\"color\":\"#ffffff\",\"fontSize\":68,\"fontVariant\":\"regular\",\"align\":\"right\"}},\"transform\":{\"default\":{}},\"textShadow\":{\"default\":{\"enable\":true,\"color\":\"rgba(0,0,0,0.5)\",\"offsetX\":2,\"offsetY\":2,\"blur\":5}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":5}},\"backgroundBlur\":{\"default\":{\"enable\":true,\"blur\":4,\"brightness\":100,\"opacity\":80}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":75,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"LOMAD News,\\nEvents & Articles\",\"tag\":\"h2\"},\"position\":{\"default\":{\"x\":{\"value\":3,\"unit\":\"px\"},\"y\":{\"value\":-168,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-52\",\"name\":\"Text 9\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"left\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":250,\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0}},\"phase\":\"in\"}}}}},\"element-53\":{\"section\":\"section-50\",\"parent\":\"section-50\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":500},\"height\":\"auto\"},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":293.14100000000001955413608811795711517333984375},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":256},\"height\":\"auto\"}},\"type\":\"text\",\"styles\":{\"backgroundColor\":{\"default\":\"rgba(98, 98, 98, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display\",\"lineHeight\":145,\"fontSize\":22,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"right\"},\"mobile\":{\"font\":\"Raleway\",\"lineHeight\":145,\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"center\"}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":100,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"The latest updates from our firm and \\npublications related to recent updates \\nin worker\'s compensation law\",\"tag\":\"p\"},\"position\":{\"default\":{\"x\":{\"value\":3,\"unit\":\"px\"},\"y\":{\"value\":-21,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-283,\"unit\":\"px\"},\"y\":{\"value\":57,\"unit\":\"px\"},\"origin\":\"mc\"},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":198,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"responsiveScale\":{\"default\":true},\"depth\":1,\"id\":\"element-53\",\"name\":\"Text 10\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"move\",\"params\":{\"direction\":\"left\",\"easing\":\"easeInOutExpo\",\"duration\":2500,\"movement\":0,\"delay\":500},\"phase\":\"in\"}}}}},\"element-54\":{\"section\":\"section-50\",\"parent\":\"section-50\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"value\":274,\"unit\":\"px\"},\"height\":{\"value\":113,\"unit\":\"px\"}}},\"type\":\"button\",\"styles\":{\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"},\"mobile\":{\"font\":\"Roboto\",\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"}},\"padding\":{\"default\":{\"top\":{\"value\":11,\"unit\":\"px\"},\"right\":{\"value\":25,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":27,\"unit\":\"px\"},\"link\":false},\"mobile\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"link\":true}},\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"corner\":{\"default\":{\"topLeft\":{\"value\":20,\"unit\":\"px\"},\"topRight\":{\"value\":20,\"unit\":\"px\"},\"bottomRight\":{\"value\":20,\"unit\":\"px\"},\"bottomLeft\":{\"value\":20,\"unit\":\"px\"},\"link\":true}},\"hover\":{\"backgroundColor\":{\"default\":\"#2e5591\"},\"typography\":{\"default\":{\"color\":\"#ffffff\"}},\"enable\":{\"default\":true},\"transition\":{\"default\":{\"enable\":true,\"timingFunction\":\"ease\",\"duration\":0.5}},\"opacity\":{\"default\":0.84999999999999997779553950749686919152736663818359375},\"transform\":{\"default\":{\"scale\":1.0500000000000000444089209850062616169452667236328125}}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":4}}},\"options\":{\"content\":\"View collection\"},\"position\":{\"default\":{\"x\":{\"value\":103,\"unit\":\"px\"},\"y\":{\"value\":100,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-354,\"unit\":\"px\"},\"y\":{\"value\":132,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":266,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"top\",\"easing\":\"easeOutQuart\",\"duration\":1800,\"movement\":0,\"scale\":1.350000000000000088817841970012523233890533447265625,\"delay\":2500},\"phase\":\"in\"}}}},\"responsiveScale\":{\"default\":true},\"depth\":1,\"id\":\"element-54\",\"name\":\"Button 5\",\"actions\":{\"eJshOWjHi3T0h0hUicoMu\":{\"type\":\"openURL\",\"trigger\":\"click\",\"label\":\"Go to URL\",\"options\":{\"path\":\"https:\\/\\/thelomad.com/getmad.today\\/news-events-articles\\/\",\"target\":\"_blank\"}}}},\"element-58\":{\"section\":\"foreground\",\"parent\":\"foreground\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"arrow\",\"size\":{\"default\":{\"width\":{\"value\":80,\"unit\":\"px\"},\"height\":{\"value\":80,\"unit\":\"px\"}}},\"styles\":{\"svg\":{\"default\":{\"fill\":\"#211865\"}},\"corner\":{\"default\":{\"topRight\":{\"value\":5,\"unit\":\"px\"},\"topLeft\":{\"value\":5,\"unit\":\"px\"},\"bottomRight\":{\"value\":5,\"unit\":\"px\"},\"bottomLeft\":{\"value\":5,\"unit\":\"px\"}}},\"backgroundColor\":{\"default\":\"rgba(216, 216, 216, 0.5)\"},\"transform\":{\"default\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":0}},\"backgroundBlur\":{\"default\":{\"enable\":true,\"blur\":5,\"brightness\":100,\"opacity\":100}}},\"actions\":{\"QKnQVzqNwHQHtinJ31fWY\":{\"type\":\"gotoSection\",\"trigger\":\"click\",\"label\":\"Go to slide\",\"options\":{\"type\":\"previous\",\"to\":\"\"}}},\"options\":{\"content\":\"<svg width=\\\"8px\\\" height=\\\"14px\\\" viewBox=\\\"0 0 15.556 26.871\\\" style=\\\"position:relative; left:-1px;\\\"><path id=\\\"arrow_10L\\\" d=\\\"M0,13.438H0L13.436,0l2.12,2.12L4.24,13.437,15.557,24.752l-2.121,2.12Z\\\" transform=\\\"translate(0 -0.001)\\\"\\/><\\/svg>\"},\"position\":{\"default\":{\"x\":{\"value\":-47,\"unit\":\"px\"},\"y\":{\"value\":-19,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true}},\"depth\":3,\"id\":\"element-58\",\"name\":\"Arrow 5\",\"keepAspectRatio\":true},\"element-59\":{\"section\":\"foreground\",\"parent\":\"foreground\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"arrow\",\"size\":{\"default\":{\"width\":{\"value\":80,\"unit\":\"px\"},\"height\":{\"value\":80,\"unit\":\"px\"}}},\"styles\":{\"svg\":{\"default\":{\"fill\":\"#211865\"}},\"corner\":{\"default\":{\"topRight\":{\"value\":5,\"unit\":\"px\"},\"topLeft\":{\"value\":5,\"unit\":\"px\"},\"bottomRight\":{\"value\":5,\"unit\":\"px\"},\"bottomLeft\":{\"value\":5,\"unit\":\"px\"}}},\"backgroundColor\":{\"default\":\"rgba(216, 216, 216, 0.5)\"},\"transform\":{\"default\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":0}},\"backgroundBlur\":{\"default\":{\"enable\":true,\"blur\":4,\"brightness\":100,\"opacity\":100}}},\"actions\":{\"KAfxRDNZTiPi9K2Mt113I\":{\"type\":\"gotoSection\",\"trigger\":\"click\",\"label\":\"Go to slide\",\"options\":{\"type\":\"next\",\"to\":\"\"}}},\"options\":{\"content\":\"<svg width=\\\"8px\\\" height=\\\"14px\\\" viewBox=\\\"0 0 15.557 26.871\\\" style=\\\"position:relative; right:-1px;\\\"><path id=\\\"arrow_10R\\\" d=\\\"M0,24.752,11.317,13.437,0,2.121,2.121,0,15.557,13.435h0l0,0L2.122,26.872Z\\\" transform=\\\"translate(-0.001 -0.001)\\\" \\/><\\/svg>\"},\"position\":{\"default\":{\"x\":{\"value\":10,\"unit\":\"px\"},\"y\":{\"value\":-21,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-59\",\"name\":\"Arrow 6\",\"keepAspectRatio\":true},\"element-64\":{\"section\":\"section-60\",\"parent\":\"section-60\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"type\":\"image\",\"size\":{\"default\":{\"width\":{\"value\":900,\"unit\":\"px\"},\"height\":{\"value\":170.79069767441859539758297614753246307373046875,\"unit\":\"px\"}}},\"options\":{\"source\":\"50041\"},\"keepAspectRatio\":true,\"position\":{\"default\":{\"x\":{\"value\":5,\"unit\":\"px\"},\"y\":{\"value\":-188,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true}},\"depth\":2,\"id\":\"element-64\",\"name\":\"Image 1\",\"cropData\":{\"default\":{\"mediaSize\":{\"width\":900,\"height\":171}}},\"styles\":{\"transform\":{\"default\":{}},\"boxShadow\":{\"default\":{\"enable\":false,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":0}}},\"animation\":{\"in\":{\"data\":{\"default\":{\"params\":{\"easing\":\"easeOutQuart\",\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0},\"direction\":\"left\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":100},\"type\":\"moveAndTransform\",\"phase\":\"in\"}}}}},\"element-65\":{\"section\":\"section-60\",\"parent\":\"section-60\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":500},\"height\":\"auto\"},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":293.14100000000001955413608811795711517333984375},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":256},\"height\":\"auto\"}},\"type\":\"text\",\"styles\":{\"backgroundColor\":{\"default\":\"rgba(81, 80, 79, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display\",\"lineHeight\":145,\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#ffffff\"},\"mobile\":{\"font\":\"Raleway\",\"lineHeight\":145,\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"center\"}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":80,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"Our firm\'s exclusive video broadcasting platform\",\"tag\":\"p\"},\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":-18,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-283,\"unit\":\"px\"},\"y\":{\"value\":57,\"unit\":\"px\"},\"origin\":\"mc\"},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":198,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"responsiveScale\":{\"default\":true},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"move\",\"params\":{\"direction\":\"left\",\"easing\":\"easeInOutExpo\",\"duration\":2500,\"movement\":0,\"delay\":500},\"phase\":\"in\"}}}},\"depth\":3,\"id\":\"element-65\",\"name\":\"Text 11\"},\"element-66\":{\"section\":\"section-60\",\"parent\":\"section-60\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"value\":274,\"unit\":\"px\"},\"height\":{\"value\":113,\"unit\":\"px\"}}},\"type\":\"button\",\"styles\":{\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"},\"mobile\":{\"font\":\"Roboto\",\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"}},\"padding\":{\"default\":{\"top\":{\"value\":11,\"unit\":\"px\"},\"right\":{\"value\":25,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":27,\"unit\":\"px\"},\"link\":false},\"mobile\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"link\":true}},\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"corner\":{\"default\":{\"topLeft\":{\"value\":20,\"unit\":\"px\"},\"topRight\":{\"value\":20,\"unit\":\"px\"},\"bottomRight\":{\"value\":20,\"unit\":\"px\"},\"bottomLeft\":{\"value\":20,\"unit\":\"px\"},\"link\":true}},\"hover\":{\"backgroundColor\":{\"default\":\"#2e5591\"},\"typography\":{\"default\":{\"color\":\"#ffffff\"}},\"enable\":{\"default\":true},\"transition\":{\"default\":{\"enable\":true,\"timingFunction\":\"ease\",\"duration\":0.5}},\"transform\":{\"default\":{\"scale\":1.0500000000000000444089209850062616169452667236328125}}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":4}}},\"options\":{\"content\":\"Explore LOMADtv\"},\"position\":{\"default\":{\"x\":{\"value\":130,\"unit\":\"px\"},\"y\":{\"value\":107,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-354,\"unit\":\"px\"},\"y\":{\"value\":132,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":266,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"top\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.350000000000000088817841970012523233890533447265625,\"delay\":2500},\"phase\":\"in\"}}}},\"responsiveScale\":{\"default\":true},\"actions\":{\"5CDPTUrRVPTR067undHhO\":{\"type\":\"openURL\",\"trigger\":\"click\",\"label\":\"Go to URL\",\"options\":{\"path\":\"https:\\/\\/thelomad.com/getmad.today\\/client-resources\\/workers-compensation-practice-aids\\/\",\"target\":\"_blank\"}}},\"depth\":4,\"id\":\"element-66\",\"name\":\"Button 6\"},\"element-67\":{\"section\":\"section-60\",\"parent\":\"section-60\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"children\":[],\"type\":\"shape\",\"size\":{\"default\":{\"width\":{\"value\":1000,\"unit\":\"px\"},\"height\":{\"value\":200,\"unit\":\"px\"}}},\"styles\":{\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"transform\":{\"default\":{}}},\"options\":{},\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":-199,\"unit\":\"px\"},\"origin\":\"ml\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-67\",\"name\":\"Shape 1\",\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"left\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":250,\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0}},\"phase\":\"in\"}}}}},\"element-70\":{\"section\":\"section-68\",\"parent\":\"section-68\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"unit\":\"px\",\"value\":500},\"height\":\"auto\"},\"tablet\":{\"width\":{\"unit\":\"px\",\"value\":293.14100000000001955413608811795711517333984375},\"height\":\"auto\"},\"mobile\":{\"width\":{\"unit\":\"px\",\"value\":256},\"height\":\"auto\"}},\"type\":\"text\",\"styles\":{\"backgroundColor\":{\"default\":\"rgba(98, 98, 98, 0.75)\"},\"typography\":{\"default\":{\"font\":\"Playfair Display\",\"lineHeight\":145,\"fontSize\":22,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"right\"},\"mobile\":{\"font\":\"Raleway\",\"lineHeight\":145,\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#ffffff\",\"align\":\"center\"}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"padding\":{\"default\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":100,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"link\":false}}},\"options\":{\"content\":\"The latest updates from our firm and \\npublications related to recent updates \\nin worker\'s compensation law\",\"tag\":\"p\"},\"position\":{\"default\":{\"x\":{\"value\":3,\"unit\":\"px\"},\"y\":{\"value\":-21,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-283,\"unit\":\"px\"},\"y\":{\"value\":57,\"unit\":\"px\"},\"origin\":\"mc\"},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":198,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"responsiveScale\":{\"default\":true},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"move\",\"params\":{\"direction\":\"left\",\"easing\":\"easeInOutExpo\",\"duration\":2500,\"movement\":0,\"delay\":500},\"phase\":\"in\"}}}},\"depth\":1,\"id\":\"element-70\",\"name\":\"Text 13\"},\"element-71\":{\"section\":\"section-68\",\"parent\":\"section-68\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"size\":{\"default\":{\"width\":{\"value\":274,\"unit\":\"px\"},\"height\":{\"value\":113,\"unit\":\"px\"}}},\"type\":\"button\",\"styles\":{\"typography\":{\"default\":{\"font\":\"Playfair Display SC\",\"fontSize\":28,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"},\"mobile\":{\"font\":\"Roboto\",\"fontSize\":14,\"fontVariant\":\"regular\",\"color\":\"#FFF\",\"align\":\"center\"}},\"padding\":{\"default\":{\"top\":{\"value\":11,\"unit\":\"px\"},\"right\":{\"value\":25,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":27,\"unit\":\"px\"},\"link\":false},\"mobile\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"link\":true}},\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"corner\":{\"default\":{\"topLeft\":{\"value\":20,\"unit\":\"px\"},\"topRight\":{\"value\":20,\"unit\":\"px\"},\"bottomRight\":{\"value\":20,\"unit\":\"px\"},\"bottomLeft\":{\"value\":20,\"unit\":\"px\"},\"link\":true}},\"hover\":{\"backgroundColor\":{\"default\":\"#2e5591\"},\"typography\":{\"default\":{\"color\":\"#ffffff\"}},\"enable\":{\"default\":true},\"transition\":{\"default\":{\"enable\":true,\"timingFunction\":\"ease\",\"duration\":0.5}},\"opacity\":{\"default\":0.84999999999999997779553950749686919152736663818359375},\"transform\":{\"default\":{\"scale\":1.0500000000000000444089209850062616169452667236328125}}},\"transform\":{\"default\":{},\"tablet\":{},\"mobile\":{}},\"boxShadow\":{\"default\":{\"enable\":true,\"color\":\"#000\",\"inset\":false,\"offsetX\":10,\"offsetY\":10,\"blur\":25,\"spread\":4}}},\"options\":{\"content\":\"View collection\"},\"position\":{\"default\":{\"x\":{\"value\":103,\"unit\":\"px\"},\"y\":{\"value\":99,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true},\"tablet\":{\"x\":{\"value\":-354,\"unit\":\"px\"},\"y\":{\"value\":132,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false},\"mobile\":{\"x\":{\"value\":-4,\"unit\":\"px\"},\"y\":{\"value\":266,\"unit\":\"px\"},\"origin\":\"mc\",\"autoOrigin\":false}},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"top\",\"easing\":\"easeOutQuart\",\"duration\":1800,\"movement\":0,\"scale\":1.350000000000000088817841970012523233890533447265625,\"delay\":2500},\"phase\":\"in\"}}}},\"responsiveScale\":{\"default\":true},\"actions\":{\"eJshOWjHi3T0h0hUicoMu\":{\"type\":\"openURL\",\"trigger\":\"click\",\"label\":\"Go to URL\",\"options\":{\"path\":\"https:\\/\\/thelomad.com/getmad.today\\/news-events-articles\\/\",\"target\":\"_blank\"}}},\"depth\":1,\"id\":\"element-71\",\"name\":\"Button 7\"},\"element-72\":{\"section\":\"section-68\",\"parent\":\"section-68\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"type\":\"shape\",\"size\":{\"default\":{\"width\":{\"value\":1000,\"unit\":\"px\"},\"height\":{\"value\":200,\"unit\":\"px\"}}},\"styles\":{\"backgroundColor\":{\"default\":\"rgba(33, 24, 101, 0.7)\"},\"transform\":{\"default\":{}}},\"options\":{},\"position\":{\"default\":{\"x\":{\"value\":3,\"unit\":\"px\"},\"y\":{\"value\":-185,\"unit\":\"px\"},\"origin\":\"mr\",\"autoOrigin\":true}},\"animation\":{\"in\":{\"data\":{\"default\":{\"type\":\"moveAndTransform\",\"params\":{\"direction\":\"left\",\"easing\":\"easeOutQuart\",\"duration\":2200,\"movement\":0,\"scale\":1.600000000000000088817841970012523233890533447265625,\"delay\":250,\"transformOrigin\":{\"x\":\"center\",\"y\":\"top\",\"z\":0}},\"phase\":\"in\"}}}},\"depth\":1,\"id\":\"element-72\",\"name\":\"Shape 2\"}},\"sections\":{\"section-16\":{\"elements\":[\"element-18\",\"element-21\",\"element-49\"],\"background\":{\"color\":{\"default\":\"#211865\"},\"image\":{\"src\":\"@UnSiEKy2OTRPXdw\"},\"video\":{},\"overlay\":{\"default\":\"rgba(33, 24, 101, 0.15)\"},\"filter\":{\"default\":{\"enable\":false}}},\"options\":{\"slideshowDuration\":15},\"id\":\"section-16\",\"name\":\"Workers\' Compensation Practice Aids\"},\"section-50\":{\"elements\":[\"element-52\",\"element-53\",\"element-54\"],\"background\":{\"color\":{\"default\":\"#FFF\"},\"image\":{\"src\":\"@UnSiYjVa-F9P9kk\",\"fitMode\":{\"default\":\"cover\"}},\"video\":{},\"overlay\":{\"default\":\"rgba(33, 24, 101, 0.15)\"},\"filter\":{\"default\":{\"enable\":false}}},\"options\":{\"customStyle\":\"\"},\"id\":\"section-50\",\"name\":\"News, Events & Articles\",\"wrapperSize\":{}},\"section-60\":{\"elements\":[\"element-64\",\"element-65\",\"element-66\",\"element-67\"],\"background\":{\"color\":{\"default\":\"#FFF\"},\"image\":{\"src\":\"@UnSiVCFxt2yT1eQ\",\"fitMode\":{\"default\":\"cover\"}},\"video\":{},\"overlay\":{\"default\":\"rgba(33, 24, 101, 0.15)\"}},\"options\":{},\"id\":\"section-60\",\"name\":\"Slide 6\"},\"section-68\":{\"elements\":[\"element-70\",\"element-71\",\"element-72\"],\"background\":{\"color\":{\"default\":\"#FFF\"},\"image\":{\"src\":\"@UnSi0FRJ2SCuY4k\"},\"video\":{}},\"options\":{},\"id\":\"section-68\",\"name\":\"Slide 7\"}},\"foregroundElements\":[\"element-43\",\"element-58\",\"element-59\"],\"options\":{\"sectionTransition\":{\"type\":\"transform\",\"options\":{\"basic\":{\"direction\":\"h\"}}},\"navigation\":{\"swipe\":{\"enable\":true,\"mouseSwipe\":true,\"touchSwipe\":true},\"loop\":true,\"keyboardNavigation\":true},\"sectionLayout\":\"fullwidth\",\"wrapperSize\":{\"default\":{\"width\":{\"value\":1300,\"unit\":\"px\"},\"height\":{\"value\":700,\"unit\":\"px\"}},\"tablet\":{\"width\":{\"value\":1024,\"unit\":\"px\"},\"height\":{\"value\":700,\"unit\":\"px\"}},\"mobile\":{\"width\":{\"value\":360,\"unit\":\"px\"},\"height\":{\"value\":740,\"unit\":\"px\"}}},\"wrapperSideSpace\":15,\"loading\":{\"loadingSymbol\":\"puff-dark\",\"lazyLoad\":{\"type\":\"nearby\"}}},\"meta\":{\"createdBy\":\"5.5.0\",\"modifiedBy\":\"1.2.0\"},\"env\":{\"activeSection\":\"section-68\",\"activeBreakpoint\":\"default\",\"selectedElements\":[],\"customFonts\":[\"Open Sans\",\"Roboto\",\"Kaisei Tokumin\",\"Raleway\",\"inherit\",\"Playfair Display\",\"Playfair Display SC\"],\"showHiddenItems\":true}}','publish',1,'');
/*!40000 ALTER TABLE `cuB_depicter_documents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_depicter_options`
--
DROP TABLE IF EXISTS `cuB_depicter_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_depicter_options` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_depicter_options`
--
LOCK TABLES `cuB_depicter_options` WRITE;
/*!40000 ALTER TABLE `cuB_depicter_options` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_depicter_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_et_social_stats`
--
DROP TABLE IF EXISTS `cuB_et_social_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_et_social_stats` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`sharing_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`network` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`action` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_id` bigint(20) NOT NULL,
`ip_address` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`media_url` varchar(2083) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`location` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_et_social_stats`
--
LOCK TABLES `cuB_et_social_stats` WRITE;
/*!40000 ALTER TABLE `cuB_et_social_stats` DISABLE KEYS */;
INSERT INTO `cuB_et_social_stats` VALUES (1,'2021-12-10 15:26:52','facebook','share',46331,'2a06:98c0:3600::103','','inline');
/*!40000 ALTER TABLE `cuB_et_social_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_fbv`
--
DROP TABLE IF EXISTS `cuB_fbv`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_fbv` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` int(11) NOT NULL DEFAULT '0',
`type` int(2) NOT NULL DEFAULT '0',
`ord` int(11) DEFAULT '0',
`created_by` int(11) DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_fbv`
--
LOCK TABLES `cuB_fbv` WRITE;
/*!40000 ALTER TABLE `cuB_fbv` DISABLE KEYS */;
INSERT INTO `cuB_fbv` VALUES (1,'Logos and Branding',0,0,0,0),(2,'Stock Images',0,0,1,0),(3,'Client Supplied',0,0,2,0),(4,'Icons and Graphics',0,0,3,0),(5,'PPC',0,0,4,0),(6,'Attorneys',3,0,0,0),(7,'Badges',4,0,0,0),(8,'AB Directory Landing Page',0,0,5,0),(9,'LOMAD Newsletter',0,0,0,0),(10,'LOMAD Firm Photos',0,0,0,0),(11,'LOMAD Attorneys',0,0,0,0),(12,'LOMAD Staff',0,0,0,0),(13,'LOMAD Case Law Updates',0,0,0,0),(14,'Web Design Utility Graphics',0,0,0,0),(15,'LOMADtv',0,0,0,0),(16,'Maps',0,0,0,0),(17,'LOMAD Articles',0,0,0,0);
/*!40000 ALTER TABLE `cuB_fbv` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_fbv_attachment_folder`
--
DROP TABLE IF EXISTS `cuB_fbv_attachment_folder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_fbv_attachment_folder` (
`folder_id` int(11) NOT NULL,
`attachment_id` int(11) NOT NULL,
UNIQUE KEY `folder_id` (`folder_id`,`attachment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_fbv_attachment_folder`
--
LOCK TABLES `cuB_fbv_attachment_folder` WRITE;
/*!40000 ALTER TABLE `cuB_fbv_attachment_folder` DISABLE KEYS */;
INSERT INTO `cuB_fbv_attachment_folder` VALUES (1,46094),(1,46227),(1,46273),(1,46311),(1,46312),(1,46313),(1,46765),(1,46766),(1,46767),(1,46773),(1,46833),(1,46976),(1,46988),(1,47095),(1,47099),(1,47100),(1,47101),(1,47265),(1,47266),(1,47267),(1,47268),(1,47336),(1,47337),(1,47338),(1,47513),(1,47729),(1,47835),(1,47836),(1,47838),(1,47874),(1,47875),(1,48000),(1,48280),(1,48281),(1,48287),(1,48423),(1,48502),(1,48527),(1,48528),(1,48529),(1,48530),(1,48531),(1,48532),(1,48533),(1,49388),(1,49389),(1,49390),(1,49391),(1,49395),(1,49398),(2,46098),(2,46270),(2,46300),(2,46317),(2,46416),(2,46427),(2,46483),(2,46495),(2,46498),(2,46613),(2,46748),(2,46788),(2,46824),(2,46860),(2,46875),(2,46876),(2,46879),(2,46880),(2,46881),(2,46882),(2,46883),(2,46884),(2,46930),(2,46937),(2,46938),(2,46939),(2,46969),(2,47076),(2,47289),(2,47301),(2,47395),(2,47397),(2,47508),(2,47871),(2,47895),(2,47896),(2,47897),(2,47898),(2,47899),(2,47900),(2,47901),(2,47902),(2,47903),(2,48150),(2,48151),(2,48152),(2,48362),(2,48365),(2,48505),(2,48507),(2,48508),(2,48512),(2,48516),(2,48525),(4,50299),(4,50311),(4,50543),(4,50546),(4,50581),(4,50582),(4,50583),(4,50623),(4,50654),(4,50655),(4,50664),(4,50709),(9,46245),(9,46246),(9,46247),(9,46248),(9,46249),(9,46250),(9,46251),(9,46252),(9,49100),(9,49128),(9,49130),(9,49133),(9,49134),(9,49139),(9,49140),(9,50572),(9,50710),(9,50711),(10,49768),(11,46070),(11,46072),(11,46074),(11,46076),(11,46078),(11,46080),(11,46082),(11,46084),(11,46086),(11,46088),(11,46090),(11,46092),(11,46114),(11,46115),(11,46124),(11,46150),(11,46153),(11,46155),(11,46158),(11,46159),(11,46160),(11,46163),(11,46194),(11,46195),(11,46196),(11,46197),(11,46198),(11,46199),(11,46200),(11,46201),(11,46202),(11,46203),(11,46204),(11,46205),(11,46206),(11,46218),(11,46224),(11,47542),(11,47545),(11,47548),(11,47551),(11,47562),(11,47567),(11,47570),(11,47587),(11,47590),(11,47592),(11,47593),(11,47594),(11,47596),(11,47597),(11,47599),(11,47694),(11,47712),(11,47855),(11,47856),(11,47857),(11,47858),(11,47859),(11,47860),(11,47862),(11,47863),(11,47864),(11,47865),(11,47866),(11,47867),(11,47868),(11,48166),(11,48167),(11,50924),(12,46104),(12,46116),(12,46117),(12,46118),(12,46120),(12,46123),(12,46126),(12,46151),(12,46152),(12,46154),(12,46156),(12,46157),(12,46207),(12,46208),(12,46209),(12,46210),(12,46211),(12,46212),(12,46213),(12,46214),(12,46215),(12,46216),(12,46217),(12,46223),(12,47554),(12,47572),(12,47575),(12,47577),(12,47578),(12,47579),(12,47583),(12,47584),(12,47585),(12,47586),(12,47591),(12,47598),(12,48007),(12,48012),(12,48013),(12,48014),(12,48015),(12,48329),(12,48964),(12,50923),(13,51419),(13,51420),(13,51421),(13,51422),(13,51423),(13,51424),(13,51426),(13,51427),(13,51428),(13,51429),(13,51430),(13,51431),(14,49287),(15,48178),(15,48180),(15,48181),(15,48182),(15,48187),(15,48188),(15,48189),(15,48190),(15,48191),(15,48201),(15,48202),(15,48203),(15,48204),(15,48205),(15,48206),(15,48207),(15,48208),(15,48209),(15,48210),(15,48211),(15,48212),(15,48213),(15,48214),(15,48215),(15,48216),(15,48217),(15,48218),(15,48219),(15,48223),(15,48224),(15,48225),(15,48226),(15,48227),(15,48228),(15,48229),(15,48230),(15,48234),(15,48235),(15,48236),(15,48237),(15,48238),(15,48239),(15,48240),(15,48241),(15,48242),(15,48243),(15,48244),(15,48245),(15,48246),(15,48247),(15,48251),(15,48252),(15,48253),(15,48254),(15,48255),(15,48256),(15,48257),(15,48258),(15,48259),(15,48260),(15,48261),(15,48262),(15,48263),(15,48285),(15,48534),(15,48536),(15,48538),(15,48539),(15,48540),(15,48541),(15,48542),(15,48543),(15,48547),(15,48551),(15,48552),(15,49963),(15,49964),(15,49965),(15,49966),(15,49971),(15,49972),(15,49978),(15,49979),(15,49982),(15,49983),(15,50041),(15,50573),(15,50708),(16,47028),(16,47029),(17,46424),(17,46429),(17,46432),(17,46435),(17,46438),(17,46441),(17,46447),(17,46481),(17,46485),(17,46488),(17,46505),(17,46542),(17,46545),(17,46548),(17,46550),(17,46554),(17,46560);
/*!40000 ALTER TABLE `cuB_fbv_attachment_folder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_links`
--
DROP TABLE IF EXISTS `cuB_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_links`
--
LOCK TABLES `cuB_links` WRITE;
/*!40000 ALTER TABLE `cuB_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_action_meta`
--
DROP TABLE IF EXISTS `cuB_nf3_action_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_action_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
`meta_key` longtext,
`meta_value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=649 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_action_meta`
--
LOCK TABLES `cuB_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `cuB_nf3_action_meta` VALUES (1,1,'title','','title',''),(2,1,'key','','key',''),(3,1,'type','handler','type','handler'),(4,1,'active','1','active','1'),(5,1,'created_at','2018-08-22 16:22:45','created_at','2018-08-22 16:22:45'),(6,1,'objectType','Action','objectType','Action'),(7,1,'objectDomain','actions','objectDomain','actions'),(8,1,'editActive','','editActive',''),(9,1,'label','Send Notification Email','label','Send Notification Email'),(10,1,'order','0','order','0'),(11,1,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(12,1,'drawerDisabled','','drawerDisabled',''),(13,1,'parent','2','parent','2'),(14,1,'parent_id','1','parent_id','1'),(19,3,'title','','title',''),(20,3,'key','','key',''),(21,3,'type','handler','type','handler'),(22,3,'active','1','active','1'),(23,3,'created_at','2018-08-22 16:25:11','created_at','2018-08-22 16:25:11'),(24,3,'objectType','Action','objectType','Action'),(25,3,'objectDomain','actions','objectDomain','actions'),(26,3,'editActive','','editActive',''),(27,3,'label','Send Notification Email','label','Send Notification Email'),(28,3,'order','0','order','0'),(29,3,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(30,3,'drawerDisabled','','drawerDisabled',''),(31,3,'parent','2','parent','2'),(32,3,'parent_id','2','parent_id','2'),(37,5,'title','','title',''),(38,5,'key','','key',''),(39,5,'type','handler','type','handler'),(40,5,'active','1','active','1'),(41,5,'created_at','2019-03-08 18:06:57','created_at','2019-03-08 18:06:57'),(42,5,'objectType','Action','objectType','Action'),(43,5,'objectDomain','actions','objectDomain','actions'),(44,5,'editActive','','editActive',''),(45,5,'label','Send Notification Email','label','Send Notification Email'),(46,5,'order','0','order','0'),(47,5,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(48,5,'drawerDisabled','','drawerDisabled',''),(49,5,'parent','2','parent','2'),(50,5,'parent_id','3','parent_id','3'),(55,7,'title','','title',''),(56,7,'key','','key',''),(57,7,'type','handler','type','handler'),(58,7,'active','1','active','1'),(59,7,'created_at','2019-04-02 18:10:40','created_at','2019-04-02 18:10:40'),(60,7,'objectType','Action','objectType','Action'),(61,7,'objectDomain','actions','objectDomain','actions'),(62,7,'editActive','','editActive',''),(63,7,'label','Send Notification Email','label','Send Notification Email'),(64,7,'order','0','order','0'),(65,7,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(66,7,'drawerDisabled','','drawerDisabled',''),(67,7,'parent','2','parent','2'),(68,7,'parent_id','4','parent_id','4'),(69,8,'objectType','Action','objectType','Action'),(70,8,'objectDomain','actions','objectDomain','actions'),(71,8,'editActive','','editActive',''),(72,8,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(73,8,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(74,8,'reply_to','','reply_to',''),(75,8,'email_subject','Website Referral/Contact Us Form','email_subject','Website Referral/Contact Us Form'),(76,8,'email_message','{fields_table}','email_message','{fields_table}'),(77,8,'email_message_plain','','email_message_plain',''),(78,8,'from_name','{field:name_1534955086592}','from_name','{field:name_1534955086592}'),(79,8,'from_address','{field:email_1534954990561}','from_address','{field:email_1534954990561}'),(80,8,'email_format','html','email_format','html'),(81,8,'cc','hearings@madwcdefense.com','cc','hearings@madwcdefense.com'),(82,8,'bcc','','bcc',''),(83,8,'drawerDisabled','','drawerDisabled',''),(84,9,'title','','title',''),(85,9,'key','','key',''),(86,9,'type','save','type','save'),(87,9,'active','1','active','1'),(88,9,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(89,9,'label','Record Submission','label','Record Submission'),(90,9,'objectType','Action','objectType','Action'),(91,9,'objectDomain','actions','objectDomain','actions'),(92,9,'editActive','','editActive',''),(93,9,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(94,9,'payment_gateways','','payment_gateways',''),(95,9,'payment_total','','payment_total',''),(96,9,'tag','','tag',''),(97,9,'to','{wp:admin_email}','to','{wp:admin_email}'),(98,9,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(99,9,'email_message','{fields_table}','email_message','{fields_table}'),(100,9,'from_name','','from_name',''),(101,9,'from_address','','from_address',''),(102,9,'reply_to','','reply_to',''),(103,9,'email_format','html','email_format','html'),(104,9,'cc','','cc',''),(105,9,'bcc','','bcc',''),(106,9,'attach_csv','','attach_csv',''),(107,9,'redirect_url','','redirect_url',''),(108,9,'email_message_plain','','email_message_plain',''),(109,9,'parent_id','5','parent_id','5'),(110,10,'title','','title',''),(111,10,'key','','key',''),(112,10,'type','email','type','email'),(113,10,'active','1','active','1'),(114,10,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(115,10,'label','Email Confirmation','label','Email Confirmation'),(116,10,'to','{field:email}','to','{field:email}'),(117,10,'subject','This is an email action.','subject','This is an email action.'),(118,10,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(119,10,'objectType','Action','objectType','Action'),(120,10,'objectDomain','actions','objectDomain','actions'),(121,10,'editActive','','editActive',''),(122,10,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(123,10,'payment_gateways','','payment_gateways',''),(124,10,'payment_total','','payment_total',''),(125,10,'tag','','tag',''),(126,10,'email_subject','Your message to The Law Offices of Melissa A. Day ','email_subject','Your message to The Law Offices of Melissa A. Day '),(127,10,'email_message','<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}<br></p>','email_message','<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}<br></p>'),(128,10,'from_name','','from_name',''),(129,10,'from_address','','from_address',''),(130,10,'reply_to','','reply_to',''),(131,10,'email_format','html','email_format','html'),(132,10,'cc','','cc',''),(133,10,'bcc','','bcc',''),(134,10,'attach_csv','','attach_csv',''),(135,10,'email_message_plain','','email_message_plain',''),(136,10,'parent_id','5','parent_id','5'),(137,11,'title','','title',''),(138,11,'key','','key',''),(139,11,'type','email','type','email'),(140,11,'active','1','active','1'),(141,11,'created_at','2016-08-24 16:47:39','created_at','2016-08-24 16:47:39'),(142,11,'objectType','Action','objectType','Action'),(143,11,'objectDomain','actions','objectDomain','actions'),(144,11,'editActive','','editActive',''),(145,11,'label','Email Notification','label','Email Notification'),(146,11,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(147,11,'payment_gateways','','payment_gateways',''),(148,11,'payment_total','','payment_total',''),(149,11,'tag','','tag',''),(150,11,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(151,11,'email_subject','New message from {field:name} ','email_subject','New message from {field:name} '),(152,11,'email_message','<p>A message has been received via the \"Contact/Refer a Claim form\" on the firm website. See the details below. </p><p>{field:name}<br>{field:email}<br>{field:phone_number_1662652113554}<br>{field:message}<br><br></p>','email_message','<p>A message has been received via the \"Contact/Refer a Claim form\" on the firm website. See the details below. </p><p>{field:name}<br>{field:email}<br>{field:phone_number_1662652113554}<br>{field:message}<br><br></p>'),(153,11,'from_name','{field:name} (via LOMAD Website)','from_name','{field:name} (via LOMAD Website)'),(154,11,'from_address','','from_address',''),(155,11,'reply_to','','reply_to',''),(156,11,'email_format','html','email_format','html'),(157,11,'cc','hearings@madwcdefense.com','cc','hearings@madwcdefense.com'),(158,11,'bcc','','bcc',''),(159,11,'attach_csv','0','attach_csv','0'),(160,11,'email_message_plain','','email_message_plain',''),(161,11,'parent_id','5','parent_id','5'),(162,12,'title','','title',''),(163,12,'key','','key',''),(164,12,'type','successmessage','type','successmessage'),(165,12,'active','1','active','1'),(166,12,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(167,12,'label','Success Message','label','Success Message'),(168,12,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(169,12,'objectType','Action','objectType','Action'),(170,12,'objectDomain','actions','objectDomain','actions'),(171,12,'editActive','','editActive',''),(172,12,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(173,12,'payment_gateways','','payment_gateways',''),(174,12,'payment_total','','payment_total',''),(175,12,'tag','','tag',''),(176,12,'to','{wp:admin_email}','to','{wp:admin_email}'),(177,12,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(178,12,'email_message','{fields_table}','email_message','{fields_table}'),(179,12,'from_name','','from_name',''),(180,12,'from_address','','from_address',''),(181,12,'reply_to','','reply_to',''),(182,12,'email_format','html','email_format','html'),(183,12,'cc','','cc',''),(184,12,'bcc','','bcc',''),(185,12,'attach_csv','','attach_csv',''),(186,12,'redirect_url','','redirect_url',''),(187,12,'success_msg','<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\"> Thank you for your submission! A member of our team will contact you soon.</p>','success_msg','<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\"> Thank you for your submission! A member of our team will contact you soon.</p>'),(188,12,'email_message_plain','','email_message_plain',''),(189,12,'parent_id','5','parent_id','5'),(190,9,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(191,9,'submitter_email','','submitter_email',''),(192,9,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(193,9,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(194,9,'set_subs_to_expire','0','set_subs_to_expire','0'),(195,9,'subs_expire_time','90','subs_expire_time','90'),(196,10,'drawerDisabled','','drawerDisabled',''),(197,11,'drawerDisabled','','drawerDisabled',''),(198,12,'drawerDisabled','','drawerDisabled',''),(305,17,'objectType','Action','objectType','Action'),(306,17,'objectDomain','actions','objectDomain','actions'),(307,17,'editActive','','editActive',''),(308,17,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(309,17,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(310,17,'reply_to','','reply_to',''),(311,17,'email_subject','Email from {field:name_1534955086592} to {','email_subject','Email from {field:name_1534955086592} to {'),(312,17,'email_message','{fields_table}','email_message','{fields_table}'),(313,17,'email_message_plain','','email_message_plain',''),(314,17,'from_name','','from_name',''),(315,17,'from_address','','from_address',''),(316,17,'email_format','html','email_format','html'),(317,17,'cc','','cc',''),(318,17,'bcc','','bcc',''),(319,17,'drawerDisabled','','drawerDisabled',''),(320,18,'objectType','Action','objectType','Action'),(321,18,'objectDomain','actions','objectDomain','actions'),(322,18,'editActive','','editActive',''),(323,18,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(324,18,'to','{wp:admin_email}','to','{wp:admin_email}'),(325,18,'reply_to','','reply_to',''),(326,18,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(327,18,'email_message','{fields_table}','email_message','{fields_table}'),(328,18,'email_message_plain','','email_message_plain',''),(329,18,'from_name','','from_name',''),(330,18,'from_address','','from_address',''),(331,18,'email_format','html','email_format','html'),(332,18,'cc','','cc',''),(333,18,'bcc','','bcc',''),(334,18,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(335,18,'redirect_url','','redirect_url',''),(336,18,'submitter_email','','submitter_email',''),(337,18,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(338,18,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(339,18,'set_subs_to_expire','0','set_subs_to_expire','0'),(340,18,'subs_expire_time','90','subs_expire_time','90'),(341,18,'drawerDisabled','','drawerDisabled',''),(342,19,'objectType','Action','objectType','Action'),(343,19,'objectDomain','actions','objectDomain','actions'),(344,19,'editActive','','editActive',''),(345,19,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(346,19,'to','{field:email_1534954365299}','to','{field:email_1534954365299}'),(347,19,'reply_to','','reply_to',''),(348,19,'email_subject','Your message to The Law Offices of Melissa A. Day ','email_subject','Your message to The Law Offices of Melissa A. Day '),(349,19,'email_message','<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}</p>','email_message','<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}</p>'),(350,19,'email_message_plain','','email_message_plain',''),(351,19,'from_name','','from_name',''),(352,19,'from_address','','from_address',''),(353,19,'email_format','html','email_format','html'),(354,19,'cc','','cc',''),(355,19,'bcc','','bcc',''),(356,19,'drawerDisabled','','drawerDisabled',''),(357,20,'objectType','Action','objectType','Action'),(358,20,'objectDomain','actions','objectDomain','actions'),(359,20,'editActive','','editActive',''),(360,20,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(361,20,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(362,20,'reply_to','','reply_to',''),(363,20,'email_subject','New message from {field:name} ','email_subject','New message from {field:name} '),(364,20,'email_message','<p>A message has been received via the \"Contact/Refer a Claim\" form on the firm website. See the details below. </p><p>{all_fields_table}<br></p>','email_message','<p>A message has been received via the \"Contact/Refer a Claim\" form on the firm website. See the details below. </p><p>{all_fields_table}<br></p>'),(365,20,'email_message_plain','','email_message_plain',''),(366,20,'from_name','{field:name_1534954806801} (via LOMAD Website)','from_name','{field:name_1534954806801} (via LOMAD Website)'),(367,20,'from_address','','from_address',''),(368,20,'email_format','html','email_format','html'),(369,20,'cc','hearings@madwcdefense.com','cc','hearings@madwcdefense.com'),(370,20,'bcc','','bcc',''),(371,20,'drawerDisabled','','drawerDisabled',''),(372,21,'objectType','Action','objectType','Action'),(373,21,'objectDomain','actions','objectDomain','actions'),(374,21,'editActive','','editActive',''),(375,21,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(376,21,'to','{wp:admin_email}','to','{wp:admin_email}'),(377,21,'reply_to','','reply_to',''),(378,21,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(379,21,'email_message','{fields_table}','email_message','{fields_table}'),(380,21,'email_message_plain','','email_message_plain',''),(381,21,'from_name','','from_name',''),(382,21,'from_address','','from_address',''),(383,21,'email_format','html','email_format','html'),(384,21,'cc','','cc',''),(385,21,'bcc','','bcc',''),(386,21,'success_msg','<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email_1534954365299}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\">Thank you for your submission! A member of our team will contact you soon.</p>','success_msg','<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email_1534954365299}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\">Thank you for your submission! A member of our team will contact you soon.</p>'),(387,21,'drawerDisabled','','drawerDisabled',''),(388,22,'title','','title',''),(389,22,'key','','key',''),(390,22,'type','handler','type','handler'),(391,22,'active','1','active','1'),(392,22,'created_at','2018-08-22 16:22:45','created_at','2018-08-22 16:22:45'),(393,22,'objectType','Action','objectType','Action'),(394,22,'objectDomain','actions','objectDomain','actions'),(395,22,'editActive','','editActive',''),(396,22,'label','Send Notification Email','label','Send Notification Email'),(397,22,'order','0','order','0'),(398,22,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(399,22,'drawerDisabled','','drawerDisabled',''),(400,22,'parent','2','parent','2'),(401,22,'parent_id','1','parent_id','1'),(403,23,'objectType','Action','objectType','Action'),(404,23,'objectDomain','actions','objectDomain','actions'),(405,23,'editActive','','editActive',''),(406,23,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(407,23,'to','{wp:admin_email}','to','{wp:admin_email}'),(408,23,'reply_to','','reply_to',''),(409,23,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(410,23,'email_message','{fields_table}','email_message','{fields_table}'),(411,23,'email_message_plain','','email_message_plain',''),(412,23,'from_name','','from_name',''),(413,23,'from_address','','from_address',''),(414,23,'email_format','html','email_format','html'),(415,23,'cc','','cc',''),(416,23,'bcc','','bcc',''),(417,23,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(418,23,'redirect_url','','redirect_url',''),(419,23,'submitter_email','','submitter_email',''),(420,23,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(421,23,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(422,23,'set_subs_to_expire','0','set_subs_to_expire','0'),(423,23,'subs_expire_time','90','subs_expire_time','90'),(424,23,'drawerDisabled','','drawerDisabled',''),(434,24,'objectType','Action','objectType','Action'),(435,24,'objectDomain','actions','objectDomain','actions'),(436,24,'editActive','','editActive',''),(437,24,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(438,24,'to','{field:email_1534954365299}','to','{field:email_1534954365299}'),(439,24,'reply_to','','reply_to',''),(440,24,'email_subject','Your message to The Law Offices of Melissa A. Day ','email_subject','Your message to The Law Offices of Melissa A. Day '),(441,24,'email_message','<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}</p>','email_message','<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}</p>'),(442,24,'email_message_plain','','email_message_plain',''),(443,24,'from_name','','from_name',''),(444,24,'from_address','','from_address',''),(445,24,'email_format','html','email_format','html'),(446,24,'cc','','cc',''),(447,24,'bcc','','bcc',''),(448,24,'drawerDisabled','','drawerDisabled',''),(449,25,'objectType','Action','objectType','Action'),(450,25,'objectDomain','actions','objectDomain','actions'),(451,25,'editActive','','editActive',''),(452,25,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(453,25,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(454,25,'reply_to','','reply_to',''),(455,25,'email_subject','New message from {field:name} ','email_subject','New message from {field:name} '),(456,25,'email_message','<p>A message has been received via the \"Contact/Refer a Claim\" form on the firm website. See the details below. </p><p>{all_fields_table}<br></p>','email_message','<p>A message has been received via the \"Contact/Refer a Claim\" form on the firm website. See the details below. </p><p>{all_fields_table}<br></p>'),(457,25,'email_message_plain','','email_message_plain',''),(458,25,'from_name','{field:name_1534954806801} (via LOMAD Website)','from_name','{field:name_1534954806801} (via LOMAD Website)'),(459,25,'from_address','','from_address',''),(460,25,'email_format','html','email_format','html'),(461,25,'cc','hearings@madwcdefense.com','cc','hearings@madwcdefense.com'),(462,25,'bcc','','bcc',''),(463,25,'drawerDisabled','','drawerDisabled',''),(464,26,'objectType','Action','objectType','Action'),(465,26,'objectDomain','actions','objectDomain','actions'),(466,26,'editActive','','editActive',''),(467,26,'conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(468,26,'to','{wp:admin_email}','to','{wp:admin_email}'),(469,26,'reply_to','','reply_to',''),(470,26,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(471,26,'email_message','{fields_table}','email_message','{fields_table}'),(472,26,'email_message_plain','','email_message_plain',''),(473,26,'from_name','','from_name',''),(474,26,'from_address','','from_address',''),(475,26,'email_format','html','email_format','html'),(476,26,'cc','','cc',''),(477,26,'bcc','','bcc',''),(478,26,'success_msg','<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email_1534954365299}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\">Thank you for your submission! A member of our team will contact you soon.</p>','success_msg','<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email_1534954365299}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\">Thank you for your submission! A member of our team will contact you soon.</p>'),(479,26,'drawerDisabled','','drawerDisabled',''),(495,27,'title','','title',''),(496,27,'key','','key',''),(497,27,'type','save','type','save'),(498,27,'active','1','active','1'),(499,27,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(500,27,'label','Record Submission','label','Record Submission'),(501,27,'objectType','Action','objectType','Action'),(502,27,'objectDomain','actions','objectDomain','actions'),(503,27,'editActive','','editActive',''),(504,27,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(505,27,'payment_gateways','','payment_gateways',''),(506,27,'payment_total','','payment_total',''),(507,27,'tag','','tag',''),(508,27,'to','{wp:admin_email}','to','{wp:admin_email}'),(509,27,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(510,27,'email_message','{fields_table}','email_message','{fields_table}'),(511,27,'from_name','','from_name',''),(512,27,'from_address','','from_address',''),(513,27,'reply_to','','reply_to',''),(514,27,'email_format','html','email_format','html'),(515,27,'cc','','cc',''),(516,27,'bcc','','bcc',''),(517,27,'attach_csv','','attach_csv',''),(518,27,'redirect_url','','redirect_url',''),(519,27,'email_message_plain','','email_message_plain',''),(520,27,'parent_id','5','parent_id','5'),(521,27,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(522,27,'submitter_email','','submitter_email',''),(523,27,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(524,27,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(525,27,'set_subs_to_expire','0','set_subs_to_expire','0'),(526,27,'subs_expire_time','90','subs_expire_time','90'),(558,28,'title','','title',''),(559,28,'key','','key',''),(560,28,'type','email','type','email'),(561,28,'active','1','active','1'),(562,28,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(563,28,'label','Email Confirmation','label','Email Confirmation'),(564,28,'to','{field:email}','to','{field:email}'),(565,28,'subject','This is an email action.','subject','This is an email action.'),(566,28,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(567,28,'objectType','Action','objectType','Action'),(568,28,'objectDomain','actions','objectDomain','actions'),(569,28,'editActive','','editActive',''),(570,28,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(571,28,'payment_gateways','','payment_gateways',''),(572,28,'payment_total','','payment_total',''),(573,28,'tag','','tag',''),(574,28,'email_subject','Your message to The Law Offices of Melissa A. Day ','email_subject','Your message to The Law Offices of Melissa A. Day '),(575,28,'email_message','<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}<br></p>','email_message','<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}<br></p>'),(576,28,'from_name','','from_name',''),(577,28,'from_address','','from_address',''),(578,28,'reply_to','','reply_to',''),(579,28,'email_format','html','email_format','html'),(580,28,'cc','','cc',''),(581,28,'bcc','','bcc',''),(582,28,'attach_csv','','attach_csv',''),(583,28,'email_message_plain','','email_message_plain',''),(584,28,'parent_id','5','parent_id','5'),(585,28,'drawerDisabled','','drawerDisabled',''),(589,29,'title','','title',''),(590,29,'key','','key',''),(591,29,'type','email','type','email'),(592,29,'active','1','active','1'),(593,29,'created_at','2016-08-24 16:47:39','created_at','2016-08-24 16:47:39'),(594,29,'objectType','Action','objectType','Action'),(595,29,'objectDomain','actions','objectDomain','actions'),(596,29,'editActive','','editActive',''),(597,29,'label','Email Notification','label','Email Notification'),(598,29,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(599,29,'payment_gateways','','payment_gateways',''),(600,29,'payment_total','','payment_total',''),(601,29,'tag','','tag',''),(602,29,'to','mail@madwcdefense.com','to','mail@madwcdefense.com'),(603,29,'email_subject','New message from {field:name} ','email_subject','New message from {field:name} '),(604,29,'email_message','<p>A message has been received via the \"Contact/Refer a Claim form\" on the firm website. See the details below. </p><p>{field:name}<br>{field:email}<br>{field:phone_number_1662652113554}<br>{field:message}<br><br></p>','email_message','<p>A message has been received via the \"Contact/Refer a Claim form\" on the firm website. See the details below. </p><p>{field:name}<br>{field:email}<br>{field:phone_number_1662652113554}<br>{field:message}<br><br></p>'),(605,29,'from_name','{field:name} (via LOMAD Website)','from_name','{field:name} (via LOMAD Website)'),(606,29,'from_address','','from_address',''),(607,29,'reply_to','','reply_to',''),(608,29,'email_format','html','email_format','html'),(609,29,'cc','hearings@madwcdefense.com','cc','hearings@madwcdefense.com'),(610,29,'bcc','','bcc',''),(611,29,'attach_csv','0','attach_csv','0'),(612,29,'email_message_plain','','email_message_plain',''),(613,29,'parent_id','5','parent_id','5'),(614,29,'drawerDisabled','','drawerDisabled',''),(620,30,'title','','title',''),(621,30,'key','','key',''),(622,30,'type','successmessage','type','successmessage'),(623,30,'active','1','active','1'),(624,30,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(625,30,'label','Success Message','label','Success Message'),(626,30,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(627,30,'objectType','Action','objectType','Action'),(628,30,'objectDomain','actions','objectDomain','actions'),(629,30,'editActive','','editActive',''),(630,30,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(631,30,'payment_gateways','','payment_gateways',''),(632,30,'payment_total','','payment_total',''),(633,30,'tag','','tag',''),(634,30,'to','{wp:admin_email}','to','{wp:admin_email}'),(635,30,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(636,30,'email_message','{fields_table}','email_message','{fields_table}'),(637,30,'from_name','','from_name',''),(638,30,'from_address','','from_address',''),(639,30,'reply_to','','reply_to',''),(640,30,'email_format','html','email_format','html'),(641,30,'cc','','cc',''),(642,30,'bcc','','bcc',''),(643,30,'attach_csv','','attach_csv',''),(644,30,'redirect_url','','redirect_url',''),(645,30,'success_msg','<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\"> Thank you for your submission! A member of our team will contact you soon.</p>','success_msg','<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\"> Thank you for your submission! A member of our team will contact you soon.</p>'),(646,30,'email_message_plain','','email_message_plain',''),(647,30,'parent_id','5','parent_id','5'),(648,30,'drawerDisabled','','drawerDisabled','');
/*!40000 ALTER TABLE `cuB_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_actions`
--
DROP TABLE IF EXISTS `cuB_nf3_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_actions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext,
`key` longtext,
`type` longtext,
`active` tinyint(1) DEFAULT '1',
`parent_id` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`label` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_actions`
--
LOCK TABLES `cuB_nf3_actions` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_actions` DISABLE KEYS */;
INSERT INTO `cuB_nf3_actions` VALUES (1,'','','handler',1,1,'2018-08-22 16:22:45',NULL,'Send Notification Email'),(3,'','','handler',1,2,'2018-08-22 16:25:11',NULL,'Send Notification Email'),(5,'','','handler',1,3,'2019-03-08 18:06:57',NULL,'Send Notification Email'),(7,'','','handler',1,4,'2019-04-02 18:10:40',NULL,'Send Notification Email'),(8,NULL,NULL,'email',1,2,'2022-09-08 15:28:08','2022-09-08 11:28:08','Send Notification Email'),(9,'','','save',1,5,'2016-08-24 22:39:20',NULL,'Record Submission'),(10,'','','email',1,5,'2016-08-24 22:39:20',NULL,'Email Confirmation'),(11,'','','email',1,5,'2016-08-24 22:47:39',NULL,'Email Notification'),(12,'','','successmessage',1,5,'2016-08-24 22:39:20',NULL,'Success Message'),(17,NULL,NULL,'email',1,3,'2022-09-08 16:26:10','2022-09-08 12:26:10','Send Notification Email'),(18,NULL,NULL,'save',1,1,'2022-09-14 14:57:34','2022-09-14 10:57:34','Record Submission'),(19,NULL,NULL,'email',1,1,'2022-09-14 15:02:39','2022-09-14 11:02:39','Email Confirmation'),(20,NULL,NULL,'email',1,1,'2022-09-14 15:02:39','2022-09-14 11:02:39','Email Notification'),(21,NULL,NULL,'successmessage',1,1,'2022-09-14 15:02:39','2022-09-14 11:02:39','Success Message'),(22,'','','handler',1,7,'2022-09-14 17:40:30',NULL,'Send Notification Email'),(23,NULL,NULL,'save',1,7,'2022-09-14 17:40:30',NULL,'Record Submission'),(24,NULL,NULL,'email',1,7,'2022-09-14 17:40:30',NULL,'Email Confirmation'),(25,NULL,NULL,'email',1,7,'2022-09-14 17:40:30',NULL,'Email Notification'),(26,NULL,NULL,'successmessage',1,7,'2022-09-14 17:40:30',NULL,'Success Message'),(27,'','','save',1,8,'2022-09-19 19:56:01',NULL,'Record Submission'),(28,'','','email',1,8,'2022-09-19 19:56:01',NULL,'Email Confirmation'),(29,'','','email',1,8,'2022-09-19 19:56:01',NULL,'Email Notification'),(30,'','','successmessage',1,8,'2022-09-19 19:56:01',NULL,'Success Message');
/*!40000 ALTER TABLE `cuB_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_chunks`
--
DROP TABLE IF EXISTS `cuB_nf3_chunks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_chunks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) DEFAULT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_chunks`
--
LOCK TABLES `cuB_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_field_meta`
--
DROP TABLE IF EXISTS `cuB_nf3_field_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_field_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
`meta_key` longtext,
`meta_value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3765 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_field_meta`
--
LOCK TABLES `cuB_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `cuB_nf3_field_meta` VALUES (1,1,'objectType','Field','objectType','Field'),(2,1,'objectDomain','fields','objectDomain','fields'),(3,1,'editActive','','editActive',''),(4,1,'order','1','order','1'),(5,1,'type','html','type','html'),(6,1,'label','Personal Information','label','Personal Information'),(7,1,'default','','default',''),(8,1,'container_class','','container_class',''),(9,1,'element_class','','element_class',''),(10,1,'wrap_styles_border','','wrap_styles_border',''),(11,1,'wrap_styles_width','','wrap_styles_width',''),(12,1,'wrap_styles_margin','','wrap_styles_margin',''),(13,1,'wrap_styles_padding','','wrap_styles_padding',''),(14,1,'wrap_styles_float','','wrap_styles_float',''),(15,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(16,1,'label_styles_border','','label_styles_border',''),(17,1,'label_styles_width','','label_styles_width',''),(18,1,'label_styles_font-size','','label_styles_font-size',''),(19,1,'label_styles_margin','','label_styles_margin',''),(20,1,'label_styles_padding','','label_styles_padding',''),(21,1,'label_styles_float','','label_styles_float',''),(22,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(23,1,'element_styles_border','','element_styles_border',''),(24,1,'element_styles_width','','element_styles_width',''),(25,1,'element_styles_font-size','','element_styles_font-size',''),(26,1,'element_styles_margin','','element_styles_margin',''),(27,1,'element_styles_padding','','element_styles_padding',''),(28,1,'element_styles_float','','element_styles_float',''),(29,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(30,1,'cellcid','c4047','cellcid','c4047'),(31,1,'key','personal_information_1534954814742','key','personal_information_1534954814742'),(32,1,'drawerDisabled','','drawerDisabled',''),(33,1,'parent_id','1','parent_id','1'),(34,2,'objectType','Field','objectType','Field'),(35,2,'objectDomain','fields','objectDomain','fields'),(36,2,'editActive','','editActive',''),(37,2,'order','2','order','2'),(38,2,'type','firstname','type','firstname'),(39,2,'label','Name','label','Name'),(40,2,'key','name_1534954806801','key','name_1534954806801'),(41,2,'label_pos','default','label_pos','default'),(42,2,'required','','required',''),(43,2,'default','','default',''),(44,2,'placeholder','','placeholder',''),(45,2,'container_class','','container_class',''),(46,2,'element_class','','element_class',''),(47,2,'admin_label','contactName','admin_label','contactName'),(48,2,'help_text','','help_text',''),(49,2,'custom_name_attribute','fname','custom_name_attribute','fname'),(50,2,'personally_identifiable','1','personally_identifiable','1'),(51,2,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(52,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(53,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(54,2,'cellcid','c4051','cellcid','c4051'),(55,2,'drawerDisabled','','drawerDisabled',''),(56,2,'parent_id','1','parent_id','1'),(57,3,'objectType','Field','objectType','Field'),(58,3,'objectDomain','fields','objectDomain','fields'),(59,3,'editActive','','editActive',''),(60,3,'order','3','order','3'),(61,3,'type','email','type','email'),(62,3,'label','Email','label','Email'),(63,3,'key','email_1534954365299','key','email_1534954365299'),(64,3,'label_pos','default','label_pos','default'),(65,3,'required','1','required','1'),(66,3,'default','','default',''),(67,3,'placeholder','','placeholder',''),(68,3,'container_class','','container_class',''),(69,3,'element_class','','element_class',''),(70,3,'admin_label','emailFromAddress','admin_label','emailFromAddress'),(71,3,'help_text','','help_text',''),(72,3,'custom_name_attribute','email','custom_name_attribute','email'),(73,3,'personally_identifiable','1','personally_identifiable','1'),(74,3,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(75,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(76,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(77,3,'cellcid','c4054','cellcid','c4054'),(78,3,'drawerDisabled','','drawerDisabled',''),(79,3,'parent_id','1','parent_id','1'),(80,4,'objectType','Field','objectType','Field'),(81,4,'objectDomain','fields','objectDomain','fields'),(82,4,'editActive','','editActive',''),(83,4,'order','4','order','4'),(84,4,'type','phone','type','phone'),(85,4,'label','Phone','label','Phone'),(86,4,'key','phone_1534954373936','key','phone_1534954373936'),(87,4,'label_pos','default','label_pos','default'),(88,4,'required','','required',''),(89,4,'default','','default',''),(90,4,'placeholder','','placeholder',''),(91,4,'container_class','','container_class',''),(92,4,'element_class','','element_class',''),(93,4,'input_limit','','input_limit',''),(94,4,'input_limit_type','characters','input_limit_type','characters'),(95,4,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(96,4,'manual_key','','manual_key',''),(97,4,'admin_label','contactPhone','admin_label','contactPhone'),(98,4,'help_text','','help_text',''),(99,4,'mask','(999) 999-9999','mask','(999) 999-9999'),(100,4,'custom_mask','','custom_mask',''),(101,4,'custom_name_attribute','phone','custom_name_attribute','phone'),(102,4,'personally_identifiable','1','personally_identifiable','1'),(103,4,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(104,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(105,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(106,4,'cellcid','c4057','cellcid','c4057'),(107,4,'drawerDisabled','','drawerDisabled',''),(108,4,'parent_id','1','parent_id','1'),(109,5,'objectType','Field','objectType','Field'),(110,5,'objectDomain','fields','objectDomain','fields'),(111,5,'editActive','','editActive',''),(112,5,'order','5','order','5'),(113,5,'type','zip','type','zip'),(114,5,'label','Zip','label','Zip'),(115,5,'key','zip_1534954373399','key','zip_1534954373399'),(116,5,'label_pos','default','label_pos','default'),(117,5,'required','','required',''),(118,5,'default','','default',''),(119,5,'placeholder','','placeholder',''),(120,5,'container_class','','container_class',''),(121,5,'element_class','','element_class',''),(122,5,'input_limit','','input_limit',''),(123,5,'input_limit_type','characters','input_limit_type','characters'),(124,5,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(125,5,'manual_key','','manual_key',''),(126,5,'admin_label','contactZip','admin_label','contactZip'),(127,5,'help_text','','help_text',''),(128,5,'mask','','mask',''),(129,5,'custom_mask','','custom_mask',''),(130,5,'custom_name_attribute','zip','custom_name_attribute','zip'),(131,5,'personally_identifiable','','personally_identifiable',''),(132,5,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(133,5,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(134,5,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(135,5,'cellcid','c4060','cellcid','c4060'),(136,5,'parent_id','1','parent_id','1'),(137,6,'objectType','Field','objectType','Field'),(138,6,'objectDomain','fields','objectDomain','fields'),(139,6,'editActive','','editActive',''),(140,6,'order','6','order','6'),(141,6,'type','liststate','type','liststate'),(142,6,'label','US States','label','US States'),(143,6,'key','liststate_1534954369789','key','liststate_1534954369789'),(144,6,'label_pos','default','label_pos','default'),(145,6,'required','','required',''),(146,6,'options','a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(147,6,'container_class','','container_class',''),(148,6,'element_class','','element_class',''),(149,6,'admin_label','','admin_label',''),(150,6,'help_text','','help_text',''),(151,6,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(152,6,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(153,6,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(154,6,'list_item_row_styles_show_advanced_css','0','list_item_row_styles_show_advanced_css','0'),(155,6,'list_item_label_styles_show_advanced_css','0','list_item_label_styles_show_advanced_css','0'),(156,6,'list_item_element_styles_show_advanced_css','0','list_item_element_styles_show_advanced_css','0'),(157,6,'cellcid','c4063','cellcid','c4063'),(158,6,'drawerDisabled','','drawerDisabled',''),(159,6,'parent_id','1','parent_id','1'),(160,7,'objectType','Field','objectType','Field'),(161,7,'objectDomain','fields','objectDomain','fields'),(162,7,'editActive','','editActive',''),(163,7,'order','7','order','7'),(164,7,'type','html','type','html'),(165,7,'label','Contact Preferences','label','Contact Preferences'),(166,7,'default','','default',''),(167,7,'container_class','','container_class',''),(168,7,'element_class','','element_class',''),(169,7,'wrap_styles_border','','wrap_styles_border',''),(170,7,'wrap_styles_width','','wrap_styles_width',''),(171,7,'wrap_styles_margin','','wrap_styles_margin',''),(172,7,'wrap_styles_padding','','wrap_styles_padding',''),(173,7,'wrap_styles_float','','wrap_styles_float',''),(174,7,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(175,7,'label_styles_border','','label_styles_border',''),(176,7,'label_styles_width','','label_styles_width',''),(177,7,'label_styles_font-size','','label_styles_font-size',''),(178,7,'label_styles_margin','','label_styles_margin',''),(179,7,'label_styles_padding','','label_styles_padding',''),(180,7,'label_styles_float','','label_styles_float',''),(181,7,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(182,7,'element_styles_border','','element_styles_border',''),(183,7,'element_styles_width','','element_styles_width',''),(184,7,'element_styles_font-size','','element_styles_font-size',''),(185,7,'element_styles_margin','','element_styles_margin',''),(186,7,'element_styles_padding','','element_styles_padding',''),(187,7,'element_styles_float','','element_styles_float',''),(188,7,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(189,7,'cellcid','c4066','cellcid','c4066'),(190,7,'key','contact_preferences_1534954782835','key','contact_preferences_1534954782835'),(191,7,'drawerDisabled','','drawerDisabled',''),(192,7,'parent_id','1','parent_id','1'),(193,8,'objectType','Field','objectType','Field'),(194,8,'objectDomain','fields','objectDomain','fields'),(195,8,'editActive','','editActive',''),(196,8,'order','8','order','8'),(197,8,'type','listcheckbox','type','listcheckbox'),(198,8,'label','How Would You Like To Be Contacted?','label','How Would You Like To Be Contacted?'),(199,8,'key','how_would_you_like_to_be_contacted_1534954740097','key','how_would_you_like_to_be_contacted_1534954740097'),(200,8,'label_pos','default','label_pos','default'),(201,8,'required','','required',''),(202,8,'options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:5:\"phone\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"0\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:5:\"email\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"1\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:5:\"phone\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"0\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:5:\"email\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"1\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(203,8,'container_class','','container_class',''),(204,8,'element_class','','element_class',''),(205,8,'admin_label','contactPref','admin_label','contactPref'),(206,8,'help_text','','help_text',''),(207,8,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(208,8,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(209,8,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(210,8,'list_item_row_styles_show_advanced_css','0','list_item_row_styles_show_advanced_css','0'),(211,8,'list_item_label_styles_show_advanced_css','0','list_item_label_styles_show_advanced_css','0'),(212,8,'list_item_element_styles_show_advanced_css','0','list_item_element_styles_show_advanced_css','0'),(213,8,'cellcid','c4069','cellcid','c4069'),(214,8,'drawerDisabled','','drawerDisabled',''),(215,8,'parent_id','1','parent_id','1'),(249,10,'objectType','Field','objectType','Field'),(250,10,'objectDomain','fields','objectDomain','fields'),(251,10,'editActive','','editActive',''),(252,10,'order','10','order','10'),(253,10,'type','textarea','type','textarea'),(254,10,'label','Brief Description of Your Legal Issue','label','Brief Description of Your Legal Issue'),(255,10,'key','brief_description_of_your_legal_issue_1534954647282','key','brief_description_of_your_legal_issue_1534954647282'),(256,10,'label_pos','default','label_pos','default'),(257,10,'required','','required',''),(258,10,'default','','default',''),(259,10,'placeholder','','placeholder',''),(260,10,'container_class','','container_class',''),(261,10,'element_class','','element_class',''),(262,10,'input_limit','','input_limit',''),(263,10,'input_limit_type','characters','input_limit_type','characters'),(264,10,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(265,10,'manual_key','','manual_key',''),(266,10,'admin_label','formComment','admin_label','formComment'),(267,10,'help_text','','help_text',''),(268,10,'textarea_rte','','textarea_rte',''),(269,10,'disable_rte_mobile','','disable_rte_mobile',''),(270,10,'textarea_media','','textarea_media',''),(271,10,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(272,10,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(273,10,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(274,10,'cellcid','c4072','cellcid','c4072'),(275,10,'parent_id','1','parent_id','1'),(276,11,'objectType','Field','objectType','Field'),(277,11,'objectDomain','fields','objectDomain','fields'),(278,11,'editActive','','editActive',''),(279,11,'order','11','order','11'),(280,11,'type','html','type','html'),(281,11,'label','','label',''),(282,11,'default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>'),(283,11,'container_class','','container_class',''),(284,11,'element_class','','element_class',''),(285,11,'wrap_styles_border','','wrap_styles_border',''),(286,11,'wrap_styles_width','','wrap_styles_width',''),(287,11,'wrap_styles_margin','','wrap_styles_margin',''),(288,11,'wrap_styles_padding','','wrap_styles_padding',''),(289,11,'wrap_styles_float','','wrap_styles_float',''),(290,11,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(291,11,'label_styles_border','','label_styles_border',''),(292,11,'label_styles_width','','label_styles_width',''),(293,11,'label_styles_font-size','','label_styles_font-size',''),(294,11,'label_styles_margin','','label_styles_margin',''),(295,11,'label_styles_padding','','label_styles_padding',''),(296,11,'label_styles_float','','label_styles_float',''),(297,11,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(298,11,'element_styles_border','','element_styles_border',''),(299,11,'element_styles_width','','element_styles_width',''),(300,11,'element_styles_font-size','','element_styles_font-size',''),(301,11,'element_styles_margin','','element_styles_margin',''),(302,11,'element_styles_padding','','element_styles_padding',''),(303,11,'element_styles_float','','element_styles_float',''),(304,11,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(305,11,'cellcid','c4075','cellcid','c4075'),(306,11,'key','privacy_policy_1534954542111','key','privacy_policy_1534954542111'),(307,11,'drawerDisabled','','drawerDisabled',''),(308,11,'parent_id','1','parent_id','1'),(309,12,'objectType','Field','objectType','Field'),(310,12,'objectDomain','fields','objectDomain','fields'),(311,12,'editActive','','editActive',''),(312,12,'order','12','order','12'),(313,12,'type','checkbox','type','checkbox'),(314,12,'label','I Have Read The Disclaimer','label','I Have Read The Disclaimer'),(315,12,'key','i_have_read_the_disclaimer_1534954562191','key','i_have_read_the_disclaimer_1534954562191'),(316,12,'label_pos','right','label_pos','right'),(317,12,'required','1','required','1'),(318,12,'container_class','','container_class',''),(319,12,'element_class','','element_class',''),(320,12,'manual_key','','manual_key',''),(321,12,'admin_label','readDisclaimer','admin_label','readDisclaimer'),(322,12,'help_text','','help_text',''),(323,12,'default_value','unchecked','default_value','unchecked'),(324,12,'checked_value','','checked_value',''),(325,12,'unchecked_value','','unchecked_value',''),(326,12,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(327,12,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(328,12,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(329,12,'cellcid','c4078','cellcid','c4078'),(330,12,'drawerDisabled','','drawerDisabled',''),(331,12,'default','unchecked','default','unchecked'),(332,12,'parent_id','1','parent_id','1'),(333,13,'objectType','Field','objectType','Field'),(334,13,'objectDomain','fields','objectDomain','fields'),(335,13,'editActive','','editActive',''),(336,13,'order','13','order','13'),(337,13,'type','submit','type','submit'),(338,13,'label','Send','label','Send'),(339,13,'processing_label','Processing','processing_label','Processing'),(340,13,'container_class','','container_class',''),(341,13,'element_class','','element_class',''),(342,13,'key','send_1562680674669','key','send_1562680674669'),(343,13,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(344,13,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(345,13,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(346,13,'cellcid','c4081','cellcid','c4081'),(347,13,'drawerDisabled','','drawerDisabled',''),(348,13,'parent_id','1','parent_id','1'),(349,14,'objectType','Field','objectType','Field'),(350,14,'objectDomain','fields','objectDomain','fields'),(351,14,'editActive','','editActive',''),(352,14,'order','1','order','1'),(353,14,'type','firstname','type','firstname'),(354,14,'label','Name','label','Name'),(355,14,'key','name_1534955086592','key','name_1534955086592'),(356,14,'label_pos','default','label_pos','default'),(357,14,'required','','required',''),(358,14,'default','','default',''),(359,14,'placeholder','Name','placeholder','Name'),(360,14,'container_class','','container_class',''),(361,14,'element_class','','element_class',''),(362,14,'admin_label','contactName','admin_label','contactName'),(363,14,'help_text','','help_text',''),(364,14,'custom_name_attribute','fname','custom_name_attribute','fname'),(365,14,'personally_identifiable','1','personally_identifiable','1'),(366,14,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(367,14,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(368,14,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(369,14,'cellcid','c3946','cellcid','c3946'),(370,14,'drawerDisabled','','drawerDisabled',''),(371,14,'parent_id','2','parent_id','2'),(372,15,'objectType','Field','objectType','Field'),(373,15,'objectDomain','fields','objectDomain','fields'),(374,15,'editActive','','editActive',''),(375,15,'order','2','order','2'),(376,15,'type','email','type','email'),(377,15,'label','Email','label','Email'),(378,15,'key','email_1534954990561','key','email_1534954990561'),(379,15,'label_pos','default','label_pos','default'),(380,15,'required','1','required','1'),(381,15,'default','','default',''),(382,15,'placeholder','Email*','placeholder','Email*'),(383,15,'container_class','','container_class',''),(384,15,'element_class','','element_class',''),(385,15,'admin_label','emailFromAddress','admin_label','emailFromAddress'),(386,15,'help_text','','help_text',''),(387,15,'custom_name_attribute','email','custom_name_attribute','email'),(388,15,'personally_identifiable','1','personally_identifiable','1'),(389,15,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(390,15,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(391,15,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(392,15,'cellcid','c3949','cellcid','c3949'),(393,15,'drawerDisabled','','drawerDisabled',''),(394,15,'parent_id','2','parent_id','2'),(395,16,'objectType','Field','objectType','Field'),(396,16,'objectDomain','fields','objectDomain','fields'),(397,16,'editActive','','editActive',''),(398,16,'order','3','order','3'),(399,16,'type','phone','type','phone'),(400,16,'label','Phone','label','Phone'),(401,16,'key','phone_1534954991568','key','phone_1534954991568'),(402,16,'label_pos','default','label_pos','default'),(403,16,'required','','required',''),(404,16,'default','','default',''),(405,16,'placeholder','Phone','placeholder','Phone'),(406,16,'container_class','','container_class',''),(407,16,'element_class','','element_class',''),(408,16,'input_limit','','input_limit',''),(409,16,'input_limit_type','characters','input_limit_type','characters'),(410,16,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(411,16,'manual_key','','manual_key',''),(412,16,'admin_label','contactPhone','admin_label','contactPhone'),(413,16,'help_text','','help_text',''),(414,16,'mask','(999) 999-9999','mask','(999) 999-9999'),(415,16,'custom_mask','','custom_mask',''),(416,16,'custom_name_attribute','phone','custom_name_attribute','phone'),(417,16,'personally_identifiable','1','personally_identifiable','1'),(418,16,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(419,16,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(420,16,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(421,16,'cellcid','c3951','cellcid','c3951'),(422,16,'drawerDisabled','','drawerDisabled',''),(423,16,'parent_id','2','parent_id','2'),(424,17,'objectType','Field','objectType','Field'),(425,17,'objectDomain','fields','objectDomain','fields'),(426,17,'editActive','','editActive',''),(427,17,'order','4','order','4'),(428,17,'type','textarea','type','textarea'),(429,17,'label','Message','label','Message'),(430,17,'key','message_1534955077918','key','message_1534955077918'),(431,17,'label_pos','default','label_pos','default'),(432,17,'required','','required',''),(433,17,'default','','default',''),(434,17,'placeholder','Message','placeholder','Message'),(435,17,'container_class','','container_class',''),(436,17,'element_class','','element_class',''),(437,17,'input_limit','','input_limit',''),(438,17,'input_limit_type','characters','input_limit_type','characters'),(439,17,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(440,17,'manual_key','','manual_key',''),(441,17,'admin_label','formComment','admin_label','formComment'),(442,17,'help_text','','help_text',''),(443,17,'textarea_rte','','textarea_rte',''),(444,17,'disable_rte_mobile','','disable_rte_mobile',''),(445,17,'textarea_media','','textarea_media',''),(446,17,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(447,17,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(448,17,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(449,17,'cellcid','c3954','cellcid','c3954'),(450,17,'drawerDisabled','','drawerDisabled',''),(451,17,'parent_id','2','parent_id','2'),(452,18,'objectType','Field','objectType','Field'),(453,18,'objectDomain','fields','objectDomain','fields'),(454,18,'editActive','','editActive',''),(455,18,'order','5','order','5'),(456,18,'type','html','type','html'),(457,18,'label','','label',''),(458,18,'default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/privacy/\" target=\"_blank\">Privacy Policy</a></div><div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div></div>','default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/privacy/\" target=\"_blank\">Privacy Policy</a></div><div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div></div>'),(459,18,'container_class','','container_class',''),(460,18,'element_class','','element_class',''),(461,18,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(462,18,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(463,18,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(464,18,'cellcid','c3957','cellcid','c3957'),(465,18,'key','html_1534955009205','key','html_1534955009205'),(466,18,'drawerDisabled','','drawerDisabled',''),(467,18,'parent_id','2','parent_id','2'),(468,19,'objectType','Field','objectType','Field'),(469,19,'objectDomain','fields','objectDomain','fields'),(470,19,'editActive','','editActive',''),(471,19,'order','6','order','6'),(472,19,'type','checkbox','type','checkbox'),(473,19,'label','I Have Read The Disclaimer','label','I Have Read The Disclaimer'),(474,19,'key','i_have_read_the_disclaimer_1534955054736','key','i_have_read_the_disclaimer_1534955054736'),(475,19,'label_pos','right','label_pos','right'),(476,19,'required','1','required','1'),(477,19,'container_class','','container_class',''),(478,19,'element_class','','element_class',''),(479,19,'manual_key','','manual_key',''),(480,19,'admin_label','readDisclaimer','admin_label','readDisclaimer'),(481,19,'help_text','','help_text',''),(482,19,'default_value','unchecked','default_value','unchecked'),(483,19,'checked_value','Checked','checked_value','Checked'),(484,19,'unchecked_value','Unchecked','unchecked_value','Unchecked'),(485,19,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(486,19,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(487,19,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(488,19,'cellcid','c3959','cellcid','c3959'),(489,19,'drawerDisabled','','drawerDisabled',''),(490,19,'default','unchecked','default','unchecked'),(491,19,'parent_id','2','parent_id','2'),(492,20,'objectType','Field','objectType','Field'),(493,20,'objectDomain','fields','objectDomain','fields'),(494,20,'editActive','','editActive',''),(495,20,'order','7','order','7'),(496,20,'type','submit','type','submit'),(497,20,'label','Submit','label','Submit'),(498,20,'processing_label','Processing','processing_label','Processing'),(499,20,'container_class','','container_class',''),(500,20,'element_class','','element_class',''),(501,20,'key','submit_1629280585819','key','submit_1629280585819'),(502,20,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(503,20,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(504,20,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(505,20,'cellcid','c3961','cellcid','c3961'),(506,20,'drawerDisabled','','drawerDisabled',''),(507,20,'parent_id','2','parent_id','2'),(508,21,'objectType','Field','objectType','Field'),(509,21,'objectDomain','fields','objectDomain','fields'),(510,21,'editActive','','editActive',''),(511,21,'order','1','order','1'),(512,21,'type','firstname','type','firstname'),(513,21,'label','Name','label','Name'),(514,21,'key','name_1534955086592','key','name_1534955086592'),(515,21,'label_pos','default','label_pos','default'),(516,21,'required','1','required','1'),(517,21,'default','','default',''),(518,21,'placeholder','','placeholder',''),(519,21,'container_class','','container_class',''),(520,21,'element_class','','element_class',''),(521,21,'admin_label','contactName','admin_label','contactName'),(522,21,'help_text','','help_text',''),(523,21,'custom_name_attribute','fname','custom_name_attribute','fname'),(524,21,'personally_identifiable','1','personally_identifiable','1'),(525,21,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(526,21,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(527,21,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(528,21,'cellcid','c3972','cellcid','c3972'),(529,21,'drawerDisabled','','drawerDisabled',''),(530,21,'field_label','Name','field_label','Name'),(531,21,'field_key','name_1534955086592','field_key','name_1534955086592'),(532,21,'parent_id','3','parent_id','3'),(533,22,'objectType','Field','objectType','Field'),(534,22,'objectDomain','fields','objectDomain','fields'),(535,22,'editActive','','editActive',''),(536,22,'order','2','order','2'),(537,22,'type','email','type','email'),(538,22,'label','Email','label','Email'),(539,22,'key','email_1534954990561','key','email_1534954990561'),(540,22,'label_pos','default','label_pos','default'),(541,22,'required','1','required','1'),(542,22,'default','','default',''),(543,22,'placeholder','','placeholder',''),(544,22,'container_class','','container_class',''),(545,22,'element_class','','element_class',''),(546,22,'admin_label','emailFromAddress','admin_label','emailFromAddress'),(547,22,'help_text','','help_text',''),(548,22,'custom_name_attribute','email','custom_name_attribute','email'),(549,22,'personally_identifiable','1','personally_identifiable','1'),(550,22,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(551,22,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(552,22,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(553,22,'cellcid','c3976','cellcid','c3976'),(554,22,'drawerDisabled','','drawerDisabled',''),(555,22,'field_label','Email','field_label','Email'),(556,22,'field_key','email_1534954990561','field_key','email_1534954990561'),(557,22,'parent_id','3','parent_id','3'),(558,23,'objectType','Field','objectType','Field'),(559,23,'objectDomain','fields','objectDomain','fields'),(560,23,'editActive','','editActive',''),(561,23,'order','3','order','3'),(562,23,'type','phone','type','phone'),(563,23,'label','Phone','label','Phone'),(564,23,'key','phone_1534954991568','key','phone_1534954991568'),(565,23,'label_pos','default','label_pos','default'),(566,23,'required','','required',''),(567,23,'default','','default',''),(568,23,'placeholder','','placeholder',''),(569,23,'container_class','','container_class',''),(570,23,'element_class','','element_class',''),(571,23,'input_limit','','input_limit',''),(572,23,'input_limit_type','characters','input_limit_type','characters'),(573,23,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(574,23,'manual_key','','manual_key',''),(575,23,'admin_label','contactPhone','admin_label','contactPhone'),(576,23,'help_text','','help_text',''),(577,23,'mask','(999) 999-9999','mask','(999) 999-9999'),(578,23,'custom_mask','','custom_mask',''),(579,23,'custom_name_attribute','phone','custom_name_attribute','phone'),(580,23,'personally_identifiable','1','personally_identifiable','1'),(581,23,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(582,23,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(583,23,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(584,23,'cellcid','c3979','cellcid','c3979'),(585,23,'drawerDisabled','','drawerDisabled',''),(586,23,'field_label','Phone','field_label','Phone'),(587,23,'field_key','phone_1534954991568','field_key','phone_1534954991568'),(588,23,'parent_id','3','parent_id','3'),(589,24,'objectType','Field','objectType','Field'),(590,24,'objectDomain','fields','objectDomain','fields'),(591,24,'editActive','','editActive',''),(592,24,'order','5','order','5'),(593,24,'type','textarea','type','textarea'),(594,24,'label','Message','label','Message'),(595,24,'key','message_1534955077918','key','message_1534955077918'),(596,24,'label_pos','default','label_pos','default'),(597,24,'required','','required',''),(598,24,'default','','default',''),(599,24,'placeholder','','placeholder',''),(600,24,'container_class','','container_class',''),(601,24,'element_class','','element_class',''),(602,24,'input_limit','','input_limit',''),(603,24,'input_limit_type','characters','input_limit_type','characters'),(604,24,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(605,24,'manual_key','','manual_key',''),(606,24,'admin_label','formComment','admin_label','formComment'),(607,24,'help_text','','help_text',''),(608,24,'textarea_rte','','textarea_rte',''),(609,24,'disable_rte_mobile','','disable_rte_mobile',''),(610,24,'textarea_media','','textarea_media',''),(611,24,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(612,24,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(613,24,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(614,24,'cellcid','c3985','cellcid','c3985'),(615,24,'drawerDisabled','','drawerDisabled',''),(616,24,'field_label','Message','field_label','Message'),(617,24,'field_key','message_1534955077918','field_key','message_1534955077918'),(618,24,'parent_id','3','parent_id','3'),(619,25,'objectType','Field','objectType','Field'),(620,25,'objectDomain','fields','objectDomain','fields'),(621,25,'editActive','','editActive',''),(622,25,'order','6','order','6'),(623,25,'type','html','type','html'),(624,25,'label','','label',''),(625,25,'default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/privacy/\" target=\"_blank\">Privacy Policy</a></div><div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div></div>','default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/privacy/\" target=\"_blank\">Privacy Policy</a></div><div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div></div>'),(626,25,'container_class','','container_class',''),(627,25,'element_class','','element_class',''),(628,25,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(629,25,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(630,25,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(631,25,'cellcid','c3988','cellcid','c3988'),(632,25,'key','html_1534955009205','key','html_1534955009205'),(633,25,'drawerDisabled','','drawerDisabled',''),(634,25,'field_label','','field_label',''),(635,25,'field_key','html_1534955009205','field_key','html_1534955009205'),(636,25,'parent_id','3','parent_id','3'),(637,26,'objectType','Field','objectType','Field'),(638,26,'objectDomain','fields','objectDomain','fields'),(639,26,'editActive','','editActive',''),(640,26,'order','7','order','7'),(641,26,'type','checkbox','type','checkbox'),(642,26,'label','I Have Read The Disclaimer','label','I Have Read The Disclaimer'),(643,26,'key','i_have_read_the_disclaimer_1534955054736','key','i_have_read_the_disclaimer_1534955054736'),(644,26,'label_pos','right','label_pos','right'),(645,26,'required','1','required','1'),(646,26,'container_class','','container_class',''),(647,26,'element_class','','element_class',''),(648,26,'manual_key','','manual_key',''),(649,26,'admin_label','readDisclaimer','admin_label','readDisclaimer'),(650,26,'help_text','','help_text',''),(651,26,'default_value','unchecked','default_value','unchecked'),(652,26,'checked_value','Checked','checked_value','Checked'),(653,26,'unchecked_value','Unchecked','unchecked_value','Unchecked'),(654,26,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(655,26,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(656,26,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(657,26,'cellcid','c3991','cellcid','c3991'),(658,26,'drawerDisabled','','drawerDisabled',''),(659,26,'field_label','I Have Read The Disclaimer','field_label','I Have Read The Disclaimer'),(660,26,'field_key','i_have_read_the_disclaimer_1534955054736','field_key','i_have_read_the_disclaimer_1534955054736'),(661,26,'default','unchecked','default','unchecked'),(662,26,'parent_id','3','parent_id','3'),(663,27,'objectType','Field','objectType','Field'),(664,27,'objectDomain','fields','objectDomain','fields'),(665,27,'editActive','','editActive',''),(666,27,'order','8','order','8'),(667,27,'type','submit','type','submit'),(668,27,'label','Send','label','Send'),(669,27,'processing_label','Processing','processing_label','Processing'),(670,27,'container_class','','container_class',''),(671,27,'element_class','','element_class',''),(672,27,'key','send_1562680748375','key','send_1562680748375'),(673,27,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(674,27,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(675,27,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(676,27,'cellcid','c3994','cellcid','c3994'),(677,27,'drawerDisabled','','drawerDisabled',''),(678,27,'field_label','Send','field_label','Send'),(679,27,'field_key','send_1562680748375','field_key','send_1562680748375'),(680,27,'parent_id','3','parent_id','3'),(681,28,'objectType','Field','objectType','Field'),(682,28,'objectDomain','fields','objectDomain','fields'),(683,28,'editActive','','editActive',''),(684,28,'order','1','order','1'),(685,28,'type','firstname','type','firstname'),(686,28,'label','Name','label','Name'),(687,28,'key','name_1534955086592','key','name_1534955086592'),(688,28,'label_pos','default','label_pos','default'),(689,28,'required','','required',''),(690,28,'default','','default',''),(691,28,'placeholder','','placeholder',''),(692,28,'container_class','','container_class',''),(693,28,'element_class','','element_class',''),(694,28,'admin_label','contactName','admin_label','contactName'),(695,28,'help_text','','help_text',''),(696,28,'custom_name_attribute','fname','custom_name_attribute','fname'),(697,28,'personally_identifiable','1','personally_identifiable','1'),(698,28,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(699,28,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(700,28,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(701,28,'cellcid','c3228','cellcid','c3228'),(702,28,'drawerDisabled','','drawerDisabled',''),(703,28,'field_label','Name','field_label','Name'),(704,28,'field_key','name_1534955086592','field_key','name_1534955086592'),(705,28,'parent_id','4','parent_id','4'),(706,29,'objectType','Field','objectType','Field'),(707,29,'objectDomain','fields','objectDomain','fields'),(708,29,'editActive','','editActive',''),(709,29,'order','2','order','2'),(710,29,'type','email','type','email'),(711,29,'label','Email','label','Email'),(712,29,'key','email_1534954990561','key','email_1534954990561'),(713,29,'label_pos','default','label_pos','default'),(714,29,'required','1','required','1'),(715,29,'default','','default',''),(716,29,'placeholder','','placeholder',''),(717,29,'container_class','','container_class',''),(718,29,'element_class','','element_class',''),(719,29,'admin_label','emailFromAddress','admin_label','emailFromAddress'),(720,29,'help_text','','help_text',''),(721,29,'custom_name_attribute','email','custom_name_attribute','email'),(722,29,'personally_identifiable','1','personally_identifiable','1'),(723,29,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(724,29,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(725,29,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(726,29,'cellcid','c3232','cellcid','c3232'),(727,29,'drawerDisabled','','drawerDisabled',''),(728,29,'field_label','Email','field_label','Email'),(729,29,'field_key','email_1534954990561','field_key','email_1534954990561'),(730,29,'parent_id','4','parent_id','4'),(731,30,'objectType','Field','objectType','Field'),(732,30,'objectDomain','fields','objectDomain','fields'),(733,30,'editActive','','editActive',''),(734,30,'order','3','order','3'),(735,30,'type','phone','type','phone'),(736,30,'label','Phone','label','Phone'),(737,30,'key','phone_1534954991568','key','phone_1534954991568'),(738,30,'label_pos','default','label_pos','default'),(739,30,'required','','required',''),(740,30,'default','','default',''),(741,30,'placeholder','','placeholder',''),(742,30,'container_class','','container_class',''),(743,30,'element_class','','element_class',''),(744,30,'input_limit','','input_limit',''),(745,30,'input_limit_type','characters','input_limit_type','characters'),(746,30,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(747,30,'manual_key','','manual_key',''),(748,30,'admin_label','contactPhone','admin_label','contactPhone'),(749,30,'help_text','','help_text',''),(750,30,'mask','(999) 999-9999','mask','(999) 999-9999'),(751,30,'custom_mask','','custom_mask',''),(752,30,'custom_name_attribute','phone','custom_name_attribute','phone'),(753,30,'personally_identifiable','1','personally_identifiable','1'),(754,30,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(755,30,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(756,30,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(757,30,'cellcid','c3235','cellcid','c3235'),(758,30,'drawerDisabled','','drawerDisabled',''),(759,30,'field_label','Phone','field_label','Phone'),(760,30,'field_key','phone_1534954991568','field_key','phone_1534954991568'),(761,30,'parent_id','4','parent_id','4'),(762,31,'objectType','Field','objectType','Field'),(763,31,'objectDomain','fields','objectDomain','fields'),(764,31,'editActive','','editActive',''),(765,31,'order','4','order','4'),(766,31,'type','textarea','type','textarea'),(767,31,'label','Message','label','Message'),(768,31,'key','message_1534955077918','key','message_1534955077918'),(769,31,'label_pos','default','label_pos','default'),(770,31,'required','','required',''),(771,31,'default','','default',''),(772,31,'placeholder','','placeholder',''),(773,31,'container_class','','container_class',''),(774,31,'element_class','','element_class',''),(775,31,'input_limit','','input_limit',''),(776,31,'input_limit_type','characters','input_limit_type','characters'),(777,31,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(778,31,'manual_key','','manual_key',''),(779,31,'admin_label','formComment','admin_label','formComment'),(780,31,'help_text','','help_text',''),(781,31,'textarea_rte','','textarea_rte',''),(782,31,'disable_rte_mobile','','disable_rte_mobile',''),(783,31,'textarea_media','','textarea_media',''),(784,31,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(785,31,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(786,31,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(787,31,'cellcid','c3238','cellcid','c3238'),(788,31,'drawerDisabled','','drawerDisabled',''),(789,31,'field_label','Message','field_label','Message'),(790,31,'field_key','message_1534955077918','field_key','message_1534955077918'),(791,31,'parent_id','4','parent_id','4'),(792,32,'objectType','Field','objectType','Field'),(793,32,'objectDomain','fields','objectDomain','fields'),(794,32,'editActive','','editActive',''),(795,32,'order','6','order','6'),(796,32,'type','html','type','html'),(797,32,'label','','label',''),(798,32,'default','<div class=\"form-links\"> <a href=\"/lp/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/lp/privacy/\" target=\"_blank\">Privacy Policy</a></div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','default','<div class=\"form-links\"> <a href=\"/lp/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/lp/privacy/\" target=\"_blank\">Privacy Policy</a></div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>'),(799,32,'container_class','','container_class',''),(800,32,'element_class','','element_class',''),(801,32,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(802,32,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(803,32,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(804,32,'cellcid','c3241','cellcid','c3241'),(805,32,'key','html_1534955009205','key','html_1534955009205'),(806,32,'drawerDisabled','','drawerDisabled',''),(807,32,'field_label','','field_label',''),(808,32,'field_key','html_1534955009205','field_key','html_1534955009205'),(809,32,'parent_id','4','parent_id','4'),(810,33,'objectType','Field','objectType','Field'),(811,33,'objectDomain','fields','objectDomain','fields'),(812,33,'editActive','','editActive',''),(813,33,'order','7','order','7'),(814,33,'type','checkbox','type','checkbox'),(815,33,'label','I Have Read The Disclaimer','label','I Have Read The Disclaimer'),(816,33,'key','i_have_read_the_disclaimer_1534955054736','key','i_have_read_the_disclaimer_1534955054736'),(817,33,'label_pos','right','label_pos','right'),(818,33,'required','1','required','1'),(819,33,'container_class','','container_class',''),(820,33,'element_class','','element_class',''),(821,33,'manual_key','','manual_key',''),(822,33,'admin_label','readDisclaimer','admin_label','readDisclaimer'),(823,33,'help_text','','help_text',''),(824,33,'default_value','unchecked','default_value','unchecked'),(825,33,'checked_value','Checked','checked_value','Checked'),(826,33,'unchecked_value','Unchecked','unchecked_value','Unchecked'),(827,33,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(828,33,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(829,33,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(830,33,'cellcid','c3244','cellcid','c3244'),(831,33,'drawerDisabled','','drawerDisabled',''),(832,33,'field_label','I Have Read The Disclaimer','field_label','I Have Read The Disclaimer'),(833,33,'field_key','i_have_read_the_disclaimer_1534955054736','field_key','i_have_read_the_disclaimer_1534955054736'),(834,33,'default','unchecked','default','unchecked'),(835,33,'parent_id','4','parent_id','4'),(836,34,'objectType','Field','objectType','Field'),(837,34,'objectDomain','fields','objectDomain','fields'),(838,34,'editActive','','editActive',''),(839,34,'order','8','order','8'),(840,34,'type','submit','type','submit'),(841,34,'label','Send','label','Send'),(842,34,'processing_label','Processing','processing_label','Processing'),(843,34,'container_class','','container_class',''),(844,34,'element_class','','element_class',''),(845,34,'key','send_1562680741334','key','send_1562680741334'),(846,34,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(847,34,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(848,34,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(849,34,'cellcid','c3247','cellcid','c3247'),(850,34,'drawerDisabled','','drawerDisabled',''),(851,34,'field_label','Send','field_label','Send'),(852,34,'field_key','send_1562680741334','field_key','send_1562680741334'),(853,34,'parent_id','4','parent_id','4'),(854,1,'field_label','Personal Information','field_label','Personal Information'),(855,1,'field_key','personal_information_1534954814742','field_key','personal_information_1534954814742'),(856,2,'field_label','Name','field_label','Name'),(857,2,'field_key','name_1534954806801','field_key','name_1534954806801'),(858,3,'field_label','Email','field_label','Email'),(859,3,'field_key','email_1534954365299','field_key','email_1534954365299'),(860,4,'field_label','Phone','field_label','Phone'),(861,4,'field_key','phone_1534954373936','field_key','phone_1534954373936'),(862,5,'field_label','Zip','field_label','Zip'),(863,5,'field_key','zip_1534954373399','field_key','zip_1534954373399'),(864,6,'field_label','US States','field_label','US States'),(865,6,'field_key','liststate_1534954369789','field_key','liststate_1534954369789'),(866,7,'field_label','Contact Preferences','field_label','Contact Preferences'),(867,7,'field_key','contact_preferences_1534954782835','field_key','contact_preferences_1534954782835'),(868,8,'field_label','How Would You Like To Be Contacted?','field_label','How Would You Like To Be Contacted?'),(869,8,'field_key','how_would_you_like_to_be_contacted_1534954740097','field_key','how_would_you_like_to_be_contacted_1534954740097'),(872,10,'field_label','Brief Description of Your Legal Issue','field_label','Brief Description of Your Legal Issue'),(873,10,'field_key','brief_description_of_your_legal_issue_1534954647282','field_key','brief_description_of_your_legal_issue_1534954647282'),(874,11,'field_label','','field_label',''),(875,11,'field_key','privacy_policy_1534954542111','field_key','privacy_policy_1534954542111'),(876,12,'field_label','I Have Read The Disclaimer','field_label','I Have Read The Disclaimer'),(877,12,'field_key','i_have_read_the_disclaimer_1534954562191','field_key','i_have_read_the_disclaimer_1534954562191'),(878,13,'field_label','Send','field_label','Send'),(879,13,'field_key','send_1562680674669','field_key','send_1562680674669'),(880,2,'value','','value',''),(881,3,'value','','value',''),(882,4,'value','','value',''),(883,5,'value','','value',''),(884,6,'wrap_styles_border','','wrap_styles_border',''),(885,6,'wrap_styles_width','560px','wrap_styles_width','560px'),(886,6,'wrap_styles_margin','','wrap_styles_margin',''),(887,6,'wrap_styles_padding','','wrap_styles_padding',''),(888,6,'wrap_styles_float','','wrap_styles_float',''),(889,6,'label_styles_border','','label_styles_border',''),(890,6,'label_styles_width','','label_styles_width',''),(891,6,'label_styles_font-size','','label_styles_font-size',''),(892,6,'label_styles_margin','','label_styles_margin',''),(893,6,'label_styles_padding','','label_styles_padding',''),(894,6,'label_styles_float','','label_styles_float',''),(895,6,'element_styles_border','','element_styles_border',''),(896,6,'element_styles_width','','element_styles_width',''),(897,6,'element_styles_font-size','15','element_styles_font-size','15'),(898,6,'element_styles_margin','','element_styles_margin',''),(899,6,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(900,6,'element_styles_float','','element_styles_float',''),(901,6,'list_item_row_styles_border','','list_item_row_styles_border',''),(902,6,'list_item_row_styles_height','','list_item_row_styles_height',''),(903,6,'list_item_row_styles_width','','list_item_row_styles_width',''),(904,6,'list_item_row_styles_font-size','','list_item_row_styles_font-size',''),(905,6,'list_item_row_styles_margin','','list_item_row_styles_margin',''),(906,6,'list_item_row_styles_padding','','list_item_row_styles_padding',''),(907,6,'list_item_row_styles_float','','list_item_row_styles_float',''),(908,6,'list_item_label_styles_border','','list_item_label_styles_border',''),(909,6,'list_item_label_styles_height','','list_item_label_styles_height',''),(910,6,'list_item_label_styles_width','','list_item_label_styles_width',''),(911,6,'list_item_label_styles_font-size','','list_item_label_styles_font-size',''),(912,6,'list_item_label_styles_margin','','list_item_label_styles_margin',''),(913,6,'list_item_label_styles_padding','','list_item_label_styles_padding',''),(914,6,'list_item_label_styles_float','','list_item_label_styles_float',''),(915,6,'list_item_element_styles_border','','list_item_element_styles_border',''),(916,6,'list_item_element_styles_height','','list_item_element_styles_height',''),(917,6,'list_item_element_styles_width','','list_item_element_styles_width',''),(918,6,'list_item_element_styles_font-size','15','list_item_element_styles_font-size','15'),(919,6,'list_item_element_styles_margin','','list_item_element_styles_margin',''),(920,6,'list_item_element_styles_padding','8.5px','list_item_element_styles_padding','8.5px'),(921,6,'list_item_element_styles_float','','list_item_element_styles_float',''),(922,10,'value','','value',''),(923,12,'value','unchecked','value','unchecked'),(924,21,'idAttribute','id','idAttribute','id'),(925,21,'value','','value',''),(926,22,'idAttribute','id','idAttribute','id'),(927,22,'value','','value',''),(928,23,'idAttribute','id','idAttribute','id'),(929,23,'value','','value',''),(930,24,'idAttribute','id','idAttribute','id'),(931,24,'value','','value',''),(932,25,'idAttribute','id','idAttribute','id'),(933,26,'idAttribute','id','idAttribute','id'),(934,26,'value','unchecked','value','unchecked'),(935,27,'idAttribute','id','idAttribute','id'),(936,28,'idAttribute','id','idAttribute','id'),(937,28,'value','','value',''),(938,29,'idAttribute','id','idAttribute','id'),(939,29,'value','','value',''),(940,30,'idAttribute','id','idAttribute','id'),(941,30,'value','','value',''),(942,31,'idAttribute','id','idAttribute','id'),(943,31,'value','','value',''),(944,32,'idAttribute','id','idAttribute','id'),(945,33,'idAttribute','id','idAttribute','id'),(946,33,'value','unchecked','value','unchecked'),(947,34,'idAttribute','id','idAttribute','id'),(948,1,'idAttribute','id','idAttribute','id'),(949,2,'idAttribute','id','idAttribute','id'),(950,3,'idAttribute','id','idAttribute','id'),(951,4,'idAttribute','id','idAttribute','id'),(952,5,'idAttribute','id','idAttribute','id'),(953,6,'idAttribute','id','idAttribute','id'),(954,7,'idAttribute','id','idAttribute','id'),(955,8,'idAttribute','id','idAttribute','id'),(957,10,'idAttribute','id','idAttribute','id'),(958,11,'idAttribute','id','idAttribute','id'),(959,12,'idAttribute','id','idAttribute','id'),(960,13,'idAttribute','id','idAttribute','id'),(961,14,'idAttribute','id','idAttribute','id'),(962,14,'field_label','Name','field_label','Name'),(963,14,'field_key','name_1534955086592','field_key','name_1534955086592'),(964,14,'value','','value',''),(965,15,'idAttribute','id','idAttribute','id'),(966,15,'field_label','Email','field_label','Email'),(967,15,'field_key','email_1534954990561','field_key','email_1534954990561'),(968,15,'value','','value',''),(969,16,'idAttribute','id','idAttribute','id'),(970,16,'field_label','Phone','field_label','Phone'),(971,16,'field_key','phone_1534954991568','field_key','phone_1534954991568'),(972,16,'value','','value',''),(973,17,'idAttribute','id','idAttribute','id'),(974,17,'field_label','Message','field_label','Message'),(975,17,'field_key','message_1534955077918','field_key','message_1534955077918'),(976,17,'value','','value',''),(977,18,'idAttribute','id','idAttribute','id'),(978,18,'field_label','','field_label',''),(979,18,'field_key','html_1534955009205','field_key','html_1534955009205'),(980,19,'idAttribute','id','idAttribute','id'),(981,19,'field_label','I Have Read The Disclaimer','field_label','I Have Read The Disclaimer'),(982,19,'field_key','i_have_read_the_disclaimer_1534955054736','field_key','i_have_read_the_disclaimer_1534955054736'),(983,19,'value','unchecked','value','unchecked'),(984,20,'idAttribute','id','idAttribute','id'),(985,20,'field_label','Send','field_label','Send'),(986,20,'field_key','send_1562680690974','field_key','send_1562680690974'),(987,20,'wrap_styles_border','','wrap_styles_border',''),(988,20,'wrap_styles_width','','wrap_styles_width',''),(989,20,'wrap_styles_margin','','wrap_styles_margin',''),(990,20,'wrap_styles_padding','','wrap_styles_padding',''),(991,20,'wrap_styles_float','','wrap_styles_float',''),(992,20,'element_styles_border','','element_styles_border',''),(993,20,'element_styles_width','','element_styles_width',''),(994,20,'element_styles_font-size','','element_styles_font-size',''),(995,20,'element_styles_margin','','element_styles_margin',''),(996,20,'element_styles_padding','','element_styles_padding',''),(997,20,'element_styles_float','','element_styles_float',''),(998,20,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(999,20,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(1000,20,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(1001,20,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(1002,20,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(1003,20,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(1004,14,'wrap_styles_border','','wrap_styles_border',''),(1005,14,'wrap_styles_width','','wrap_styles_width',''),(1006,14,'wrap_styles_margin','','wrap_styles_margin',''),(1007,14,'wrap_styles_padding','','wrap_styles_padding',''),(1008,14,'wrap_styles_float','','wrap_styles_float',''),(1009,14,'label_styles_border','','label_styles_border',''),(1010,14,'label_styles_width','','label_styles_width',''),(1011,14,'label_styles_font-size','','label_styles_font-size',''),(1012,14,'label_styles_margin','','label_styles_margin',''),(1013,14,'label_styles_padding','','label_styles_padding',''),(1014,14,'label_styles_float','','label_styles_float',''),(1015,14,'element_styles_border','','element_styles_border',''),(1016,14,'element_styles_width','','element_styles_width',''),(1017,14,'element_styles_font-size','','element_styles_font-size',''),(1018,14,'element_styles_margin','','element_styles_margin',''),(1019,14,'element_styles_padding','','element_styles_padding',''),(1020,14,'element_styles_float','','element_styles_float',''),(1021,15,'wrap_styles_border','','wrap_styles_border',''),(1022,15,'wrap_styles_width','','wrap_styles_width',''),(1023,15,'wrap_styles_margin','','wrap_styles_margin',''),(1024,15,'wrap_styles_padding','','wrap_styles_padding',''),(1025,15,'wrap_styles_float','','wrap_styles_float',''),(1026,15,'label_styles_border','','label_styles_border',''),(1027,15,'label_styles_width','','label_styles_width',''),(1028,15,'label_styles_font-size','','label_styles_font-size',''),(1029,15,'label_styles_margin','','label_styles_margin',''),(1030,15,'label_styles_padding','','label_styles_padding',''),(1031,15,'label_styles_float','','label_styles_float',''),(1032,15,'element_styles_border','','element_styles_border',''),(1033,15,'element_styles_width','','element_styles_width',''),(1034,15,'element_styles_font-size','','element_styles_font-size',''),(1035,15,'element_styles_margin','','element_styles_margin',''),(1036,15,'element_styles_padding','','element_styles_padding',''),(1037,15,'element_styles_float','','element_styles_float',''),(1038,16,'wrap_styles_border','','wrap_styles_border',''),(1039,16,'wrap_styles_width','','wrap_styles_width',''),(1040,16,'wrap_styles_margin','','wrap_styles_margin',''),(1041,16,'wrap_styles_padding','','wrap_styles_padding',''),(1042,16,'wrap_styles_float','','wrap_styles_float',''),(1043,16,'label_styles_border','','label_styles_border',''),(1044,16,'label_styles_width','','label_styles_width',''),(1045,16,'label_styles_font-size','','label_styles_font-size',''),(1046,16,'label_styles_margin','','label_styles_margin',''),(1047,16,'label_styles_padding','','label_styles_padding',''),(1048,16,'label_styles_float','','label_styles_float',''),(1049,16,'element_styles_border','','element_styles_border',''),(1050,16,'element_styles_width','','element_styles_width',''),(1051,16,'element_styles_font-size','','element_styles_font-size',''),(1052,16,'element_styles_margin','','element_styles_margin',''),(1053,16,'element_styles_padding','','element_styles_padding',''),(1054,16,'element_styles_float','','element_styles_float',''),(1055,17,'wrap_styles_border','','wrap_styles_border',''),(1056,17,'wrap_styles_width','','wrap_styles_width',''),(1057,17,'wrap_styles_margin','','wrap_styles_margin',''),(1058,17,'wrap_styles_padding','','wrap_styles_padding',''),(1059,17,'wrap_styles_float','','wrap_styles_float',''),(1060,17,'label_styles_border','','label_styles_border',''),(1061,17,'label_styles_width','','label_styles_width',''),(1062,17,'label_styles_font-size','','label_styles_font-size',''),(1063,17,'label_styles_margin','','label_styles_margin',''),(1064,17,'label_styles_padding','','label_styles_padding',''),(1065,17,'label_styles_float','','label_styles_float',''),(1066,17,'element_styles_border','','element_styles_border',''),(1067,17,'element_styles_width','','element_styles_width',''),(1068,17,'element_styles_font-size','','element_styles_font-size',''),(1069,17,'element_styles_margin','','element_styles_margin',''),(1070,17,'element_styles_padding','','element_styles_padding',''),(1071,17,'element_styles_float','','element_styles_float',''),(1072,19,'checked_calc_value','','checked_calc_value',''),(1073,19,'unchecked_calc_value','','unchecked_calc_value',''),(1074,19,'wrap_styles_border','','wrap_styles_border',''),(1075,19,'wrap_styles_width','','wrap_styles_width',''),(1076,19,'wrap_styles_margin','','wrap_styles_margin',''),(1077,19,'wrap_styles_padding','','wrap_styles_padding',''),(1078,19,'wrap_styles_float','','wrap_styles_float',''),(1079,19,'label_styles_border','','label_styles_border',''),(1080,19,'label_styles_width','','label_styles_width',''),(1081,19,'label_styles_font-size','','label_styles_font-size',''),(1082,19,'label_styles_margin','','label_styles_margin',''),(1083,19,'label_styles_padding','','label_styles_padding',''),(1084,19,'label_styles_float','','label_styles_float',''),(1085,19,'element_styles_background-color','#ffffff','element_styles_background-color','#ffffff'),(1086,19,'element_styles_border','','element_styles_border',''),(1087,19,'element_styles_width','','element_styles_width',''),(1088,19,'element_styles_font-size','','element_styles_font-size',''),(1089,19,'element_styles_margin','','element_styles_margin',''),(1090,19,'element_styles_padding','','element_styles_padding',''),(1091,19,'element_styles_float','','element_styles_float',''),(1092,35,'label','Name','label','Name'),(1093,35,'key','name','key','name'),(1094,35,'parent_id','5','parent_id','5'),(1095,35,'type','textbox','type','textbox'),(1096,35,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(1097,35,'label_pos','hidden','label_pos','hidden'),(1098,35,'required','1','required','1'),(1099,35,'order','1','order','1'),(1100,35,'placeholder','Name*','placeholder','Name*'),(1101,35,'default','','default',''),(1102,35,'wrapper_class','','wrapper_class',''),(1103,35,'element_class','','element_class',''),(1104,35,'objectType','Field','objectType','Field'),(1105,35,'objectDomain','fields','objectDomain','fields'),(1106,35,'editActive','','editActive',''),(1107,35,'container_class','','container_class',''),(1108,35,'input_limit','','input_limit',''),(1109,35,'input_limit_type','characters','input_limit_type','characters'),(1110,35,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(1111,35,'manual_key','','manual_key',''),(1112,35,'disable_input','','disable_input',''),(1113,35,'admin_label','','admin_label',''),(1114,35,'help_text','<p><br></p>','help_text','<p><br></p>'),(1115,35,'desc_text','<p><br></p>','desc_text','<p><br></p>'),(1116,35,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(1117,35,'mask','','mask',''),(1118,35,'custom_mask','','custom_mask',''),(1119,35,'wrap_styles_background-color','','wrap_styles_background-color',''),(1120,35,'wrap_styles_border','','wrap_styles_border',''),(1121,35,'wrap_styles_border-style','','wrap_styles_border-style',''),(1122,35,'wrap_styles_border-color','','wrap_styles_border-color',''),(1123,35,'wrap_styles_color','','wrap_styles_color',''),(1124,35,'wrap_styles_height','','wrap_styles_height',''),(1125,35,'wrap_styles_width','','wrap_styles_width',''),(1126,35,'wrap_styles_font-size','','wrap_styles_font-size',''),(1127,35,'wrap_styles_margin','','wrap_styles_margin',''),(1128,35,'wrap_styles_padding','','wrap_styles_padding',''),(1129,35,'wrap_styles_display','','wrap_styles_display',''),(1130,35,'wrap_styles_float','','wrap_styles_float',''),(1131,35,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(1132,35,'wrap_styles_advanced','','wrap_styles_advanced',''),(1133,35,'label_styles_background-color','','label_styles_background-color',''),(1134,35,'label_styles_border','','label_styles_border',''),(1135,35,'label_styles_border-style','','label_styles_border-style',''),(1136,35,'label_styles_border-color','','label_styles_border-color',''),(1137,35,'label_styles_color','','label_styles_color',''),(1138,35,'label_styles_height','','label_styles_height',''),(1139,35,'label_styles_width','','label_styles_width',''),(1140,35,'label_styles_font-size','','label_styles_font-size',''),(1141,35,'label_styles_margin','','label_styles_margin',''),(1142,35,'label_styles_padding','','label_styles_padding',''),(1143,35,'label_styles_display','','label_styles_display',''),(1144,35,'label_styles_float','','label_styles_float',''),(1145,35,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(1146,35,'label_styles_advanced','','label_styles_advanced',''),(1147,35,'element_styles_background-color','','element_styles_background-color',''),(1148,35,'element_styles_border','','element_styles_border',''),(1149,35,'element_styles_border-style','','element_styles_border-style',''),(1150,35,'element_styles_border-color','','element_styles_border-color',''),(1151,35,'element_styles_color','','element_styles_color',''),(1152,35,'element_styles_height','','element_styles_height',''),(1153,35,'element_styles_width','','element_styles_width',''),(1154,35,'element_styles_font-size','12','element_styles_font-size','12'),(1155,35,'element_styles_margin','','element_styles_margin',''),(1156,35,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(1157,35,'element_styles_display','','element_styles_display',''),(1158,35,'element_styles_float','','element_styles_float',''),(1159,35,'element_styles_show_advanced_css','1','element_styles_show_advanced_css','1'),(1160,35,'element_styles_advanced','width: 440px','element_styles_advanced','width: 440px'),(1161,35,'cellcid','c3972','cellcid','c3972'),(1162,36,'label','Email','label','Email'),(1163,36,'key','email','key','email'),(1164,36,'parent_id','5','parent_id','5'),(1165,36,'type','email','type','email'),(1166,36,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(1167,36,'label_pos','hidden','label_pos','hidden'),(1168,36,'required','1','required','1'),(1169,36,'order','2','order','2'),(1170,36,'placeholder','Email*','placeholder','Email*'),(1171,36,'default','','default',''),(1172,36,'wrapper_class','','wrapper_class',''),(1173,36,'element_class','','element_class',''),(1174,36,'objectType','Field','objectType','Field'),(1175,36,'objectDomain','fields','objectDomain','fields'),(1176,36,'editActive','','editActive',''),(1177,36,'container_class','','container_class',''),(1178,36,'admin_label','','admin_label',''),(1179,36,'help_text','','help_text',''),(1180,36,'desc_text','','desc_text',''),(1181,36,'wrap_styles_background-color','','wrap_styles_background-color',''),(1182,36,'wrap_styles_border','','wrap_styles_border',''),(1183,36,'wrap_styles_border-style','','wrap_styles_border-style',''),(1184,36,'wrap_styles_border-color','','wrap_styles_border-color',''),(1185,36,'wrap_styles_color','','wrap_styles_color',''),(1186,36,'wrap_styles_height','','wrap_styles_height',''),(1187,36,'wrap_styles_width','','wrap_styles_width',''),(1188,36,'wrap_styles_font-size','','wrap_styles_font-size',''),(1189,36,'wrap_styles_margin','','wrap_styles_margin',''),(1190,36,'wrap_styles_padding','','wrap_styles_padding',''),(1191,36,'wrap_styles_display','','wrap_styles_display',''),(1192,36,'wrap_styles_float','','wrap_styles_float',''),(1193,36,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(1194,36,'wrap_styles_advanced','','wrap_styles_advanced',''),(1195,36,'label_styles_background-color','','label_styles_background-color',''),(1196,36,'label_styles_border','','label_styles_border',''),(1197,36,'label_styles_border-style','','label_styles_border-style',''),(1198,36,'label_styles_border-color','','label_styles_border-color',''),(1199,36,'label_styles_color','','label_styles_color',''),(1200,36,'label_styles_height','','label_styles_height',''),(1201,36,'label_styles_width','','label_styles_width',''),(1202,36,'label_styles_font-size','','label_styles_font-size',''),(1203,36,'label_styles_margin','','label_styles_margin',''),(1204,36,'label_styles_padding','','label_styles_padding',''),(1205,36,'label_styles_display','','label_styles_display',''),(1206,36,'label_styles_float','','label_styles_float',''),(1207,36,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(1208,36,'label_styles_advanced','','label_styles_advanced',''),(1209,36,'element_styles_background-color','','element_styles_background-color',''),(1210,36,'element_styles_border','','element_styles_border',''),(1211,36,'element_styles_border-style','','element_styles_border-style',''),(1212,36,'element_styles_border-color','','element_styles_border-color',''),(1213,36,'element_styles_color','','element_styles_color',''),(1214,36,'element_styles_height','','element_styles_height',''),(1215,36,'element_styles_width','','element_styles_width',''),(1216,36,'element_styles_font-size','12','element_styles_font-size','12'),(1217,36,'element_styles_margin','','element_styles_margin',''),(1218,36,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(1219,36,'element_styles_display','','element_styles_display',''),(1220,36,'element_styles_float','','element_styles_float',''),(1221,36,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(1222,36,'element_styles_advanced','','element_styles_advanced',''),(1223,36,'cellcid','c3975','cellcid','c3975'),(1224,37,'label','Message','label','Message'),(1225,37,'key','message','key','message'),(1226,37,'parent_id','5','parent_id','5'),(1227,37,'type','textarea','type','textarea'),(1228,37,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(1229,37,'label_pos','hidden','label_pos','hidden'),(1230,37,'required','1','required','1'),(1231,37,'order','4','order','4'),(1232,37,'placeholder','Enter your message or request here. ','placeholder','Enter your message or request here. '),(1233,37,'default','','default',''),(1234,37,'wrapper_class','','wrapper_class',''),(1235,37,'element_class','','element_class',''),(1236,37,'objectType','Field','objectType','Field'),(1237,37,'objectDomain','fields','objectDomain','fields'),(1238,37,'editActive','','editActive',''),(1239,37,'container_class','','container_class',''),(1240,37,'input_limit','','input_limit',''),(1241,37,'input_limit_type','characters','input_limit_type','characters'),(1242,37,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(1243,37,'manual_key','','manual_key',''),(1244,37,'disable_input','','disable_input',''),(1245,37,'admin_label','','admin_label',''),(1246,37,'help_text','','help_text',''),(1247,37,'desc_text','','desc_text',''),(1248,37,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(1249,37,'textarea_rte','','textarea_rte',''),(1250,37,'disable_rte_mobile','','disable_rte_mobile',''),(1251,37,'textarea_media','','textarea_media',''),(1252,37,'wrap_styles_background-color','','wrap_styles_background-color',''),(1253,37,'wrap_styles_border','','wrap_styles_border',''),(1254,37,'wrap_styles_border-style','','wrap_styles_border-style',''),(1255,37,'wrap_styles_border-color','','wrap_styles_border-color',''),(1256,37,'wrap_styles_color','','wrap_styles_color',''),(1257,37,'wrap_styles_height','','wrap_styles_height',''),(1258,37,'wrap_styles_width','','wrap_styles_width',''),(1259,37,'wrap_styles_font-size','','wrap_styles_font-size',''),(1260,37,'wrap_styles_margin','','wrap_styles_margin',''),(1261,37,'wrap_styles_padding','','wrap_styles_padding',''),(1262,37,'wrap_styles_display','','wrap_styles_display',''),(1263,37,'wrap_styles_float','','wrap_styles_float',''),(1264,37,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(1265,37,'wrap_styles_advanced','','wrap_styles_advanced',''),(1266,37,'label_styles_background-color','','label_styles_background-color',''),(1267,37,'label_styles_border','','label_styles_border',''),(1268,37,'label_styles_border-style','','label_styles_border-style',''),(1269,37,'label_styles_border-color','','label_styles_border-color',''),(1270,37,'label_styles_color','','label_styles_color',''),(1271,37,'label_styles_height','','label_styles_height',''),(1272,37,'label_styles_width','','label_styles_width',''),(1273,37,'label_styles_font-size','','label_styles_font-size',''),(1274,37,'label_styles_margin','','label_styles_margin',''),(1275,37,'label_styles_padding','','label_styles_padding',''),(1276,37,'label_styles_display','','label_styles_display',''),(1277,37,'label_styles_float','','label_styles_float',''),(1278,37,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(1279,37,'label_styles_advanced','','label_styles_advanced',''),(1280,37,'element_styles_background-color','','element_styles_background-color',''),(1281,37,'element_styles_border','','element_styles_border',''),(1282,37,'element_styles_border-style','','element_styles_border-style',''),(1283,37,'element_styles_border-color','','element_styles_border-color',''),(1284,37,'element_styles_color','','element_styles_color',''),(1285,37,'element_styles_height','','element_styles_height',''),(1286,37,'element_styles_width','','element_styles_width',''),(1287,37,'element_styles_font-size','12.5','element_styles_font-size','12.5'),(1288,37,'element_styles_margin','','element_styles_margin',''),(1289,37,'element_styles_padding','7.5','element_styles_padding','7.5'),(1290,37,'element_styles_display','','element_styles_display',''),(1291,37,'element_styles_float','','element_styles_float',''),(1292,37,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(1293,37,'element_styles_advanced','','element_styles_advanced',''),(1294,37,'cellcid','c3980','cellcid','c3980'),(1295,38,'label','Submit','label','Submit'),(1296,38,'key','submit','key','submit'),(1297,38,'parent_id','5','parent_id','5'),(1298,38,'type','submit','type','submit'),(1299,38,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(1300,38,'processing_label','Processing','processing_label','Processing'),(1301,38,'order','7','order','7'),(1302,38,'objectType','Field','objectType','Field'),(1303,38,'objectDomain','fields','objectDomain','fields'),(1304,38,'editActive','','editActive',''),(1305,38,'container_class','','container_class',''),(1306,38,'element_class','','element_class',''),(1307,38,'wrap_styles_background-color','','wrap_styles_background-color',''),(1308,38,'wrap_styles_border','','wrap_styles_border',''),(1309,38,'wrap_styles_border-style','','wrap_styles_border-style',''),(1310,38,'wrap_styles_border-color','','wrap_styles_border-color',''),(1311,38,'wrap_styles_color','','wrap_styles_color',''),(1312,38,'wrap_styles_height','','wrap_styles_height',''),(1313,38,'wrap_styles_width','','wrap_styles_width',''),(1314,38,'wrap_styles_font-size','','wrap_styles_font-size',''),(1315,38,'wrap_styles_margin','','wrap_styles_margin',''),(1316,38,'wrap_styles_padding','','wrap_styles_padding',''),(1317,38,'wrap_styles_display','','wrap_styles_display',''),(1318,38,'wrap_styles_float','','wrap_styles_float',''),(1319,38,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(1320,38,'wrap_styles_advanced','','wrap_styles_advanced',''),(1321,38,'label_styles_background-color','','label_styles_background-color',''),(1322,38,'label_styles_border','','label_styles_border',''),(1323,38,'label_styles_border-style','','label_styles_border-style',''),(1324,38,'label_styles_border-color','','label_styles_border-color',''),(1325,38,'label_styles_color','','label_styles_color',''),(1326,38,'label_styles_height','','label_styles_height',''),(1327,38,'label_styles_width','','label_styles_width',''),(1328,38,'label_styles_font-size','','label_styles_font-size',''),(1329,38,'label_styles_margin','','label_styles_margin',''),(1330,38,'label_styles_padding','','label_styles_padding',''),(1331,38,'label_styles_display','','label_styles_display',''),(1332,38,'label_styles_float','','label_styles_float',''),(1333,38,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(1334,38,'label_styles_advanced','','label_styles_advanced',''),(1335,38,'element_styles_background-color','','element_styles_background-color',''),(1336,38,'element_styles_border','','element_styles_border',''),(1337,38,'element_styles_border-style','','element_styles_border-style',''),(1338,38,'element_styles_border-color','','element_styles_border-color',''),(1339,38,'element_styles_color','','element_styles_color',''),(1340,38,'element_styles_height','','element_styles_height',''),(1341,38,'element_styles_width','','element_styles_width',''),(1342,38,'element_styles_font-size','','element_styles_font-size',''),(1343,38,'element_styles_margin','','element_styles_margin',''),(1344,38,'element_styles_padding','','element_styles_padding',''),(1345,38,'element_styles_display','','element_styles_display',''),(1346,38,'element_styles_float','','element_styles_float',''),(1347,38,'element_styles_show_advanced_css','1','element_styles_show_advanced_css','1'),(1348,38,'element_styles_advanced','background: #fff !important;\ncolor: #211865 !important;\nfont-size: 17px !important;\nfont-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\npadding: 15px 25px !important;\ntext-transform: uppercase !important;\nfont-weight: 400 !important;\nfloat:right !important;','element_styles_advanced','background: #fff !important;\ncolor: #211865 !important;\nfont-size: 17px !important;\nfont-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\npadding: 15px 25px !important;\ntext-transform: uppercase !important;\nfont-weight: 400 !important;\nfloat:right !important;'),(1349,38,'submit_element_hover_styles_background-color','#211865','submit_element_hover_styles_background-color','#211865'),(1350,38,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(1351,38,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(1352,38,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(1353,38,'submit_element_hover_styles_color','#ffffff','submit_element_hover_styles_color','#ffffff'),(1354,38,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(1355,38,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(1356,38,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(1357,38,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(1358,38,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(1359,38,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(1360,38,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(1361,38,'submit_element_hover_styles_show_advanced_css','1','submit_element_hover_styles_show_advanced_css','1'),(1362,38,'submit_element_hover_styles_advanced','\n','submit_element_hover_styles_advanced','\n'),(1363,38,'cellcid','c3987','cellcid','c3987'),(1364,35,'idAttribute','id','idAttribute','id'),(1365,35,'field_label','Name','field_label','Name'),(1366,35,'field_key','name','field_key','name'),(1367,35,'custom_name_attribute','','custom_name_attribute',''),(1368,35,'personally_identifiable','','personally_identifiable',''),(1369,35,'value','','value',''),(1370,35,'drawerDisabled','','drawerDisabled',''),(1371,36,'idAttribute','id','idAttribute','id'),(1372,36,'field_label','Email','field_label','Email'),(1373,36,'field_key','email','field_key','email'),(1374,36,'custom_name_attribute','email','custom_name_attribute','email'),(1375,36,'personally_identifiable','1','personally_identifiable','1'),(1376,36,'value','','value',''),(1377,39,'editActive','','editActive',''),(1378,39,'order','3','order','3'),(1379,39,'idAttribute','id','idAttribute','id'),(1380,39,'type','phone','type','phone'),(1381,39,'label','Phone Number','label','Phone Number'),(1382,39,'key','phone_number_1662652113554','key','phone_number_1662652113554'),(1383,39,'label_pos','hidden','label_pos','hidden'),(1384,39,'required','1','required','1'),(1385,39,'default','','default',''),(1386,39,'placeholder','Phone Number*','placeholder','Phone Number*'),(1387,39,'container_class','','container_class',''),(1388,39,'element_class','','element_class',''),(1389,39,'input_limit','','input_limit',''),(1390,39,'input_limit_type','characters','input_limit_type','characters'),(1391,39,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(1392,39,'manual_key','','manual_key',''),(1393,39,'admin_label','','admin_label',''),(1394,39,'help_text','','help_text',''),(1395,39,'mask','','mask',''),(1396,39,'custom_mask','','custom_mask',''),(1397,39,'custom_name_attribute','Phone Number','custom_name_attribute','Phone Number'),(1398,39,'personally_identifiable','1','personally_identifiable','1'),(1399,39,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(1400,39,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(1401,39,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(1402,39,'cellcid','c3977','cellcid','c3977'),(1403,39,'value','','value',''),(1404,39,'oldCellcid','c4215','oldCellcid','c4215'),(1405,37,'idAttribute','id','idAttribute','id'),(1406,37,'field_label','Message','field_label','Message'),(1407,37,'field_key','message','field_key','message'),(1408,37,'value','','value',''),(1409,40,'editActive','','editActive',''),(1410,40,'order','5','order','5'),(1411,40,'idAttribute','id','idAttribute','id'),(1412,40,'type','html','type','html'),(1413,40,'label','HTML','label','HTML'),(1414,40,'default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>'),(1415,40,'container_class','','container_class',''),(1416,40,'element_class','','element_class',''),(1417,40,'wrap_styles_border','','wrap_styles_border',''),(1418,40,'wrap_styles_width','','wrap_styles_width',''),(1419,40,'wrap_styles_margin','','wrap_styles_margin',''),(1420,40,'wrap_styles_padding','','wrap_styles_padding',''),(1421,40,'wrap_styles_float','','wrap_styles_float',''),(1422,40,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(1423,40,'label_styles_border','','label_styles_border',''),(1424,40,'label_styles_width','','label_styles_width',''),(1425,40,'label_styles_font-size','','label_styles_font-size',''),(1426,40,'label_styles_margin','','label_styles_margin',''),(1427,40,'label_styles_padding','','label_styles_padding',''),(1428,40,'label_styles_float','','label_styles_float',''),(1429,40,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(1430,40,'element_styles_border','','element_styles_border',''),(1431,40,'element_styles_width','','element_styles_width',''),(1432,40,'element_styles_font-size','','element_styles_font-size',''),(1433,40,'element_styles_margin','','element_styles_margin',''),(1434,40,'element_styles_padding','','element_styles_padding',''),(1435,40,'element_styles_float','','element_styles_float',''),(1436,40,'element_styles_show_advanced_css','1','element_styles_show_advanced_css','1'),(1437,40,'key','html_1662651382914','key','html_1662651382914'),(1438,40,'cellcid','c3983','cellcid','c3983'),(1439,40,'drawerDisabled','','drawerDisabled',''),(1440,38,'idAttribute','id','idAttribute','id'),(1441,38,'field_label','Submit','field_label','Submit'),(1442,38,'field_key','submit','field_key','submit'),(1756,39,'wrap_styles_border','','wrap_styles_border',''),(1757,39,'wrap_styles_width','','wrap_styles_width',''),(1758,39,'wrap_styles_margin','','wrap_styles_margin',''),(1759,39,'wrap_styles_padding','','wrap_styles_padding',''),(1760,39,'wrap_styles_float','','wrap_styles_float',''),(1761,39,'label_styles_border','','label_styles_border',''),(1762,39,'label_styles_width','','label_styles_width',''),(1763,39,'label_styles_font-size','','label_styles_font-size',''),(1764,39,'label_styles_margin','','label_styles_margin',''),(1765,39,'label_styles_padding','','label_styles_padding',''),(1766,39,'label_styles_float','','label_styles_float',''),(1767,39,'element_styles_border','','element_styles_border',''),(1768,39,'element_styles_width','','element_styles_width',''),(1769,39,'element_styles_font-size','12','element_styles_font-size','12'),(1770,39,'element_styles_margin','','element_styles_margin',''),(1771,39,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(1772,39,'element_styles_float','','element_styles_float',''),(1773,39,'drawerDisabled','','drawerDisabled',''),(1778,21,'wrap_styles_border','','wrap_styles_border',''),(1779,21,'wrap_styles_width','','wrap_styles_width',''),(1780,21,'wrap_styles_margin','','wrap_styles_margin',''),(1781,21,'wrap_styles_padding','','wrap_styles_padding',''),(1782,21,'wrap_styles_float','','wrap_styles_float',''),(1783,21,'label_styles_border','','label_styles_border',''),(1784,21,'label_styles_width','','label_styles_width',''),(1785,21,'label_styles_font-size','','label_styles_font-size',''),(1786,21,'label_styles_margin','','label_styles_margin',''),(1787,21,'label_styles_padding','','label_styles_padding',''),(1788,21,'label_styles_float','','label_styles_float',''),(1789,21,'element_styles_border','','element_styles_border',''),(1790,21,'element_styles_width','','element_styles_width',''),(1791,21,'element_styles_font-size','','element_styles_font-size',''),(1792,21,'element_styles_margin','','element_styles_margin',''),(1793,21,'element_styles_padding','','element_styles_padding',''),(1794,21,'element_styles_float','','element_styles_float',''),(1795,25,'wrap_styles_border','','wrap_styles_border',''),(1796,25,'wrap_styles_width','','wrap_styles_width',''),(1797,25,'wrap_styles_margin','','wrap_styles_margin',''),(1798,25,'wrap_styles_padding','','wrap_styles_padding',''),(1799,25,'wrap_styles_float','','wrap_styles_float',''),(1800,25,'label_styles_border','','label_styles_border',''),(1801,25,'label_styles_width','','label_styles_width',''),(1802,25,'label_styles_font-size','','label_styles_font-size',''),(1803,25,'label_styles_margin','','label_styles_margin',''),(1804,25,'label_styles_padding','','label_styles_padding',''),(1805,25,'label_styles_float','','label_styles_float',''),(1806,25,'element_styles_border','','element_styles_border',''),(1807,25,'element_styles_width','','element_styles_width',''),(1808,25,'element_styles_font-size','','element_styles_font-size',''),(1809,25,'element_styles_margin','','element_styles_margin',''),(1810,25,'element_styles_padding','','element_styles_padding',''),(1811,25,'element_styles_float','','element_styles_float',''),(1812,26,'checked_calc_value','','checked_calc_value',''),(1813,26,'unchecked_calc_value','','unchecked_calc_value',''),(1814,26,'wrap_styles_border','','wrap_styles_border',''),(1815,26,'wrap_styles_width','','wrap_styles_width',''),(1816,26,'wrap_styles_margin','','wrap_styles_margin',''),(1817,26,'wrap_styles_padding','','wrap_styles_padding',''),(1818,26,'wrap_styles_float','','wrap_styles_float',''),(1819,26,'label_styles_border','','label_styles_border',''),(1820,26,'label_styles_width','','label_styles_width',''),(1821,26,'label_styles_font-size','','label_styles_font-size',''),(1822,26,'label_styles_margin','','label_styles_margin',''),(1823,26,'label_styles_padding','','label_styles_padding',''),(1824,26,'label_styles_float','','label_styles_float',''),(1825,26,'element_styles_border','','element_styles_border',''),(1826,26,'element_styles_width','','element_styles_width',''),(1827,26,'element_styles_font-size','','element_styles_font-size',''),(1828,26,'element_styles_margin','','element_styles_margin',''),(1829,26,'element_styles_padding','','element_styles_padding',''),(1830,26,'element_styles_float','','element_styles_float',''),(1831,46,'editActive','','editActive',''),(1832,46,'order','4','order','4'),(1833,46,'idAttribute','id','idAttribute','id'),(1834,46,'type','listselect','type','listselect'),(1835,46,'label','Select','label','Select'),(1836,46,'key','listselect_1662654086358','key','listselect_1662654086358'),(1837,46,'label_pos','default','label_pos','default'),(1838,46,'required','','required',''),(1839,46,'options','a:16:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:16:\"Specify Attorney\";s:5:\"value\";s:16:\"Specify Attorney\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"Melissa A. Day\";s:5:\"value\";s:14:\"Melissa A. Day\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:2;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:16:\"James B. Cousins\";s:5:\"value\";s:16:\"James B. Cousins\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:3;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Brian K. Prince\";s:5:\"value\";s:15:\"Brian K. Prince\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:4;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:17:\"Shannan M. Mackey\";s:5:\"value\";s:17:\"Shannan M. Mackey\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:5;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:16:\"Paul B. Kornacki\";s:5:\"value\";s:16:\"Paul B. Kornacki\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:6;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:6;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:22:\"Cassandra E. Christman\";s:5:\"value\";s:22:\"Cassandra E. Christman\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:7;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:7;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Melanie A. Daly\";s:5:\"value\";s:15:\"Melanie A. Daly\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:8;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:8;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:17:\"Neil A. Diegelman\";s:5:\"value\";s:17:\"Neil A. Diegelman\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:9;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:9;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:18:\"Brendan T. Shannon\";s:5:\"value\";s:18:\"Brendan T. Shannon\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:10;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:10;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Andrew P. Gould\";s:5:\"value\";s:15:\"Andrew P. Gould\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:11;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:11;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:14:\"Bingchen Huang\";s:5:\"value\";s:14:\"Bingchen Huang\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:12;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:12;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:13:\"Satoko Harada\";s:5:\"value\";s:13:\"Satoko Harada\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:13;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:13;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:12:\"Maria C. Lua\";s:5:\"value\";s:12:\"Maria C. Lua\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:14;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:14;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:16:\"Vicki L. Buehler\";s:5:\"value\";s:16:\"Vicki L. Buehler\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:15;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:15;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Tyler J. Eckert\";s:5:\"value\";s:15:\"Tyler J. Eckert\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}','options','a:16:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:16:\"Specify Attorney\";s:5:\"value\";s:16:\"Specify Attorney\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"Melissa A. Day\";s:5:\"value\";s:14:\"Melissa A. Day\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:2;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:16:\"James B. Cousins\";s:5:\"value\";s:16:\"James B. Cousins\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:3;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Brian K. Prince\";s:5:\"value\";s:15:\"Brian K. Prince\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:4;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:17:\"Shannan M. Mackey\";s:5:\"value\";s:17:\"Shannan M. Mackey\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:5;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:16:\"Paul B. Kornacki\";s:5:\"value\";s:16:\"Paul B. Kornacki\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:6;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:6;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:22:\"Cassandra E. Christman\";s:5:\"value\";s:22:\"Cassandra E. Christman\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:7;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:7;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Melanie A. Daly\";s:5:\"value\";s:15:\"Melanie A. Daly\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:8;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:8;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:17:\"Neil A. Diegelman\";s:5:\"value\";s:17:\"Neil A. Diegelman\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:9;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:9;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:18:\"Brendan T. Shannon\";s:5:\"value\";s:18:\"Brendan T. Shannon\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:10;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:10;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Andrew P. Gould\";s:5:\"value\";s:15:\"Andrew P. Gould\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:11;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:11;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:14:\"Bingchen Huang\";s:5:\"value\";s:14:\"Bingchen Huang\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:12;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:12;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:13:\"Satoko Harada\";s:5:\"value\";s:13:\"Satoko Harada\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:13;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:13;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:12:\"Maria C. Lua\";s:5:\"value\";s:12:\"Maria C. Lua\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:14;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:14;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:16:\"Vicki L. Buehler\";s:5:\"value\";s:16:\"Vicki L. Buehler\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:15;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:15;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Tyler J. Eckert\";s:5:\"value\";s:15:\"Tyler J. Eckert\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}'),(1840,46,'container_class','','container_class',''),(1841,46,'element_class','','element_class',''),(1842,46,'admin_label','','admin_label',''),(1843,46,'help_text','','help_text',''),(1844,46,'wrap_styles_border','','wrap_styles_border',''),(1845,46,'wrap_styles_width','','wrap_styles_width',''),(1846,46,'wrap_styles_margin','','wrap_styles_margin',''),(1847,46,'wrap_styles_padding','','wrap_styles_padding',''),(1848,46,'wrap_styles_float','','wrap_styles_float',''),(1849,46,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(1850,46,'label_styles_border','','label_styles_border',''),(1851,46,'label_styles_width','','label_styles_width',''),(1852,46,'label_styles_font-size','','label_styles_font-size',''),(1853,46,'label_styles_margin','','label_styles_margin',''),(1854,46,'label_styles_padding','','label_styles_padding',''),(1855,46,'label_styles_float','','label_styles_float',''),(1856,46,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(1857,46,'element_styles_border','','element_styles_border',''),(1858,46,'element_styles_width','','element_styles_width',''),(1859,46,'element_styles_font-size','','element_styles_font-size',''),(1860,46,'element_styles_margin','','element_styles_margin',''),(1861,46,'element_styles_padding','','element_styles_padding',''),(1862,46,'element_styles_float','','element_styles_float',''),(1863,46,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(1864,46,'cellcid','c3982','cellcid','c3982'),(1865,46,'drawerDisabled','','drawerDisabled',''),(1867,36,'drawerDisabled','','drawerDisabled',''),(1868,37,'drawerDisabled','','drawerDisabled',''),(1869,47,'editActive','','editActive',''),(1870,47,'order','6','order','6'),(1871,47,'idAttribute','id','idAttribute','id'),(1872,47,'type','listcheckbox','type','listcheckbox'),(1873,47,'label','Checkbox List','label','Checkbox List'),(1874,47,'key','listcheckbox_1662663562280','key','listcheckbox_1662663562280'),(1875,47,'label_pos','hidden','label_pos','hidden'),(1876,47,'required','','required',''),(1877,47,'options','a:2:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:26:\"I Have Read the Disclaimer\";s:5:\"value\";s:26:\"I Have Read the Disclaimer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"I Acknowledge and Agree to its Terms\";s:5:\"value\";s:36:\"I Acknowledge and Agree to its Terms\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}','options','a:2:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:26:\"I Have Read the Disclaimer\";s:5:\"value\";s:26:\"I Have Read the Disclaimer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"I Acknowledge and Agree to its Terms\";s:5:\"value\";s:36:\"I Acknowledge and Agree to its Terms\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}'),(1878,47,'container_class','','container_class',''),(1879,47,'element_class','lm-ignore-checkbox6','element_class','lm-ignore-checkbox6'),(1880,47,'admin_label','','admin_label',''),(1881,47,'help_text','','help_text',''),(1882,47,'wrap_styles_border','','wrap_styles_border',''),(1883,47,'wrap_styles_width','','wrap_styles_width',''),(1884,47,'wrap_styles_margin','','wrap_styles_margin',''),(1885,47,'wrap_styles_padding','','wrap_styles_padding',''),(1886,47,'wrap_styles_float','','wrap_styles_float',''),(1887,47,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(1888,47,'label_styles_border','','label_styles_border',''),(1889,47,'label_styles_width','','label_styles_width',''),(1890,47,'label_styles_font-size','','label_styles_font-size',''),(1891,47,'label_styles_margin','','label_styles_margin',''),(1892,47,'label_styles_padding','','label_styles_padding',''),(1893,47,'label_styles_float','','label_styles_float',''),(1894,47,'label_styles_show_advanced_css','1','label_styles_show_advanced_css','1'),(1895,47,'element_styles_border','','element_styles_border',''),(1896,47,'element_styles_width','','element_styles_width',''),(1897,47,'element_styles_font-size','','element_styles_font-size',''),(1898,47,'element_styles_margin','','element_styles_margin',''),(1899,47,'element_styles_padding','','element_styles_padding',''),(1900,47,'element_styles_float','','element_styles_float',''),(1901,47,'element_styles_show_advanced_css','1','element_styles_show_advanced_css','1'),(1902,47,'list_item_row_styles_border','','list_item_row_styles_border',''),(1903,47,'list_item_row_styles_height','','list_item_row_styles_height',''),(1904,47,'list_item_row_styles_width','','list_item_row_styles_width',''),(1905,47,'list_item_row_styles_font-size','','list_item_row_styles_font-size',''),(1906,47,'list_item_row_styles_margin','','list_item_row_styles_margin',''),(1907,47,'list_item_row_styles_padding','','list_item_row_styles_padding',''),(1908,47,'list_item_row_styles_float','','list_item_row_styles_float',''),(1909,47,'list_item_row_styles_show_advanced_css','1','list_item_row_styles_show_advanced_css','1'),(1910,47,'list_item_label_styles_border','','list_item_label_styles_border',''),(1911,47,'list_item_label_styles_height','','list_item_label_styles_height',''),(1912,47,'list_item_label_styles_width','','list_item_label_styles_width',''),(1913,47,'list_item_label_styles_font-size','','list_item_label_styles_font-size',''),(1914,47,'list_item_label_styles_margin','','list_item_label_styles_margin',''),(1915,47,'list_item_label_styles_padding','','list_item_label_styles_padding',''),(1916,47,'list_item_label_styles_float','','list_item_label_styles_float',''),(1917,47,'list_item_label_styles_show_advanced_css','1','list_item_label_styles_show_advanced_css','1'),(1918,47,'list_item_element_styles_border','','list_item_element_styles_border',''),(1919,47,'list_item_element_styles_height','','list_item_element_styles_height',''),(1920,47,'list_item_element_styles_width','','list_item_element_styles_width',''),(1921,47,'list_item_element_styles_font-size','12.5','list_item_element_styles_font-size','12.5'),(1922,47,'list_item_element_styles_margin','','list_item_element_styles_margin',''),(1923,47,'list_item_element_styles_padding','5px','list_item_element_styles_padding','5px'),(1924,47,'list_item_element_styles_float','','list_item_element_styles_float',''),(1925,47,'list_item_element_styles_show_advanced_css','1','list_item_element_styles_show_advanced_css','1'),(1926,47,'cellcid','c3985','cellcid','c3985'),(1927,47,'drawerDisabled','','drawerDisabled',''),(1928,47,'cellOrder','1','cellOrder','1'),(1929,47,'list_item_row_styles_display','','list_item_row_styles_display',''),(1930,47,'list_item_label_styles_display','','list_item_label_styles_display',''),(1931,47,'list_item_element_styles_display','','list_item_element_styles_display',''),(1932,47,'element_styles_background-color','#ffffff','element_styles_background-color','#ffffff'),(1933,47,'element_styles_border-style','solid','element_styles_border-style','solid'),(1934,47,'element_styles_border-color','#000000','element_styles_border-color','#000000'),(1935,47,'wrap_styles_advanced','lm-ignore-checkbox1','wrap_styles_advanced','lm-ignore-checkbox1'),(1936,47,'label_styles_advanced','lm-ignore-checkbox2','label_styles_advanced','lm-ignore-checkbox2'),(1937,47,'element_styles_advanced','lm-ignore-checkbox3','element_styles_advanced','lm-ignore-checkbox3'),(1938,47,'list_item_row_styles_advanced','lm-ignore-checkbox4','list_item_row_styles_advanced','lm-ignore-checkbox4'),(1939,47,'list_item_label_styles_advanced','lm-ignore-checkbox4','list_item_label_styles_advanced','lm-ignore-checkbox4'),(1940,47,'list_item_element_styles_advanced','lm-ignore-checkbox5','list_item_element_styles_advanced','lm-ignore-checkbox5'),(1941,2,'wrap_styles_border','','wrap_styles_border',''),(1942,2,'wrap_styles_width','560px','wrap_styles_width','560px'),(1943,2,'wrap_styles_margin','','wrap_styles_margin',''),(1944,2,'wrap_styles_padding','','wrap_styles_padding',''),(1945,2,'wrap_styles_float','','wrap_styles_float',''),(1946,2,'label_styles_border','','label_styles_border',''),(1947,2,'label_styles_width','','label_styles_width',''),(1948,2,'label_styles_font-size','','label_styles_font-size',''),(1949,2,'label_styles_margin','','label_styles_margin',''),(1950,2,'label_styles_padding','','label_styles_padding',''),(1951,2,'label_styles_float','','label_styles_float',''),(1952,2,'element_styles_border','','element_styles_border',''),(1953,2,'element_styles_width','','element_styles_width',''),(1954,2,'element_styles_font-size','15','element_styles_font-size','15'),(1955,2,'element_styles_margin','','element_styles_margin',''),(1956,2,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(1957,2,'element_styles_float','','element_styles_float',''),(1958,3,'wrap_styles_border','','wrap_styles_border',''),(1959,3,'wrap_styles_width','560px','wrap_styles_width','560px'),(1960,3,'wrap_styles_margin','','wrap_styles_margin',''),(1961,3,'wrap_styles_padding','','wrap_styles_padding',''),(1962,3,'wrap_styles_float','','wrap_styles_float',''),(1963,3,'label_styles_border','','label_styles_border',''),(1964,3,'label_styles_width','','label_styles_width',''),(1965,3,'label_styles_font-size','','label_styles_font-size',''),(1966,3,'label_styles_margin','','label_styles_margin',''),(1967,3,'label_styles_padding','','label_styles_padding',''),(1968,3,'label_styles_float','','label_styles_float',''),(1969,3,'element_styles_border','','element_styles_border',''),(1970,3,'element_styles_width','','element_styles_width',''),(1971,3,'element_styles_font-size','15','element_styles_font-size','15'),(1972,3,'element_styles_margin','','element_styles_margin',''),(1973,3,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(1974,3,'element_styles_float','','element_styles_float',''),(1975,4,'wrap_styles_border','','wrap_styles_border',''),(1976,4,'wrap_styles_width','560px','wrap_styles_width','560px'),(1977,4,'wrap_styles_margin','','wrap_styles_margin',''),(1978,4,'wrap_styles_padding','','wrap_styles_padding',''),(1979,4,'wrap_styles_float','','wrap_styles_float',''),(1980,4,'label_styles_border','','label_styles_border',''),(1981,4,'label_styles_width','','label_styles_width',''),(1982,4,'label_styles_font-size','','label_styles_font-size',''),(1983,4,'label_styles_margin','','label_styles_margin',''),(1984,4,'label_styles_padding','','label_styles_padding',''),(1985,4,'label_styles_float','','label_styles_float',''),(1986,4,'element_styles_border','','element_styles_border',''),(1987,4,'element_styles_width','','element_styles_width',''),(1988,4,'element_styles_font-size','15','element_styles_font-size','15'),(1989,4,'element_styles_margin','','element_styles_margin',''),(1990,4,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(1991,4,'element_styles_float','','element_styles_float',''),(1992,5,'wrap_styles_border','','wrap_styles_border',''),(1993,5,'wrap_styles_width','560px','wrap_styles_width','560px'),(1994,5,'wrap_styles_margin','','wrap_styles_margin',''),(1995,5,'wrap_styles_padding','','wrap_styles_padding',''),(1996,5,'wrap_styles_float','','wrap_styles_float',''),(1997,5,'label_styles_border','','label_styles_border',''),(1998,5,'label_styles_width','','label_styles_width',''),(1999,5,'label_styles_font-size','','label_styles_font-size',''),(2000,5,'label_styles_margin','','label_styles_margin',''),(2001,5,'label_styles_padding','','label_styles_padding',''),(2002,5,'label_styles_float','','label_styles_float',''),(2003,5,'element_styles_border','','element_styles_border',''),(2004,5,'element_styles_width','','element_styles_width',''),(2005,5,'element_styles_font-size','15','element_styles_font-size','15'),(2006,5,'element_styles_margin','','element_styles_margin',''),(2007,5,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(2008,5,'element_styles_float','','element_styles_float',''),(2009,5,'drawerDisabled','','drawerDisabled',''),(2010,10,'wrap_styles_border','','wrap_styles_border',''),(2011,10,'wrap_styles_width','560px','wrap_styles_width','560px'),(2012,10,'wrap_styles_margin','','wrap_styles_margin',''),(2013,10,'wrap_styles_padding','','wrap_styles_padding',''),(2014,10,'wrap_styles_float','','wrap_styles_float',''),(2015,10,'label_styles_border','','label_styles_border',''),(2016,10,'label_styles_width','','label_styles_width',''),(2017,10,'label_styles_font-size','','label_styles_font-size',''),(2018,10,'label_styles_margin','','label_styles_margin',''),(2019,10,'label_styles_padding','','label_styles_padding',''),(2020,10,'label_styles_float','','label_styles_float',''),(2021,10,'element_styles_border','','element_styles_border',''),(2022,10,'element_styles_width','','element_styles_width',''),(2023,10,'element_styles_font-size','12.5','element_styles_font-size','12.5'),(2024,10,'element_styles_margin','','element_styles_margin',''),(2025,10,'element_styles_padding','7.5px','element_styles_padding','7.5px'),(2026,10,'element_styles_float','','element_styles_float',''),(2027,10,'drawerDisabled','','drawerDisabled',''),(2028,8,'wrap_styles_border','','wrap_styles_border',''),(2029,8,'wrap_styles_width','560px','wrap_styles_width','560px'),(2030,8,'wrap_styles_margin','','wrap_styles_margin',''),(2031,8,'wrap_styles_padding','','wrap_styles_padding',''),(2032,8,'wrap_styles_float','','wrap_styles_float',''),(2033,8,'label_styles_border','','label_styles_border',''),(2034,8,'label_styles_width','','label_styles_width',''),(2035,8,'label_styles_font-size','','label_styles_font-size',''),(2036,8,'label_styles_margin','','label_styles_margin',''),(2037,8,'label_styles_padding','','label_styles_padding',''),(2038,8,'label_styles_float','','label_styles_float',''),(2039,8,'element_styles_border','','element_styles_border',''),(2040,8,'element_styles_width','','element_styles_width',''),(2041,8,'element_styles_font-size','','element_styles_font-size',''),(2042,8,'element_styles_margin','','element_styles_margin',''),(2043,8,'element_styles_padding','','element_styles_padding',''),(2044,8,'element_styles_float','','element_styles_float',''),(2045,8,'list_item_row_styles_border','','list_item_row_styles_border',''),(2046,8,'list_item_row_styles_height','','list_item_row_styles_height',''),(2047,8,'list_item_row_styles_width','','list_item_row_styles_width',''),(2048,8,'list_item_row_styles_font-size','15','list_item_row_styles_font-size','15'),(2049,8,'list_item_row_styles_margin','','list_item_row_styles_margin',''),(2050,8,'list_item_row_styles_padding','8.5px','list_item_row_styles_padding','8.5px'),(2051,8,'list_item_row_styles_float','','list_item_row_styles_float',''),(2052,8,'list_item_label_styles_border','','list_item_label_styles_border',''),(2053,8,'list_item_label_styles_height','','list_item_label_styles_height',''),(2054,8,'list_item_label_styles_width','','list_item_label_styles_width',''),(2055,8,'list_item_label_styles_font-size','','list_item_label_styles_font-size',''),(2056,8,'list_item_label_styles_margin','','list_item_label_styles_margin',''),(2057,8,'list_item_label_styles_padding','','list_item_label_styles_padding',''),(2058,8,'list_item_label_styles_float','','list_item_label_styles_float',''),(2059,8,'list_item_element_styles_border','','list_item_element_styles_border',''),(2060,8,'list_item_element_styles_height','','list_item_element_styles_height',''),(2061,8,'list_item_element_styles_width','','list_item_element_styles_width',''),(2062,8,'list_item_element_styles_font-size','15','list_item_element_styles_font-size','15'),(2063,8,'list_item_element_styles_margin','','list_item_element_styles_margin',''),(2064,8,'list_item_element_styles_padding','8.5px','list_item_element_styles_padding','8.5px'),(2065,8,'list_item_element_styles_float','','list_item_element_styles_float',''),(2066,12,'checked_calc_value','','checked_calc_value',''),(2067,12,'unchecked_calc_value','','unchecked_calc_value',''),(2068,12,'wrap_styles_border','','wrap_styles_border',''),(2069,12,'wrap_styles_width','560px','wrap_styles_width','560px'),(2070,12,'wrap_styles_margin','','wrap_styles_margin',''),(2071,12,'wrap_styles_padding','','wrap_styles_padding',''),(2072,12,'wrap_styles_float','','wrap_styles_float',''),(2073,12,'label_styles_border','','label_styles_border',''),(2074,12,'label_styles_width','','label_styles_width',''),(2075,12,'label_styles_font-size','','label_styles_font-size',''),(2076,12,'label_styles_margin','','label_styles_margin',''),(2077,12,'label_styles_padding','','label_styles_padding',''),(2078,12,'label_styles_float','','label_styles_float',''),(2079,12,'element_styles_border','','element_styles_border',''),(2080,12,'element_styles_width','','element_styles_width',''),(2081,12,'element_styles_font-size','','element_styles_font-size',''),(2082,12,'element_styles_margin','','element_styles_margin',''),(2083,12,'element_styles_padding','','element_styles_padding',''),(2084,12,'element_styles_float','','element_styles_float',''),(2085,2,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2086,3,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2087,4,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2088,5,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2089,6,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2090,8,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2091,10,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2092,12,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2093,11,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2094,13,'wrap_styles_border','','wrap_styles_border',''),(2095,13,'wrap_styles_width','','wrap_styles_width',''),(2096,13,'wrap_styles_margin','','wrap_styles_margin',''),(2097,13,'wrap_styles_padding','','wrap_styles_padding',''),(2098,13,'wrap_styles_float','','wrap_styles_float',''),(2099,13,'wrap_styles_advanced','margin-left: 255px;','wrap_styles_advanced','margin-left: 255px;'),(2100,13,'element_styles_border','','element_styles_border',''),(2101,13,'element_styles_width','','element_styles_width',''),(2102,13,'element_styles_font-size','','element_styles_font-size',''),(2103,13,'element_styles_margin','','element_styles_margin',''),(2104,13,'element_styles_padding','','element_styles_padding',''),(2105,13,'element_styles_float','','element_styles_float',''),(2106,13,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(2107,13,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(2108,13,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(2109,13,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(2110,13,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(2111,13,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(2112,48,'objectType','Field','objectType','Field'),(2113,48,'objectDomain','fields','objectDomain','fields'),(2114,48,'editActive','','editActive',''),(2115,48,'order','1','order','1'),(2116,48,'type','html','type','html'),(2117,48,'label','Personal Information','label','Personal Information'),(2118,48,'default','','default',''),(2119,48,'container_class','','container_class',''),(2120,48,'element_class','','element_class',''),(2121,48,'wrap_styles_border','','wrap_styles_border',''),(2122,48,'wrap_styles_width','','wrap_styles_width',''),(2123,48,'wrap_styles_margin','','wrap_styles_margin',''),(2124,48,'wrap_styles_padding','','wrap_styles_padding',''),(2125,48,'wrap_styles_float','','wrap_styles_float',''),(2126,48,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(2127,48,'label_styles_border','','label_styles_border',''),(2128,48,'label_styles_width','','label_styles_width',''),(2129,48,'label_styles_font-size','','label_styles_font-size',''),(2130,48,'label_styles_margin','','label_styles_margin',''),(2131,48,'label_styles_padding','','label_styles_padding',''),(2132,48,'label_styles_float','','label_styles_float',''),(2133,48,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2134,48,'element_styles_border','','element_styles_border',''),(2135,48,'element_styles_width','','element_styles_width',''),(2136,48,'element_styles_font-size','','element_styles_font-size',''),(2137,48,'element_styles_margin','','element_styles_margin',''),(2138,48,'element_styles_padding','','element_styles_padding',''),(2139,48,'element_styles_float','','element_styles_float',''),(2140,48,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2141,48,'cellcid','c4047','cellcid','c4047'),(2142,48,'key','personal_information_1534954814742','key','personal_information_1534954814742'),(2143,48,'drawerDisabled','','drawerDisabled',''),(2144,48,'parent_id','1','parent_id','1'),(2145,48,'field_label','Personal Information','field_label','Personal Information'),(2146,48,'field_key','personal_information_1534954814742','field_key','personal_information_1534954814742'),(2147,48,'idAttribute','id','idAttribute','id'),(2175,49,'objectType','Field','objectType','Field'),(2176,49,'objectDomain','fields','objectDomain','fields'),(2177,49,'editActive','','editActive',''),(2178,49,'order','2','order','2'),(2179,49,'type','firstname','type','firstname'),(2180,49,'label','Name','label','Name'),(2181,49,'key','name_1534954806801','key','name_1534954806801'),(2182,49,'label_pos','default','label_pos','default'),(2183,49,'required','','required',''),(2184,49,'default','','default',''),(2185,49,'placeholder','','placeholder',''),(2186,49,'container_class','','container_class',''),(2187,49,'element_class','','element_class',''),(2188,49,'admin_label','contactName','admin_label','contactName'),(2189,49,'help_text','','help_text',''),(2190,49,'custom_name_attribute','fname','custom_name_attribute','fname'),(2191,49,'personally_identifiable','1','personally_identifiable','1'),(2192,49,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2193,49,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2194,49,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2195,49,'cellcid','c4051','cellcid','c4051'),(2196,49,'drawerDisabled','','drawerDisabled',''),(2197,49,'parent_id','1','parent_id','1'),(2198,49,'field_label','Name','field_label','Name'),(2199,49,'field_key','name_1534954806801','field_key','name_1534954806801'),(2200,49,'value','','value',''),(2201,49,'idAttribute','id','idAttribute','id'),(2202,49,'wrap_styles_border','','wrap_styles_border',''),(2203,49,'wrap_styles_width','315px','wrap_styles_width','315px'),(2204,49,'wrap_styles_margin','','wrap_styles_margin',''),(2205,49,'wrap_styles_padding','','wrap_styles_padding',''),(2206,49,'wrap_styles_float','','wrap_styles_float',''),(2207,49,'label_styles_border','','label_styles_border',''),(2208,49,'label_styles_width','','label_styles_width',''),(2209,49,'label_styles_font-size','','label_styles_font-size',''),(2210,49,'label_styles_margin','','label_styles_margin',''),(2211,49,'label_styles_padding','','label_styles_padding',''),(2212,49,'label_styles_float','','label_styles_float',''),(2213,49,'element_styles_border','','element_styles_border',''),(2214,49,'element_styles_width','','element_styles_width',''),(2215,49,'element_styles_font-size','15','element_styles_font-size','15'),(2216,49,'element_styles_margin','','element_styles_margin',''),(2217,49,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(2218,49,'element_styles_float','','element_styles_float',''),(2219,49,'wrap_styles_advanced','','wrap_styles_advanced',''),(2238,50,'objectType','Field','objectType','Field'),(2239,50,'objectDomain','fields','objectDomain','fields'),(2240,50,'editActive','','editActive',''),(2241,50,'order','3','order','3'),(2242,50,'type','email','type','email'),(2243,50,'label','Email','label','Email'),(2244,50,'key','email_1534954365299','key','email_1534954365299'),(2245,50,'label_pos','default','label_pos','default'),(2246,50,'required','1','required','1'),(2247,50,'default','','default',''),(2248,50,'placeholder','','placeholder',''),(2249,50,'container_class','','container_class',''),(2250,50,'element_class','','element_class',''),(2251,50,'admin_label','emailFromAddress','admin_label','emailFromAddress'),(2252,50,'help_text','','help_text',''),(2253,50,'custom_name_attribute','email','custom_name_attribute','email'),(2254,50,'personally_identifiable','1','personally_identifiable','1'),(2255,50,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2256,50,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2257,50,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2258,50,'cellcid','c4054','cellcid','c4054'),(2259,50,'drawerDisabled','','drawerDisabled',''),(2260,50,'parent_id','1','parent_id','1'),(2261,50,'field_label','Email','field_label','Email'),(2262,50,'field_key','email_1534954365299','field_key','email_1534954365299'),(2263,50,'value','','value',''),(2264,50,'idAttribute','id','idAttribute','id'),(2265,50,'wrap_styles_border','','wrap_styles_border',''),(2266,50,'wrap_styles_width','315px','wrap_styles_width','315px'),(2267,50,'wrap_styles_margin','','wrap_styles_margin',''),(2268,50,'wrap_styles_padding','','wrap_styles_padding',''),(2269,50,'wrap_styles_float','','wrap_styles_float',''),(2270,50,'label_styles_border','','label_styles_border',''),(2271,50,'label_styles_width','','label_styles_width',''),(2272,50,'label_styles_font-size','','label_styles_font-size',''),(2273,50,'label_styles_margin','','label_styles_margin',''),(2274,50,'label_styles_padding','','label_styles_padding',''),(2275,50,'label_styles_float','','label_styles_float',''),(2276,50,'element_styles_border','','element_styles_border',''),(2277,50,'element_styles_width','','element_styles_width',''),(2278,50,'element_styles_font-size','15','element_styles_font-size','15'),(2279,50,'element_styles_margin','','element_styles_margin',''),(2280,50,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(2281,50,'element_styles_float','','element_styles_float',''),(2282,50,'wrap_styles_advanced','','wrap_styles_advanced',''),(2301,51,'objectType','Field','objectType','Field'),(2302,51,'objectDomain','fields','objectDomain','fields'),(2303,51,'editActive','','editActive',''),(2304,51,'order','4','order','4'),(2305,51,'type','phone','type','phone'),(2306,51,'label','Phone','label','Phone'),(2307,51,'key','phone_1534954373936','key','phone_1534954373936'),(2308,51,'label_pos','default','label_pos','default'),(2309,51,'required','','required',''),(2310,51,'default','','default',''),(2311,51,'placeholder','','placeholder',''),(2312,51,'container_class','','container_class',''),(2313,51,'element_class','','element_class',''),(2314,51,'input_limit','','input_limit',''),(2315,51,'input_limit_type','characters','input_limit_type','characters'),(2316,51,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(2317,51,'manual_key','','manual_key',''),(2318,51,'admin_label','contactPhone','admin_label','contactPhone'),(2319,51,'help_text','','help_text',''),(2320,51,'mask','(999) 999-9999','mask','(999) 999-9999'),(2321,51,'custom_mask','','custom_mask',''),(2322,51,'custom_name_attribute','phone','custom_name_attribute','phone'),(2323,51,'personally_identifiable','1','personally_identifiable','1'),(2324,51,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2325,51,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2326,51,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2327,51,'cellcid','c4057','cellcid','c4057'),(2328,51,'drawerDisabled','','drawerDisabled',''),(2329,51,'parent_id','1','parent_id','1'),(2330,51,'field_label','Phone','field_label','Phone'),(2331,51,'field_key','phone_1534954373936','field_key','phone_1534954373936'),(2332,51,'value','','value',''),(2333,51,'idAttribute','id','idAttribute','id'),(2334,51,'wrap_styles_border','','wrap_styles_border',''),(2335,51,'wrap_styles_width','315px','wrap_styles_width','315px'),(2336,51,'wrap_styles_margin','','wrap_styles_margin',''),(2337,51,'wrap_styles_padding','','wrap_styles_padding',''),(2338,51,'wrap_styles_float','','wrap_styles_float',''),(2339,51,'label_styles_border','','label_styles_border',''),(2340,51,'label_styles_width','','label_styles_width',''),(2341,51,'label_styles_font-size','','label_styles_font-size',''),(2342,51,'label_styles_margin','','label_styles_margin',''),(2343,51,'label_styles_padding','','label_styles_padding',''),(2344,51,'label_styles_float','','label_styles_float',''),(2345,51,'element_styles_border','','element_styles_border',''),(2346,51,'element_styles_width','','element_styles_width',''),(2347,51,'element_styles_font-size','15','element_styles_font-size','15'),(2348,51,'element_styles_margin','','element_styles_margin',''),(2349,51,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(2350,51,'element_styles_float','','element_styles_float',''),(2351,51,'wrap_styles_advanced','','wrap_styles_advanced',''),(2364,52,'objectType','Field','objectType','Field'),(2365,52,'objectDomain','fields','objectDomain','fields'),(2366,52,'editActive','','editActive',''),(2367,52,'order','5','order','5'),(2368,52,'type','zip','type','zip'),(2369,52,'label','Zip','label','Zip'),(2370,52,'key','zip_1534954373399','key','zip_1534954373399'),(2371,52,'label_pos','default','label_pos','default'),(2372,52,'required','','required',''),(2373,52,'default','','default',''),(2374,52,'placeholder','','placeholder',''),(2375,52,'container_class','','container_class',''),(2376,52,'element_class','','element_class',''),(2377,52,'input_limit','','input_limit',''),(2378,52,'input_limit_type','characters','input_limit_type','characters'),(2379,52,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(2380,52,'manual_key','','manual_key',''),(2381,52,'admin_label','contactZip','admin_label','contactZip'),(2382,52,'help_text','','help_text',''),(2383,52,'mask','','mask',''),(2384,52,'custom_mask','','custom_mask',''),(2385,52,'custom_name_attribute','zip','custom_name_attribute','zip'),(2386,52,'personally_identifiable','','personally_identifiable',''),(2387,52,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2388,52,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2389,52,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2390,52,'cellcid','c4060','cellcid','c4060'),(2391,52,'parent_id','1','parent_id','1'),(2392,52,'field_label','Zip','field_label','Zip'),(2393,52,'field_key','zip_1534954373399','field_key','zip_1534954373399'),(2394,52,'value','','value',''),(2395,52,'idAttribute','id','idAttribute','id'),(2396,52,'wrap_styles_border','','wrap_styles_border',''),(2397,52,'wrap_styles_width','315px','wrap_styles_width','315px'),(2398,52,'wrap_styles_margin','','wrap_styles_margin',''),(2399,52,'wrap_styles_padding','','wrap_styles_padding',''),(2400,52,'wrap_styles_float','','wrap_styles_float',''),(2401,52,'label_styles_border','','label_styles_border',''),(2402,52,'label_styles_width','','label_styles_width',''),(2403,52,'label_styles_font-size','','label_styles_font-size',''),(2404,52,'label_styles_margin','','label_styles_margin',''),(2405,52,'label_styles_padding','','label_styles_padding',''),(2406,52,'label_styles_float','','label_styles_float',''),(2407,52,'element_styles_border','','element_styles_border',''),(2408,52,'element_styles_width','','element_styles_width',''),(2409,52,'element_styles_font-size','15','element_styles_font-size','15'),(2410,52,'element_styles_margin','','element_styles_margin',''),(2411,52,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(2412,52,'element_styles_float','','element_styles_float',''),(2413,52,'drawerDisabled','','drawerDisabled',''),(2414,52,'wrap_styles_advanced','','wrap_styles_advanced',''),(2427,53,'objectType','Field','objectType','Field'),(2428,53,'objectDomain','fields','objectDomain','fields'),(2429,53,'editActive','','editActive',''),(2430,53,'order','6','order','6'),(2431,53,'type','liststate','type','liststate'),(2432,53,'label','US States','label','US States'),(2433,53,'key','liststate_1534954369789','key','liststate_1534954369789'),(2434,53,'label_pos','default','label_pos','default'),(2435,53,'required','','required',''),(2436,53,'options','a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(2437,53,'container_class','','container_class',''),(2438,53,'element_class','','element_class',''),(2439,53,'admin_label','','admin_label',''),(2440,53,'help_text','','help_text',''),(2441,53,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2442,53,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2443,53,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2444,53,'list_item_row_styles_show_advanced_css','0','list_item_row_styles_show_advanced_css','0'),(2445,53,'list_item_label_styles_show_advanced_css','0','list_item_label_styles_show_advanced_css','0'),(2446,53,'list_item_element_styles_show_advanced_css','0','list_item_element_styles_show_advanced_css','0'),(2447,53,'cellcid','c4063','cellcid','c4063'),(2448,53,'drawerDisabled','','drawerDisabled',''),(2449,53,'parent_id','1','parent_id','1'),(2450,53,'field_label','US States','field_label','US States'),(2451,53,'field_key','liststate_1534954369789','field_key','liststate_1534954369789'),(2452,53,'wrap_styles_border','','wrap_styles_border',''),(2453,53,'wrap_styles_width','315px','wrap_styles_width','315px'),(2454,53,'wrap_styles_margin','','wrap_styles_margin',''),(2455,53,'wrap_styles_padding','','wrap_styles_padding',''),(2456,53,'wrap_styles_float','','wrap_styles_float',''),(2457,53,'label_styles_border','','label_styles_border',''),(2458,53,'label_styles_width','','label_styles_width',''),(2459,53,'label_styles_font-size','','label_styles_font-size',''),(2460,53,'label_styles_margin','','label_styles_margin',''),(2461,53,'label_styles_padding','','label_styles_padding',''),(2462,53,'label_styles_float','','label_styles_float',''),(2463,53,'element_styles_border','','element_styles_border',''),(2464,53,'element_styles_width','','element_styles_width',''),(2465,53,'element_styles_font-size','15','element_styles_font-size','15'),(2466,53,'element_styles_margin','','element_styles_margin',''),(2467,53,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(2468,53,'element_styles_float','','element_styles_float',''),(2469,53,'list_item_row_styles_border','','list_item_row_styles_border',''),(2470,53,'list_item_row_styles_height','','list_item_row_styles_height',''),(2471,53,'list_item_row_styles_width','','list_item_row_styles_width',''),(2472,53,'list_item_row_styles_font-size','','list_item_row_styles_font-size',''),(2473,53,'list_item_row_styles_margin','','list_item_row_styles_margin',''),(2474,53,'list_item_row_styles_padding','','list_item_row_styles_padding',''),(2475,53,'list_item_row_styles_float','','list_item_row_styles_float',''),(2476,53,'list_item_label_styles_border','','list_item_label_styles_border',''),(2477,53,'list_item_label_styles_height','','list_item_label_styles_height',''),(2478,53,'list_item_label_styles_width','','list_item_label_styles_width',''),(2479,53,'list_item_label_styles_font-size','','list_item_label_styles_font-size',''),(2480,53,'list_item_label_styles_margin','','list_item_label_styles_margin',''),(2481,53,'list_item_label_styles_padding','','list_item_label_styles_padding',''),(2482,53,'list_item_label_styles_float','','list_item_label_styles_float',''),(2483,53,'list_item_element_styles_border','','list_item_element_styles_border',''),(2484,53,'list_item_element_styles_height','','list_item_element_styles_height',''),(2485,53,'list_item_element_styles_width','','list_item_element_styles_width',''),(2486,53,'list_item_element_styles_font-size','15','list_item_element_styles_font-size','15'),(2487,53,'list_item_element_styles_margin','','list_item_element_styles_margin',''),(2488,53,'list_item_element_styles_padding','8.5px','list_item_element_styles_padding','8.5px'),(2489,53,'list_item_element_styles_float','','list_item_element_styles_float',''),(2490,53,'idAttribute','id','idAttribute','id'),(2491,53,'wrap_styles_advanced','','wrap_styles_advanced',''),(2554,54,'objectType','Field','objectType','Field'),(2555,54,'objectDomain','fields','objectDomain','fields'),(2556,54,'editActive','','editActive',''),(2557,54,'order','7','order','7'),(2558,54,'type','html','type','html'),(2559,54,'label','Contact Preferences','label','Contact Preferences'),(2560,54,'default','','default',''),(2561,54,'container_class','','container_class',''),(2562,54,'element_class','','element_class',''),(2563,54,'wrap_styles_border','','wrap_styles_border',''),(2564,54,'wrap_styles_width','','wrap_styles_width',''),(2565,54,'wrap_styles_margin','','wrap_styles_margin',''),(2566,54,'wrap_styles_padding','','wrap_styles_padding',''),(2567,54,'wrap_styles_float','','wrap_styles_float',''),(2568,54,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(2569,54,'label_styles_border','','label_styles_border',''),(2570,54,'label_styles_width','','label_styles_width',''),(2571,54,'label_styles_font-size','','label_styles_font-size',''),(2572,54,'label_styles_margin','','label_styles_margin',''),(2573,54,'label_styles_padding','','label_styles_padding',''),(2574,54,'label_styles_float','','label_styles_float',''),(2575,54,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2576,54,'element_styles_border','','element_styles_border',''),(2577,54,'element_styles_width','','element_styles_width',''),(2578,54,'element_styles_font-size','','element_styles_font-size',''),(2579,54,'element_styles_margin','','element_styles_margin',''),(2580,54,'element_styles_padding','','element_styles_padding',''),(2581,54,'element_styles_float','','element_styles_float',''),(2582,54,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2583,54,'cellcid','c4066','cellcid','c4066'),(2584,54,'key','contact_preferences_1534954782835','key','contact_preferences_1534954782835'),(2585,54,'drawerDisabled','','drawerDisabled',''),(2586,54,'parent_id','1','parent_id','1'),(2587,54,'field_label','Contact Preferences','field_label','Contact Preferences'),(2588,54,'field_key','contact_preferences_1534954782835','field_key','contact_preferences_1534954782835'),(2589,54,'idAttribute','id','idAttribute','id'),(2617,55,'objectType','Field','objectType','Field'),(2618,55,'objectDomain','fields','objectDomain','fields'),(2619,55,'editActive','','editActive',''),(2620,55,'order','8','order','8'),(2621,55,'type','listcheckbox','type','listcheckbox'),(2622,55,'label','How Would You Like To Be Contacted?','label','How Would You Like To Be Contacted?'),(2623,55,'key','how_would_you_like_to_be_contacted_1534954740097','key','how_would_you_like_to_be_contacted_1534954740097'),(2624,55,'label_pos','default','label_pos','default'),(2625,55,'required','','required',''),(2626,55,'options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:5:\"phone\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"0\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:5:\"email\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"1\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:5:\"phone\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"0\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:5:\"email\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"1\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(2627,55,'container_class','','container_class',''),(2628,55,'element_class','','element_class',''),(2629,55,'admin_label','contactPref','admin_label','contactPref'),(2630,55,'help_text','','help_text',''),(2631,55,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2632,55,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2633,55,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2634,55,'list_item_row_styles_show_advanced_css','0','list_item_row_styles_show_advanced_css','0'),(2635,55,'list_item_label_styles_show_advanced_css','0','list_item_label_styles_show_advanced_css','0'),(2636,55,'list_item_element_styles_show_advanced_css','0','list_item_element_styles_show_advanced_css','0'),(2637,55,'cellcid','c4069','cellcid','c4069'),(2638,55,'drawerDisabled','','drawerDisabled',''),(2639,55,'parent_id','1','parent_id','1'),(2640,55,'field_label','How Would You Like To Be Contacted?','field_label','How Would You Like To Be Contacted?'),(2641,55,'field_key','how_would_you_like_to_be_contacted_1534954740097','field_key','how_would_you_like_to_be_contacted_1534954740097'),(2642,55,'idAttribute','id','idAttribute','id'),(2643,55,'wrap_styles_border','','wrap_styles_border',''),(2644,55,'wrap_styles_width','315px','wrap_styles_width','315px'),(2645,55,'wrap_styles_margin','','wrap_styles_margin',''),(2646,55,'wrap_styles_padding','','wrap_styles_padding',''),(2647,55,'wrap_styles_float','','wrap_styles_float',''),(2648,55,'label_styles_border','','label_styles_border',''),(2649,55,'label_styles_width','','label_styles_width',''),(2650,55,'label_styles_font-size','','label_styles_font-size',''),(2651,55,'label_styles_margin','','label_styles_margin',''),(2652,55,'label_styles_padding','','label_styles_padding',''),(2653,55,'label_styles_float','','label_styles_float',''),(2654,55,'element_styles_border','','element_styles_border',''),(2655,55,'element_styles_width','','element_styles_width',''),(2656,55,'element_styles_font-size','','element_styles_font-size',''),(2657,55,'element_styles_margin','','element_styles_margin',''),(2658,55,'element_styles_padding','','element_styles_padding',''),(2659,55,'element_styles_float','','element_styles_float',''),(2660,55,'list_item_row_styles_border','','list_item_row_styles_border',''),(2661,55,'list_item_row_styles_height','','list_item_row_styles_height',''),(2662,55,'list_item_row_styles_width','','list_item_row_styles_width',''),(2663,55,'list_item_row_styles_font-size','15','list_item_row_styles_font-size','15'),(2664,55,'list_item_row_styles_margin','','list_item_row_styles_margin',''),(2665,55,'list_item_row_styles_padding','8.5px','list_item_row_styles_padding','8.5px'),(2666,55,'list_item_row_styles_float','','list_item_row_styles_float',''),(2667,55,'list_item_label_styles_border','','list_item_label_styles_border',''),(2668,55,'list_item_label_styles_height','','list_item_label_styles_height',''),(2669,55,'list_item_label_styles_width','','list_item_label_styles_width',''),(2670,55,'list_item_label_styles_font-size','','list_item_label_styles_font-size',''),(2671,55,'list_item_label_styles_margin','','list_item_label_styles_margin',''),(2672,55,'list_item_label_styles_padding','','list_item_label_styles_padding',''),(2673,55,'list_item_label_styles_float','','list_item_label_styles_float',''),(2674,55,'list_item_element_styles_border','','list_item_element_styles_border',''),(2675,55,'list_item_element_styles_height','','list_item_element_styles_height',''),(2676,55,'list_item_element_styles_width','','list_item_element_styles_width',''),(2677,55,'list_item_element_styles_font-size','15','list_item_element_styles_font-size','15'),(2678,55,'list_item_element_styles_margin','','list_item_element_styles_margin',''),(2679,55,'list_item_element_styles_padding','8.5px','list_item_element_styles_padding','8.5px'),(2680,55,'list_item_element_styles_float','','list_item_element_styles_float',''),(2681,55,'wrap_styles_advanced','','wrap_styles_advanced',''),(2744,56,'objectType','Field','objectType','Field'),(2745,56,'objectDomain','fields','objectDomain','fields'),(2746,56,'editActive','','editActive',''),(2747,56,'order','10','order','10'),(2748,56,'type','textarea','type','textarea'),(2749,56,'label','Brief Description of Your Legal Issue','label','Brief Description of Your Legal Issue'),(2750,56,'key','brief_description_of_your_legal_issue_1534954647282','key','brief_description_of_your_legal_issue_1534954647282'),(2751,56,'label_pos','default','label_pos','default'),(2752,56,'required','','required',''),(2753,56,'default','','default',''),(2754,56,'placeholder','','placeholder',''),(2755,56,'container_class','','container_class',''),(2756,56,'element_class','','element_class',''),(2757,56,'input_limit','','input_limit',''),(2758,56,'input_limit_type','characters','input_limit_type','characters'),(2759,56,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(2760,56,'manual_key','','manual_key',''),(2761,56,'admin_label','formComment','admin_label','formComment'),(2762,56,'help_text','','help_text',''),(2763,56,'textarea_rte','','textarea_rte',''),(2764,56,'disable_rte_mobile','','disable_rte_mobile',''),(2765,56,'textarea_media','','textarea_media',''),(2766,56,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2767,56,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2768,56,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2769,56,'cellcid','c4072','cellcid','c4072'),(2770,56,'parent_id','1','parent_id','1'),(2771,56,'field_label','Brief Description of Your Legal Issue','field_label','Brief Description of Your Legal Issue'),(2772,56,'field_key','brief_description_of_your_legal_issue_1534954647282','field_key','brief_description_of_your_legal_issue_1534954647282'),(2773,56,'value','','value',''),(2774,56,'idAttribute','id','idAttribute','id'),(2775,56,'wrap_styles_border','','wrap_styles_border',''),(2776,56,'wrap_styles_width','315px','wrap_styles_width','315px'),(2777,56,'wrap_styles_margin','','wrap_styles_margin',''),(2778,56,'wrap_styles_padding','','wrap_styles_padding',''),(2779,56,'wrap_styles_float','','wrap_styles_float',''),(2780,56,'label_styles_border','','label_styles_border',''),(2781,56,'label_styles_width','','label_styles_width',''),(2782,56,'label_styles_font-size','','label_styles_font-size',''),(2783,56,'label_styles_margin','','label_styles_margin',''),(2784,56,'label_styles_padding','','label_styles_padding',''),(2785,56,'label_styles_float','','label_styles_float',''),(2786,56,'element_styles_border','','element_styles_border',''),(2787,56,'element_styles_width','','element_styles_width',''),(2788,56,'element_styles_font-size','12.5','element_styles_font-size','12.5'),(2789,56,'element_styles_margin','','element_styles_margin',''),(2790,56,'element_styles_padding','7.5px','element_styles_padding','7.5px'),(2791,56,'element_styles_float','','element_styles_float',''),(2792,56,'drawerDisabled','','drawerDisabled',''),(2793,56,'wrap_styles_advanced','','wrap_styles_advanced',''),(2807,57,'objectType','Field','objectType','Field'),(2808,57,'objectDomain','fields','objectDomain','fields'),(2809,57,'editActive','','editActive',''),(2810,57,'order','11','order','11'),(2811,57,'type','html','type','html'),(2812,57,'label','','label',''),(2813,57,'default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>'),(2814,57,'container_class','','container_class',''),(2815,57,'element_class','','element_class',''),(2816,57,'wrap_styles_border','','wrap_styles_border',''),(2817,57,'wrap_styles_width','','wrap_styles_width',''),(2818,57,'wrap_styles_margin','','wrap_styles_margin',''),(2819,57,'wrap_styles_padding','','wrap_styles_padding',''),(2820,57,'wrap_styles_float','','wrap_styles_float',''),(2821,57,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2822,57,'label_styles_border','','label_styles_border',''),(2823,57,'label_styles_width','','label_styles_width',''),(2824,57,'label_styles_font-size','','label_styles_font-size',''),(2825,57,'label_styles_margin','','label_styles_margin',''),(2826,57,'label_styles_padding','','label_styles_padding',''),(2827,57,'label_styles_float','','label_styles_float',''),(2828,57,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2829,57,'element_styles_border','','element_styles_border',''),(2830,57,'element_styles_width','','element_styles_width',''),(2831,57,'element_styles_font-size','','element_styles_font-size',''),(2832,57,'element_styles_margin','','element_styles_margin',''),(2833,57,'element_styles_padding','','element_styles_padding',''),(2834,57,'element_styles_float','','element_styles_float',''),(2835,57,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2836,57,'cellcid','c4075','cellcid','c4075'),(2837,57,'key','privacy_policy_1534954542111','key','privacy_policy_1534954542111'),(2838,57,'drawerDisabled','','drawerDisabled',''),(2839,57,'parent_id','1','parent_id','1'),(2840,57,'field_label','','field_label',''),(2841,57,'field_key','privacy_policy_1534954542111','field_key','privacy_policy_1534954542111'),(2842,57,'idAttribute','id','idAttribute','id'),(2843,57,'wrap_styles_advanced','','wrap_styles_advanced',''),(2870,58,'objectType','Field','objectType','Field'),(2871,58,'objectDomain','fields','objectDomain','fields'),(2872,58,'editActive','','editActive',''),(2873,58,'order','12','order','12'),(2874,58,'type','checkbox','type','checkbox'),(2875,58,'label','I Have Read The Disclaimer','label','I Have Read The Disclaimer'),(2876,58,'key','i_have_read_the_disclaimer_1534954562191','key','i_have_read_the_disclaimer_1534954562191'),(2877,58,'label_pos','right','label_pos','right'),(2878,58,'required','1','required','1'),(2879,58,'container_class','','container_class',''),(2880,58,'element_class','','element_class',''),(2881,58,'manual_key','','manual_key',''),(2882,58,'admin_label','readDisclaimer','admin_label','readDisclaimer'),(2883,58,'help_text','','help_text',''),(2884,58,'default_value','unchecked','default_value','unchecked'),(2885,58,'checked_value','','checked_value',''),(2886,58,'unchecked_value','','unchecked_value',''),(2887,58,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2888,58,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(2889,58,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2890,58,'cellcid','c4078','cellcid','c4078'),(2891,58,'drawerDisabled','','drawerDisabled',''),(2892,58,'default','unchecked','default','unchecked'),(2893,58,'parent_id','1','parent_id','1'),(2894,58,'field_label','I Have Read The Disclaimer','field_label','I Have Read The Disclaimer'),(2895,58,'field_key','i_have_read_the_disclaimer_1534954562191','field_key','i_have_read_the_disclaimer_1534954562191'),(2896,58,'value','unchecked','value','unchecked'),(2897,58,'idAttribute','id','idAttribute','id'),(2898,58,'checked_calc_value','','checked_calc_value',''),(2899,58,'unchecked_calc_value','','unchecked_calc_value',''),(2900,58,'wrap_styles_border','','wrap_styles_border',''),(2901,58,'wrap_styles_width','315px','wrap_styles_width','315px'),(2902,58,'wrap_styles_margin','','wrap_styles_margin',''),(2903,58,'wrap_styles_padding','','wrap_styles_padding',''),(2904,58,'wrap_styles_float','','wrap_styles_float',''),(2905,58,'label_styles_border','','label_styles_border',''),(2906,58,'label_styles_width','','label_styles_width',''),(2907,58,'label_styles_font-size','','label_styles_font-size',''),(2908,58,'label_styles_margin','','label_styles_margin',''),(2909,58,'label_styles_padding','','label_styles_padding',''),(2910,58,'label_styles_float','','label_styles_float',''),(2911,58,'element_styles_border','','element_styles_border',''),(2912,58,'element_styles_width','','element_styles_width',''),(2913,58,'element_styles_font-size','','element_styles_font-size',''),(2914,58,'element_styles_margin','','element_styles_margin',''),(2915,58,'element_styles_padding','','element_styles_padding',''),(2916,58,'element_styles_float','','element_styles_float',''),(2917,58,'wrap_styles_advanced','','wrap_styles_advanced',''),(2933,59,'objectType','Field','objectType','Field'),(2934,59,'objectDomain','fields','objectDomain','fields'),(2935,59,'editActive','','editActive',''),(2936,59,'order','13','order','13'),(2937,59,'type','submit','type','submit'),(2938,59,'label','Submit','label','Submit'),(2939,59,'processing_label','Processing','processing_label','Processing'),(2940,59,'container_class','','container_class',''),(2941,59,'element_class','','element_class',''),(2942,59,'key','submit_1663177781078','key','submit_1663177781078'),(2943,59,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(2944,59,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(2945,59,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(2946,59,'cellcid','c4081','cellcid','c4081'),(2947,59,'drawerDisabled','','drawerDisabled',''),(2948,59,'parent_id','1','parent_id','1'),(2949,59,'field_label','Send','field_label','Send'),(2950,59,'field_key','send_1562680674669','field_key','send_1562680674669'),(2951,59,'idAttribute','id','idAttribute','id'),(2952,59,'wrap_styles_border','','wrap_styles_border',''),(2953,59,'wrap_styles_width','','wrap_styles_width',''),(2954,59,'wrap_styles_margin','','wrap_styles_margin',''),(2955,59,'wrap_styles_padding','','wrap_styles_padding',''),(2956,59,'wrap_styles_float','','wrap_styles_float',''),(2957,59,'wrap_styles_advanced','','wrap_styles_advanced',''),(2958,59,'element_styles_border','','element_styles_border',''),(2959,59,'element_styles_width','','element_styles_width',''),(2960,59,'element_styles_font-size','','element_styles_font-size',''),(2961,59,'element_styles_margin','','element_styles_margin',''),(2962,59,'element_styles_padding','','element_styles_padding',''),(2963,59,'element_styles_float','','element_styles_float',''),(2964,59,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(2965,59,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(2966,59,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(2967,59,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(2968,59,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(2969,59,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(2996,40,'element_styles_advanced','body {\n color: #ffffff;\n}','element_styles_advanced','body {\n color: #ffffff;\n}'),(2997,38,'drawerDisabled','','drawerDisabled',''),(2998,60,'label','Name','label','Name'),(2999,60,'key','name','key','name'),(3000,60,'parent_id','5','parent_id','5'),(3001,60,'type','textbox','type','textbox'),(3002,60,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(3003,60,'label_pos','hidden','label_pos','hidden'),(3004,60,'required','1','required','1'),(3005,60,'order','1','order','1'),(3006,60,'placeholder','Name*','placeholder','Name*'),(3007,60,'default','','default',''),(3008,60,'wrapper_class','','wrapper_class',''),(3009,60,'element_class','','element_class',''),(3010,60,'objectType','Field','objectType','Field'),(3011,60,'objectDomain','fields','objectDomain','fields'),(3012,60,'editActive','','editActive',''),(3013,60,'container_class','','container_class',''),(3014,60,'input_limit','','input_limit',''),(3015,60,'input_limit_type','characters','input_limit_type','characters'),(3016,60,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(3017,60,'manual_key','','manual_key',''),(3018,60,'disable_input','','disable_input',''),(3019,60,'admin_label','','admin_label',''),(3020,60,'help_text','<p><br></p>','help_text','<p><br></p>'),(3021,60,'desc_text','<p><br></p>','desc_text','<p><br></p>'),(3022,60,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(3023,60,'mask','','mask',''),(3024,60,'custom_mask','','custom_mask',''),(3025,60,'wrap_styles_background-color','','wrap_styles_background-color',''),(3026,60,'wrap_styles_border','','wrap_styles_border',''),(3027,60,'wrap_styles_border-style','','wrap_styles_border-style',''),(3028,60,'wrap_styles_border-color','','wrap_styles_border-color',''),(3029,60,'wrap_styles_color','','wrap_styles_color',''),(3030,60,'wrap_styles_height','','wrap_styles_height',''),(3031,60,'wrap_styles_width','','wrap_styles_width',''),(3032,60,'wrap_styles_font-size','','wrap_styles_font-size',''),(3033,60,'wrap_styles_margin','','wrap_styles_margin',''),(3034,60,'wrap_styles_padding','','wrap_styles_padding',''),(3035,60,'wrap_styles_display','','wrap_styles_display',''),(3036,60,'wrap_styles_float','','wrap_styles_float',''),(3037,60,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(3038,60,'wrap_styles_advanced','','wrap_styles_advanced',''),(3039,60,'label_styles_background-color','','label_styles_background-color',''),(3040,60,'label_styles_border','','label_styles_border',''),(3041,60,'label_styles_border-style','','label_styles_border-style',''),(3042,60,'label_styles_border-color','','label_styles_border-color',''),(3043,60,'label_styles_color','','label_styles_color',''),(3044,60,'label_styles_height','','label_styles_height',''),(3045,60,'label_styles_width','','label_styles_width',''),(3046,60,'label_styles_font-size','','label_styles_font-size',''),(3047,60,'label_styles_margin','','label_styles_margin',''),(3048,60,'label_styles_padding','','label_styles_padding',''),(3049,60,'label_styles_display','','label_styles_display',''),(3050,60,'label_styles_float','','label_styles_float',''),(3051,60,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(3052,60,'label_styles_advanced','','label_styles_advanced',''),(3053,60,'element_styles_background-color','','element_styles_background-color',''),(3054,60,'element_styles_border','','element_styles_border',''),(3055,60,'element_styles_border-style','','element_styles_border-style',''),(3056,60,'element_styles_border-color','','element_styles_border-color',''),(3057,60,'element_styles_color','','element_styles_color',''),(3058,60,'element_styles_height','','element_styles_height',''),(3059,60,'element_styles_width','','element_styles_width',''),(3060,60,'element_styles_font-size','12','element_styles_font-size','12'),(3061,60,'element_styles_margin','','element_styles_margin',''),(3062,60,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(3063,60,'element_styles_display','','element_styles_display',''),(3064,60,'element_styles_float','','element_styles_float',''),(3065,60,'element_styles_show_advanced_css','1','element_styles_show_advanced_css','1'),(3066,60,'element_styles_advanced','','element_styles_advanced',''),(3067,60,'cellcid','c3972','cellcid','c3972'),(3068,60,'idAttribute','id','idAttribute','id'),(3069,60,'field_label','Name','field_label','Name'),(3070,60,'field_key','name','field_key','name'),(3071,60,'custom_name_attribute','','custom_name_attribute',''),(3072,60,'personally_identifiable','','personally_identifiable',''),(3073,60,'value','','value',''),(3074,60,'drawerDisabled','','drawerDisabled',''),(3125,61,'label','Email','label','Email'),(3126,61,'key','email','key','email'),(3127,61,'parent_id','5','parent_id','5'),(3128,61,'type','email','type','email'),(3129,61,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(3130,61,'label_pos','hidden','label_pos','hidden'),(3131,61,'required','1','required','1'),(3132,61,'order','2','order','2'),(3133,61,'placeholder','Email*','placeholder','Email*'),(3134,61,'default','','default',''),(3135,61,'wrapper_class','','wrapper_class',''),(3136,61,'element_class','','element_class',''),(3137,61,'objectType','Field','objectType','Field'),(3138,61,'objectDomain','fields','objectDomain','fields'),(3139,61,'editActive','','editActive',''),(3140,61,'container_class','','container_class',''),(3141,61,'admin_label','','admin_label',''),(3142,61,'help_text','','help_text',''),(3143,61,'desc_text','','desc_text',''),(3144,61,'wrap_styles_background-color','','wrap_styles_background-color',''),(3145,61,'wrap_styles_border','','wrap_styles_border',''),(3146,61,'wrap_styles_border-style','','wrap_styles_border-style',''),(3147,61,'wrap_styles_border-color','','wrap_styles_border-color',''),(3148,61,'wrap_styles_color','','wrap_styles_color',''),(3149,61,'wrap_styles_height','','wrap_styles_height',''),(3150,61,'wrap_styles_width','','wrap_styles_width',''),(3151,61,'wrap_styles_font-size','','wrap_styles_font-size',''),(3152,61,'wrap_styles_margin','','wrap_styles_margin',''),(3153,61,'wrap_styles_padding','','wrap_styles_padding',''),(3154,61,'wrap_styles_display','','wrap_styles_display',''),(3155,61,'wrap_styles_float','','wrap_styles_float',''),(3156,61,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(3157,61,'wrap_styles_advanced','','wrap_styles_advanced',''),(3158,61,'label_styles_background-color','','label_styles_background-color',''),(3159,61,'label_styles_border','','label_styles_border',''),(3160,61,'label_styles_border-style','','label_styles_border-style',''),(3161,61,'label_styles_border-color','','label_styles_border-color',''),(3162,61,'label_styles_color','','label_styles_color',''),(3163,61,'label_styles_height','','label_styles_height',''),(3164,61,'label_styles_width','','label_styles_width',''),(3165,61,'label_styles_font-size','','label_styles_font-size',''),(3166,61,'label_styles_margin','','label_styles_margin',''),(3167,61,'label_styles_padding','','label_styles_padding',''),(3168,61,'label_styles_display','','label_styles_display',''),(3169,61,'label_styles_float','','label_styles_float',''),(3170,61,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(3171,61,'label_styles_advanced','','label_styles_advanced',''),(3172,61,'element_styles_background-color','','element_styles_background-color',''),(3173,61,'element_styles_border','','element_styles_border',''),(3174,61,'element_styles_border-style','','element_styles_border-style',''),(3175,61,'element_styles_border-color','','element_styles_border-color',''),(3176,61,'element_styles_color','','element_styles_color',''),(3177,61,'element_styles_height','','element_styles_height',''),(3178,61,'element_styles_width','','element_styles_width',''),(3179,61,'element_styles_font-size','12','element_styles_font-size','12'),(3180,61,'element_styles_margin','','element_styles_margin',''),(3181,61,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(3182,61,'element_styles_display','','element_styles_display',''),(3183,61,'element_styles_float','','element_styles_float',''),(3184,61,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(3185,61,'element_styles_advanced','','element_styles_advanced',''),(3186,61,'cellcid','c3975','cellcid','c3975'),(3187,61,'idAttribute','id','idAttribute','id'),(3188,61,'field_label','Email','field_label','Email'),(3189,61,'field_key','email','field_key','email'),(3190,61,'custom_name_attribute','email','custom_name_attribute','email'),(3191,61,'personally_identifiable','1','personally_identifiable','1'),(3192,61,'value','','value',''),(3193,61,'drawerDisabled','','drawerDisabled',''),(3252,62,'label','Message','label','Message'),(3253,62,'key','message','key','message'),(3254,62,'parent_id','5','parent_id','5'),(3255,62,'type','textarea','type','textarea'),(3256,62,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(3257,62,'label_pos','hidden','label_pos','hidden'),(3258,62,'required','1','required','1'),(3259,62,'order','4','order','4'),(3260,62,'placeholder','Enter your message or request here. ','placeholder','Enter your message or request here. '),(3261,62,'default','','default',''),(3262,62,'wrapper_class','','wrapper_class',''),(3263,62,'element_class','','element_class',''),(3264,62,'objectType','Field','objectType','Field'),(3265,62,'objectDomain','fields','objectDomain','fields'),(3266,62,'editActive','','editActive',''),(3267,62,'container_class','','container_class',''),(3268,62,'input_limit','','input_limit',''),(3269,62,'input_limit_type','characters','input_limit_type','characters'),(3270,62,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(3271,62,'manual_key','','manual_key',''),(3272,62,'disable_input','','disable_input',''),(3273,62,'admin_label','','admin_label',''),(3274,62,'help_text','','help_text',''),(3275,62,'desc_text','','desc_text',''),(3276,62,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(3277,62,'textarea_rte','','textarea_rte',''),(3278,62,'disable_rte_mobile','','disable_rte_mobile',''),(3279,62,'textarea_media','','textarea_media',''),(3280,62,'wrap_styles_background-color','','wrap_styles_background-color',''),(3281,62,'wrap_styles_border','','wrap_styles_border',''),(3282,62,'wrap_styles_border-style','','wrap_styles_border-style',''),(3283,62,'wrap_styles_border-color','','wrap_styles_border-color',''),(3284,62,'wrap_styles_color','','wrap_styles_color',''),(3285,62,'wrap_styles_height','','wrap_styles_height',''),(3286,62,'wrap_styles_width','','wrap_styles_width',''),(3287,62,'wrap_styles_font-size','','wrap_styles_font-size',''),(3288,62,'wrap_styles_margin','','wrap_styles_margin',''),(3289,62,'wrap_styles_padding','','wrap_styles_padding',''),(3290,62,'wrap_styles_display','','wrap_styles_display',''),(3291,62,'wrap_styles_float','','wrap_styles_float',''),(3292,62,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(3293,62,'wrap_styles_advanced','','wrap_styles_advanced',''),(3294,62,'label_styles_background-color','','label_styles_background-color',''),(3295,62,'label_styles_border','','label_styles_border',''),(3296,62,'label_styles_border-style','','label_styles_border-style',''),(3297,62,'label_styles_border-color','','label_styles_border-color',''),(3298,62,'label_styles_color','','label_styles_color',''),(3299,62,'label_styles_height','','label_styles_height',''),(3300,62,'label_styles_width','','label_styles_width',''),(3301,62,'label_styles_font-size','','label_styles_font-size',''),(3302,62,'label_styles_margin','','label_styles_margin',''),(3303,62,'label_styles_padding','','label_styles_padding',''),(3304,62,'label_styles_display','','label_styles_display',''),(3305,62,'label_styles_float','','label_styles_float',''),(3306,62,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(3307,62,'label_styles_advanced','','label_styles_advanced',''),(3308,62,'element_styles_background-color','','element_styles_background-color',''),(3309,62,'element_styles_border','','element_styles_border',''),(3310,62,'element_styles_border-style','','element_styles_border-style',''),(3311,62,'element_styles_border-color','','element_styles_border-color',''),(3312,62,'element_styles_color','','element_styles_color',''),(3313,62,'element_styles_height','','element_styles_height',''),(3314,62,'element_styles_width','','element_styles_width',''),(3315,62,'element_styles_font-size','12.5','element_styles_font-size','12.5'),(3316,62,'element_styles_margin','','element_styles_margin',''),(3317,62,'element_styles_padding','7.5','element_styles_padding','7.5'),(3318,62,'element_styles_display','','element_styles_display',''),(3319,62,'element_styles_float','','element_styles_float',''),(3320,62,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(3321,62,'element_styles_advanced','','element_styles_advanced',''),(3322,62,'cellcid','c3980','cellcid','c3980'),(3323,62,'idAttribute','id','idAttribute','id'),(3324,62,'field_label','Message','field_label','Message'),(3325,62,'field_key','message','field_key','message'),(3326,62,'value','','value',''),(3327,62,'drawerDisabled','','drawerDisabled',''),(3379,63,'label','Submit','label','Submit'),(3380,63,'key','submit','key','submit'),(3381,63,'parent_id','5','parent_id','5'),(3382,63,'type','submit','type','submit'),(3383,63,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(3384,63,'processing_label','Processing','processing_label','Processing'),(3385,63,'order','7','order','7'),(3386,63,'objectType','Field','objectType','Field'),(3387,63,'objectDomain','fields','objectDomain','fields'),(3388,63,'editActive','','editActive',''),(3389,63,'container_class','','container_class',''),(3390,63,'element_class','','element_class',''),(3391,63,'wrap_styles_background-color','','wrap_styles_background-color',''),(3392,63,'wrap_styles_border','','wrap_styles_border',''),(3393,63,'wrap_styles_border-style','','wrap_styles_border-style',''),(3394,63,'wrap_styles_border-color','','wrap_styles_border-color',''),(3395,63,'wrap_styles_color','','wrap_styles_color',''),(3396,63,'wrap_styles_height','','wrap_styles_height',''),(3397,63,'wrap_styles_width','','wrap_styles_width',''),(3398,63,'wrap_styles_font-size','','wrap_styles_font-size',''),(3399,63,'wrap_styles_margin','','wrap_styles_margin',''),(3400,63,'wrap_styles_padding','','wrap_styles_padding',''),(3401,63,'wrap_styles_display','','wrap_styles_display',''),(3402,63,'wrap_styles_float','','wrap_styles_float',''),(3403,63,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(3404,63,'wrap_styles_advanced','','wrap_styles_advanced',''),(3405,63,'label_styles_background-color','','label_styles_background-color',''),(3406,63,'label_styles_border','','label_styles_border',''),(3407,63,'label_styles_border-style','','label_styles_border-style',''),(3408,63,'label_styles_border-color','','label_styles_border-color',''),(3409,63,'label_styles_color','','label_styles_color',''),(3410,63,'label_styles_height','','label_styles_height',''),(3411,63,'label_styles_width','','label_styles_width',''),(3412,63,'label_styles_font-size','','label_styles_font-size',''),(3413,63,'label_styles_margin','','label_styles_margin',''),(3414,63,'label_styles_padding','','label_styles_padding',''),(3415,63,'label_styles_display','','label_styles_display',''),(3416,63,'label_styles_float','','label_styles_float',''),(3417,63,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(3418,63,'label_styles_advanced','','label_styles_advanced',''),(3419,63,'element_styles_background-color','','element_styles_background-color',''),(3420,63,'element_styles_border','','element_styles_border',''),(3421,63,'element_styles_border-style','','element_styles_border-style',''),(3422,63,'element_styles_border-color','','element_styles_border-color',''),(3423,63,'element_styles_color','','element_styles_color',''),(3424,63,'element_styles_height','','element_styles_height',''),(3425,63,'element_styles_width','','element_styles_width',''),(3426,63,'element_styles_font-size','','element_styles_font-size',''),(3427,63,'element_styles_margin','','element_styles_margin',''),(3428,63,'element_styles_padding','','element_styles_padding',''),(3429,63,'element_styles_display','','element_styles_display',''),(3430,63,'element_styles_float','','element_styles_float',''),(3431,63,'element_styles_show_advanced_css','1','element_styles_show_advanced_css','1'),(3432,63,'element_styles_advanced','background: #fff !important;\ncolor: #211865 !important;\nfont-size: 17px !important;\nfont-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\npadding: 15px 25px !important;\ntext-transform: uppercase !important;\nfont-weight: 400 !important;\nfloat:right !important;','element_styles_advanced','background: #fff !important;\ncolor: #211865 !important;\nfont-size: 17px !important;\nfont-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\npadding: 15px 25px !important;\ntext-transform: uppercase !important;\nfont-weight: 400 !important;\nfloat:right !important;'),(3433,63,'submit_element_hover_styles_background-color','#211865','submit_element_hover_styles_background-color','#211865'),(3434,63,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(3435,63,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(3436,63,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(3437,63,'submit_element_hover_styles_color','#ffffff','submit_element_hover_styles_color','#ffffff'),(3438,63,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(3439,63,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(3440,63,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(3441,63,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(3442,63,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(3443,63,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(3444,63,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(3445,63,'submit_element_hover_styles_show_advanced_css','1','submit_element_hover_styles_show_advanced_css','1'),(3446,63,'submit_element_hover_styles_advanced','\n','submit_element_hover_styles_advanced','\n'),(3447,63,'cellcid','c3987','cellcid','c3987'),(3448,63,'idAttribute','id','idAttribute','id'),(3449,63,'field_label','Submit','field_label','Submit'),(3450,63,'field_key','submit','field_key','submit'),(3451,63,'drawerDisabled','','drawerDisabled',''),(3506,64,'editActive','','editActive',''),(3507,64,'order','3','order','3'),(3508,64,'idAttribute','id','idAttribute','id'),(3509,64,'type','phone','type','phone'),(3510,64,'label','Phone Number','label','Phone Number'),(3511,64,'key','phone_number_1662652113554','key','phone_number_1662652113554'),(3512,64,'label_pos','hidden','label_pos','hidden'),(3513,64,'required','1','required','1'),(3514,64,'default','','default',''),(3515,64,'placeholder','Phone Number*','placeholder','Phone Number*'),(3516,64,'container_class','','container_class',''),(3517,64,'element_class','','element_class',''),(3518,64,'input_limit','','input_limit',''),(3519,64,'input_limit_type','characters','input_limit_type','characters'),(3520,64,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(3521,64,'manual_key','','manual_key',''),(3522,64,'admin_label','','admin_label',''),(3523,64,'help_text','','help_text',''),(3524,64,'mask','','mask',''),(3525,64,'custom_mask','','custom_mask',''),(3526,64,'custom_name_attribute','Phone Number','custom_name_attribute','Phone Number'),(3527,64,'personally_identifiable','1','personally_identifiable','1'),(3528,64,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(3529,64,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(3530,64,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(3531,64,'cellcid','c3977','cellcid','c3977'),(3532,64,'value','','value',''),(3533,64,'oldCellcid','c4215','oldCellcid','c4215'),(3534,64,'wrap_styles_border','','wrap_styles_border',''),(3535,64,'wrap_styles_width','','wrap_styles_width',''),(3536,64,'wrap_styles_margin','','wrap_styles_margin',''),(3537,64,'wrap_styles_padding','','wrap_styles_padding',''),(3538,64,'wrap_styles_float','','wrap_styles_float',''),(3539,64,'label_styles_border','','label_styles_border',''),(3540,64,'label_styles_width','','label_styles_width',''),(3541,64,'label_styles_font-size','','label_styles_font-size',''),(3542,64,'label_styles_margin','','label_styles_margin',''),(3543,64,'label_styles_padding','','label_styles_padding',''),(3544,64,'label_styles_float','','label_styles_float',''),(3545,64,'element_styles_border','','element_styles_border',''),(3546,64,'element_styles_width','','element_styles_width',''),(3547,64,'element_styles_font-size','12','element_styles_font-size','12'),(3548,64,'element_styles_margin','','element_styles_margin',''),(3549,64,'element_styles_padding','8.5px','element_styles_padding','8.5px'),(3550,64,'element_styles_float','','element_styles_float',''),(3551,64,'drawerDisabled','','drawerDisabled',''),(3569,65,'editActive','','editActive',''),(3570,65,'order','5','order','5'),(3571,65,'idAttribute','id','idAttribute','id'),(3572,65,'type','html','type','html'),(3573,65,'label','HTML','label','HTML'),(3574,65,'default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','default','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>'),(3575,65,'container_class','','container_class',''),(3576,65,'element_class','','element_class',''),(3577,65,'wrap_styles_border','','wrap_styles_border',''),(3578,65,'wrap_styles_width','','wrap_styles_width',''),(3579,65,'wrap_styles_margin','','wrap_styles_margin',''),(3580,65,'wrap_styles_padding','','wrap_styles_padding',''),(3581,65,'wrap_styles_float','','wrap_styles_float',''),(3582,65,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(3583,65,'label_styles_border','','label_styles_border',''),(3584,65,'label_styles_width','','label_styles_width',''),(3585,65,'label_styles_font-size','','label_styles_font-size',''),(3586,65,'label_styles_margin','','label_styles_margin',''),(3587,65,'label_styles_padding','','label_styles_padding',''),(3588,65,'label_styles_float','','label_styles_float',''),(3589,65,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(3590,65,'element_styles_border','','element_styles_border',''),(3591,65,'element_styles_width','','element_styles_width',''),(3592,65,'element_styles_font-size','','element_styles_font-size',''),(3593,65,'element_styles_margin','','element_styles_margin',''),(3594,65,'element_styles_padding','','element_styles_padding',''),(3595,65,'element_styles_float','','element_styles_float',''),(3596,65,'element_styles_show_advanced_css','1','element_styles_show_advanced_css','1'),(3597,65,'key','html_1662651382914','key','html_1662651382914'),(3598,65,'cellcid','c3983','cellcid','c3983'),(3599,65,'drawerDisabled','','drawerDisabled',''),(3600,65,'element_styles_advanced','body {\n color: #ffffff;\n}','element_styles_advanced','body {\n color: #ffffff;\n}'),(3632,66,'editActive','','editActive',''),(3633,66,'order','6','order','6'),(3634,66,'idAttribute','id','idAttribute','id'),(3635,66,'type','listcheckbox','type','listcheckbox'),(3636,66,'label','Checkbox List','label','Checkbox List'),(3637,66,'key','listcheckbox_1662663562280','key','listcheckbox_1662663562280'),(3638,66,'label_pos','hidden','label_pos','hidden'),(3639,66,'required','','required',''),(3640,66,'options','a:2:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:26:\"I Have Read the Disclaimer\";s:5:\"value\";s:26:\"I Have Read the Disclaimer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"I Acknowledge and Agree to its Terms\";s:5:\"value\";s:36:\"I Acknowledge and Agree to its Terms\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}','options','a:2:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:26:\"I Have Read the Disclaimer\";s:5:\"value\";s:26:\"I Have Read the Disclaimer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"I Acknowledge and Agree to its Terms\";s:5:\"value\";s:36:\"I Acknowledge and Agree to its Terms\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}'),(3641,66,'container_class','','container_class',''),(3642,66,'element_class','lm-ignore-checkbox6','element_class','lm-ignore-checkbox6'),(3643,66,'admin_label','','admin_label',''),(3644,66,'help_text','','help_text',''),(3645,66,'wrap_styles_border','','wrap_styles_border',''),(3646,66,'wrap_styles_width','','wrap_styles_width',''),(3647,66,'wrap_styles_margin','','wrap_styles_margin',''),(3648,66,'wrap_styles_padding','','wrap_styles_padding',''),(3649,66,'wrap_styles_float','','wrap_styles_float',''),(3650,66,'wrap_styles_show_advanced_css','1','wrap_styles_show_advanced_css','1'),(3651,66,'label_styles_border','','label_styles_border',''),(3652,66,'label_styles_width','','label_styles_width',''),(3653,66,'label_styles_font-size','','label_styles_font-size',''),(3654,66,'label_styles_margin','','label_styles_margin',''),(3655,66,'label_styles_padding','','label_styles_padding',''),(3656,66,'label_styles_float','','label_styles_float',''),(3657,66,'label_styles_show_advanced_css','1','label_styles_show_advanced_css','1'),(3658,66,'element_styles_border','','element_styles_border',''),(3659,66,'element_styles_width','','element_styles_width',''),(3660,66,'element_styles_font-size','','element_styles_font-size',''),(3661,66,'element_styles_margin','','element_styles_margin',''),(3662,66,'element_styles_padding','','element_styles_padding',''),(3663,66,'element_styles_float','','element_styles_float',''),(3664,66,'element_styles_show_advanced_css','1','element_styles_show_advanced_css','1'),(3665,66,'list_item_row_styles_border','','list_item_row_styles_border',''),(3666,66,'list_item_row_styles_height','','list_item_row_styles_height',''),(3667,66,'list_item_row_styles_width','','list_item_row_styles_width',''),(3668,66,'list_item_row_styles_font-size','','list_item_row_styles_font-size',''),(3669,66,'list_item_row_styles_margin','','list_item_row_styles_margin',''),(3670,66,'list_item_row_styles_padding','','list_item_row_styles_padding',''),(3671,66,'list_item_row_styles_float','','list_item_row_styles_float',''),(3672,66,'list_item_row_styles_show_advanced_css','1','list_item_row_styles_show_advanced_css','1'),(3673,66,'list_item_label_styles_border','','list_item_label_styles_border',''),(3674,66,'list_item_label_styles_height','','list_item_label_styles_height',''),(3675,66,'list_item_label_styles_width','','list_item_label_styles_width',''),(3676,66,'list_item_label_styles_font-size','','list_item_label_styles_font-size',''),(3677,66,'list_item_label_styles_margin','','list_item_label_styles_margin',''),(3678,66,'list_item_label_styles_padding','','list_item_label_styles_padding',''),(3679,66,'list_item_label_styles_float','','list_item_label_styles_float',''),(3680,66,'list_item_label_styles_show_advanced_css','1','list_item_label_styles_show_advanced_css','1'),(3681,66,'list_item_element_styles_border','','list_item_element_styles_border',''),(3682,66,'list_item_element_styles_height','','list_item_element_styles_height',''),(3683,66,'list_item_element_styles_width','','list_item_element_styles_width',''),(3684,66,'list_item_element_styles_font-size','12.5','list_item_element_styles_font-size','12.5'),(3685,66,'list_item_element_styles_margin','','list_item_element_styles_margin',''),(3686,66,'list_item_element_styles_padding','5px','list_item_element_styles_padding','5px'),(3687,66,'list_item_element_styles_float','','list_item_element_styles_float',''),(3688,66,'list_item_element_styles_show_advanced_css','1','list_item_element_styles_show_advanced_css','1'),(3689,66,'cellcid','c3985','cellcid','c3985'),(3690,66,'drawerDisabled','','drawerDisabled',''),(3691,66,'cellOrder','1','cellOrder','1'),(3692,66,'list_item_row_styles_display','','list_item_row_styles_display',''),(3693,66,'list_item_label_styles_display','','list_item_label_styles_display',''),(3694,66,'list_item_element_styles_display','','list_item_element_styles_display',''),(3695,66,'element_styles_background-color','#ffffff','element_styles_background-color','#ffffff'),(3696,66,'element_styles_border-style','solid','element_styles_border-style','solid'),(3697,66,'element_styles_border-color','#000000','element_styles_border-color','#000000'),(3698,66,'wrap_styles_advanced','lm-ignore-checkbox1','wrap_styles_advanced','lm-ignore-checkbox1'),(3699,66,'label_styles_advanced','lm-ignore-checkbox2','label_styles_advanced','lm-ignore-checkbox2'),(3700,66,'element_styles_advanced','lm-ignore-checkbox3','element_styles_advanced','lm-ignore-checkbox3'),(3701,66,'list_item_row_styles_advanced','lm-ignore-checkbox4','list_item_row_styles_advanced','lm-ignore-checkbox4'),(3702,66,'list_item_label_styles_advanced','lm-ignore-checkbox4','list_item_label_styles_advanced','lm-ignore-checkbox4'),(3703,66,'list_item_element_styles_advanced','lm-ignore-checkbox5','list_item_element_styles_advanced','lm-ignore-checkbox5'),(3759,64,'field_label','Phone Number','field_label','Phone Number'),(3760,64,'field_key','phone_number_1662652113554','field_key','phone_number_1662652113554'),(3761,65,'field_label','HTML','field_label','HTML'),(3762,65,'field_key','html_1662651382914','field_key','html_1662651382914'),(3763,66,'field_label','Checkbox List','field_label','Checkbox List'),(3764,66,'field_key','listcheckbox_1662663562280','field_key','listcheckbox_1662663562280');
/*!40000 ALTER TABLE `cuB_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_fields`
--
DROP TABLE IF EXISTS `cuB_nf3_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_fields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`label` longtext,
`key` longtext,
`type` longtext,
`parent_id` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`field_label` longtext,
`field_key` longtext,
`order` int(11) DEFAULT NULL,
`required` bit(1) DEFAULT NULL,
`default_value` longtext,
`label_pos` varchar(15) DEFAULT NULL,
`personally_identifiable` bit(1) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_fields`
--
LOCK TABLES `cuB_nf3_fields` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_fields` DISABLE KEYS */;
INSERT INTO `cuB_nf3_fields` VALUES (1,'Personal Information','personal_information_1534954814742','html',1,'2019-07-29 17:39:41',NULL,'Personal Information','personal_information_1534954814742',1,_binary '\0','','',_binary '\0'),(2,'Name','name_1534954806801','firstname',1,'2019-07-29 17:32:52',NULL,'Name','name_1534954806801',2,_binary '\0','','default',_binary ''),(3,'Email','email_1534954365299','email',1,'2019-07-29 17:32:53',NULL,'Email','email_1534954365299',3,_binary '','','default',_binary ''),(4,'Phone','phone_1534954373936','phone',1,'2019-07-29 17:32:53',NULL,'Phone','phone_1534954373936',4,_binary '\0','','default',_binary ''),(5,'Zip','zip_1534954373399','zip',1,'2019-07-29 17:32:53',NULL,'Zip','zip_1534954373399',5,_binary '\0','','default',_binary '\0'),(6,'US States','liststate_1534954369789','liststate',1,'2019-07-29 17:39:41',NULL,'US States','liststate_1534954369789',6,_binary '\0','','default',_binary '\0'),(7,'Contact Preferences','contact_preferences_1534954782835','html',1,'2019-07-29 17:39:41',NULL,'Contact Preferences','contact_preferences_1534954782835',7,_binary '\0','','',_binary '\0'),(8,'How Would You Like To Be Contacted?','how_would_you_like_to_be_contacted_1534954740097','listcheckbox',1,'2019-07-29 17:39:41',NULL,'How Would You Like To Be Contacted?','how_would_you_like_to_be_contacted_1534954740097',8,_binary '\0','','default',_binary '\0'),(10,'Brief Description of Your Legal Issue','brief_description_of_your_legal_issue_1534954647282','textarea',1,'2019-07-29 17:39:41',NULL,'Brief Description of Your Legal Issue','brief_description_of_your_legal_issue_1534954647282',10,_binary '\0','','default',_binary '\0'),(11,'','privacy_policy_1534954542111','html',1,'2022-09-13 12:29:32',NULL,'','privacy_policy_1534954542111',11,_binary '\0','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','',_binary '\0'),(12,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534954562191','checkbox',1,'2019-07-29 17:39:41',NULL,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534954562191',12,_binary '','unchecked','right',_binary '\0'),(13,'Send','send_1562680674669','submit',1,'2019-07-29 17:39:41',NULL,'Send','send_1562680674669',13,_binary '\0','','',_binary '\0'),(14,'Name','name_1534955086592','firstname',2,'2019-07-29 17:33:02',NULL,'Name','name_1534955086592',1,_binary '\0','','default',_binary ''),(15,'Email','email_1534954990561','email',2,'2019-07-29 17:33:02',NULL,'Email','email_1534954990561',2,_binary '','','default',_binary ''),(16,'Phone','phone_1534954991568','phone',2,'2019-07-29 17:33:02',NULL,'Phone','phone_1534954991568',3,_binary '\0','','default',_binary ''),(17,'Message','message_1534955077918','textarea',2,'2021-08-11 22:23:02',NULL,'Message','message_1534955077918',4,_binary '\0','','default',_binary '\0'),(18,'','html_1534955009205','html',2,'2021-08-18 09:56:28',NULL,'','html_1534955009205',5,_binary '\0','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/privacy/\" target=\"_blank\">Privacy Policy</a></div><div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div></div>','',_binary '\0'),(19,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534955054736','checkbox',2,'2021-08-18 09:56:28',NULL,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534955054736',6,_binary '','unchecked','right',_binary '\0'),(20,'Submit','submit_1629280585819','submit',2,'2021-08-18 09:56:28',NULL,'Submit','submit_1629280585819',7,_binary '\0','','',_binary '\0'),(21,'Name','name_1534955086592','firstname',3,'2022-09-08 16:16:06',NULL,'Name','name_1534955086592',1,_binary '','','default',_binary ''),(22,'Email','email_1534954990561','email',3,'2019-07-29 17:33:11',NULL,'Email','email_1534954990561',2,_binary '','','default',_binary ''),(23,'Phone','phone_1534954991568','phone',3,'2019-07-29 17:33:11',NULL,'Phone','phone_1534954991568',3,_binary '\0','','default',_binary ''),(24,'Message','message_1534955077918','textarea',3,'2022-09-08 16:26:36',NULL,'Message','message_1534955077918',5,_binary '\0','','default',_binary '\0'),(25,'','html_1534955009205','html',3,'2022-09-08 16:26:36',NULL,'','html_1534955009205',6,_binary '\0','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/privacy/\" target=\"_blank\">Privacy Policy</a></div><div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div></div>','',_binary '\0'),(26,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534955054736','checkbox',3,'2022-09-08 16:26:36',NULL,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534955054736',7,_binary '','unchecked','right',_binary '\0'),(27,'Send','send_1562680748375','submit',3,'2022-09-08 16:26:36',NULL,'Send','send_1562680748375',8,_binary '\0','','',_binary '\0'),(28,'Name','name_1534955086592','firstname',4,'2019-07-29 17:33:21',NULL,'Name','name_1534955086592',1,_binary '\0','','default',_binary ''),(29,'Email','email_1534954990561','email',4,'2019-07-29 17:33:21',NULL,'Email','email_1534954990561',2,_binary '','','default',_binary ''),(30,'Phone','phone_1534954991568','phone',4,'2019-07-29 17:33:21',NULL,'Phone','phone_1534954991568',3,_binary '\0','','default',_binary ''),(31,'Message','message_1534955077918','textarea',4,'2021-08-11 22:22:10',NULL,'Message','message_1534955077918',4,_binary '\0','','default',_binary '\0'),(32,'','html_1534955009205','html',4,'2021-08-11 22:22:10',NULL,'','html_1534955009205',6,_binary '\0','<div class=\"form-links\"> <a href=\"/lp/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/lp/privacy/\" target=\"_blank\">Privacy Policy</a></div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','',_binary '\0'),(33,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534955054736','checkbox',4,'2021-08-11 22:22:10',NULL,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534955054736',7,_binary '','unchecked','right',_binary '\0'),(34,'Send','send_1562680741334','submit',4,'2021-08-11 22:22:10',NULL,'Send','send_1562680741334',8,_binary '\0','','',_binary '\0'),(35,'Name','name','textbox',5,'2022-09-19 14:40:04',NULL,'Name','name',1,_binary '','','hidden',_binary '\0'),(36,'Email','email','email',5,'2022-09-19 14:40:04',NULL,'Email','email',2,_binary '','','hidden',_binary ''),(37,'Message','message','textarea',5,'2022-09-19 14:40:04',NULL,'Message','message',4,_binary '','','hidden',_binary '\0'),(38,'Submit','submit','submit',5,'2022-09-08 15:43:02',NULL,'Submit','submit',7,_binary '\0','','',_binary '\0'),(39,'Phone Number','phone_number_1662652113554','phone',5,'2022-09-19 14:40:04',NULL,'Phone Number','phone_number_1662652113554',3,_binary '','','hidden',_binary ''),(40,'HTML','html_1662651382914','html',5,'2022-09-08 19:34:01',NULL,'HTML','html_1662651382914',5,_binary '\0','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','',_binary '\0'),(46,'Select','listselect_1662654086358','listselect',3,'2022-09-08 16:26:36',NULL,'Select','listselect_1662654086358',4,_binary '\0','','default',_binary '\0'),(47,'Checkbox List','listcheckbox_1662663562280','listcheckbox',5,'2022-09-08 19:13:15',NULL,'Checkbox List','listcheckbox_1662663562280',6,_binary '\0','','hidden',_binary '\0'),(48,'Personal Information','personal_information_1534954814742','html',7,'2022-09-14 17:40:30',NULL,'Personal Information','personal_information_1534954814742',1,_binary '\0','','',_binary '\0'),(49,'Name','name_1534954806801','firstname',7,'2022-09-14 17:40:30',NULL,'Name','name_1534954806801',2,_binary '\0','','default',_binary ''),(50,'Email','email_1534954365299','email',7,'2022-09-14 17:40:30',NULL,'Email','email_1534954365299',3,_binary '','','default',_binary ''),(51,'Phone','phone_1534954373936','phone',7,'2022-09-14 17:40:30',NULL,'Phone','phone_1534954373936',4,_binary '\0','','default',_binary ''),(52,'Zip','zip_1534954373399','zip',7,'2022-09-14 17:40:30',NULL,'Zip','zip_1534954373399',5,_binary '\0','','default',_binary '\0'),(53,'US States','liststate_1534954369789','liststate',7,'2022-09-14 17:40:30',NULL,'US States','liststate_1534954369789',6,_binary '\0','','default',_binary '\0'),(54,'Contact Preferences','contact_preferences_1534954782835','html',7,'2022-09-14 17:40:30',NULL,'Contact Preferences','contact_preferences_1534954782835',7,_binary '\0','','',_binary '\0'),(55,'How Would You Like To Be Contacted?','how_would_you_like_to_be_contacted_1534954740097','listcheckbox',7,'2022-09-14 17:40:30',NULL,'How Would You Like To Be Contacted?','how_would_you_like_to_be_contacted_1534954740097',8,_binary '\0','','default',_binary '\0'),(56,'Brief Description of Your Legal Issue','brief_description_of_your_legal_issue_1534954647282','textarea',7,'2022-09-14 17:40:30',NULL,'Brief Description of Your Legal Issue','brief_description_of_your_legal_issue_1534954647282',10,_binary '\0','','default',_binary '\0'),(57,'','privacy_policy_1534954542111','html',7,'2022-09-14 17:40:30',NULL,'','privacy_policy_1534954542111',11,_binary '\0','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','',_binary '\0'),(58,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534954562191','checkbox',7,'2022-09-14 17:40:30',NULL,'I Have Read The Disclaimer','i_have_read_the_disclaimer_1534954562191',12,_binary '','unchecked','right',_binary '\0'),(59,'Submit','submit_1663177781078','submit',7,'2022-09-14 17:49:43',NULL,'Submit','submit_1663177781078',13,_binary '\0','','',_binary '\0'),(60,'Name','name','textbox',8,'2022-09-19 19:56:01',NULL,'Name','name',1,_binary '','','hidden',_binary '\0'),(61,'Email','email','email',8,'2022-09-19 19:56:01',NULL,'Email','email',2,_binary '','','hidden',_binary ''),(62,'Message','message','textarea',8,'2022-09-19 19:56:01',NULL,'Message','message',4,_binary '','','hidden',_binary '\0'),(63,'Submit','submit','submit',8,'2022-09-19 19:56:01',NULL,'Submit','submit',7,_binary '\0','','',_binary '\0'),(64,'Phone Number','phone_number_1662652113554','phone',8,'2022-09-19 19:56:01',NULL,'Phone Number','phone_number_1662652113554',3,_binary '','','hidden',_binary ''),(65,'HTML','html_1662651382914','html',8,'2022-09-19 19:56:01',NULL,'HTML','html_1662651382914',5,_binary '\0','<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>','',_binary '\0'),(66,'Checkbox List','listcheckbox_1662663562280','listcheckbox',8,'2022-09-19 19:56:01',NULL,'Checkbox List','listcheckbox_1662663562280',6,_binary '\0','','hidden',_binary '\0');
/*!40000 ALTER TABLE `cuB_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_form_meta`
--
DROP TABLE IF EXISTS `cuB_nf3_form_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_form_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
`meta_key` longtext,
`meta_value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=868 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_form_meta`
--
LOCK TABLES `cuB_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `cuB_nf3_form_meta` VALUES (1,1,'objectType','Form Setting','objectType','Form Setting'),(2,1,'editActive','1','editActive','1'),(3,1,'title','Long Form','title','Long Form'),(4,1,'show_title','0','show_title','0'),(5,1,'clear_complete','1','clear_complete','1'),(6,1,'hide_complete','1','hide_complete','1'),(7,1,'default_label_pos','above','default_label_pos','above'),(8,1,'wrapper_class','fl-long-form','wrapper_class','fl-long-form'),(9,1,'element_class','','element_class',''),(10,1,'key','','key',''),(11,1,'add_submit','0','add_submit','0'),(12,1,'currency','','currency',''),(13,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(14,1,'logged_in','0','logged_in','0'),(15,1,'not_logged_in_msg','','not_logged_in_msg',''),(16,1,'sub_limit_msg','The form has reached its submission limit.','sub_limit_msg','The form has reached its submission limit.'),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(19,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(20,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(21,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(22,1,'success-msg_styles_show_advanced_css','1','success-msg_styles_show_advanced_css','1'),(23,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(24,1,'formContentData','a:1:{i:0;a:6:{s:15:\"formContentData\";a:12:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:34:\"personal_information_1534954814742\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534954806801\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954365299\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954373936\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:17:\"zip_1534954373399\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:23:\"liststate_1534954369789\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:33:\"contact_preferences_1534954782835\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:48:\"how_would_you_like_to_be_contacted_1534954740097\";}s:5:\"width\";s:3:\"100\";}}}i:8;a:2:{s:5:\"order\";i:10;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:51:\"brief_description_of_your_legal_issue_1534954647282\";}s:5:\"width\";s:3:\"100\";}}}i:9;a:2:{s:5:\"order\";i:11;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:28:\"privacy_policy_1534954542111\";}s:5:\"width\";s:3:\"100\";}}}i:10;a:2:{s:5:\"order\";i:12;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534954562191\";}s:5:\"width\";s:3:\"100\";}}}i:11;a:2:{s:5:\"order\";i:13;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680674669\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"znhzdws\";}}','formContentData','a:1:{i:0;a:6:{s:15:\"formContentData\";a:12:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:34:\"personal_information_1534954814742\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534954806801\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954365299\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954373936\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:17:\"zip_1534954373399\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:23:\"liststate_1534954369789\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:33:\"contact_preferences_1534954782835\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:48:\"how_would_you_like_to_be_contacted_1534954740097\";}s:5:\"width\";s:3:\"100\";}}}i:8;a:2:{s:5:\"order\";i:10;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:51:\"brief_description_of_your_legal_issue_1534954647282\";}s:5:\"width\";s:3:\"100\";}}}i:9;a:2:{s:5:\"order\";i:11;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:28:\"privacy_policy_1534954542111\";}s:5:\"width\";s:3:\"100\";}}}i:10;a:2:{s:5:\"order\";i:12;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534954562191\";}s:5:\"width\";s:3:\"100\";}}}i:11;a:2:{s:5:\"order\";i:13;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680674669\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"znhzdws\";}}'),(25,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(26,1,'changeDateErrorMsg','','changeDateErrorMsg',''),(27,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(28,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(29,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(30,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(31,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(32,1,'validateRequiredField','','validateRequiredField',''),(33,1,'honeypotHoneypotError','','honeypotHoneypotError',''),(34,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(35,1,'drawerDisabled','','drawerDisabled',''),(36,2,'objectType','Form Setting','objectType','Form Setting'),(37,2,'editActive','1','editActive','1'),(38,2,'title','Short Form','title','Short Form'),(39,2,'show_title','0','show_title','0'),(40,2,'clear_complete','1','clear_complete','1'),(41,2,'hide_complete','1','hide_complete','1'),(42,2,'default_label_pos','hidden','default_label_pos','hidden'),(43,2,'wrapper_class','fl-short-form','wrapper_class','fl-short-form'),(44,2,'element_class','','element_class',''),(45,2,'key','','key',''),(46,2,'add_submit','0','add_submit','0'),(47,2,'currency','','currency',''),(48,2,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(49,2,'logged_in','0','logged_in','0'),(50,2,'not_logged_in_msg','','not_logged_in_msg',''),(51,2,'sub_limit_msg','The form has reached its submission limit.','sub_limit_msg','The form has reached its submission limit.'),(52,2,'calculations','a:0:{}','calculations','a:0:{}'),(53,2,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(54,2,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(55,2,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(56,2,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(57,2,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(58,2,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(59,2,'formContentData','a:1:{i:0;a:6:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";i:40;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:20:\"submit_1629280585819\";}s:5:\"width\";i:27;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:8:\"kxtbboqb\";}}','formContentData','a:1:{i:0;a:6:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";i:40;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:20:\"submit_1629280585819\";}s:5:\"width\";i:27;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:8:\"kxtbboqb\";}}'),(60,2,'drawerDisabled','','drawerDisabled',''),(61,2,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(62,2,'changeDateErrorMsg','','changeDateErrorMsg',''),(63,2,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(64,2,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(65,2,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(66,2,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(67,2,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(68,2,'validateRequiredField','','validateRequiredField',''),(69,2,'honeypotHoneypotError','','honeypotHoneypotError',''),(70,2,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(71,3,'objectType','Form Setting','objectType','Form Setting'),(72,3,'editActive','1','editActive','1'),(73,3,'title','Email This Attorney','title','Email This Attorney'),(74,3,'created_at','2019-03-08 18:06:57','created_at','2019-03-08 18:06:57'),(75,3,'default_label_pos','above','default_label_pos','above'),(76,3,'show_title','0','show_title','0'),(77,3,'clear_complete','1','clear_complete','1'),(78,3,'hide_complete','1','hide_complete','1'),(79,3,'logged_in','0','logged_in','0'),(80,3,'wrapper_class','fl-attorney-form','wrapper_class','fl-attorney-form'),(81,3,'element_class','','element_class',''),(82,3,'key','','key',''),(83,3,'add_submit','0','add_submit','0'),(84,3,'currency','','currency',''),(85,3,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(86,3,'not_logged_in_msg','','not_logged_in_msg',''),(87,3,'sub_limit_msg','The form has reached its submission limit.','sub_limit_msg','The form has reached its submission limit.'),(88,3,'calculations','a:0:{}','calculations','a:0:{}'),(89,3,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(90,3,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(91,3,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(92,3,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(93,3,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(94,3,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(95,3,'formContentData','a:1:{i:0;a:8:{s:15:\"formContentData\";a:8:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:24:\"listselect_1662654086358\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680748375\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:8:\"tvkfabgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}','formContentData','a:1:{i:0;a:8:{s:15:\"formContentData\";a:8:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:24:\"listselect_1662654086358\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680748375\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:8:\"tvkfabgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}'),(96,3,'drawerDisabled','','drawerDisabled',''),(97,3,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(98,3,'changeDateErrorMsg','','changeDateErrorMsg',''),(99,3,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(100,3,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(101,3,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(102,3,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(103,3,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(104,3,'validateRequiredField','','validateRequiredField',''),(105,3,'honeypotHoneypotError','','honeypotHoneypotError',''),(106,3,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(107,3,'container_styles_border','','container_styles_border',''),(108,3,'container_styles_height','','container_styles_height',''),(109,3,'container_styles_margin','','container_styles_margin',''),(110,3,'container_styles_padding','','container_styles_padding',''),(111,3,'container_styles_float','','container_styles_float',''),(112,3,'title_styles_border','','title_styles_border',''),(113,3,'title_styles_height','','title_styles_height',''),(114,3,'title_styles_width','','title_styles_width',''),(115,3,'title_styles_font-size','','title_styles_font-size',''),(116,3,'title_styles_margin','','title_styles_margin',''),(117,3,'title_styles_padding','','title_styles_padding',''),(118,3,'title_styles_float','','title_styles_float',''),(119,3,'row_styles_border','','row_styles_border',''),(120,3,'row_styles_width','','row_styles_width',''),(121,3,'row_styles_font-size','','row_styles_font-size',''),(122,3,'row_styles_margin','','row_styles_margin',''),(123,3,'row_styles_padding','','row_styles_padding',''),(124,3,'row-odd_styles_border','','row-odd_styles_border',''),(125,3,'row-odd_styles_height','','row-odd_styles_height',''),(126,3,'row-odd_styles_width','','row-odd_styles_width',''),(127,3,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(128,3,'row-odd_styles_margin','','row-odd_styles_margin',''),(129,3,'row-odd_styles_padding','','row-odd_styles_padding',''),(130,3,'success-msg_styles_border','','success-msg_styles_border',''),(131,3,'success-msg_styles_height','','success-msg_styles_height',''),(132,3,'success-msg_styles_width','','success-msg_styles_width',''),(133,3,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(134,3,'success-msg_styles_margin','','success-msg_styles_margin',''),(135,3,'success-msg_styles_padding','','success-msg_styles_padding',''),(136,3,'error_msg_styles_border','','error_msg_styles_border',''),(137,3,'error_msg_styles_width','','error_msg_styles_width',''),(138,3,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(139,3,'error_msg_styles_margin','','error_msg_styles_margin',''),(140,3,'error_msg_styles_padding','','error_msg_styles_padding',''),(141,4,'objectType','Form Setting','objectType','Form Setting'),(142,4,'editActive','1','editActive','1'),(143,4,'title','Landing Page Form','title','Landing Page Form'),(144,4,'created_at','2019-04-02 18:10:40','created_at','2019-04-02 18:10:40'),(145,4,'default_label_pos','above','default_label_pos','above'),(146,4,'show_title','0','show_title','0'),(147,4,'clear_complete','1','clear_complete','1'),(148,4,'hide_complete','1','hide_complete','1'),(149,4,'logged_in','0','logged_in','0'),(150,4,'wrapper_class','fl-landing-page-form','wrapper_class','fl-landing-page-form'),(151,4,'element_class','','element_class',''),(152,4,'key','','key',''),(153,4,'add_submit','0','add_submit','0'),(154,4,'currency','','currency',''),(155,4,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(156,4,'not_logged_in_msg','','not_logged_in_msg',''),(157,4,'sub_limit_msg','The form has reached its submission limit.','sub_limit_msg','The form has reached its submission limit.'),(158,4,'calculations','a:0:{}','calculations','a:0:{}'),(159,4,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(160,4,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(161,4,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(162,4,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(163,4,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(164,4,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(165,4,'formContentData','a:7:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680741334\";}s:5:\"width\";s:3:\"100\";}}}}','formContentData','a:7:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680741334\";}s:5:\"width\";s:3:\"100\";}}}}'),(166,4,'drawerDisabled','','drawerDisabled',''),(167,4,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(168,4,'changeDateErrorMsg','','changeDateErrorMsg',''),(169,4,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(170,4,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(171,4,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(172,4,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(173,4,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(174,4,'validateRequiredField','','validateRequiredField',''),(175,4,'honeypotHoneypotError','','honeypotHoneypotError',''),(176,4,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(177,1,'created_at','2019-07-29 17:32:52','created_at','2019-07-29 17:32:52'),(178,1,'seq_num',NULL,'seq_num',NULL),(179,1,'allow_public_link','0','allow_public_link','0'),(180,1,'embed_form','','embed_form',''),(181,3,'seq_num',NULL,'seq_num',NULL),(182,3,'allow_public_link','0','allow_public_link','0'),(183,3,'embed_form','','embed_form',''),(184,3,'repeatable_fieldsets','','repeatable_fieldsets',''),(185,4,'seq_num',NULL,'seq_num',NULL),(186,4,'allow_public_link','0','allow_public_link','0'),(187,4,'embed_form','','embed_form',''),(188,4,'repeatable_fieldsets','','repeatable_fieldsets',''),(189,1,'repeatable_fieldsets','','repeatable_fieldsets',''),(190,2,'created_at','2019-07-29 17:33:01','created_at','2019-07-29 17:33:01'),(191,2,'seq_num',NULL,'seq_num',NULL),(192,2,'allow_public_link','0','allow_public_link','0'),(193,2,'embed_form','','embed_form',''),(194,2,'repeatable_fieldsets','','repeatable_fieldsets',''),(195,3,'conditions','a:0:{}','conditions','a:0:{}'),(196,3,'mp_breadcrumb','1','mp_breadcrumb','1'),(197,3,'mp_progress_bar','1','mp_progress_bar','1'),(198,3,'mp_display_titles','0','mp_display_titles','0'),(199,3,'breadcrumb_container_styles_show_advanced_css','0','breadcrumb_container_styles_show_advanced_css','0'),(200,3,'breadcrumb_buttons_styles_show_advanced_css','0','breadcrumb_buttons_styles_show_advanced_css','0'),(201,3,'breadcrumb_button_hover_styles_show_advanced_css','0','breadcrumb_button_hover_styles_show_advanced_css','0'),(202,3,'breadcrumb_active_button_styles_show_advanced_css','0','breadcrumb_active_button_styles_show_advanced_css','0'),(203,3,'progress_bar_container_styles_show_advanced_css','0','progress_bar_container_styles_show_advanced_css','0'),(204,3,'progress_bar_fill_styles_show_advanced_css','0','progress_bar_fill_styles_show_advanced_css','0'),(205,3,'part_titles_styles_show_advanced_css','0','part_titles_styles_show_advanced_css','0'),(206,3,'navigation_container_styles_show_advanced_css','0','navigation_container_styles_show_advanced_css','0'),(207,3,'previous_button_styles_show_advanced_css','0','previous_button_styles_show_advanced_css','0'),(208,3,'next_button_styles_show_advanced_css','0','next_button_styles_show_advanced_css','0'),(209,3,'navigation_hover_styles_show_advanced_css','0','navigation_hover_styles_show_advanced_css','0'),(210,2,'conditions','a:0:{}','conditions','a:0:{}'),(211,2,'mp_breadcrumb','1','mp_breadcrumb','1'),(212,2,'mp_progress_bar','1','mp_progress_bar','1'),(213,2,'mp_display_titles','0','mp_display_titles','0'),(214,2,'breadcrumb_container_styles_show_advanced_css','0','breadcrumb_container_styles_show_advanced_css','0'),(215,2,'breadcrumb_buttons_styles_show_advanced_css','0','breadcrumb_buttons_styles_show_advanced_css','0'),(216,2,'breadcrumb_button_hover_styles_show_advanced_css','0','breadcrumb_button_hover_styles_show_advanced_css','0'),(217,2,'breadcrumb_active_button_styles_show_advanced_css','0','breadcrumb_active_button_styles_show_advanced_css','0'),(218,2,'progress_bar_container_styles_show_advanced_css','0','progress_bar_container_styles_show_advanced_css','0'),(219,2,'progress_bar_fill_styles_show_advanced_css','0','progress_bar_fill_styles_show_advanced_css','0'),(220,2,'part_titles_styles_show_advanced_css','0','part_titles_styles_show_advanced_css','0'),(221,2,'navigation_container_styles_show_advanced_css','0','navigation_container_styles_show_advanced_css','0'),(222,2,'previous_button_styles_show_advanced_css','0','previous_button_styles_show_advanced_css','0'),(223,2,'next_button_styles_show_advanced_css','0','next_button_styles_show_advanced_css','0'),(224,2,'navigation_hover_styles_show_advanced_css','0','navigation_hover_styles_show_advanced_css','0'),(225,2,'container_styles_border','','container_styles_border',''),(226,2,'container_styles_height','','container_styles_height',''),(227,2,'container_styles_margin','','container_styles_margin',''),(228,2,'container_styles_padding','','container_styles_padding',''),(229,2,'container_styles_float','','container_styles_float',''),(230,2,'title_styles_border','','title_styles_border',''),(231,2,'title_styles_height','','title_styles_height',''),(232,2,'title_styles_width','','title_styles_width',''),(233,2,'title_styles_font-size','','title_styles_font-size',''),(234,2,'title_styles_margin','','title_styles_margin',''),(235,2,'title_styles_padding','','title_styles_padding',''),(236,2,'title_styles_float','','title_styles_float',''),(237,2,'row_styles_border','','row_styles_border',''),(238,2,'row_styles_width','','row_styles_width',''),(239,2,'row_styles_font-size','','row_styles_font-size',''),(240,2,'row_styles_margin','','row_styles_margin',''),(241,2,'row_styles_padding','','row_styles_padding',''),(242,2,'row-odd_styles_border','','row-odd_styles_border',''),(243,2,'row-odd_styles_height','','row-odd_styles_height',''),(244,2,'row-odd_styles_width','','row-odd_styles_width',''),(245,2,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(246,2,'row-odd_styles_margin','','row-odd_styles_margin',''),(247,2,'row-odd_styles_padding','','row-odd_styles_padding',''),(248,2,'success-msg_styles_border','','success-msg_styles_border',''),(249,2,'success-msg_styles_height','','success-msg_styles_height',''),(250,2,'success-msg_styles_width','','success-msg_styles_width',''),(251,2,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(252,2,'success-msg_styles_margin','','success-msg_styles_margin',''),(253,2,'success-msg_styles_padding','','success-msg_styles_padding',''),(254,2,'error_msg_styles_border','','error_msg_styles_border',''),(255,2,'error_msg_styles_width','','error_msg_styles_width',''),(256,2,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(257,2,'error_msg_styles_margin','','error_msg_styles_margin',''),(258,2,'error_msg_styles_padding','','error_msg_styles_padding',''),(259,2,'mp_prev_label','','mp_prev_label',''),(260,2,'mp_next_label','','mp_next_label',''),(261,2,'breadcrumb_container_styles_border','','breadcrumb_container_styles_border',''),(262,2,'breadcrumb_container_styles_height','','breadcrumb_container_styles_height',''),(263,2,'breadcrumb_container_styles_width','','breadcrumb_container_styles_width',''),(264,2,'breadcrumb_container_styles_margin','','breadcrumb_container_styles_margin',''),(265,2,'breadcrumb_container_styles_padding','','breadcrumb_container_styles_padding',''),(266,2,'breadcrumb_container_styles_float','','breadcrumb_container_styles_float',''),(267,2,'breadcrumb_buttons_styles_border','','breadcrumb_buttons_styles_border',''),(268,2,'breadcrumb_buttons_styles_height','','breadcrumb_buttons_styles_height',''),(269,2,'breadcrumb_buttons_styles_width','','breadcrumb_buttons_styles_width',''),(270,2,'breadcrumb_buttons_styles_font-size','','breadcrumb_buttons_styles_font-size',''),(271,2,'breadcrumb_buttons_styles_margin','','breadcrumb_buttons_styles_margin',''),(272,2,'breadcrumb_buttons_styles_padding','','breadcrumb_buttons_styles_padding',''),(273,2,'breadcrumb_buttons_styles_float','','breadcrumb_buttons_styles_float',''),(274,2,'breadcrumb_button_hover_styles_border','','breadcrumb_button_hover_styles_border',''),(275,2,'breadcrumb_button_hover_styles_height','','breadcrumb_button_hover_styles_height',''),(276,2,'breadcrumb_button_hover_styles_width','','breadcrumb_button_hover_styles_width',''),(277,2,'breadcrumb_button_hover_styles_font-size','','breadcrumb_button_hover_styles_font-size',''),(278,2,'breadcrumb_button_hover_styles_margin','','breadcrumb_button_hover_styles_margin',''),(279,2,'breadcrumb_button_hover_styles_padding','','breadcrumb_button_hover_styles_padding',''),(280,2,'breadcrumb_button_hover_styles_float','','breadcrumb_button_hover_styles_float',''),(281,2,'breadcrumb_active_button_styles_border','','breadcrumb_active_button_styles_border',''),(282,2,'breadcrumb_active_button_styles_height','','breadcrumb_active_button_styles_height',''),(283,2,'breadcrumb_active_button_styles_width','','breadcrumb_active_button_styles_width',''),(284,2,'breadcrumb_active_button_styles_font-size','','breadcrumb_active_button_styles_font-size',''),(285,2,'breadcrumb_active_button_styles_margin','','breadcrumb_active_button_styles_margin',''),(286,2,'breadcrumb_active_button_styles_padding','','breadcrumb_active_button_styles_padding',''),(287,2,'breadcrumb_active_button_styles_float','','breadcrumb_active_button_styles_float',''),(288,2,'progress_bar_container_styles_border','','progress_bar_container_styles_border',''),(289,2,'progress_bar_container_styles_height','','progress_bar_container_styles_height',''),(290,2,'progress_bar_container_styles_width','','progress_bar_container_styles_width',''),(291,2,'progress_bar_container_styles_margin','','progress_bar_container_styles_margin',''),(292,2,'progress_bar_container_styles_padding','','progress_bar_container_styles_padding',''),(293,2,'progress_bar_container_styles_float','','progress_bar_container_styles_float',''),(294,2,'progress_bar_fill_styles_border','','progress_bar_fill_styles_border',''),(295,2,'progress_bar_fill_styles_height','','progress_bar_fill_styles_height',''),(296,2,'progress_bar_fill_styles_margin','','progress_bar_fill_styles_margin',''),(297,2,'progress_bar_fill_styles_padding','','progress_bar_fill_styles_padding',''),(298,2,'part_titles_styles_border','','part_titles_styles_border',''),(299,2,'part_titles_styles_height','','part_titles_styles_height',''),(300,2,'part_titles_styles_width','','part_titles_styles_width',''),(301,2,'part_titles_styles_font-size','','part_titles_styles_font-size',''),(302,2,'part_titles_styles_margin','','part_titles_styles_margin',''),(303,2,'part_titles_styles_padding','','part_titles_styles_padding',''),(304,2,'part_titles_styles_float','','part_titles_styles_float',''),(305,2,'navigation_container_styles_border','','navigation_container_styles_border',''),(306,2,'navigation_container_styles_height','','navigation_container_styles_height',''),(307,2,'navigation_container_styles_width','','navigation_container_styles_width',''),(308,2,'navigation_container_styles_margin','','navigation_container_styles_margin',''),(309,2,'navigation_container_styles_padding','','navigation_container_styles_padding',''),(310,2,'navigation_container_styles_float','','navigation_container_styles_float',''),(311,2,'previous_button_styles_border','','previous_button_styles_border',''),(312,2,'previous_button_styles_height','','previous_button_styles_height',''),(313,2,'previous_button_styles_width','','previous_button_styles_width',''),(314,2,'previous_button_styles_font-size','','previous_button_styles_font-size',''),(315,2,'previous_button_styles_margin','','previous_button_styles_margin',''),(316,2,'previous_button_styles_padding','','previous_button_styles_padding',''),(317,2,'next_button_styles_border','','next_button_styles_border',''),(318,2,'next_button_styles_height','','next_button_styles_height',''),(319,2,'next_button_styles_width','','next_button_styles_width',''),(320,2,'next_button_styles_font-size','','next_button_styles_font-size',''),(321,2,'next_button_styles_margin','','next_button_styles_margin',''),(322,2,'next_button_styles_padding','','next_button_styles_padding',''),(323,2,'navigation_hover_styles_border','','navigation_hover_styles_border',''),(324,2,'navigation_hover_styles_height','','navigation_hover_styles_height',''),(325,2,'navigation_hover_styles_width','','navigation_hover_styles_width',''),(326,2,'navigation_hover_styles_font-size','','navigation_hover_styles_font-size',''),(327,2,'navigation_hover_styles_margin','','navigation_hover_styles_margin',''),(328,2,'navigation_hover_styles_padding','','navigation_hover_styles_padding',''),(329,5,'title','Contact Me','title','Contact Me'),(330,5,'key','','key',''),(331,5,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(332,5,'default_label_pos','hidden','default_label_pos','hidden'),(333,5,'conditions','a:0:{}','conditions','a:0:{}'),(334,5,'objectType','Form Setting','objectType','Form Setting'),(335,5,'editActive','1','editActive','1'),(336,5,'show_title','0','show_title','0'),(337,5,'clear_complete','1','clear_complete','1'),(338,5,'hide_complete','1','hide_complete','1'),(339,5,'wrapper_class','lm-ignore-checkbox','wrapper_class','lm-ignore-checkbox'),(340,5,'element_class','','element_class',''),(341,5,'add_submit','1','add_submit','1'),(342,5,'logged_in','0','logged_in','0'),(343,5,'not_logged_in_msg','','not_logged_in_msg',''),(344,5,'sub_limit_number','','sub_limit_number',''),(345,5,'sub_limit_msg','','sub_limit_msg',''),(346,5,'calculations','a:0:{}','calculations','a:0:{}'),(347,5,'formContentData','a:1:{i:0;a:8:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:0;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:26:\"phone_number_1662652113554\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1662651382914\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:26:\"listcheckbox_1662663562280\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";i:33;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"iyiqfgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}','formContentData','a:1:{i:0;a:8:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:0;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:26:\"phone_number_1662652113554\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1662651382914\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:26:\"listcheckbox_1662663562280\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";i:33;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"iyiqfgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}'),(348,5,'container_styles_background-color','','container_styles_background-color',''),(349,5,'container_styles_border','','container_styles_border',''),(350,5,'container_styles_border-style','','container_styles_border-style',''),(351,5,'container_styles_border-color','','container_styles_border-color',''),(352,5,'container_styles_color','','container_styles_color',''),(353,5,'container_styles_height','','container_styles_height',''),(354,5,'container_styles_width','','container_styles_width',''),(355,5,'container_styles_font-size','','container_styles_font-size',''),(356,5,'container_styles_margin','','container_styles_margin',''),(357,5,'container_styles_padding','','container_styles_padding',''),(358,5,'container_styles_display','','container_styles_display',''),(359,5,'container_styles_float','','container_styles_float',''),(360,5,'container_styles_show_advanced_css','1','container_styles_show_advanced_css','1'),(361,5,'container_styles_advanced','width: 100%!important','container_styles_advanced','width: 100%!important'),(362,5,'title_styles_background-color','','title_styles_background-color',''),(363,5,'title_styles_border','','title_styles_border',''),(364,5,'title_styles_border-style','','title_styles_border-style',''),(365,5,'title_styles_border-color','','title_styles_border-color',''),(366,5,'title_styles_color','','title_styles_color',''),(367,5,'title_styles_height','','title_styles_height',''),(368,5,'title_styles_width','','title_styles_width',''),(369,5,'title_styles_font-size','','title_styles_font-size',''),(370,5,'title_styles_margin','','title_styles_margin',''),(371,5,'title_styles_padding','','title_styles_padding',''),(372,5,'title_styles_display','','title_styles_display',''),(373,5,'title_styles_float','','title_styles_float',''),(374,5,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(375,5,'title_styles_advanced','','title_styles_advanced',''),(376,5,'row_styles_background-color','','row_styles_background-color',''),(377,5,'row_styles_border','','row_styles_border',''),(378,5,'row_styles_border-style','','row_styles_border-style',''),(379,5,'row_styles_border-color','','row_styles_border-color',''),(380,5,'row_styles_color','','row_styles_color',''),(381,5,'row_styles_height','','row_styles_height',''),(382,5,'row_styles_width','','row_styles_width',''),(383,5,'row_styles_font-size','','row_styles_font-size',''),(384,5,'row_styles_margin','','row_styles_margin',''),(385,5,'row_styles_padding','','row_styles_padding',''),(386,5,'row_styles_display','','row_styles_display',''),(387,5,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(388,5,'row_styles_advanced','','row_styles_advanced',''),(389,5,'row-odd_styles_background-color','00FFFFFF','row-odd_styles_background-color','00FFFFFF'),(390,5,'row-odd_styles_border','','row-odd_styles_border',''),(391,5,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(392,5,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(393,5,'row-odd_styles_color','','row-odd_styles_color',''),(394,5,'row-odd_styles_height','','row-odd_styles_height',''),(395,5,'row-odd_styles_width','','row-odd_styles_width',''),(396,5,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(397,5,'row-odd_styles_margin','','row-odd_styles_margin',''),(398,5,'row-odd_styles_padding','','row-odd_styles_padding',''),(399,5,'row-odd_styles_display','','row-odd_styles_display',''),(400,5,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(401,5,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(402,5,'success-msg_styles_background-color','#d8d8d8A6','success-msg_styles_background-color','#d8d8d8A6'),(403,5,'success-msg_styles_border','','success-msg_styles_border',''),(404,5,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(405,5,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(406,5,'success-msg_styles_color','#211865','success-msg_styles_color','#211865'),(407,5,'success-msg_styles_height','','success-msg_styles_height',''),(408,5,'success-msg_styles_width','','success-msg_styles_width',''),(409,5,'success-msg_styles_font-size','22px','success-msg_styles_font-size','22px'),(410,5,'success-msg_styles_margin','','success-msg_styles_margin',''),(411,5,'success-msg_styles_padding','','success-msg_styles_padding',''),(412,5,'success-msg_styles_display','','success-msg_styles_display',''),(413,5,'success-msg_styles_show_advanced_css','1','success-msg_styles_show_advanced_css','1'),(414,5,'success-msg_styles_advanced','font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n','success-msg_styles_advanced','font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n'),(415,5,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(416,5,'error_msg_styles_border','','error_msg_styles_border',''),(417,5,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(418,5,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(419,5,'error_msg_styles_color','','error_msg_styles_color',''),(420,5,'error_msg_styles_height','','error_msg_styles_height',''),(421,5,'error_msg_styles_width','','error_msg_styles_width',''),(422,5,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(423,5,'error_msg_styles_margin','','error_msg_styles_margin',''),(424,5,'error_msg_styles_padding','','error_msg_styles_padding',''),(425,5,'error_msg_styles_display','','error_msg_styles_display',''),(426,5,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(427,5,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(428,5,'seq_num',NULL,'seq_num',NULL),(429,5,'allow_public_link','0','allow_public_link','0'),(430,5,'embed_form','','embed_form',''),(431,5,'currency','','currency',''),(432,5,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(433,5,'mp_breadcrumb','1','mp_breadcrumb','1'),(434,5,'mp_progress_bar','1','mp_progress_bar','1'),(435,5,'mp_display_titles','0','mp_display_titles','0'),(436,5,'breadcrumb_container_styles_show_advanced_css','0','breadcrumb_container_styles_show_advanced_css','0'),(437,5,'breadcrumb_buttons_styles_show_advanced_css','0','breadcrumb_buttons_styles_show_advanced_css','0'),(438,5,'breadcrumb_button_hover_styles_show_advanced_css','0','breadcrumb_button_hover_styles_show_advanced_css','0'),(439,5,'breadcrumb_active_button_styles_show_advanced_css','0','breadcrumb_active_button_styles_show_advanced_css','0'),(440,5,'progress_bar_container_styles_show_advanced_css','0','progress_bar_container_styles_show_advanced_css','0'),(441,5,'progress_bar_fill_styles_show_advanced_css','0','progress_bar_fill_styles_show_advanced_css','0'),(442,5,'part_titles_styles_show_advanced_css','0','part_titles_styles_show_advanced_css','0'),(443,5,'navigation_container_styles_show_advanced_css','0','navigation_container_styles_show_advanced_css','0'),(444,5,'previous_button_styles_show_advanced_css','0','previous_button_styles_show_advanced_css','0'),(445,5,'next_button_styles_show_advanced_css','0','next_button_styles_show_advanced_css','0'),(446,5,'navigation_hover_styles_show_advanced_css','0','navigation_hover_styles_show_advanced_css','0'),(546,5,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(547,5,'changeDateErrorMsg','','changeDateErrorMsg',''),(548,5,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(549,5,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(550,5,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(551,5,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(552,5,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(553,5,'validateRequiredField','','validateRequiredField',''),(554,5,'honeypotHoneypotError','','honeypotHoneypotError',''),(555,5,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(556,5,'drawerDisabled','','drawerDisabled',''),(557,5,'_seq_num','18','_seq_num','18'),(558,1,'conditions','a:0:{}','conditions','a:0:{}'),(559,1,'mp_breadcrumb','1','mp_breadcrumb','1'),(560,1,'mp_progress_bar','1','mp_progress_bar','1'),(561,1,'mp_display_titles','0','mp_display_titles','0'),(562,1,'breadcrumb_container_styles_show_advanced_css','0','breadcrumb_container_styles_show_advanced_css','0'),(563,1,'breadcrumb_buttons_styles_show_advanced_css','0','breadcrumb_buttons_styles_show_advanced_css','0'),(564,1,'breadcrumb_button_hover_styles_show_advanced_css','0','breadcrumb_button_hover_styles_show_advanced_css','0'),(565,1,'breadcrumb_active_button_styles_show_advanced_css','0','breadcrumb_active_button_styles_show_advanced_css','0'),(566,1,'progress_bar_container_styles_show_advanced_css','0','progress_bar_container_styles_show_advanced_css','0'),(567,1,'progress_bar_fill_styles_show_advanced_css','0','progress_bar_fill_styles_show_advanced_css','0'),(568,1,'part_titles_styles_show_advanced_css','0','part_titles_styles_show_advanced_css','0'),(569,1,'navigation_container_styles_show_advanced_css','0','navigation_container_styles_show_advanced_css','0'),(570,1,'previous_button_styles_show_advanced_css','0','previous_button_styles_show_advanced_css','0'),(571,1,'next_button_styles_show_advanced_css','0','next_button_styles_show_advanced_css','0'),(572,1,'navigation_hover_styles_show_advanced_css','0','navigation_hover_styles_show_advanced_css','0'),(573,1,'container_styles_border','','container_styles_border',''),(574,1,'container_styles_height','','container_styles_height',''),(575,1,'container_styles_margin','','container_styles_margin',''),(576,1,'container_styles_padding','','container_styles_padding',''),(577,1,'container_styles_float','','container_styles_float',''),(578,1,'title_styles_border','','title_styles_border',''),(579,1,'title_styles_height','','title_styles_height',''),(580,1,'title_styles_width','','title_styles_width',''),(581,1,'title_styles_font-size','','title_styles_font-size',''),(582,1,'title_styles_margin','','title_styles_margin',''),(583,1,'title_styles_padding','','title_styles_padding',''),(584,1,'title_styles_float','','title_styles_float',''),(585,1,'row_styles_border','','row_styles_border',''),(586,1,'row_styles_width','','row_styles_width',''),(587,1,'row_styles_font-size','','row_styles_font-size',''),(588,1,'row_styles_margin','','row_styles_margin',''),(589,1,'row_styles_padding','','row_styles_padding',''),(590,1,'row-odd_styles_border','','row-odd_styles_border',''),(591,1,'row-odd_styles_height','','row-odd_styles_height',''),(592,1,'row-odd_styles_width','','row-odd_styles_width',''),(593,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(594,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(595,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(596,1,'success-msg_styles_background-color','#d8d8d8A6','success-msg_styles_background-color','#d8d8d8A6'),(597,1,'success-msg_styles_border','','success-msg_styles_border',''),(598,1,'success-msg_styles_color','#211865','success-msg_styles_color','#211865'),(599,1,'success-msg_styles_height','','success-msg_styles_height',''),(600,1,'success-msg_styles_width','','success-msg_styles_width',''),(601,1,'success-msg_styles_font-size','22px','success-msg_styles_font-size','22px'),(602,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(603,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(604,1,'success-msg_styles_advanced','font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n','success-msg_styles_advanced','font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n'),(605,1,'error_msg_styles_border','','error_msg_styles_border',''),(606,1,'error_msg_styles_width','','error_msg_styles_width',''),(607,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(608,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(609,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(610,7,'objectType','Form Setting','objectType','Form Setting'),(611,7,'editActive','1','editActive','1'),(612,7,'title','Long Form',NULL,NULL),(613,7,'show_title','0','show_title','0'),(614,7,'clear_complete','1','clear_complete','1'),(615,7,'hide_complete','1','hide_complete','1'),(616,7,'default_label_pos','above','default_label_pos','above'),(617,7,'wrapper_class','fl-long-form','wrapper_class','fl-long-form'),(618,7,'element_class','','element_class',''),(619,7,'key','','key',''),(620,7,'add_submit','0','add_submit','0'),(621,7,'currency','','currency',''),(622,7,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(623,7,'logged_in','0','logged_in','0'),(624,7,'not_logged_in_msg','','not_logged_in_msg',''),(625,7,'sub_limit_msg','The form has reached its submission limit.','sub_limit_msg','The form has reached its submission limit.'),(626,7,'calculations','a:0:{}','calculations','a:0:{}'),(627,7,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(628,7,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(629,7,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(630,7,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(631,7,'success-msg_styles_show_advanced_css','1','success-msg_styles_show_advanced_css','1'),(632,7,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(633,7,'formContentData','a:1:{i:0;a:6:{s:15:\"formContentData\";a:12:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:34:\"personal_information_1534954814742\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534954806801\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954365299\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954373936\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:17:\"zip_1534954373399\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:23:\"liststate_1534954369789\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:33:\"contact_preferences_1534954782835\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:48:\"how_would_you_like_to_be_contacted_1534954740097\";}s:5:\"width\";s:3:\"100\";}}}i:8;a:2:{s:5:\"order\";i:10;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:51:\"brief_description_of_your_legal_issue_1534954647282\";}s:5:\"width\";s:3:\"100\";}}}i:9;a:2:{s:5:\"order\";i:11;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:28:\"privacy_policy_1534954542111\";}s:5:\"width\";s:3:\"100\";}}}i:10;a:2:{s:5:\"order\";i:12;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534954562191\";}s:5:\"width\";s:3:\"100\";}}}i:11;a:2:{s:5:\"order\";i:13;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:20:\"submit_1663177781078\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"znhzdws\";}}','formContentData','a:1:{i:0;a:6:{s:15:\"formContentData\";a:12:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:34:\"personal_information_1534954814742\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534954806801\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954365299\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954373936\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:17:\"zip_1534954373399\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:23:\"liststate_1534954369789\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:33:\"contact_preferences_1534954782835\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:48:\"how_would_you_like_to_be_contacted_1534954740097\";}s:5:\"width\";s:3:\"100\";}}}i:8;a:2:{s:5:\"order\";i:10;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:51:\"brief_description_of_your_legal_issue_1534954647282\";}s:5:\"width\";s:3:\"100\";}}}i:9;a:2:{s:5:\"order\";i:11;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:28:\"privacy_policy_1534954542111\";}s:5:\"width\";s:3:\"100\";}}}i:10;a:2:{s:5:\"order\";i:12;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534954562191\";}s:5:\"width\";s:3:\"100\";}}}i:11;a:2:{s:5:\"order\";i:13;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:20:\"submit_1663177781078\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"znhzdws\";}}'),(634,7,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(635,7,'changeDateErrorMsg','','changeDateErrorMsg',''),(636,7,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(637,7,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(638,7,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(639,7,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(640,7,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(641,7,'validateRequiredField','','validateRequiredField',''),(642,7,'honeypotHoneypotError','','honeypotHoneypotError',''),(643,7,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(644,7,'drawerDisabled','','drawerDisabled',''),(645,7,'created_at','2022-09-14 11:40:30','created_at','2022-09-14 11:40:30'),(646,7,'seq_num',NULL,'seq_num',NULL),(647,7,'repeatable_fieldsets','','repeatable_fieldsets',''),(648,7,'conditions','a:0:{}','conditions','a:0:{}'),(649,7,'mp_breadcrumb','1','mp_breadcrumb','1'),(650,7,'mp_progress_bar','1','mp_progress_bar','1'),(651,7,'mp_display_titles','0','mp_display_titles','0'),(652,7,'breadcrumb_container_styles_show_advanced_css','0','breadcrumb_container_styles_show_advanced_css','0'),(653,7,'breadcrumb_buttons_styles_show_advanced_css','0','breadcrumb_buttons_styles_show_advanced_css','0'),(654,7,'breadcrumb_button_hover_styles_show_advanced_css','0','breadcrumb_button_hover_styles_show_advanced_css','0'),(655,7,'breadcrumb_active_button_styles_show_advanced_css','0','breadcrumb_active_button_styles_show_advanced_css','0'),(656,7,'progress_bar_container_styles_show_advanced_css','0','progress_bar_container_styles_show_advanced_css','0'),(657,7,'progress_bar_fill_styles_show_advanced_css','0','progress_bar_fill_styles_show_advanced_css','0'),(658,7,'part_titles_styles_show_advanced_css','0','part_titles_styles_show_advanced_css','0'),(659,7,'navigation_container_styles_show_advanced_css','0','navigation_container_styles_show_advanced_css','0'),(660,7,'previous_button_styles_show_advanced_css','0','previous_button_styles_show_advanced_css','0'),(661,7,'next_button_styles_show_advanced_css','0','next_button_styles_show_advanced_css','0'),(662,7,'navigation_hover_styles_show_advanced_css','0','navigation_hover_styles_show_advanced_css','0'),(663,7,'container_styles_border','','container_styles_border',''),(664,7,'container_styles_height','','container_styles_height',''),(665,7,'container_styles_margin','','container_styles_margin',''),(666,7,'container_styles_padding','','container_styles_padding',''),(667,7,'container_styles_float','','container_styles_float',''),(668,7,'title_styles_border','','title_styles_border',''),(669,7,'title_styles_height','','title_styles_height',''),(670,7,'title_styles_width','','title_styles_width',''),(671,7,'title_styles_font-size','','title_styles_font-size',''),(672,7,'title_styles_margin','','title_styles_margin',''),(673,7,'title_styles_padding','','title_styles_padding',''),(674,7,'title_styles_float','','title_styles_float',''),(675,7,'row_styles_border','','row_styles_border',''),(676,7,'row_styles_width','','row_styles_width',''),(677,7,'row_styles_font-size','','row_styles_font-size',''),(678,7,'row_styles_margin','','row_styles_margin',''),(679,7,'row_styles_padding','','row_styles_padding',''),(680,7,'row-odd_styles_border','','row-odd_styles_border',''),(681,7,'row-odd_styles_height','','row-odd_styles_height',''),(682,7,'row-odd_styles_width','','row-odd_styles_width',''),(683,7,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(684,7,'row-odd_styles_margin','','row-odd_styles_margin',''),(685,7,'row-odd_styles_padding','','row-odd_styles_padding',''),(686,7,'success-msg_styles_background-color','#d8d8d8A6','success-msg_styles_background-color','#d8d8d8A6'),(687,7,'success-msg_styles_border','','success-msg_styles_border',''),(688,7,'success-msg_styles_color','#211865','success-msg_styles_color','#211865'),(689,7,'success-msg_styles_height','','success-msg_styles_height',''),(690,7,'success-msg_styles_width','','success-msg_styles_width',''),(691,7,'success-msg_styles_font-size','22px','success-msg_styles_font-size','22px'),(692,7,'success-msg_styles_margin','','success-msg_styles_margin',''),(693,7,'success-msg_styles_padding','','success-msg_styles_padding',''),(694,7,'success-msg_styles_advanced','font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;','success-msg_styles_advanced','font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;'),(695,7,'error_msg_styles_border','','error_msg_styles_border',''),(696,7,'error_msg_styles_width','','error_msg_styles_width',''),(697,7,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(698,7,'error_msg_styles_margin','','error_msg_styles_margin',''),(699,7,'error_msg_styles_padding','','error_msg_styles_padding',''),(737,7,'allow_public_link','0','allow_public_link','0'),(738,7,'embed_form','','embed_form',''),(739,8,'title','Contact Me',NULL,NULL),(740,8,'key','','key',''),(741,8,'created_at','2022-09-19 13:56:01','created_at','2022-09-19 13:56:01'),(742,8,'default_label_pos','hidden','default_label_pos','hidden'),(743,8,'conditions','a:0:{}','conditions','a:0:{}'),(744,8,'objectType','Form Setting','objectType','Form Setting'),(745,8,'editActive','1','editActive','1'),(746,8,'show_title','0','show_title','0'),(747,8,'clear_complete','1','clear_complete','1'),(748,8,'hide_complete','1','hide_complete','1'),(749,8,'wrapper_class','lm-ignore-checkbox','wrapper_class','lm-ignore-checkbox'),(750,8,'element_class','','element_class',''),(751,8,'add_submit','1','add_submit','1'),(752,8,'logged_in','0','logged_in','0'),(753,8,'not_logged_in_msg','','not_logged_in_msg',''),(754,8,'sub_limit_number','','sub_limit_number',''),(755,8,'sub_limit_msg','','sub_limit_msg',''),(756,8,'calculations','a:0:{}','calculations','a:0:{}'),(757,8,'formContentData','a:1:{i:0;a:8:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:0;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:26:\"phone_number_1662652113554\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1662651382914\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:26:\"listcheckbox_1662663562280\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";i:33;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"iyiqfgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}','formContentData','a:1:{i:0;a:8:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:0;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:26:\"phone_number_1662652113554\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1662651382914\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:26:\"listcheckbox_1662663562280\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";i:33;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"iyiqfgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}'),(758,8,'container_styles_background-color','','container_styles_background-color',''),(759,8,'container_styles_border','','container_styles_border',''),(760,8,'container_styles_border-style','','container_styles_border-style',''),(761,8,'container_styles_border-color','','container_styles_border-color',''),(762,8,'container_styles_color','','container_styles_color',''),(763,8,'container_styles_height','','container_styles_height',''),(764,8,'container_styles_width','','container_styles_width',''),(765,8,'container_styles_font-size','','container_styles_font-size',''),(766,8,'container_styles_margin','','container_styles_margin',''),(767,8,'container_styles_padding','','container_styles_padding',''),(768,8,'container_styles_display','','container_styles_display',''),(769,8,'container_styles_float','','container_styles_float',''),(770,8,'container_styles_show_advanced_css','1','container_styles_show_advanced_css','1'),(771,8,'container_styles_advanced','width: 50%!important','container_styles_advanced','width: 50%!important'),(772,8,'title_styles_background-color','','title_styles_background-color',''),(773,8,'title_styles_border','','title_styles_border',''),(774,8,'title_styles_border-style','','title_styles_border-style',''),(775,8,'title_styles_border-color','','title_styles_border-color',''),(776,8,'title_styles_color','','title_styles_color',''),(777,8,'title_styles_height','','title_styles_height',''),(778,8,'title_styles_width','','title_styles_width',''),(779,8,'title_styles_font-size','','title_styles_font-size',''),(780,8,'title_styles_margin','','title_styles_margin',''),(781,8,'title_styles_padding','','title_styles_padding',''),(782,8,'title_styles_display','','title_styles_display',''),(783,8,'title_styles_float','','title_styles_float',''),(784,8,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(785,8,'title_styles_advanced','','title_styles_advanced',''),(786,8,'row_styles_background-color','','row_styles_background-color',''),(787,8,'row_styles_border','','row_styles_border',''),(788,8,'row_styles_border-style','','row_styles_border-style',''),(789,8,'row_styles_border-color','','row_styles_border-color',''),(790,8,'row_styles_color','','row_styles_color',''),(791,8,'row_styles_height','','row_styles_height',''),(792,8,'row_styles_width','','row_styles_width',''),(793,8,'row_styles_font-size','','row_styles_font-size',''),(794,8,'row_styles_margin','','row_styles_margin',''),(795,8,'row_styles_padding','','row_styles_padding',''),(796,8,'row_styles_display','','row_styles_display',''),(797,8,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(798,8,'row_styles_advanced','','row_styles_advanced',''),(799,8,'row-odd_styles_background-color','00FFFFFF','row-odd_styles_background-color','00FFFFFF'),(800,8,'row-odd_styles_border','','row-odd_styles_border',''),(801,8,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(802,8,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(803,8,'row-odd_styles_color','','row-odd_styles_color',''),(804,8,'row-odd_styles_height','','row-odd_styles_height',''),(805,8,'row-odd_styles_width','','row-odd_styles_width',''),(806,8,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(807,8,'row-odd_styles_margin','','row-odd_styles_margin',''),(808,8,'row-odd_styles_padding','','row-odd_styles_padding',''),(809,8,'row-odd_styles_display','','row-odd_styles_display',''),(810,8,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(811,8,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(812,8,'success-msg_styles_background-color','#d8d8d8A6','success-msg_styles_background-color','#d8d8d8A6'),(813,8,'success-msg_styles_border','','success-msg_styles_border',''),(814,8,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(815,8,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(816,8,'success-msg_styles_color','#211865','success-msg_styles_color','#211865'),(817,8,'success-msg_styles_height','','success-msg_styles_height',''),(818,8,'success-msg_styles_width','','success-msg_styles_width',''),(819,8,'success-msg_styles_font-size','22px','success-msg_styles_font-size','22px'),(820,8,'success-msg_styles_margin','','success-msg_styles_margin',''),(821,8,'success-msg_styles_padding','','success-msg_styles_padding',''),(822,8,'success-msg_styles_display','','success-msg_styles_display',''),(823,8,'success-msg_styles_show_advanced_css','1','success-msg_styles_show_advanced_css','1'),(824,8,'success-msg_styles_advanced','font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n','success-msg_styles_advanced','font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n'),(825,8,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(826,8,'error_msg_styles_border','','error_msg_styles_border',''),(827,8,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(828,8,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(829,8,'error_msg_styles_color','','error_msg_styles_color',''),(830,8,'error_msg_styles_height','','error_msg_styles_height',''),(831,8,'error_msg_styles_width','','error_msg_styles_width',''),(832,8,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(833,8,'error_msg_styles_margin','','error_msg_styles_margin',''),(834,8,'error_msg_styles_padding','','error_msg_styles_padding',''),(835,8,'error_msg_styles_display','','error_msg_styles_display',''),(836,8,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(837,8,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(838,8,'seq_num',NULL,'seq_num',NULL),(839,8,'currency','','currency',''),(840,8,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(841,8,'mp_breadcrumb','1','mp_breadcrumb','1'),(842,8,'mp_progress_bar','1','mp_progress_bar','1'),(843,8,'mp_display_titles','0','mp_display_titles','0'),(844,8,'breadcrumb_container_styles_show_advanced_css','0','breadcrumb_container_styles_show_advanced_css','0'),(845,8,'breadcrumb_buttons_styles_show_advanced_css','0','breadcrumb_buttons_styles_show_advanced_css','0'),(846,8,'breadcrumb_button_hover_styles_show_advanced_css','0','breadcrumb_button_hover_styles_show_advanced_css','0'),(847,8,'breadcrumb_active_button_styles_show_advanced_css','0','breadcrumb_active_button_styles_show_advanced_css','0'),(848,8,'progress_bar_container_styles_show_advanced_css','0','progress_bar_container_styles_show_advanced_css','0'),(849,8,'progress_bar_fill_styles_show_advanced_css','0','progress_bar_fill_styles_show_advanced_css','0'),(850,8,'part_titles_styles_show_advanced_css','0','part_titles_styles_show_advanced_css','0'),(851,8,'navigation_container_styles_show_advanced_css','0','navigation_container_styles_show_advanced_css','0'),(852,8,'previous_button_styles_show_advanced_css','0','previous_button_styles_show_advanced_css','0'),(853,8,'next_button_styles_show_advanced_css','0','next_button_styles_show_advanced_css','0'),(854,8,'navigation_hover_styles_show_advanced_css','0','navigation_hover_styles_show_advanced_css','0'),(855,8,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(856,8,'changeDateErrorMsg','','changeDateErrorMsg',''),(857,8,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(858,8,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(859,8,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(860,8,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(861,8,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(862,8,'validateRequiredField','','validateRequiredField',''),(863,8,'honeypotHoneypotError','','honeypotHoneypotError',''),(864,8,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(865,8,'drawerDisabled','','drawerDisabled',''),(866,8,'allow_public_link','0','allow_public_link','0'),(867,8,'embed_form','','embed_form','');
/*!40000 ALTER TABLE `cuB_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_forms`
--
DROP TABLE IF EXISTS `cuB_nf3_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext,
`key` longtext,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`views` int(11) DEFAULT NULL,
`subs` int(11) DEFAULT NULL,
`form_title` longtext,
`default_label_pos` varchar(15) DEFAULT NULL,
`show_title` bit(1) DEFAULT NULL,
`clear_complete` bit(1) DEFAULT NULL,
`hide_complete` bit(1) DEFAULT NULL,
`logged_in` bit(1) DEFAULT NULL,
`seq_num` int(11) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_forms`
--
LOCK TABLES `cuB_nf3_forms` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_forms` DISABLE KEYS */;
INSERT INTO `cuB_nf3_forms` VALUES (1,'Long Form',NULL,'2019-07-29 23:32:52',NULL,NULL,NULL,'Long Form','above',_binary '\0',_binary '',_binary '',_binary '\0',NULL),(2,'Short Form',NULL,'2019-07-29 23:33:01',NULL,NULL,NULL,'Short Form','hidden',_binary '\0',_binary '',_binary '',_binary '\0',NULL),(3,'Email This Attorney',NULL,'2019-03-09 01:06:57',NULL,NULL,NULL,'Email This Attorney','above',_binary '\0',_binary '',_binary '',_binary '\0',NULL),(4,'Landing Page Form',NULL,'2019-04-02 18:10:40',NULL,NULL,NULL,'Landing Page Form','above',_binary '\0',_binary '',_binary '',_binary '\0',NULL),(5,'Contact - Refer a Claim - new',NULL,'2016-08-24 22:39:20',NULL,NULL,NULL,'Contact - Refer a Claim - new','hidden',_binary '\0',_binary '',_binary '',_binary '\0',18),(7,'Long Form - mobile',NULL,'2022-09-14 17:40:30',NULL,NULL,NULL,'Long Form - mobile','above',_binary '\0',_binary '',_binary '',_binary '\0',NULL),(8,'Contact - Refer a Claim - Mobile',NULL,'2022-09-19 19:56:01',NULL,NULL,NULL,'Contact - Refer a Claim - Mobile','hidden',_binary '\0',_binary '',_binary '',_binary '\0',NULL);
/*!40000 ALTER TABLE `cuB_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_object_meta`
--
DROP TABLE IF EXISTS `cuB_nf3_object_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_object_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
`meta_key` longtext,
`meta_value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_object_meta`
--
LOCK TABLES `cuB_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_object_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_objects`
--
DROP TABLE IF EXISTS `cuB_nf3_objects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_objects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` longtext,
`title` longtext,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`object_title` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_objects`
--
LOCK TABLES `cuB_nf3_objects` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_relationships`
--
DROP TABLE IF EXISTS `cuB_nf3_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_relationships` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`child_id` int(11) NOT NULL,
`child_type` longtext NOT NULL,
`parent_id` int(11) NOT NULL,
`parent_type` longtext NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_relationships`
--
LOCK TABLES `cuB_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_nf3_upgrades`
--
DROP TABLE IF EXISTS `cuB_nf3_upgrades`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_nf3_upgrades` (
`id` int(11) NOT NULL,
`cache` longtext,
`stage` int(11) NOT NULL DEFAULT '0',
`maintenance` bit(1) DEFAULT b'0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_nf3_upgrades`
--
LOCK TABLES `cuB_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `cuB_nf3_upgrades` DISABLE KEYS */;
INSERT INTO `cuB_nf3_upgrades` VALUES (1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:12:{i:0;a:2:{s:8:\"settings\";a:35:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:20:\"Personal Information\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4047\";s:3:\"key\";s:34:\"personal_information_1534954814742\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:20:\"Personal Information\";s:9:\"field_key\";s:34:\"personal_information_1534954814742\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:44:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1534954806801\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:11:\"contactName\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"fname\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4051\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:18:\"name_1534954806801\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"560px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:44:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1534954365299\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:16:\"emailFromAddress\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4054\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:19:\"email_1534954365299\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"560px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:50:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"4\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1534954373936\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:12:\"contactPhone\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4057\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:5:\"Phone\";s:9:\"field_key\";s:19:\"phone_1534954373936\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"560px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:4;}i:4;a:2:{s:8:\"settings\";a:50:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:3:\"zip\";s:5:\"label\";s:3:\"Zip\";s:3:\"key\";s:17:\"zip_1534954373399\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:10:\"contactZip\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:3:\"zip\";s:23:\"personally_identifiable\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4060\";s:11:\"field_label\";s:3:\"Zip\";s:9:\"field_key\";s:17:\"zip_1534954373399\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"560px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:5;}i:5;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"6\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:9:\"liststate\";s:5:\"label\";s:9:\"US States\";s:3:\"key\";s:23:\"liststate_1534954369789\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"options\";a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:38:\"list_item_row_styles_show_advanced_css\";s:1:\"0\";s:40:\"list_item_label_styles_show_advanced_css\";s:1:\"0\";s:42:\"list_item_element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4063\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:9:\"US States\";s:9:\"field_key\";s:23:\"liststate_1534954369789\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"560px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:27:\"list_item_row_styles_border\";s:0:\"\";s:27:\"list_item_row_styles_height\";s:0:\"\";s:26:\"list_item_row_styles_width\";s:0:\"\";s:30:\"list_item_row_styles_font-size\";s:0:\"\";s:27:\"list_item_row_styles_margin\";s:0:\"\";s:28:\"list_item_row_styles_padding\";s:0:\"\";s:26:\"list_item_row_styles_float\";s:0:\"\";s:29:\"list_item_label_styles_border\";s:0:\"\";s:29:\"list_item_label_styles_height\";s:0:\"\";s:28:\"list_item_label_styles_width\";s:0:\"\";s:32:\"list_item_label_styles_font-size\";s:0:\"\";s:29:\"list_item_label_styles_margin\";s:0:\"\";s:30:\"list_item_label_styles_padding\";s:0:\"\";s:28:\"list_item_label_styles_float\";s:0:\"\";s:31:\"list_item_element_styles_border\";s:0:\"\";s:31:\"list_item_element_styles_height\";s:0:\"\";s:30:\"list_item_element_styles_width\";s:0:\"\";s:34:\"list_item_element_styles_font-size\";s:2:\"15\";s:31:\"list_item_element_styles_margin\";s:0:\"\";s:32:\"list_item_element_styles_padding\";s:5:\"8.5px\";s:30:\"list_item_element_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";}s:2:\"id\";i:6;}i:6;a:2:{s:8:\"settings\";a:35:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"7\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:19:\"Contact Preferences\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4066\";s:3:\"key\";s:33:\"contact_preferences_1534954782835\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:19:\"Contact Preferences\";s:9:\"field_key\";s:33:\"contact_preferences_1534954782835\";}s:2:\"id\";i:7;}i:7;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"8\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:12:\"listcheckbox\";s:5:\"label\";s:35:\"How Would You Like To Be Contacted?\";s:3:\"key\";s:48:\"how_would_you_like_to_be_contacted_1534954740097\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"options\";a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:5:\"phone\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"0\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:5:\"email\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"1\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:11:\"contactPref\";s:9:\"help_text\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:38:\"list_item_row_styles_show_advanced_css\";s:1:\"0\";s:40:\"list_item_label_styles_show_advanced_css\";s:1:\"0\";s:42:\"list_item_element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4069\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:35:\"How Would You Like To Be Contacted?\";s:9:\"field_key\";s:48:\"how_would_you_like_to_be_contacted_1534954740097\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"560px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:27:\"list_item_row_styles_border\";s:0:\"\";s:27:\"list_item_row_styles_height\";s:0:\"\";s:26:\"list_item_row_styles_width\";s:0:\"\";s:30:\"list_item_row_styles_font-size\";s:2:\"15\";s:27:\"list_item_row_styles_margin\";s:0:\"\";s:28:\"list_item_row_styles_padding\";s:5:\"8.5px\";s:26:\"list_item_row_styles_float\";s:0:\"\";s:29:\"list_item_label_styles_border\";s:0:\"\";s:29:\"list_item_label_styles_height\";s:0:\"\";s:28:\"list_item_label_styles_width\";s:0:\"\";s:32:\"list_item_label_styles_font-size\";s:0:\"\";s:29:\"list_item_label_styles_margin\";s:0:\"\";s:30:\"list_item_label_styles_padding\";s:0:\"\";s:28:\"list_item_label_styles_float\";s:0:\"\";s:31:\"list_item_element_styles_border\";s:0:\"\";s:31:\"list_item_element_styles_height\";s:0:\"\";s:30:\"list_item_element_styles_width\";s:0:\"\";s:34:\"list_item_element_styles_font-size\";s:2:\"15\";s:31:\"list_item_element_styles_margin\";s:0:\"\";s:32:\"list_item_element_styles_padding\";s:5:\"8.5px\";s:30:\"list_item_element_styles_float\";s:0:\"\";}s:2:\"id\";i:8;}i:8;a:2:{s:8:\"settings\";a:49:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:2:\"10\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:37:\"Brief Description of Your Legal Issue\";s:3:\"key\";s:51:\"brief_description_of_your_legal_issue_1534954647282\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:11:\"formComment\";s:9:\"help_text\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4072\";s:11:\"field_label\";s:37:\"Brief Description of Your Legal Issue\";s:9:\"field_key\";s:51:\"brief_description_of_your_legal_issue_1534954647282\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"560px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:4:\"12.5\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"7.5px\";s:20:\"element_styles_float\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:10;}i:9;a:2:{s:8:\"settings\";a:36:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:2:\"11\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:0:\"\";s:7:\"default\";s:899:\"<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4075\";s:3:\"key\";s:28:\"privacy_policy_1534954542111\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:0:\"\";s:9:\"field_key\";s:28:\"privacy_policy_1534954542111\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";}s:2:\"id\";i:11;}i:10;a:2:{s:8:\"settings\";a:47:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:2:\"12\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:26:\"I Have Read The Disclaimer\";s:3:\"key\";s:40:\"i_have_read_the_disclaimer_1534954562191\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";s:1:\"1\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:14:\"readDisclaimer\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:0:\"\";s:15:\"unchecked_value\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4078\";s:14:\"drawerDisabled\";b:0;s:7:\"default\";s:9:\"unchecked\";s:11:\"field_label\";s:26:\"I Have Read The Disclaimer\";s:9:\"field_key\";s:40:\"i_have_read_the_disclaimer_1534954562191\";s:5:\"value\";s:9:\"unchecked\";s:18:\"checked_calc_value\";s:0:\"\";s:20:\"unchecked_calc_value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"560px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:12;}i:11;a:2:{s:8:\"settings\";a:36:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:2:\"13\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:4:\"Send\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:18:\"send_1562680674669\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4081\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:4:\"Send\";s:9:\"field_key\";s:18:\"send_1562680674669\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:19:\"margin-left: 255px;\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";}s:2:\"id\";i:13;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-14 08:57:34\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:12:\"redirect_url\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:18;}i:1;a:2:{s:8:\"settings\";a:19:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-14 09:02:39\";s:5:\"label\";s:18:\"Email Confirmation\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:27:\"{field:email_1534954365299}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:50:\"Your message to The Law Offices of Melissa A. Day \";s:13:\"email_message\";s:154:\"<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}</p>\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:19;}i:2;a:2:{s:8:\"settings\";a:19:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-14 09:02:39\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:21:\"mail@madwcdefense.com\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:30:\"New message from {field:name} \";s:13:\"email_message\";s:150:\"<p>A message has been received via the \"Contact/Refer a Claim\" form on the firm website. See the details below. </p><p>{all_fields_table}<br></p>\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:46:\"{field:name_1534954806801} (via LOMAD Website)\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:25:\"hearings@madwcdefense.com\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:20;}i:3;a:2:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-14 09:02:39\";s:5:\"label\";s:15:\"Success Message\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:11:\"success_msg\";s:379:\"<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email_1534954365299}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\">Thank you for your submission! A member of our team will contact you soon.</p>\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:21;}}s:8:\"settings\";a:92:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:9:\"Long Form\";s:10:\"created_at\";s:19:\"2019-07-29 17:32:52\";s:10:\"form_title\";s:9:\"Long Form\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:13:\"wrapper_class\";s:12:\"fl-long-form\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";s:1:\"0\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:36:\"success-msg_styles_show_advanced_css\";i:1;s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:15:\"formContentData\";a:1:{i:0;a:6:{s:15:\"formContentData\";a:12:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:34:\"personal_information_1534954814742\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534954806801\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954365299\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954373936\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:17:\"zip_1534954373399\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:23:\"liststate_1534954369789\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:33:\"contact_preferences_1534954782835\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:48:\"how_would_you_like_to_be_contacted_1534954740097\";}s:5:\"width\";s:3:\"100\";}}}i:8;a:2:{s:5:\"order\";i:10;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:51:\"brief_description_of_your_legal_issue_1534954647282\";}s:5:\"width\";s:3:\"100\";}}}i:9;a:2:{s:5:\"order\";i:11;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:28:\"privacy_policy_1534954542111\";}s:5:\"width\";s:3:\"100\";}}}i:10;a:2:{s:5:\"order\";i:12;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534954562191\";}s:5:\"width\";s:3:\"100\";}}}i:11;a:2:{s:5:\"order\";i:13;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680674669\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"znhzdws\";}}s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:14:\"drawerDisabled\";b:0;s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:20:\"repeatable_fieldsets\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"mp_breadcrumb\";i:1;s:15:\"mp_progress_bar\";i:1;s:17:\"mp_display_titles\";i:0;s:45:\"breadcrumb_container_styles_show_advanced_css\";i:0;s:43:\"breadcrumb_buttons_styles_show_advanced_css\";i:0;s:48:\"breadcrumb_button_hover_styles_show_advanced_css\";i:0;s:49:\"breadcrumb_active_button_styles_show_advanced_css\";i:0;s:47:\"progress_bar_container_styles_show_advanced_css\";i:0;s:42:\"progress_bar_fill_styles_show_advanced_css\";i:0;s:36:\"part_titles_styles_show_advanced_css\";i:0;s:45:\"navigation_container_styles_show_advanced_css\";i:0;s:40:\"previous_button_styles_show_advanced_css\";i:0;s:36:\"next_button_styles_show_advanced_css\";i:0;s:41:\"navigation_hover_styles_show_advanced_css\";i:0;s:23:\"container_styles_border\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:9:\"#d8d8d8A6\";s:25:\"success-msg_styles_border\";s:0:\"\";s:24:\"success-msg_styles_color\";s:7:\"#211865\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:4:\"22px\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:27:\"success-msg_styles_advanced\";s:136:\"font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n\";s:23:\"error_msg_styles_border\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0'),(2,'a:7:{s:2:\"id\";i:2;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:7:{i:0;a:2:{s:8:\"settings\";a:43:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1534955086592\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:4:\"Name\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:11:\"contactName\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"fname\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3946\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:18:\"name_1534955086592\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:14;}i:1;a:2:{s:8:\"settings\";a:43:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1534954990561\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:6:\"Email*\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:16:\"emailFromAddress\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3949\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:19:\"email_1534954990561\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:15;}i:2;a:2:{s:8:\"settings\";a:49:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1534954991568\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:5:\"Phone\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:12:\"contactPhone\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3951\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:5:\"Phone\";s:9:\"field_key\";s:19:\"phone_1534954991568\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:16;}i:3;a:2:{s:8:\"settings\";a:48:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:21:\"message_1534955077918\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:7:\"Message\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:11:\"formComment\";s:9:\"help_text\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3954\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:7:\"Message\";s:9:\"field_key\";s:21:\"message_1534955077918\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:17;}i:4;a:2:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:0:\"\";s:7:\"default\";s:948:\"<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/privacy/\" target=\"_blank\">Privacy Policy</a></div><div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div></div>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3957\";s:3:\"key\";s:18:\"html_1534955009205\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:0:\"\";s:9:\"field_key\";s:18:\"html_1534955009205\";}s:2:\"id\";i:18;}i:5;a:2:{s:8:\"settings\";a:47:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:26:\"I Have Read The Disclaimer\";s:3:\"key\";s:40:\"i_have_read_the_disclaimer_1534955054736\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";s:1:\"1\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:14:\"readDisclaimer\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:7:\"Checked\";s:15:\"unchecked_value\";s:9:\"Unchecked\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";i:0;s:7:\"cellcid\";s:5:\"c3959\";s:14:\"drawerDisabled\";b:0;s:7:\"default\";s:9:\"unchecked\";s:11:\"field_label\";s:26:\"I Have Read The Disclaimer\";s:9:\"field_key\";s:40:\"i_have_read_the_disclaimer_1534955054736\";s:5:\"value\";s:9:\"unchecked\";s:18:\"checked_calc_value\";s:0:\"\";s:20:\"unchecked_calc_value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:31:\"element_styles_background-color\";s:7:\"#ffffff\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:19;}i:6;a:2:{s:8:\"settings\";a:35:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1629280585819\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3961\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:4:\"Send\";s:9:\"field_key\";s:18:\"send_1562680690974\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";}s:2:\"id\";i:20;}}s:7:\"actions\";a:1:{i:0;a:2:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:23:\"Send Notification Email\";s:6:\"active\";i:1;s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:21:\"mail@madwcdefense.com\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:32:\"Website Referral/Contact Us Form\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:26:\"{field:name_1534955086592}\";s:12:\"from_address\";s:27:\"{field:email_1534954990561}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:25:\"hearings@madwcdefense.com\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:8;}}s:8:\"settings\";a:159:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Short Form\";s:10:\"created_at\";s:19:\"2019-07-29 17:33:01\";s:10:\"form_title\";s:10:\"Short Form\";s:17:\"default_label_pos\";s:6:\"hidden\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:13:\"wrapper_class\";s:13:\"fl-short-form\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";s:1:\"0\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:15:\"formContentData\";a:1:{i:0;a:6:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";i:40;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:20:\"submit_1629280585819\";}s:5:\"width\";i:27;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:8:\"kxtbboqb\";}}s:14:\"drawerDisabled\";b:0;s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:20:\"repeatable_fieldsets\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"mp_breadcrumb\";i:1;s:15:\"mp_progress_bar\";i:1;s:17:\"mp_display_titles\";i:0;s:13:\"mp_prev_label\";s:0:\"\";s:13:\"mp_next_label\";s:0:\"\";s:34:\"breadcrumb_container_styles_border\";s:0:\"\";s:34:\"breadcrumb_container_styles_height\";s:0:\"\";s:33:\"breadcrumb_container_styles_width\";s:0:\"\";s:34:\"breadcrumb_container_styles_margin\";s:0:\"\";s:35:\"breadcrumb_container_styles_padding\";s:0:\"\";s:33:\"breadcrumb_container_styles_float\";s:0:\"\";s:45:\"breadcrumb_container_styles_show_advanced_css\";i:0;s:32:\"breadcrumb_buttons_styles_border\";s:0:\"\";s:32:\"breadcrumb_buttons_styles_height\";s:0:\"\";s:31:\"breadcrumb_buttons_styles_width\";s:0:\"\";s:35:\"breadcrumb_buttons_styles_font-size\";s:0:\"\";s:32:\"breadcrumb_buttons_styles_margin\";s:0:\"\";s:33:\"breadcrumb_buttons_styles_padding\";s:0:\"\";s:31:\"breadcrumb_buttons_styles_float\";s:0:\"\";s:43:\"breadcrumb_buttons_styles_show_advanced_css\";i:0;s:37:\"breadcrumb_button_hover_styles_border\";s:0:\"\";s:37:\"breadcrumb_button_hover_styles_height\";s:0:\"\";s:36:\"breadcrumb_button_hover_styles_width\";s:0:\"\";s:40:\"breadcrumb_button_hover_styles_font-size\";s:0:\"\";s:37:\"breadcrumb_button_hover_styles_margin\";s:0:\"\";s:38:\"breadcrumb_button_hover_styles_padding\";s:0:\"\";s:36:\"breadcrumb_button_hover_styles_float\";s:0:\"\";s:48:\"breadcrumb_button_hover_styles_show_advanced_css\";i:0;s:38:\"breadcrumb_active_button_styles_border\";s:0:\"\";s:38:\"breadcrumb_active_button_styles_height\";s:0:\"\";s:37:\"breadcrumb_active_button_styles_width\";s:0:\"\";s:41:\"breadcrumb_active_button_styles_font-size\";s:0:\"\";s:38:\"breadcrumb_active_button_styles_margin\";s:0:\"\";s:39:\"breadcrumb_active_button_styles_padding\";s:0:\"\";s:37:\"breadcrumb_active_button_styles_float\";s:0:\"\";s:49:\"breadcrumb_active_button_styles_show_advanced_css\";i:0;s:36:\"progress_bar_container_styles_border\";s:0:\"\";s:36:\"progress_bar_container_styles_height\";s:0:\"\";s:35:\"progress_bar_container_styles_width\";s:0:\"\";s:36:\"progress_bar_container_styles_margin\";s:0:\"\";s:37:\"progress_bar_container_styles_padding\";s:0:\"\";s:35:\"progress_bar_container_styles_float\";s:0:\"\";s:47:\"progress_bar_container_styles_show_advanced_css\";i:0;s:31:\"progress_bar_fill_styles_border\";s:0:\"\";s:31:\"progress_bar_fill_styles_height\";s:0:\"\";s:31:\"progress_bar_fill_styles_margin\";s:0:\"\";s:32:\"progress_bar_fill_styles_padding\";s:0:\"\";s:42:\"progress_bar_fill_styles_show_advanced_css\";i:0;s:25:\"part_titles_styles_border\";s:0:\"\";s:25:\"part_titles_styles_height\";s:0:\"\";s:24:\"part_titles_styles_width\";s:0:\"\";s:28:\"part_titles_styles_font-size\";s:0:\"\";s:25:\"part_titles_styles_margin\";s:0:\"\";s:26:\"part_titles_styles_padding\";s:0:\"\";s:24:\"part_titles_styles_float\";s:0:\"\";s:36:\"part_titles_styles_show_advanced_css\";i:0;s:34:\"navigation_container_styles_border\";s:0:\"\";s:34:\"navigation_container_styles_height\";s:0:\"\";s:33:\"navigation_container_styles_width\";s:0:\"\";s:34:\"navigation_container_styles_margin\";s:0:\"\";s:35:\"navigation_container_styles_padding\";s:0:\"\";s:33:\"navigation_container_styles_float\";s:0:\"\";s:45:\"navigation_container_styles_show_advanced_css\";i:0;s:29:\"previous_button_styles_border\";s:0:\"\";s:29:\"previous_button_styles_height\";s:0:\"\";s:28:\"previous_button_styles_width\";s:0:\"\";s:32:\"previous_button_styles_font-size\";s:0:\"\";s:29:\"previous_button_styles_margin\";s:0:\"\";s:30:\"previous_button_styles_padding\";s:0:\"\";s:40:\"previous_button_styles_show_advanced_css\";i:0;s:25:\"next_button_styles_border\";s:0:\"\";s:25:\"next_button_styles_height\";s:0:\"\";s:24:\"next_button_styles_width\";s:0:\"\";s:28:\"next_button_styles_font-size\";s:0:\"\";s:25:\"next_button_styles_margin\";s:0:\"\";s:26:\"next_button_styles_padding\";s:0:\"\";s:36:\"next_button_styles_show_advanced_css\";i:0;s:30:\"navigation_hover_styles_border\";s:0:\"\";s:30:\"navigation_hover_styles_height\";s:0:\"\";s:29:\"navigation_hover_styles_width\";s:0:\"\";s:33:\"navigation_hover_styles_font-size\";s:0:\"\";s:30:\"navigation_hover_styles_margin\";s:0:\"\";s:31:\"navigation_hover_styles_padding\";s:0:\"\";s:41:\"navigation_hover_styles_show_advanced_css\";i:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0'),(3,'a:7:{s:2:\"id\";i:3;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:8:{i:0;a:2:{s:8:\"settings\";a:43:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1534955086592\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:11:\"contactName\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"fname\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3972\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:18:\"name_1534955086592\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:21;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1534954990561\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:16:\"emailFromAddress\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3976\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:19:\"email_1534954990561\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:22;}i:2;a:2:{s:8:\"settings\";a:32:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1534954991568\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:12:\"contactPhone\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3979\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:5:\"Phone\";s:9:\"field_key\";s:19:\"phone_1534954991568\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:23;}i:3;a:2:{s:8:\"settings\";a:37:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:10:\"listselect\";s:5:\"label\";s:6:\"Select\";s:3:\"key\";s:24:\"listselect_1662654086358\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:16:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:16:\"Specify Attorney\";s:5:\"value\";s:16:\"Specify Attorney\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"Melissa A. Day\";s:5:\"value\";s:14:\"Melissa A. Day\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:2;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:16:\"James B. Cousins\";s:5:\"value\";s:16:\"James B. Cousins\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:3;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Brian K. Prince\";s:5:\"value\";s:15:\"Brian K. Prince\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:4;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:17:\"Shannan M. Mackey\";s:5:\"value\";s:17:\"Shannan M. Mackey\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:5;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:16:\"Paul B. Kornacki\";s:5:\"value\";s:16:\"Paul B. Kornacki\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:6;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:6;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:22:\"Cassandra E. Christman\";s:5:\"value\";s:22:\"Cassandra E. Christman\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:7;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:7;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Melanie A. Daly\";s:5:\"value\";s:15:\"Melanie A. Daly\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:8;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:8;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:17:\"Neil A. Diegelman\";s:5:\"value\";s:17:\"Neil A. Diegelman\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:9;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:9;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:18:\"Brendan T. Shannon\";s:5:\"value\";s:18:\"Brendan T. Shannon\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:10;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:10;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Andrew P. Gould\";s:5:\"value\";s:15:\"Andrew P. Gould\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:11;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:11;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:14:\"Bingchen Huang\";s:5:\"value\";s:14:\"Bingchen Huang\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:12;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:12;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:13:\"Satoko Harada\";s:5:\"value\";s:13:\"Satoko Harada\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:13;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:13;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:12:\"Maria C. Lua\";s:5:\"value\";s:12:\"Maria C. Lua\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:14;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:14;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:16:\"Vicki L. Buehler\";s:5:\"value\";s:16:\"Vicki L. Buehler\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:15;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:15;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"Tyler J. Eckert\";s:5:\"value\";s:15:\"Tyler J. Eckert\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:0;s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";i:0;s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";i:0;s:7:\"cellcid\";s:5:\"c3982\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"46\";}i:4;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:21:\"message_1534955077918\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:11:\"formComment\";s:9:\"help_text\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3985\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:7:\"Message\";s:9:\"field_key\";s:21:\"message_1534955077918\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:24;}i:5;a:2:{s:8:\"settings\";a:35:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:0:\"\";s:7:\"default\";s:948:\"<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/privacy/\" target=\"_blank\">Privacy Policy</a></div><div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div></div>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3988\";s:3:\"key\";s:18:\"html_1534955009205\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:0:\"\";s:9:\"field_key\";s:18:\"html_1534955009205\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:25;}i:6;a:2:{s:8:\"settings\";a:46:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:26:\"I Have Read The Disclaimer\";s:3:\"key\";s:40:\"i_have_read_the_disclaimer_1534955054736\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";s:1:\"1\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:14:\"readDisclaimer\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:7:\"Checked\";s:15:\"unchecked_value\";s:9:\"Unchecked\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3991\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:26:\"I Have Read The Disclaimer\";s:9:\"field_key\";s:40:\"i_have_read_the_disclaimer_1534955054736\";s:7:\"default\";s:9:\"unchecked\";s:5:\"value\";s:9:\"unchecked\";s:18:\"checked_calc_value\";s:0:\"\";s:20:\"unchecked_calc_value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";}s:2:\"id\";i:26;}i:7;a:2:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:4:\"Send\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:18:\"send_1562680748375\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3994\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:4:\"Send\";s:9:\"field_key\";s:18:\"send_1562680748375\";}s:2:\"id\";i:27;}}s:7:\"actions\";a:1:{i:0;a:2:{s:8:\"settings\";a:19:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-08 10:26:10\";s:5:\"label\";s:23:\"Send Notification Email\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:21:\"mail@madwcdefense.com\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:42:\"Email from {field:name_1534955086592} to {\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:17;}}s:8:\"settings\";a:89:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:1:\"1\";s:5:\"title\";s:19:\"Email This Attorney\";s:10:\"created_at\";s:19:\"2019-03-08 18:06:57\";s:10:\"form_title\";s:19:\"Email This Attorney\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:13:\"wrapper_class\";s:16:\"fl-attorney-form\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";s:1:\"0\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:15:\"formContentData\";a:1:{i:0;a:8:{s:15:\"formContentData\";a:8:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:24:\"listselect_1662654086358\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680748375\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:8:\"tvkfabgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}s:14:\"drawerDisabled\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:20:\"repeatable_fieldsets\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"mp_breadcrumb\";i:1;s:15:\"mp_progress_bar\";i:1;s:17:\"mp_display_titles\";i:0;s:45:\"breadcrumb_container_styles_show_advanced_css\";i:0;s:43:\"breadcrumb_buttons_styles_show_advanced_css\";i:0;s:48:\"breadcrumb_button_hover_styles_show_advanced_css\";i:0;s:49:\"breadcrumb_active_button_styles_show_advanced_css\";i:0;s:47:\"progress_bar_container_styles_show_advanced_css\";i:0;s:42:\"progress_bar_fill_styles_show_advanced_css\";i:0;s:36:\"part_titles_styles_show_advanced_css\";i:0;s:45:\"navigation_container_styles_show_advanced_css\";i:0;s:40:\"previous_button_styles_show_advanced_css\";i:0;s:36:\"next_button_styles_show_advanced_css\";i:0;s:41:\"navigation_hover_styles_show_advanced_css\";i:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0'),(4,'a:7:{s:2:\"id\";i:4;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:7:{i:0;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1534955086592\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:11:\"contactName\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"fname\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3228\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:18:\"name_1534955086592\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:28;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1534954990561\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:16:\"emailFromAddress\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3232\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:19:\"email_1534954990561\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:29;}i:2;a:2:{s:8:\"settings\";a:32:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1534954991568\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:12:\"contactPhone\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3235\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:5:\"Phone\";s:9:\"field_key\";s:19:\"phone_1534954991568\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:30;}i:3;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"4\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:21:\"message_1534955077918\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:11:\"formComment\";s:9:\"help_text\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3238\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:7:\"Message\";s:9:\"field_key\";s:21:\"message_1534955077918\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:31;}i:4;a:2:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"6\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:0:\"\";s:7:\"default\";s:956:\"<div class=\"form-links\"> <a href=\"/lp/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> | <a href=\"/lp/privacy/\" target=\"_blank\">Privacy Policy</a></div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3241\";s:3:\"key\";s:18:\"html_1534955009205\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:0:\"\";s:9:\"field_key\";s:18:\"html_1534955009205\";}s:2:\"id\";i:32;}i:5;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"7\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:26:\"I Have Read The Disclaimer\";s:3:\"key\";s:40:\"i_have_read_the_disclaimer_1534955054736\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";s:1:\"1\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:14:\"readDisclaimer\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:7:\"Checked\";s:15:\"unchecked_value\";s:9:\"Unchecked\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3244\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:26:\"I Have Read The Disclaimer\";s:9:\"field_key\";s:40:\"i_have_read_the_disclaimer_1534955054736\";s:7:\"default\";s:9:\"unchecked\";s:5:\"value\";s:9:\"unchecked\";}s:2:\"id\";i:33;}i:6;a:2:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"8\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:4:\"Send\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:18:\"send_1562680741334\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3247\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:4:\"Send\";s:9:\"field_key\";s:18:\"send_1562680741334\";}s:2:\"id\";i:34;}}s:7:\"actions\";a:1:{i:0;a:2:{s:8:\"settings\";a:13:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:7:\"handler\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-04-02 18:10:40\";s:5:\"label\";s:23:\"Send Notification Email\";s:5:\"order\";s:1:\"0\";s:2:\"to\";s:21:\"mail@madwcdefense.com\";s:14:\"drawerDisabled\";b:0;s:6:\"parent\";s:1:\"3\";}s:2:\"id\";i:7;}}s:8:\"settings\";a:40:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:1:\"1\";s:5:\"title\";s:17:\"Landing Page Form\";s:10:\"created_at\";s:19:\"2019-04-02 18:10:40\";s:10:\"form_title\";s:17:\"Landing Page Form\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:13:\"wrapper_class\";s:20:\"fl-landing-page-form\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";s:1:\"0\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:15:\"formContentData\";a:7:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534955086592\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954990561\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954991568\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:21:\"message_1534955077918\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1534955009205\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534955054736\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"send_1562680741334\";}s:5:\"width\";s:3:\"100\";}}}}s:14:\"drawerDisabled\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:20:\"repeatable_fieldsets\";s:0:\"\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0'),(5,'a:7:{s:2:\"id\";i:5;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:7:{i:0;a:2:{s:8:\"settings\";a:76:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:5:\"Name*\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:11:\"<p><br></p>\";s:9:\"desc_text\";s:11:\"<p><br></p>\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"12\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";i:1;s:23:\"element_styles_advanced\";s:12:\"width: 440px\";s:7:\"cellcid\";s:5:\"c3972\";s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:4:\"name\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:35;}i:1;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:6:\"Email*\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"12\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3975\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:5:\"email\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:36;}i:2;a:2:{s:8:\"settings\";a:48:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:12:\"Phone Number\";s:3:\"key\";s:26:\"phone_number_1662652113554\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:13:\"Phone Number*\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:12:\"Phone Number\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";i:0;s:30:\"label_styles_show_advanced_css\";i:0;s:32:\"element_styles_show_advanced_css\";i:0;s:7:\"cellcid\";s:5:\"c3977\";s:5:\"value\";s:0:\"\";s:10:\"oldCellcid\";s:5:\"c4215\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"12\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"39\";}i:3;a:2:{s:8:\"settings\";a:75:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:36:\"Enter your message or request here. \";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:4:\"12.5\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:3:\"7.5\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3980\";s:11:\"field_label\";s:7:\"Message\";s:9:\"field_key\";s:7:\"message\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:37;}i:4;a:2:{s:8:\"settings\";a:34:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:4:\"HTML\";s:7:\"default\";s:899:\"<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:0;s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";i:0;s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";i:1;s:3:\"key\";s:18:\"html_1662651382914\";s:7:\"cellcid\";s:5:\"c3983\";s:14:\"drawerDisabled\";b:0;s:23:\"element_styles_advanced\";s:26:\"body {\n color: #ffffff;\n}\";}s:2:\"id\";s:2:\"40\";}i:5;a:2:{s:8:\"settings\";a:74:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:12:\"listcheckbox\";s:5:\"label\";s:13:\"Checkbox List\";s:3:\"key\";s:26:\"listcheckbox_1662663562280\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";b:0;s:7:\"options\";a:2:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:26:\"I Have Read the Disclaimer\";s:5:\"value\";s:26:\"I Have Read the Disclaimer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"I Acknowledge and Agree to its Terms\";s:5:\"value\";s:36:\"I Acknowledge and Agree to its Terms\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:19:\"lm-ignore-checkbox6\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";i:1;s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";i:1;s:31:\"element_styles_background-color\";s:7:\"#ffffff\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:5:\"solid\";s:27:\"element_styles_border-color\";s:7:\"#000000\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";i:1;s:27:\"list_item_row_styles_border\";s:0:\"\";s:27:\"list_item_row_styles_height\";s:0:\"\";s:26:\"list_item_row_styles_width\";s:0:\"\";s:30:\"list_item_row_styles_font-size\";s:0:\"\";s:27:\"list_item_row_styles_margin\";s:0:\"\";s:28:\"list_item_row_styles_padding\";s:0:\"\";s:28:\"list_item_row_styles_display\";s:0:\"\";s:26:\"list_item_row_styles_float\";s:0:\"\";s:38:\"list_item_row_styles_show_advanced_css\";i:1;s:29:\"list_item_label_styles_border\";s:0:\"\";s:29:\"list_item_label_styles_height\";s:0:\"\";s:28:\"list_item_label_styles_width\";s:0:\"\";s:32:\"list_item_label_styles_font-size\";s:0:\"\";s:29:\"list_item_label_styles_margin\";s:0:\"\";s:30:\"list_item_label_styles_padding\";s:0:\"\";s:30:\"list_item_label_styles_display\";s:0:\"\";s:28:\"list_item_label_styles_float\";s:0:\"\";s:40:\"list_item_label_styles_show_advanced_css\";i:1;s:31:\"list_item_element_styles_border\";s:0:\"\";s:31:\"list_item_element_styles_height\";s:0:\"\";s:30:\"list_item_element_styles_width\";s:0:\"\";s:34:\"list_item_element_styles_font-size\";s:4:\"12.5\";s:31:\"list_item_element_styles_margin\";s:0:\"\";s:32:\"list_item_element_styles_padding\";s:3:\"5px\";s:32:\"list_item_element_styles_display\";s:0:\"\";s:30:\"list_item_element_styles_float\";s:0:\"\";s:42:\"list_item_element_styles_show_advanced_css\";i:1;s:7:\"cellcid\";s:5:\"c3985\";s:14:\"drawerDisabled\";b:0;s:9:\"cellOrder\";i:1;s:20:\"wrap_styles_advanced\";s:19:\"lm-ignore-checkbox1\";s:21:\"label_styles_advanced\";s:19:\"lm-ignore-checkbox2\";s:23:\"element_styles_advanced\";s:19:\"lm-ignore-checkbox3\";s:29:\"list_item_row_styles_advanced\";s:19:\"lm-ignore-checkbox4\";s:31:\"list_item_label_styles_advanced\";s:19:\"lm-ignore-checkbox4\";s:33:\"list_item_element_styles_advanced\";s:19:\"lm-ignore-checkbox5\";}s:2:\"id\";s:2:\"47\";}i:6;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";i:1;s:23:\"element_styles_advanced\";s:281:\"background: #fff !important;\ncolor: #211865 !important;\nfont-size: 17px !important;\nfont-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\npadding: 15px 25px !important;\ntext-transform: uppercase !important;\nfont-weight: 400 !important;\nfloat:right !important;\";s:44:\"submit_element_hover_styles_background-color\";s:7:\"#211865\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:7:\"#ffffff\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";i:1;s:36:\"submit_element_hover_styles_advanced\";s:1:\"\n\";s:7:\"cellcid\";s:5:\"c3987\";s:11:\"field_label\";s:6:\"Submit\";s:9:\"field_key\";s:6:\"submit\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:38;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:9;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:50:\"Your message to The Law Offices of Melissa A. Day \";s:13:\"email_message\";s:158:\"<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:10;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:47:39\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:21:\"mail@madwcdefense.com\";s:13:\"email_subject\";s:30:\"New message from {field:name} \";s:13:\"email_message\";s:222:\"<p>A message has been received via the \"Contact/Refer a Claim form\" on the firm website. See the details below. </p><p>{field:name}<br>{field:email}<br>{field:phone_number_1662652113554}<br>{field:message}<br><br></p>\";s:9:\"from_name\";s:32:\"{field:name} (via LOMAD Website)\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:25:\"hearings@madwcdefense.com\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:11;}i:3;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:366:\"<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\"> Thank you for your submission! A member of our team will contact you soon.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:12;}}s:8:\"settings\";a:129:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:29:\"Contact - Refer a Claim - new\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:10:\"form_title\";s:10:\"Contact Me\";s:17:\"default_label_pos\";s:6:\"hidden\";s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:3:\"key\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"wrapper_class\";s:18:\"lm-ignore-checkbox\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:1:{i:0;a:8:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:0;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:26:\"phone_number_1662652113554\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1662651382914\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:26:\"listcheckbox_1662663562280\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";i:33;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"iyiqfgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";i:1;s:25:\"container_styles_advanced\";s:21:\"width: 100%!important\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:8:\"00FFFFFF\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";i:0;s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:9:\"#d8d8d8A6\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:7:\"#211865\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:4:\"22px\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";i:1;s:27:\"success-msg_styles_advanced\";s:136:\"font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:13:\"mp_breadcrumb\";i:1;s:15:\"mp_progress_bar\";i:1;s:17:\"mp_display_titles\";i:0;s:45:\"breadcrumb_container_styles_show_advanced_css\";i:0;s:43:\"breadcrumb_buttons_styles_show_advanced_css\";i:0;s:48:\"breadcrumb_button_hover_styles_show_advanced_css\";i:0;s:49:\"breadcrumb_active_button_styles_show_advanced_css\";i:0;s:47:\"progress_bar_container_styles_show_advanced_css\";i:0;s:42:\"progress_bar_fill_styles_show_advanced_css\";i:0;s:36:\"part_titles_styles_show_advanced_css\";i:0;s:45:\"navigation_container_styles_show_advanced_css\";i:0;s:40:\"previous_button_styles_show_advanced_css\";i:0;s:36:\"next_button_styles_show_advanced_css\";i:0;s:41:\"navigation_hover_styles_show_advanced_css\";i:0;s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0'),(7,'a:7:{s:2:\"id\";i:7;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:12:{i:0;a:2:{s:8:\"settings\";a:35:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:20:\"Personal Information\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4047\";s:3:\"key\";s:34:\"personal_information_1534954814742\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:20:\"Personal Information\";s:9:\"field_key\";s:34:\"personal_information_1534954814742\";}s:2:\"id\";i:48;}i:1;a:2:{s:8:\"settings\";a:44:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1534954806801\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:11:\"contactName\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"fname\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";i:0;s:7:\"cellcid\";s:5:\"c4051\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:18:\"name_1534954806801\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"315px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:49;}i:2;a:2:{s:8:\"settings\";a:44:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1534954365299\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:16:\"emailFromAddress\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4054\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:19:\"email_1534954365299\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"315px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:50;}i:3;a:2:{s:8:\"settings\";a:50:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"4\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1534954373936\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:12:\"contactPhone\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4057\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:5:\"Phone\";s:9:\"field_key\";s:19:\"phone_1534954373936\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"315px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:51;}i:4;a:2:{s:8:\"settings\";a:50:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:3:\"zip\";s:5:\"label\";s:3:\"Zip\";s:3:\"key\";s:17:\"zip_1534954373399\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:10:\"contactZip\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:3:\"zip\";s:23:\"personally_identifiable\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4060\";s:11:\"field_label\";s:3:\"Zip\";s:9:\"field_key\";s:17:\"zip_1534954373399\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"315px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:14:\"drawerDisabled\";b:0;s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:52;}i:5;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"6\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:9:\"liststate\";s:5:\"label\";s:9:\"US States\";s:3:\"key\";s:23:\"liststate_1534954369789\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"options\";a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:38:\"list_item_row_styles_show_advanced_css\";s:1:\"0\";s:40:\"list_item_label_styles_show_advanced_css\";s:1:\"0\";s:42:\"list_item_element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4063\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:9:\"US States\";s:9:\"field_key\";s:23:\"liststate_1534954369789\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"315px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"15\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:27:\"list_item_row_styles_border\";s:0:\"\";s:27:\"list_item_row_styles_height\";s:0:\"\";s:26:\"list_item_row_styles_width\";s:0:\"\";s:30:\"list_item_row_styles_font-size\";s:0:\"\";s:27:\"list_item_row_styles_margin\";s:0:\"\";s:28:\"list_item_row_styles_padding\";s:0:\"\";s:26:\"list_item_row_styles_float\";s:0:\"\";s:29:\"list_item_label_styles_border\";s:0:\"\";s:29:\"list_item_label_styles_height\";s:0:\"\";s:28:\"list_item_label_styles_width\";s:0:\"\";s:32:\"list_item_label_styles_font-size\";s:0:\"\";s:29:\"list_item_label_styles_margin\";s:0:\"\";s:30:\"list_item_label_styles_padding\";s:0:\"\";s:28:\"list_item_label_styles_float\";s:0:\"\";s:31:\"list_item_element_styles_border\";s:0:\"\";s:31:\"list_item_element_styles_height\";s:0:\"\";s:30:\"list_item_element_styles_width\";s:0:\"\";s:34:\"list_item_element_styles_font-size\";s:2:\"15\";s:31:\"list_item_element_styles_margin\";s:0:\"\";s:32:\"list_item_element_styles_padding\";s:5:\"8.5px\";s:30:\"list_item_element_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:53;}i:6;a:2:{s:8:\"settings\";a:35:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"7\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:19:\"Contact Preferences\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4066\";s:3:\"key\";s:33:\"contact_preferences_1534954782835\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:19:\"Contact Preferences\";s:9:\"field_key\";s:33:\"contact_preferences_1534954782835\";}s:2:\"id\";i:54;}i:7;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"8\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:12:\"listcheckbox\";s:5:\"label\";s:35:\"How Would You Like To Be Contacted?\";s:3:\"key\";s:48:\"how_would_you_like_to_be_contacted_1534954740097\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"options\";a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:5:\"phone\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"0\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";s:1:\"0\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:5:\"email\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";s:5:\"order\";s:1:\"1\";s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:11:\"contactPref\";s:9:\"help_text\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:38:\"list_item_row_styles_show_advanced_css\";s:1:\"0\";s:40:\"list_item_label_styles_show_advanced_css\";s:1:\"0\";s:42:\"list_item_element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4069\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:35:\"How Would You Like To Be Contacted?\";s:9:\"field_key\";s:48:\"how_would_you_like_to_be_contacted_1534954740097\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"315px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:27:\"list_item_row_styles_border\";s:0:\"\";s:27:\"list_item_row_styles_height\";s:0:\"\";s:26:\"list_item_row_styles_width\";s:0:\"\";s:30:\"list_item_row_styles_font-size\";s:2:\"15\";s:27:\"list_item_row_styles_margin\";s:0:\"\";s:28:\"list_item_row_styles_padding\";s:5:\"8.5px\";s:26:\"list_item_row_styles_float\";s:0:\"\";s:29:\"list_item_label_styles_border\";s:0:\"\";s:29:\"list_item_label_styles_height\";s:0:\"\";s:28:\"list_item_label_styles_width\";s:0:\"\";s:32:\"list_item_label_styles_font-size\";s:0:\"\";s:29:\"list_item_label_styles_margin\";s:0:\"\";s:30:\"list_item_label_styles_padding\";s:0:\"\";s:28:\"list_item_label_styles_float\";s:0:\"\";s:31:\"list_item_element_styles_border\";s:0:\"\";s:31:\"list_item_element_styles_height\";s:0:\"\";s:30:\"list_item_element_styles_width\";s:0:\"\";s:34:\"list_item_element_styles_font-size\";s:2:\"15\";s:31:\"list_item_element_styles_margin\";s:0:\"\";s:32:\"list_item_element_styles_padding\";s:5:\"8.5px\";s:30:\"list_item_element_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:55;}i:8;a:2:{s:8:\"settings\";a:49:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:2:\"10\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:37:\"Brief Description of Your Legal Issue\";s:3:\"key\";s:51:\"brief_description_of_your_legal_issue_1534954647282\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:11:\"formComment\";s:9:\"help_text\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4072\";s:11:\"field_label\";s:37:\"Brief Description of Your Legal Issue\";s:9:\"field_key\";s:51:\"brief_description_of_your_legal_issue_1534954647282\";s:5:\"value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"315px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:4:\"12.5\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"7.5px\";s:20:\"element_styles_float\";s:0:\"\";s:14:\"drawerDisabled\";b:0;s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:56;}i:9;a:2:{s:8:\"settings\";a:36:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:2:\"11\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:0:\"\";s:7:\"default\";s:899:\"<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4075\";s:3:\"key\";s:28:\"privacy_policy_1534954542111\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:0:\"\";s:9:\"field_key\";s:28:\"privacy_policy_1534954542111\";s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:57;}i:10;a:2:{s:8:\"settings\";a:47:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:2:\"12\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:26:\"I Have Read The Disclaimer\";s:3:\"key\";s:40:\"i_have_read_the_disclaimer_1534954562191\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";s:1:\"1\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:14:\"readDisclaimer\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:0:\"\";s:15:\"unchecked_value\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4078\";s:14:\"drawerDisabled\";b:0;s:7:\"default\";s:9:\"unchecked\";s:11:\"field_label\";s:26:\"I Have Read The Disclaimer\";s:9:\"field_key\";s:40:\"i_have_read_the_disclaimer_1534954562191\";s:5:\"value\";s:9:\"unchecked\";s:18:\"checked_calc_value\";s:0:\"\";s:20:\"unchecked_calc_value\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:5:\"315px\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:0:\"\";}s:2:\"id\";i:58;}i:11;a:2:{s:8:\"settings\";a:36:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:2:\"13\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1663177781078\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c4081\";s:14:\"drawerDisabled\";b:0;s:11:\"field_label\";s:4:\"Send\";s:9:\"field_key\";s:18:\"send_1562680674669\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";}s:2:\"id\";i:59;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-14 11:40:30\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:12:\"redirect_url\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:23;}i:1;a:2:{s:8:\"settings\";a:19:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-14 11:40:30\";s:5:\"label\";s:18:\"Email Confirmation\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:27:\"{field:email_1534954365299}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:50:\"Your message to The Law Offices of Melissa A. Day \";s:13:\"email_message\";s:154:\"<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}</p>\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:24;}i:2;a:2:{s:8:\"settings\";a:19:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-14 11:40:30\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:21:\"mail@madwcdefense.com\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:30:\"New message from {field:name} \";s:13:\"email_message\";s:150:\"<p>A message has been received via the \"Contact/Refer a Claim\" form on the firm website. See the details below. </p><p>{all_fields_table}<br></p>\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:46:\"{field:name_1534954806801} (via LOMAD Website)\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:25:\"hearings@madwcdefense.com\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:25;}i:3;a:2:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-14 11:40:30\";s:5:\"label\";s:15:\"Success Message\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";b:0;s:7:\"process\";i:1;s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:11:\"success_msg\";s:379:\"<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email_1534954365299}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\">Thank you for your submission! A member of our team will contact you soon.</p>\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:26;}}s:8:\"settings\";a:91:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:18:\"Long Form - mobile\";s:10:\"created_at\";s:19:\"2022-09-14 11:40:30\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:13:\"wrapper_class\";s:12:\"fl-long-form\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";s:1:\"0\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"1\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:15:\"formContentData\";a:1:{i:0;a:6:{s:15:\"formContentData\";a:12:{i:0;a:2:{s:5:\"order\";i:1;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:34:\"personal_information_1534954814742\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"name_1534954806801\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"email_1534954365299\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";i:4;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:19:\"phone_1534954373936\";}s:5:\"width\";s:3:\"100\";}}}i:4;a:2:{s:5:\"order\";i:5;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:17:\"zip_1534954373399\";}s:5:\"width\";s:3:\"100\";}}}i:5;a:2:{s:5:\"order\";i:6;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:23:\"liststate_1534954369789\";}s:5:\"width\";s:3:\"100\";}}}i:6;a:2:{s:5:\"order\";i:7;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:33:\"contact_preferences_1534954782835\";}s:5:\"width\";s:3:\"100\";}}}i:7;a:2:{s:5:\"order\";i:8;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:48:\"how_would_you_like_to_be_contacted_1534954740097\";}s:5:\"width\";s:3:\"100\";}}}i:8;a:2:{s:5:\"order\";i:10;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:51:\"brief_description_of_your_legal_issue_1534954647282\";}s:5:\"width\";s:3:\"100\";}}}i:9;a:2:{s:5:\"order\";i:11;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:28:\"privacy_policy_1534954542111\";}s:5:\"width\";s:3:\"100\";}}}i:10;a:2:{s:5:\"order\";i:12;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:40:\"i_have_read_the_disclaimer_1534954562191\";}s:5:\"width\";s:3:\"100\";}}}i:11;a:2:{s:5:\"order\";i:13;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:20:\"submit_1663177781078\";}s:5:\"width\";s:3:\"100\";}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"znhzdws\";}}s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:14:\"drawerDisabled\";b:0;s:20:\"repeatable_fieldsets\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"mp_breadcrumb\";s:1:\"1\";s:15:\"mp_progress_bar\";s:1:\"1\";s:17:\"mp_display_titles\";s:1:\"0\";s:45:\"breadcrumb_container_styles_show_advanced_css\";s:1:\"0\";s:43:\"breadcrumb_buttons_styles_show_advanced_css\";s:1:\"0\";s:48:\"breadcrumb_button_hover_styles_show_advanced_css\";s:1:\"0\";s:49:\"breadcrumb_active_button_styles_show_advanced_css\";s:1:\"0\";s:47:\"progress_bar_container_styles_show_advanced_css\";s:1:\"0\";s:42:\"progress_bar_fill_styles_show_advanced_css\";s:1:\"0\";s:36:\"part_titles_styles_show_advanced_css\";s:1:\"0\";s:45:\"navigation_container_styles_show_advanced_css\";s:1:\"0\";s:40:\"previous_button_styles_show_advanced_css\";s:1:\"0\";s:36:\"next_button_styles_show_advanced_css\";s:1:\"0\";s:41:\"navigation_hover_styles_show_advanced_css\";s:1:\"0\";s:23:\"container_styles_border\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:9:\"#d8d8d8A6\";s:25:\"success-msg_styles_border\";s:0:\"\";s:24:\"success-msg_styles_color\";s:7:\"#211865\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:4:\"22px\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:27:\"success-msg_styles_advanced\";s:75:\"font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\";s:23:\"error_msg_styles_border\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0'),(8,'a:7:{s:2:\"id\";i:8;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:7:{i:0;a:2:{s:8:\"settings\";a:76:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:5:\"Name*\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:11:\"<p><br></p>\";s:9:\"desc_text\";s:11:\"<p><br></p>\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"12\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"1\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3972\";s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:4:\"name\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:60;}i:1;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:6:\"Email*\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"12\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3975\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:5:\"email\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:61;}i:2;a:2:{s:8:\"settings\";a:50:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:12:\"Phone Number\";s:3:\"key\";s:26:\"phone_number_1662652113554\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:13:\"Phone Number*\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:12:\"Phone Number\";s:23:\"personally_identifiable\";s:1:\"1\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:7:\"cellcid\";s:5:\"c3977\";s:5:\"value\";s:0:\"\";s:10:\"oldCellcid\";s:5:\"c4215\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:2:\"12\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:5:\"8.5px\";s:20:\"element_styles_float\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:12:\"Phone Number\";s:9:\"field_key\";s:26:\"phone_number_1662652113554\";}s:2:\"id\";i:64;}i:3;a:2:{s:8:\"settings\";a:75:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"4\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:36:\"Enter your message or request here. \";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:4:\"12.5\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:3:\"7.5\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3980\";s:11:\"field_label\";s:7:\"Message\";s:9:\"field_key\";s:7:\"message\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:62;}i:4;a:2:{s:8:\"settings\";a:36:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:4:\"HTML\";s:7:\"default\";s:899:\"<div class=\"form-links\"> <a href=\"/disclaimer/\" id=\"form-disclaimer-trigger\" title=\"Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.\">Disclaimer</a> </div>\n<div id=\"fl-disclaimer\" class=\"fl-disclaimer\"> <div id=\"fl-disclaimer__inner\" class=\"fl-disclaimer__inner\"> <span class=\"fl-disclaimer__icon dashicons-info\" aria-hidden=\"true\"></span> Disclaimer: The use of the internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form. <span id=\"fl-disclaimer__close\" class=\"fl-disclaimer__close dashicons-no-alt\"></span> </div>\n</div>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"1\";s:3:\"key\";s:18:\"html_1662651382914\";s:7:\"cellcid\";s:5:\"c3983\";s:14:\"drawerDisabled\";s:0:\"\";s:23:\"element_styles_advanced\";s:26:\"body {\n color: #ffffff;\n}\";s:11:\"field_label\";s:4:\"HTML\";s:9:\"field_key\";s:18:\"html_1662651382914\";}s:2:\"id\";i:65;}i:5;a:2:{s:8:\"settings\";a:76:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"6\";s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:12:\"listcheckbox\";s:5:\"label\";s:13:\"Checkbox List\";s:3:\"key\";s:26:\"listcheckbox_1662663562280\";s:9:\"label_pos\";s:6:\"hidden\";s:8:\"required\";s:0:\"\";s:7:\"options\";a:2:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:26:\"I Have Read the Disclaimer\";s:5:\"value\";s:26:\"I Have Read the Disclaimer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"I Acknowledge and Agree to its Terms\";s:5:\"value\";s:36:\"I Acknowledge and Agree to its Terms\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:1;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:19:\"lm-ignore-checkbox6\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"1\";s:19:\"label_styles_border\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"1\";s:21:\"element_styles_border\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"1\";s:27:\"list_item_row_styles_border\";s:0:\"\";s:27:\"list_item_row_styles_height\";s:0:\"\";s:26:\"list_item_row_styles_width\";s:0:\"\";s:30:\"list_item_row_styles_font-size\";s:0:\"\";s:27:\"list_item_row_styles_margin\";s:0:\"\";s:28:\"list_item_row_styles_padding\";s:0:\"\";s:26:\"list_item_row_styles_float\";s:0:\"\";s:38:\"list_item_row_styles_show_advanced_css\";s:1:\"1\";s:29:\"list_item_label_styles_border\";s:0:\"\";s:29:\"list_item_label_styles_height\";s:0:\"\";s:28:\"list_item_label_styles_width\";s:0:\"\";s:32:\"list_item_label_styles_font-size\";s:0:\"\";s:29:\"list_item_label_styles_margin\";s:0:\"\";s:30:\"list_item_label_styles_padding\";s:0:\"\";s:28:\"list_item_label_styles_float\";s:0:\"\";s:40:\"list_item_label_styles_show_advanced_css\";s:1:\"1\";s:31:\"list_item_element_styles_border\";s:0:\"\";s:31:\"list_item_element_styles_height\";s:0:\"\";s:30:\"list_item_element_styles_width\";s:0:\"\";s:34:\"list_item_element_styles_font-size\";s:4:\"12.5\";s:31:\"list_item_element_styles_margin\";s:0:\"\";s:32:\"list_item_element_styles_padding\";s:3:\"5px\";s:30:\"list_item_element_styles_float\";s:0:\"\";s:42:\"list_item_element_styles_show_advanced_css\";s:1:\"1\";s:7:\"cellcid\";s:5:\"c3985\";s:14:\"drawerDisabled\";s:0:\"\";s:9:\"cellOrder\";s:1:\"1\";s:28:\"list_item_row_styles_display\";s:0:\"\";s:30:\"list_item_label_styles_display\";s:0:\"\";s:32:\"list_item_element_styles_display\";s:0:\"\";s:31:\"element_styles_background-color\";s:7:\"#ffffff\";s:27:\"element_styles_border-style\";s:5:\"solid\";s:27:\"element_styles_border-color\";s:7:\"#000000\";s:20:\"wrap_styles_advanced\";s:19:\"lm-ignore-checkbox1\";s:21:\"label_styles_advanced\";s:19:\"lm-ignore-checkbox2\";s:23:\"element_styles_advanced\";s:19:\"lm-ignore-checkbox3\";s:29:\"list_item_row_styles_advanced\";s:19:\"lm-ignore-checkbox4\";s:31:\"list_item_label_styles_advanced\";s:19:\"lm-ignore-checkbox4\";s:33:\"list_item_element_styles_advanced\";s:19:\"lm-ignore-checkbox5\";s:11:\"field_label\";s:13:\"Checkbox List\";s:9:\"field_key\";s:26:\"listcheckbox_1662663562280\";}s:2:\"id\";i:66;}i:6;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"7\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"1\";s:23:\"element_styles_advanced\";s:281:\"background: #fff !important;\ncolor: #211865 !important;\nfont-size: 17px !important;\nfont-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\npadding: 15px 25px !important;\ntext-transform: uppercase !important;\nfont-weight: 400 !important;\nfloat:right !important;\";s:44:\"submit_element_hover_styles_background-color\";s:7:\"#211865\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:7:\"#ffffff\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"1\";s:36:\"submit_element_hover_styles_advanced\";s:1:\"\n\";s:7:\"cellcid\";s:5:\"c3987\";s:11:\"field_label\";s:6:\"Submit\";s:9:\"field_key\";s:6:\"submit\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:63;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-19 13:56:01\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:27;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-19 13:56:01\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:50:\"Your message to The Law Offices of Melissa A. Day \";s:13:\"email_message\";s:158:\"<p>Your message to The Law Offices of Melissa A. Day has been submitted and sent. A member of our team will be in touch soon!</p><p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:28;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-19 13:56:01\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:21:\"mail@madwcdefense.com\";s:13:\"email_subject\";s:30:\"New message from {field:name} \";s:13:\"email_message\";s:222:\"<p>A message has been received via the \"Contact/Refer a Claim form\" on the firm website. See the details below. </p><p>{field:name}<br>{field:email}<br>{field:phone_number_1662652113554}<br>{field:message}<br><br></p>\";s:9:\"from_name\";s:32:\"{field:name} (via LOMAD Website)\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:25:\"hearings@madwcdefense.com\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:29;}i:3;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-09-19 13:56:01\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:366:\"<p style=\"text-align: center;\">Your message to The Law Offices of Melissa A. Day has been successfully submitted.</p><p style=\"text-align: center;\">A confirmation email was sent to {field:email}. Please check your junk/spam folder for the confirmation.</p><p style=\"text-align: center;\"> Thank you for your submission! A member of our team will contact you soon.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:30;}}s:8:\"settings\";a:128:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:32:\"Contact - Refer a Claim - Mobile\";s:10:\"created_at\";s:19:\"2022-09-19 13:56:01\";s:17:\"default_label_pos\";s:6:\"hidden\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:3:\"key\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"wrapper_class\";s:18:\"lm-ignore-checkbox\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:1:{i:0;a:8:{s:15:\"formContentData\";a:3:{i:0;a:2:{s:5:\"order\";i:0;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:26:\"phone_number_1662652113554\";}s:5:\"width\";i:33;}}}i:1;a:2:{s:5:\"order\";i:2;s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";i:3;s:5:\"cells\";a:3:{i:0;a:3:{s:5:\"order\";i:0;s:6:\"fields\";a:1:{i:0;s:18:\"html_1662651382914\";}s:5:\"width\";i:33;}i:1;a:3:{s:5:\"order\";i:1;s:6:\"fields\";a:1:{i:0;s:26:\"listcheckbox_1662663562280\";}s:5:\"width\";i:33;}i:2;a:3:{s:5:\"order\";i:2;s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";i:33;}}}}s:5:\"order\";i:0;s:4:\"type\";s:4:\"part\";s:5:\"clean\";b:1;s:5:\"title\";s:10:\"Part Title\";s:3:\"key\";s:7:\"iyiqfgo\";s:10:\"editActive\";b:1;s:14:\"drawerDisabled\";b:0;}}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"1\";s:25:\"container_styles_advanced\";s:20:\"width: 50%!important\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:8:\"00FFFFFF\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:9:\"#d8d8d8A6\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:7:\"#211865\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:4:\"22px\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"1\";s:27:\"success-msg_styles_advanced\";s:136:\"font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:13:\"mp_breadcrumb\";s:1:\"1\";s:15:\"mp_progress_bar\";s:1:\"1\";s:17:\"mp_display_titles\";s:1:\"0\";s:45:\"breadcrumb_container_styles_show_advanced_css\";s:1:\"0\";s:43:\"breadcrumb_buttons_styles_show_advanced_css\";s:1:\"0\";s:48:\"breadcrumb_button_hover_styles_show_advanced_css\";s:1:\"0\";s:49:\"breadcrumb_active_button_styles_show_advanced_css\";s:1:\"0\";s:47:\"progress_bar_container_styles_show_advanced_css\";s:1:\"0\";s:42:\"progress_bar_fill_styles_show_advanced_css\";s:1:\"0\";s:36:\"part_titles_styles_show_advanced_css\";s:1:\"0\";s:45:\"navigation_container_styles_show_advanced_css\";s:1:\"0\";s:40:\"previous_button_styles_show_advanced_css\";s:1:\"0\";s:36:\"next_button_styles_show_advanced_css\";s:1:\"0\";s:41:\"navigation_hover_styles_show_advanced_css\";s:1:\"0\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:14:\"drawerDisabled\";b:0;s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,_binary '\0');
/*!40000 ALTER TABLE `cuB_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_ninja_forms_uploads`
--
DROP TABLE IF EXISTS `cuB_ninja_forms_uploads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_ninja_forms_uploads` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`form_id` int(11) NOT NULL,
`field_id` int(11) NOT NULL,
`data` longtext CHARACTER SET utf8 NOT NULL,
`date_updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_ninja_forms_uploads`
--
LOCK TABLES `cuB_ninja_forms_uploads` WRITE;
/*!40000 ALTER TABLE `cuB_ninja_forms_uploads` DISABLE KEYS */;
/*!40000 ALTER TABLE `cuB_ninja_forms_uploads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_options`
--
DROP TABLE IF EXISTS `cuB_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `wpe_autoload_options_index` (`autoload`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=91047 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_options`
--
LOCK TABLES `cuB_options` WRITE;
/*!40000 ALTER TABLE `cuB_options` DISABLE KEYS */;
INSERT INTO `cuB_options` VALUES (1,'siteurl','https://thelomad.com','yes'),(2,'home','https://thelomad.com','yes'),(3,'blogname','The Law Offices of Melissa A. Day, PLLC','yes'),(4,'blogdescription','The Law Offices of Melissa A. Day, PLLC','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','mdoldan@madwcdefense.com','yes'),(7,'start_of_week','0','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','4','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'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'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/blog/%year%/%monthnum%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','https://thelomad.com/getmad.today/wp-contentrpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','0','yes'),(39,'recently_edited','','no'),(40,'template','Divi','yes'),(41,'stylesheet','Divi','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','58975','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:8:\"RSS Feed\";s:4:\"text\";s:86:\"<a href=\"/feed/atom/\" target=\"_blank\" rel=\"noopener\">Subscribe To This Blog\'s Feed</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:6:{s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:29:\"jch-optimize/jch-optimize.php\";a:2:{i:0;s:25:\"JchOptimize\\Plugin\\Loader\";i:1;s:20:\"runUninstallRoutines\";}s:45:\"enable-media-replace/enable-media-replace.php\";s:33:\"\\EnableMediaReplace\\emr_uninstall\";s:39:\"wp-external-links/wp-external-links.php\";a:2:{i:0;s:14:\"WPEL_Uninstall\";i:1;s:13:\"_cb_procedure\";}}','no'),(82,'timezone_string','America/New_York','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','6','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','47268','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','14','yes'),(92,'show_comments_cookies_opt_in','0','yes'),(93,'cuB_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:176:{s:13:\"switch_themes\";b:1;s:16:\"activate_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:15:\"install_plugins\";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:6:\"export\";b:1;s:12:\"create_pages\";b:1;s:16:\"edit_ninja_forms\";b:1;s:11:\"edit_people\";b:1;s:11:\"read_people\";b:1;s:13:\"delete_people\";b:1;s:12:\"edit_peoples\";b:1;s:19:\"edit_others_peoples\";b:1;s:15:\"publish_peoples\";b:1;s:20:\"read_private_peoples\";b:1;s:18:\"edit_header_layout\";b:1;s:19:\"read_header_layouts\";b:1;s:21:\"delete_header_layouts\";b:1;s:21:\"create_header_layouts\";b:1;s:19:\"edit_header_layouts\";b:1;s:26:\"edit_others_header_layouts\";b:1;s:22:\"publish_header_layouts\";b:1;s:27:\"read_private_header_layouts\";b:1;s:19:\"create_shared_panel\";b:1;s:17:\"edit_shared_panel\";b:1;s:17:\"read_shared_panel\";b:1;s:19:\"delete_shared_panel\";b:1;s:18:\"edit_shared_panels\";b:1;s:25:\"edit_others_shared_panels\";b:1;s:28:\"edit_published_shared_panels\";b:1;s:21:\"publish_shared_panels\";b:1;s:26:\"read_private_shared_panels\";b:1;s:12:\"landing_page\";b:1;s:19:\"create_landing_page\";b:1;s:17:\"edit_landing_page\";b:1;s:17:\"read_landing_page\";b:1;s:19:\"delete_landing_page\";b:1;s:20:\"delete_landing_pages\";b:1;s:27:\"delete_others_landing_pages\";b:1;s:28:\"delete_private_landing_pages\";b:1;s:30:\"delete_published_landing_pages\";b:1;s:18:\"edit_landing_pages\";b:1;s:25:\"edit_others_landing_pages\";b:1;s:28:\"edit_published_landing_pages\";b:1;s:21:\"publish_landing_pages\";b:1;s:18:\"list_landing_pages\";b:1;s:26:\"read_private_landing_pages\";b:1;s:13:\"sync_registry\";b:1;s:13:\"fork_for_edit\";b:1;s:15:\"fork_for_layout\";b:1;s:20:\"assign_practice_area\";b:1;s:21:\"edit_copy_information\";b:1;s:14:\"view_all_sites\";b:1;s:14:\"edit_all_sites\";b:1;s:14:\"manage_network\";b:1;s:20:\"manage_network_users\";b:1;s:9:\"customize\";b:1;s:11:\"view_stream\";b:1;s:10:\"copy_posts\";b:1;s:25:\"can_access_all_panel_tabs\";b:1;s:15:\"can_sort_panels\";b:1;s:14:\"can_add_panels\";b:1;s:17:\"can_delete_panels\";b:1;s:12:\"can_add_rows\";b:1;s:15:\"can_delete_rows\";b:1;s:13:\"can_sort_rows\";b:1;s:20:\"can_add_child_panels\";b:1;s:23:\"can_delete_child_panels\";b:1;s:21:\"can_sort_child_panels\";b:1;s:18:\"can_add_panel_sets\";b:1;s:19:\"can_edit_panel_sets\";b:1;s:19:\"can_save_panel_sets\";b:1;s:14:\"manage_profile\";b:1;s:11:\"p3_profiler\";b:1;s:15:\"delete_ms_sites\";b:1;s:9:\"copy_edit\";b:1;s:7:\"json_ld\";b:1;s:15:\"view_trash_page\";b:1;s:23:\"view_trash_landing_page\";b:1;s:15:\"view_trash_post\";b:1;s:14:\"view_revisions\";b:1;s:23:\"quick_bulk_post_creator\";b:1;s:10:\"url_mapper\";b:1;s:21:\"better_search_replace\";b:1;s:12:\"divi_library\";b:1;s:5:\"bloom\";b:1;s:23:\"create_divi_map_markers\";b:1;s:20:\"edit_divi_map_marker\";b:1;s:21:\"edit_divi_map_markers\";b:1;s:28:\"edit_others_divi_map_markers\";b:1;s:31:\"edit_published_divi_map_markers\";b:1;s:23:\"delete_divi_map_markers\";b:1;s:30:\"delete_others_divi_map_markers\";b:1;s:33:\"delete_published_divi_map_markers\";b:1;s:24:\"publish_divi_map_markers\";b:1;s:27:\"view_trash_divi_map_markers\";b:1;s:13:\"author_select\";b:1;s:16:\"author_all_users\";b:1;s:18:\"edit_custom_fields\";b:1;s:8:\"facet_wp\";b:1;s:10:\"upload_kml\";b:1;s:10:\"carry_over\";b:1;s:13:\"administrator\";b:1;s:10:\"view_tools\";b:1;s:14:\"nap_management\";b:1;s:12:\"findlaw_tags\";b:1;s:32:\"edit_people_personal_information\";b:1;s:20:\"author_all_customers\";b:1;s:23:\"select_author_byline_by\";b:1;s:33:\"select_author_byline_on_behalf_of\";b:1;s:24:\"manage_wp_external_links\";b:1;s:17:\"view_forked_sites\";b:1;s:16:\"ninja_forms_menu\";b:1;s:32:\"sync_people_personal_information\";b:1;s:20:\"better_notifications\";b:1;s:12:\"access_wrike\";b:1;s:17:\"allow_clear_cache\";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:28:\"aioseo_seo_analysis_settings\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:21:\"aioseo_details_column\";b:1;s:30:\"aioseo_link_assistant_settings\";b:1;s:35:\"aioseo_page_link_assistant_settings\";b:1;s:15:\"access_depicter\";b:1;s:13:\"edit_depicter\";b:1;s:20:\"edit_others_depicter\";b:1;s:16:\"publish_depicter\";b:1;s:15:\"delete_depicter\";b:1;s:22:\"delete_others_depicter\";b:1;s:15:\"create_depicter\";b:1;s:15:\"import_depicter\";b:1;s:15:\"export_depicter\";b:1;s:18:\"duplicate_depicter\";b:1;s:15:\"manage_depicter\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:45:{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:15:\"access_depicter\";b:1;s:13:\"edit_depicter\";b:1;s:20:\"edit_others_depicter\";b:1;s:16:\"publish_depicter\";b:1;s:15:\"delete_depicter\";b:1;s:22:\"delete_others_depicter\";b:1;s:15:\"create_depicter\";b:1;s:15:\"import_depicter\";b:1;s:15:\"export_depicter\";b:1;s:18:\"duplicate_depicter\";b:1;s:15:\"manage_depicter\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:17:\"advanced-customer\";a:2:{s:4:\"name\";s:17:\"Advanced Customer\";s:12:\"capabilities\";a:120:{s:16:\"edit_ninja_forms\";b:1;s:17:\"edit_landing_page\";b:1;s:17:\"read_landing_page\";b:1;s:28:\"edit_published_landing_pages\";b:1;s:18:\"edit_landing_pages\";b:1;s:25:\"edit_others_landing_pages\";b:1;s:21:\"publish_landing_pages\";b:1;s:26:\"read_private_landing_pages\";b:1;s:13:\"sync_registry\";b:1;s:17:\"edit_shared_panel\";b:1;s:17:\"read_shared_panel\";b:1;s:19:\"delete_shared_panel\";b:1;s:27:\"delete_others_shared_panels\";b:1;s:30:\"delete_published_shared_panels\";b:1;s:28:\"edit_published_shared_panels\";b:1;s:18:\"edit_shared_panels\";b:1;s:25:\"edit_others_shared_panels\";b:1;s:21:\"publish_shared_panels\";b:1;s:26:\"read_private_shared_panels\";b:1;s:19:\"create_shared_panel\";b:1;s:13:\"publish_pages\";b:1;s:12:\"create_pages\";b:1;s:18:\"edit_header_layout\";b:1;s:18:\"read_header_layout\";b:1;s:20:\"delete_header_layout\";b:1;s:28:\"delete_others_header_layouts\";b:1;s:31:\"delete_published_header_layouts\";b:1;s:29:\"edit_published_header_layouts\";b:1;s:19:\"edit_header_layouts\";b:1;s:26:\"edit_others_header_layouts\";b:1;s:22:\"publish_header_layouts\";b:1;s:27:\"read_private_header_layouts\";b:1;s:20:\"create_header_layout\";b:1;s:25:\"can_access_all_panel_tabs\";b:1;s:15:\"can_sort_panels\";b:1;s:14:\"can_add_panels\";b:1;s:17:\"can_delete_panels\";b:1;s:12:\"can_add_rows\";b:1;s:15:\"can_delete_rows\";b:1;s:13:\"can_sort_rows\";b:1;s:20:\"can_add_child_panels\";b:1;s:23:\"can_delete_child_panels\";b:1;s:21:\"can_sort_child_panels\";b:1;s:18:\"can_add_panel_sets\";b:1;s:19:\"can_edit_panel_sets\";b:1;s:19:\"can_save_panel_sets\";b:1;s:10:\"copy_posts\";b:1;s:15:\"manage_comments\";b:1;s:11:\"delete_page\";b:1;s:15:\"view_trash_page\";b:1;s:15:\"view_trash_post\";b:1;s:14:\"view_revisions\";b:1;s:12:\"edit_widgets\";b:1;s:10:\"edit_menus\";b:1;s:9:\"copy_edit\";b:1;s:20:\"assign_practice_area\";b:1;s:12:\"divi_library\";b:1;s:23:\"create_divi_map_markers\";b:1;s:20:\"edit_divi_map_marker\";b:1;s:21:\"edit_divi_map_markers\";b:1;s:28:\"edit_others_divi_map_markers\";b:1;s:31:\"edit_published_divi_map_markers\";b:1;s:23:\"delete_divi_map_markers\";b:1;s:30:\"delete_others_divi_map_markers\";b:1;s:33:\"delete_published_divi_map_markers\";b:1;s:24:\"publish_divi_map_markers\";b:1;s:27:\"view_trash_divi_map_markers\";b:1;s:13:\"author_select\";b:1;s:20:\"author_all_customers\";b:1;s:18:\"edit_custom_fields\";b:1;s:8:\"facet_wp\";b:1;s:17:\"advanced-customer\";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: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: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:10:\"view_tools\";b:1;s:11:\"edit_people\";b:1;s:11:\"read_people\";b:1;s:13:\"delete_people\";b:1;s:12:\"edit_peoples\";b:1;s:19:\"edit_others_peoples\";b:1;s:15:\"publish_peoples\";b:1;s:20:\"read_private_peoples\";b:1;s:23:\"select_author_byline_by\";b:1;s:16:\"ninja_forms_menu\";b:1;s:32:\"sync_people_personal_information\";b:1;s:17:\"allow_clear_cache\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:17:\"copywriter-vendor\";a:2:{s:4:\"name\";s:17:\"Copywriter Vendor\";s:12:\"capabilities\";a:43:{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:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:15:\"view_trash_post\";b:1;s:17:\"assign_categories\";b:1;s:10:\"edit_pages\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:20:\"assign_practice_area\";b:1;s:18:\"edit_landing_pages\";b:1;s:25:\"edit_others_landing_pages\";b:1;s:28:\"edit_published_landing_pages\";b:1;s:21:\"publish_landing_pages\";b:1;s:9:\"copy_edit\";b:1;s:13:\"fork_for_edit\";b:1;s:28:\"can_access_panel_tab_content\";b:1;s:14:\"manage_network\";b:1;s:14:\"view_all_sites\";b:1;s:14:\"view_revisions\";b:1;s:23:\"create_divi_map_markers\";b:1;s:20:\"edit_divi_map_marker\";b:1;s:21:\"edit_divi_map_markers\";b:1;s:28:\"edit_others_divi_map_markers\";b:1;s:31:\"edit_published_divi_map_markers\";b:1;s:23:\"delete_divi_map_markers\";b:1;s:30:\"delete_others_divi_map_markers\";b:1;s:33:\"delete_published_divi_map_markers\";b:1;s:24:\"publish_divi_map_markers\";b:1;s:27:\"view_trash_divi_map_markers\";b:1;s:17:\"copywriter-vendor\";b:1;s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:17:\"view_forked_sites\";b:1;s:12:\"access_wrike\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:21:\"aioseo_details_column\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:34:{s:12:\"create_posts\";b:1;s:11:\"delete_post\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:9:\"edit_post\";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:15:\"view_trash_post\";b:1;s:9:\"edit_page\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_pages\";b:1;s:17:\"edit_landing_page\";b:1;s:18:\"edit_landing_pages\";b:1;s:28:\"edit_published_landing_pages\";b:1;s:25:\"edit_others_landing_pages\";b:1;s:21:\"publish_landing_pages\";b:1;s:17:\"manage_categories\";b:1;s:11:\"manage_tags\";b:1;s:20:\"assign_practice_area\";b:1;s:12:\"upload_files\";b:1;s:9:\"copy_edit\";b:1;s:13:\"author_select\";b:1;s:20:\"author_all_customers\";b:1;s:8:\"customer\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:23:\"select_author_byline_by\";b:1;s:25:\"force_update_capabilities\";b:1;}}s:13:\"design-vendor\";a:2:{s:4:\"name\";s:13:\"Design Vendor\";s:12:\"capabilities\";a:53:{s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:15:\"edit_forks_only\";b:1;s:18:\"edit_landing_pages\";b:1;s:19:\"edit_header_layouts\";b:1;s:15:\"can_sort_panels\";b:1;s:14:\"can_add_panels\";b:1;s:17:\"can_delete_panels\";b:1;s:12:\"can_add_rows\";b:1;s:15:\"can_delete_rows\";b:1;s:13:\"can_sort_rows\";b:1;s:20:\"can_add_child_panels\";b:1;s:23:\"can_delete_child_panels\";b:1;s:21:\"can_sort_child_panels\";b:1;s:18:\"can_add_panel_sets\";b:1;s:19:\"can_edit_panel_sets\";b:1;s:19:\"can_save_panel_sets\";b:1;s:28:\"can_access_panel_tab_content\";b:1;s:27:\"can_access_panel_tab_design\";b:1;s:12:\"upload_files\";b:1;s:16:\"edit_ninja_forms\";b:1;s:12:\"edit_widgets\";b:1;s:12:\"divi_library\";b:1;s:15:\"fork_for_layout\";b:1;s:14:\"manage_network\";b:1;s:14:\"view_all_sites\";b:1;s:14:\"view_revisions\";b:1;s:6:\"export\";b:1;s:23:\"create_divi_map_markers\";b:1;s:20:\"edit_divi_map_marker\";b:1;s:21:\"edit_divi_map_markers\";b:1;s:28:\"edit_others_divi_map_markers\";b:1;s:31:\"edit_published_divi_map_markers\";b:1;s:23:\"delete_divi_map_markers\";b:1;s:30:\"delete_others_divi_map_markers\";b:1;s:33:\"delete_published_divi_map_markers\";b:1;s:24:\"publish_divi_map_markers\";b:1;s:27:\"view_trash_divi_map_markers\";b:1;s:8:\"facet_wp\";b:1;s:15:\"unfiltered_html\";b:1;s:13:\"design-vendor\";b:1;s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:4:\"mhmm\";b:1;s:26:\"fl_manage_general_settings\";b:1;s:7:\"json_ld\";b:1;s:14:\"nap_management\";b:1;s:12:\"findlaw_tags\";b:1;s:16:\"ninja_forms_menu\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:21:\"aioseo_details_column\";b:1;}}}','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'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'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"text-2\";i:5;s:10:\"nav_menu-2\";i:6;s:10:\"nav_menu-3\";}s:9:\"sidebar-1\";a:1:{i:0;s:10:\"nav_menu-4\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:19:\"et_pb_widget_area_1\";a:1:{i:0;s:10:\"nav_menu-5\";}s:13:\"array_version\";i:3;}','yes'),(100,'WPLANG','','yes'),(101,'et_divi','a:329:{s:9:\"divi_logo\";s:0:\"\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#2e5591|#211865|#696969|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:30:\"et_google_api_settings_api_key\";s:0:\"\";s:29:\"et_enqueue_google_maps_script\";s:2:\"on\";s:19:\"et_use_google_fonts\";s:2:\"on\";s:23:\"divi_show_facebook_icon\";s:5:\"false\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:10;s:17:\"divi_catnum_posts\";i:10;s:21:\"divi_archivenum_posts\";i:10;s:20:\"divi_searchnum_posts\";i:10;s:17:\"divi_tagnum_posts\";i:10;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:2:\"on\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:42182:\"/*\r\n |--------------------------------------------------------------------------\r\n | MJD - Mobile Menu - 9-2022\r\n |--------------------------------------------------------------------------\r\n */\r\n\r\n/* X icon in expanded mobile menu */\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\ncontent: \'\\4d\';\r\n}\r\n\r\n/* Center-align moble menu items */\r\n.et_mobile_menu li {\r\ntext-align:center !important;\r\n}\r\n \r\n.et_mobile_menu li li, .et_mobile_menu li ul {\r\npadding-left:0 !important;\r\n}\r\n\r\n/* Make mobile menu fullwidth */\r\n.et_mobile_menu {\r\nmin-width: 100vw;\r\nmargin-left: 0vw;\r\n}\r\n\r\n/* Make the mobile menu full height */\r\n.et_mobile_menu {\r\nmin-height:100vh !important;\r\nmin-height: -webkit-fill-available;\r\npadding-top:50px !important;\r\n}\r\nhtml {\r\nheight: -webkit-fill-available;\r\n}\r\n\r\n/*\r\n |-------------------------------------------------------------------------- \r\n | Table of Contents\r\n |-------------------------------------------------------------------------- \r\n\r\n General\r\n Typography\r\n Links\r\n Buttons\r\n Forms\r\n Form Disclaimer\r\n Header\r\n Footer\r\n Home Page\r\n Internal Layout\r\n Blog\r\n Attorney Profiles\r\n PPC\r\n VFI\r\n\r\n */\r\n\r\n /*\r\n |--------------------------------------------------------------------------\r\n | General\r\n |--------------------------------------------------------------------------\r\n */\r\n\r\n /* Set cursor for anchors without HREF */\r\n a:not([href]) {\r\n cursor: default;\r\n }\r\n\r\n /* Prevent NAP phone numbers from breaking mid-word */\r\n .nap-item--phone {\r\n white-space: nowrap;\r\n }\r\n\r\n /* Hide empty paragraph tags */\r\n p:empty {\r\n display: none;\r\n }\r\n\r\n /* Remove bottom margin on single post pages */\r\n .single .et_pb_post {\r\n margin-bottom: 0;\r\n }\r\n\r\n /* Remove margin from Brightcove video */\r\n figure.c-brightcove {\r\n margin: 0;\r\n }\r\n\r\n /* Fixes FontAwesome load issue where multiple icons initially appear */\r\n #fl-template.fl-template .et_pb_custom_button_icon:before {\r\n display: none !important;\r\n }\r\n\r\n #fl-template.fl-template .et_pb_custom_button_icon.divi_font_awesome_icon:before {\r\n display:inline-block !important;\r\n }\r\n\r\n /* Sets image width for featured images in search results */\r\n .search .entry-featured-image-url img {\r\n width: 200px!important;\r\n } \r\n\r\n /* Remove animation for mobile devices */\r\n @media (max-width: 768px) {\r\n .et_had_animation, .et_animated {\r\n animation: none !important;\r\n transform: none !important;\r\n opacity: 1!important;\r\n }\r\n }\r\n\r\n /* Reverse order of column stacking for row on mobile */\r\n @media (max-width: 980px) {\r\n .fl-reverse-column-order {\r\n display: flex;\r\n flex-direction: column-reverse;\r\n }\r\n }\r\n\r\n /* Vertically Align Items */\r\n @media (min-width: 981px) {\r\n .fl-align-center {\r\n display: flex;\r\n align-items: center;\r\n }\r\n }\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Typography\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n html {\r\n font-size: 18px;\r\n }\r\n\r\n body,\r\n input,\r\n textarea,\r\n select {\r\n font-weight: unset;\r\n line-height: 1.5;\r\n }\r\n\r\n p,\r\n .et_pb_text ol,\r\n .et_pb_text ul {\r\n padding-bottom: 1.5em;\r\n }\r\n\r\n hr {\r\n border: 0.5px solid rgba(0, 0, 0, 0.2);\r\n }\r\n\r\n blockquote {\r\n margin-top: 0;\r\n margin-bottom: 1.5em;\r\n }\r\n\r\n h1,\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6 {\r\n padding-top: 1.5rem;\r\n padding-bottom: 1.5rem;\r\n font-weight: unset;\r\n line-height: 1.2;\r\n overflow-wrap: normal;\r\n }\r\n\r\n /* Remove the top padding from a header if it’s the first child */\r\n h1:first-child,\r\n h2:first-child,\r\n h3:first-child,\r\n h4:first-child,\r\n h5:first-child,\r\n h6:first-child {\r\n padding-top: 0;\r\n }\r\n\r\n /* Remove the bottom padding from a header if it’s the last child */\r\n h1:last-child,\r\n h2:last-child,\r\n h3:last-child,\r\n h4:last-child,\r\n h5:last-child,\r\n h6:last-child {\r\n padding-bottom: 0;\r\n }\r\n\r\n /* Reset button font weight and line height */\r\n .et_pb_button {\r\n font-weight: unset;\r\n line-height: 1.2 !important;\r\n }\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Links\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /* Dark links (dark links on a light background) */\r\n /* .fl-darklinks a:link,\r\n .fl-darklinks a:visited {\r\n color: #1c5285 !important;\r\n text-decoration: underline;\r\n } */\r\n\r\n .fl-darklinks a:hover,\r\n .fl-darklinks a:focus,\r\n .fl-darklinks a:active {\r\n color: #000000 !important;\r\n text-decoration: none;\r\n }\r\n\r\n /* Light links (light links on a dark background) */\r\n /* .fl-lightlinks a:link,\r\n .fl-lightlinks a:visited {\r\n color: #ccdceb !important;\r\n text-decoration: underline;\r\n } */\r\n\r\n .fl-lightlinks a:hover,\r\n .fl-lightlinks a:focus,\r\n .fl-lightlinks a:active {\r\n color: #211865 !important;\r\n text-decoration: none;\r\n }\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Buttons\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /* Form submit buttons */\r\n .fl-short-form input[type=\'button\'],\r\n .fl-long-form input[type=\'button\'],\r\n .fl-attorney-form .nf-form-content input[type=\'button\'] {\r\n height: auto !important;\r\n padding: 15px 30px !important;\r\n color: #ffffff !important;\r\n background: #1c5285 !important;\r\n border: none !important;\r\n border-width: 0px !important;\r\n border-radius: 0px !important;\r\n font-family: inherit !important;\r\n font-size: inherit !important;\r\n font-weight: inherit !important;\r\n line-height: 1.2 !important;\r\n letter-spacing: 0px !important;\r\n text-transform: none !important;\r\n cursor: pointer !important;\r\n transition: all 0.2s ease-out !important;\r\n }\r\n\r\n /* Form submit buttons hover */\r\n .fl-short-form input[type=\'button\']:hover,\r\n .fl-long-form input[type=\'button\']:hover,\r\n .fl-attorney-form .nf-form-content input[type=\'button\']:hover {\r\n color: #ffffff !important;\r\n background: #000000 !important;\r\n }\r\n\r\n /* Email me button */\r\n .fl-email-attorney a.et_pb_email_attorney {\r\n height: auto !important;\r\n padding: 15px 30px !important;\r\n color: #ffffff !important;\r\n background: #1c5285 !important;\r\n border: none !important;\r\n border-width: 0px !important;\r\n border-radius: 0px !important;\r\n font-family: inherit !important;\r\n font-size: inherit !important;\r\n font-weight: inherit !important;\r\n line-height: 1em !important;\r\n letter-spacing: 0px !important;\r\n text-transform: none !important;\r\n cursor: pointer !important;\r\n transition: all 0.2s ease-out !important;\r\n }\r\n\r\n /* Email me button hover */\r\n .fl-email-attorney a.et_pb_email_attorney:hover {\r\n padding: 15px 30px !important;\r\n color: #ffffff !important;\r\n background: #000000 !important;\r\n border: none !important;\r\n border-radius: 0px !important;\r\n letter-spacing: 0px !important;\r\n cursor: pointer !important;\r\n }\r\n\r\n /* Back to top button */\r\n .et_pb_scroll_top.et-pb-icon {\r\n\r\n } \r\n\r\n /* Back to top button hover */\r\n .et_pb_scroll_top.et-pb-icon:hover {\r\n\r\n }\r\n\r\n /* \r\n |-------------------------------------------------------------------------- \r\n | Forms\r\n |-------------------------------------------------------------------------- \r\n */ \r\n\r\n /* Remove max width and padding */ \r\n .nf-form-content {\r\n padding: 0 !important;\r\n max-width: 100% !important;\r\n }\r\n\r\n /* Hide Short Form – Contact Page, Thank You Page */\r\n .page-contact .fl-short-form-section,\r\n .page-contact .fl-short-form,\r\n .page-thank-you .fl-short-form-section,\r\n .page-thank-you .fl-short-form {\r\n display: none;\r\n }\r\n\r\n /* Fixes checkboxes on Long Form */\r\n .nf-form-content label,\r\n .fl-long-form .nf-form-content label {\r\n line-height: 25px!important;\r\n }\r\n\r\n .checkbox-container .nf-field-element,\r\n .listcheckbox-container .nf-field-element input[type=\"checkbox\"],\r\n .fl-long-form .checkbox-container .nf-field-element,\r\n .fl-long-form .listcheckbox-container .nf-field-element input[type=\"checkbox\"] {\r\n opacity: 1!important;\r\n }\r\n\r\n .listcheckbox-container .nf-field-element label:after,\r\n .fl-long-form .listcheckbox-container .nf-field-element label:after {\r\n left: -30px !important;\r\n }\r\n\r\n .nf-form-content .listcheckbox-wrap li {\r\n margin-bottom: 10px!important;\r\n }\r\n\r\n /* Changes Error Message, Required Symbol when Short Form is set to light text */\r\n .fl-short-form.et_pb_bg_layout_dark .nf-error .nf-error-msg,\r\n .fl-short-form.et_pb_bg_layout_dark .ninja-forms-req-symbol,\r\n .fl-short-form.et_pb_bg_layout_dark .nf-error-msg {\r\n color: #FF0000 !important;\r\n }\r\n\r\n /* Customize Short Form styles - enable, as needed */\r\n\r\n /* Short Form Field Sytles */\r\n /*.fl-short-form .nf-form-content .list-select-wrap .nf-field-element>div,\r\n .fl-short-form .nf-form-content input:not([type=button]),\r\n .fl-short-form .nf-form-content textarea,\r\n .fl-short-form .nf-form-content .list-select-wrap .nf-field-element>div:focus,\r\n .fl-short-form .nf-form-content input:not([type=button]):focus,\r\n .fl-short-form .nf-form-content textarea:focus {\r\n background: ;\r\n border: ;\r\n border-radius: ;\r\n box-shadow: ;\r\n color: ;\r\n }*/\r\n\r\n /* Short Form Field Placeholder Text */\r\n /*.fl-short-form .nf-form-content .list-select-wrap .nf-field-element>div::placeholder,\r\n .fl-short-form .nf-form-content input:not([type=button])::placeholder,\r\n .fl-short-form .nf-form-content textarea::placeholder {\r\n color: ;\r\n }*/\r\n\r\n /* Short Form Field Label Text */\r\n /*.fl-short-form .nf-field-label label {\r\n font-family: ;\r\n text-transform: ;\r\n font-weight: ;\r\n }*/\r\n\r\n /* Short Form Error Message */\r\n /*.fl-short-form .nf-error.field-wrap .nf-field-element:after {\r\n background: !important;\r\n color: !important;\r\n }*/\r\n\r\n /* Short Form Required Symbol */\r\n /*.fl-short-form .nf-error-msg,\r\n .fl-short-form .ninja-forms-req-symbol {\r\n color: !important;\r\n }*/\r\n\r\n /* Short Form Field Error */\r\n /*.fl-short-form .nf-error .ninja-forms-field {\r\n * border: 1px solid !important;\r\n }*/\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Form Disclaimer\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n .fl-disclaimer {\r\n max-height: 0;\r\n opacity: 0;\r\n overflow: hidden;\r\n transition: opacity 0.15s ease-in, max-height 0.15s ease-in 0.15s;\r\n }\r\n\r\n .fl-disclaimer.active {\r\n opacity: 1;\r\n transition: opacity 0.15s ease-out 0.15s, max-height 0.15s ease-out;\r\n }\r\n\r\n .fl-disclaimer__inner {\r\n position: relative;\r\n margin-top: 25px;\r\n padding: 20px;\r\n border: 1px solid rgba(0, 0, 0, 0.2);\r\n background: #fff;\r\n font-size: 14px;\r\n color: black;\r\n transform: scale(0.95);\r\n transition: transform 0.15s ease-out;\r\n }\r\n\r\n .fl-disclaimer.active .fl-disclaimer__inner {\r\n transform: scale(1);\r\n transition: transform 0.15s ease-out 0.15s;\r\n }\r\n\r\n .fl-disclaimer__icon {\r\n display: inline-block;\r\n vertical-align: top;\r\n font-family: dashicons;\r\n } \r\n\r\n .fl-disclaimer__close {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n display: flex;\r\n justify-content: center;\r\n padding: 5px;\r\n font-family: dashicons;\r\n font-size: 16px;\r\n cursor: pointer;\r\n transition: .15s ease-out;\r\n }\r\n\r\n .fl-disclaimer__close:hover, .fl-disclaimer__close:focus {\r\n opacity: 0.5;\r\n }\r\n\r\n /* Fixes form disclaimer popup icons not showing. */\r\n .dashicons-info {\r\n vertical-align: bottom;\r\n }\r\n\r\n .dashicons-info:before {\r\n content: \"\\f335\";\r\n }\r\n\r\n .dashicons-no-alt {\r\n padding-top: 0;\r\n }\r\n\r\n .dashicons-no-alt:before {\r\n font-family: FontAwesome;\r\n content: \"f00d\";\r\n } \r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Header\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Footer\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Home Page\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Internal Layout\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Blog\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /* Adds space above Monarch share buttons */\r\n .single-post .et_social_inline {\r\n margin-top: 30px!important;\r\n }\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | Attorney Profiles\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /* Indents bulleted lists on attorney profiles */\r\n .type-people .fl_people_single ul.bio-list {\r\n padding-left: 30px;\r\n }\r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | PPC\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /* PPC Form Button */\r\n .fl-ppc-form input[type=’button’] {\r\n height: auto !important;\r\n padding: 15px 30px !important;\r\n color: #ffffff !important;\r\n background: #1c5285 !important;\r\n border: none !important;\r\n border-width: 0px !important;\r\n border-radius: 0px !important;\r\n font-family: inherit !important;\r\n font-size: inherit !important;\r\n font-weight: inherit !important;\r\n line-height: 1.2 !important;\r\n letter-spacing: 0px !important;\r\n text-transform: none !important;\r\n cursor: pointer !important;\r\n transition: all 0.2s ease-out !important;\r\n }\r\n\r\n /* PPC Form Button Hover */\r\n .fl-ppc-form input[type=’button’]:hover {\r\n color: #ffffff !important;\r\n background: #000000 !important;\r\n }\r\n\r\n /* PPC Dark links (dark links on a light background) */\r\n .fl-ppc-darklinks a:link,\r\n .fl-ppc-darklinks a:visited {\r\n color: #1c5285 !important;\r\n text-decoration: underline;\r\n }\r\n\r\n .fl-ppc-darklinks a:hover,\r\n .fl-ppc-darklinks a:focus,\r\n .fl-ppc-darklinks a:active {\r\n color: #000000 !important;\r\n text-decoration: none;\r\n }\r\n\r\n /* PPC Light links (light links on a dark background) */\r\n .fl-ppc-lightlinks a:link,\r\n .fl-ppc-lightlinks a:visited {\r\n color: #ccdceb !important;\r\n text-decoration: underline;\r\n } \r\n\r\n .fl-ppc-lightlinks a:hover,\r\n .fl-ppc-lightlinks a:focus,\r\n .fl-ppc-lightlinks a:active {\r\n color: #ffffff !important;\r\n text-decoration: none;\r\n } \r\n\r\n /*\r\n |-------------------------------------------------------------------------- \r\n | VFI\r\n |-------------------------------------------------------------------------- \r\n */\r\n\r\n /* Visual Focus Indicator (VFI) across entire site. */\r\n a:focus,\r\n form .ninja-forms-field.nf-element[type=button]:focus,\r\n input[type=search]:focus,\r\n form.search-form input.search-submit:focus,\r\n form.et_pb_searchform input.et_pb_searchsubmit:focus,\r\n select:focus,\r\n .nf-form-content input:focus,\r\n .nf-form-content textarea:focus,\r\n .nf-form-content .checkbox-label-focused:after,\r\n .swiper-buttton-container div:focus {\r\n outline: #000 2px dotted!important;\r\n outline-offset: 0!important;\r\n box-shadow: 0 0 0 2px #fff!important;\r\n border-radius: 0!important;\r\n } \r\n\r\n /* Allows VFIs to be seen on blog share buttons */\r\n .single-post a.et_social_share.keyboard-outline,\r\n .et_social_icons_container a:focus {\r\n outline: #fff 2px dotted!important;\r\n outline-offset: -4px!important;\r\n } \r\n\r\n /* Allows VFIs to be seen on carousel links, blurb links, logo links */\r\n .dica_divi_carousel a,\r\n .et_pb_main_blurb_image a,\r\n .et_pb_menu__logo a {\r\n display: table!important;\r\n }\r\n\r\n /* Allows VFIs to be seen on logo links */\r\n .et_pb_menu__logo a {\r\n outline-offset: -2px!important;\r\n }\r\n\r\n /* Allows VFIs to be seen on carousel links */\r\n .dica_divi_carousel a,\r\n .et_pb_image a {\r\n display: inline-block!important;\r\n }\r\n\r\n /* Allows VFIs to be seen on radio buttons */\r\n .listradio-wrap .nf-field-element input {\r\n display: initial!important;\r\n }\r\n\r\n /* Fixes tabbing and Visual Focus Indicators (VFIs) working properly in the main menu (in older sites) */\r\n .nav li.et-hover>ul {\r\n opacity: 1;\r\n visibility: visible;\r\n }\r\n /*\r\n |------------------------------------------------------------------\r\n | 1. Verical center/end\r\n |------------------------------------------------------------------\r\n */\r\n /* Vertically center header elements */\r\n .fl-vertical-center {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n }\r\n /* Vertically end header elements */\r\n .fl-vertical-end {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-end;\r\n }\r\n body{overflow-x: hidden !important;}\r\n .et_pb_row{\r\n max-width: 1366px!important;\r\n padding:0px !important;\r\n }\r\n.fl-banner-row{\r\n max-width: 100% !important;\r\n width:100% !important;\r\n}\r\n #fl-sticky-mobile-menu {\r\n width: 100% !important;\r\n }\r\n /*\r\n |------------------------------------------------------------------\r\n | 2. Light Links & Dark Links\r\n |------------------------------------------------------------------\r\n */\r\n .fl-lightlinks a,#email_attorney a{color: #fff !important; text-decoration:underline !important;}\r\n .fl-lightlinks a:hover, .fl-lightlinks a:focus, .fl-lightlinks a:active,#email_attorney a:hover{color:#fff !important;text-decoration:none !important;}\r\n .fl-darklinks a{color: #211865 !important;\r\n text-decoration:underline !important;\r\n }\r\n .fl-darklinks a:hover, .fl-darklinks a:focus, .fl-darklinks a:active{color:#000 !important;\r\n text-decoration:none !important;}\r\n .fl-inner-left a,.fl-blog-left a{text-decoration:underline !important;}\r\n .fl-inner-left a:hover,.fl-blog-left a:hover{text-decoration:none !important;}\r\n .fl-blog-left h2.entry-title a{text-decoration:none !important;}\r\n /*\r\n |--------------------------------------------------------------------------\r\n 3. Desktop Header\r\n |--------------------------------------------------------------------------\r\n */\r\n @media all and (min-width: 981px) {\r\n .fl-center{\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n }\r\n .fl-desk-header .nav li.menu-item--depth-0 a:hover{\r\n opacity:1 !important;\r\n }\r\n .fl-desk-header .nav li.menu-item--depth-0>a{\r\n color: #fff !important;\r\n padding: 13px 0 0 !important;\r\n }\r\n .fl-desk-header .nav li.current-menu-item>a, .fl-desk-header .nav li>a:hover{opacity:1 !important; color: #fff !important;}\r\n .fl-desk-header li.menu-item--depth-0:last-child{\r\n padding-right: 0px !important;\r\n }\r\n .fl-desk-header .et-menu li li a{\r\n padding: 10px !important;\r\n width:240px !important;\r\n color: #211865 !important;\r\n font-size: 17px !important;\r\n }\r\n .fl-desk-header .et-menu-nav>ul ul{padding:0px !important;\r\n margin-top:5px !important;}\r\n .fl-desk-header .nav li li{\r\n padding:0px !important;\r\n background-color: #ffff;\r\n }\r\n .fl-desk-header .nav li.menu-item--depth-0{\r\n padding:0px !important;\r\n margin:0px 20px 0px 20px!important;\r\n }\r\n .fl-desk-header .nav li.menu-item--depth-0:last-child{\r\n padding-right:0px !important;\r\n margin-right:0px !important;\r\n }\r\n .lm-ignoreme .nav ul li a:hover, .fl-desk-header ul.sub-menu li.current-menu-item>a, .fl-desk-header .et_pb_menu .nav li ul.sub-menu a:hover,.fl-desk-header .et_pb_menu .nav li ul.sub-menu li.current-menu-item>a{\r\n background-color: #2e5591!important;\r\n color: #fff !important;\r\n }\r\n .fl-desk-header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item>a {\r\n background-color: #ed7f66 !important;\r\n color: #fff !important;\r\n }\r\n .fl-desk-header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item ul li a:hover{\r\n background-color: #ed7f66 !important;\r\n color: #000 !important;\r\n }\r\n .fl-desk-header .et_pb_menu_inner_container{\r\n float:none !important;\r\n } \r\n .fl-desk-header .et_pb_menu ul li>a {\r\n padding: 0px 0px 8px !important;\r\n color:#870821 !important;\r\n }\r\n .fl-desk-header .et-menu .menu-item-has-children>a {\r\n padding-right: 20px !important;}\r\n .fl-desk-header .et_pb_menu .nav li ul.sub-menu a {\r\n padding: 50px 15px !important;\r\n font-size: 17px !important;\r\n background: #fbeace !important;\r\n color: #000 !important;\r\n }\r\n .fl-desk-header .et-menu-nav .menu-item--depth-1>ul {\r\n margin-top: 20px !important;\r\n }\r\n .fl-desk-header .et-menu .menu-item-has-children:hover>a {\r\n color: #fff !important;\r\n }\r\n .fl-desk-header .nav li>a:before {\r\n content: \"\";\r\n border-top: #fff solid 4px;\r\n position: absolute;\r\n width: 1%;\r\n left: 0;\r\n top: -15px;\r\n transition: all 1s;\r\n opacity:0;\r\n }\r\n .fl-desk-header .nav li.current-menu-item>a:before,.fl-desk-header .nav li>a:hover:before {\r\n width: 100%;\r\n opacity: 1;\r\n }\r\n \r\n .fl-desk-header .et-menu li li.menu-item-has-children>a:first-child:after {\r\n right: 10px !important;\r\n }\r\n .fl-desk-header .et-menu .menu-item-has-children>a:first-child:after {\r\n right: -15px;\r\n top: 15px;\r\n }\r\n }\r\n @media (max-width:1440px) and (min-width:981px){\r\n .fl-desk-header .nav li.menu-item--depth-0{\r\n margin: 0px 8px 0px 8px!important;\r\n }\r\n }\r\n header{background:#000 !important;}\r\n /*\r\n |--------------------------------------------------------------------------\r\n | 4. Mobile Header Columns\r\n |--------------------------------------------------------------------------\r\n */\r\n #fl-template .mobile_menu_bar:after{\r\n color:#fff !important;\r\n }\r\n .fl-mobile-menu.et_pb_menu ul li a{\r\n opacity:1 !important;\r\n }\r\n .fl-mobile-menu.et_pb_menu ul li.current-menu-item>a{ \r\n color: #211865 !important;\r\n }\r\n #fl-template .et_pb_menu .et_mobile_menu .menu-item-has-children.visible>a.fl-toggle-icon, #main-header #fl-template .et_mobile_menu .menu-item-has-children.visible>a.fl-toggle-icon{\r\n transform: rotate(0deg) !important;\r\n }\r\n #fl-template .et_pb_menu .et_mobile_menu .menu-item-has-children>a.fl-toggle-icon{\r\n right:0px !important;\r\n }\r\n #main-header #fl-template .et_mobile_menu .menu-item-has-children>a.fl-toggle-icon{\r\n right:5px !important;\r\n }\r\n #fl-template .et_mobile_menu { width: 100vw; height: calc(100vh - 50px); padding-bottom: 350px; overflow: auto; }\r\n @media (max-width:457px){\r\n .fl-logo {\r\n width: 200px!important;\r\n }\r\n }\r\n /*\r\n |--------------------------------------------------------------------------\r\n | 5. Practice Area\r\n |--------------------------------------------------------------------------\r\n */\r\n .fl-prac-module:hover .et_pb_main_blurb_image img{\r\n filter: brightness(0) invert(1);\r\n transform: rotateY( 360deg);\r\n transition: all ease-out .6s;\r\n }\r\n .fl-prac-module h3.et_pb_module_header {\r\n padding-bottom: 0px !important;\r\n }\r\n /*\r\n |--------------------------------------------------------------------------\r\n Module3\r\n |--------------------------------------------------------------------------\r\n */\r\n .fl-list ul {\r\n padding-bottom: 0px !important;\r\n }\r\n .fl-list ul li {\r\n padding-left: 1.5em;\r\n margin-bottom: 10px;\r\n }\r\n .fl-feature.et_pb_equal_columns {\r\n max-width: 900px !important;\r\n }\r\n /*\r\n |--------------------------------------------------------------------------\r\n Testimonial slider CSS\r\n |--------------------------------------------------------------------------\r\n */\r\n .fl-testimonials .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {\r\n width: auto; margin: auto; padding: 0px !important; }\r\n .fl-testimonials .et-pb-arrow-prev { left: 1px !important; opacity: 1 !important; top:55px !important; }\r\n .fl-testimonials .et-pb-arrow-next { right: 1px !important; opacity: 1 !important; top:55px !important; }\r\n .fl-testimonials h2.et_pb_slide_title { padding-bottom: 20px; }\r\n .fl-testimonials .et_pb_slider:hover .et-pb-arrow-next { right: 0; }\r\n .fl-testimonials .et_pb_slider:hover .et-pb-arrow-prev { left: 0; }\r\n .fl-testimonials .et_pb_slide { padding: 5% 10%; }\r\n .fl-testimonials .et_pb_slide_content { text-shadow: none !important; }\r\n .fl-testimonials span { font-size: 17px !important; }\r\n .fl-testimonials .et-pb-controllers {\r\n position: absolute;\r\n bottom: 0px;\r\n left: 0;\r\n width: 100%;\r\n text-align: center;\r\n z-index: 10;\r\n }\r\n .fl-testimonials .et-pb-controllers .et-pb-active-control {\r\n color: #fff!important;\r\n background-color: #004993!important;\r\n }\r\n .fl-testimonials .et-pb-controllers a {\r\n width: 12px!important;\r\n height: 12px!important;\r\n border: 2px solid #004993!important;\r\n background-color: #efefef!important;\r\n color: #6d6d6d!important;\r\n opacity: 1!important;\r\n }\r\n/***********Banner fullwidth slider************/\r\n\r\n}\r\n /*\r\n |--------------------------------------------------------------------------\r\n Short Form\r\n |--------------------------------------------------------------------------\r\n */\r\n\r\n .fl-short-form::-webkit-input-placeholder { /* Edge */\r\n color:#333 !important;\r\n opacity:1 !important;\r\n }\r\n\r\n .fl-short-form::-ms-input-placeholder { /* Internet Explorer 10-11 */\r\n color:#333 !important;\r\n opacity:1 !important;\r\n }\r\n .fl-short-form::-moz-input-placeholder{\r\n color:#333 !important;\r\n opacity: 1 !important;}\r\n\r\n .fl-short-form::placeholder {\r\n color:#333 !important;\r\n opacity:1 !important;\r\n }\r\n .fl-short-form .nf-field-container .field-wrap .nf-element::placeholder {\r\n color: #333;\r\n opacity:1 !important;\r\n font-size:16px !important;\r\n }\r\n .fl-short-form .nf-form-content input[type=button] {\r\n background: #fff !important;\r\n color: #211865 !important;\r\n font-size: 17px !important;\r\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\r\n padding: 15px 25px !important;\r\n cursor: pointer;\r\n line-height: 20px !important;\r\n letter-spacing: 1px;\r\n float:right !important;\r\n text-transform: uppercase !important;\r\n font-weight: 400 !important;\r\n filter:none !important;\r\n } \r\n .fl-short-form .nf-form-content input[type=button]:hover{\r\n background: #2e5591 !important;\r\n color: #fff !important;\r\n }\r\n .fl-short-form .nf-form-content {padding-top: 30px !important;}\r\n .fl-short-form .nf-form-fields-required {text-align: center !important;\r\n font-size:18px !important;}\r\n .fl-short-from .form-links{\r\n text-align:left !important;\r\n font-size: 17px !important;\r\n }\r\n .fl-short-form .nf-form-content textarea.ninja-forms-field {\r\n height: 170px;\r\n width: 99.5%!important;\r\n float: left!important;\r\n }\r\n @media (max-width:980px){\r\n .fl-short-form .nf-form-content input[type=button]{\r\n padding: 15px 25px!important;\r\n font-size:14px !important;\r\n }\r\n .fl-short-form .nf-form-fields-required{\r\n text-align: center !important;\r\n }\r\n }\r\n @media (min-width: 600px){\r\n .fl-short-form .nf-row .nf-cell:nth-child(3) {padding-right: 0px!important;}\r\n }\r\n .fl-short-form .nf-error-msg,.fl-short-form .ninja-forms-req-symbol {color:#000 !important;}\r\n @media (max-width: 600px){\r\n .fl-short-form .form-links,.fl-disclaimer.active {\r\n float: left!important;\r\n text-align:left !important;}\r\n .fl-short-form .nf-form-content input[type=button]{padding:15px 35px !important;\r\n font-size:18px !important; \r\n float:none !important;}\r\n }\r\n .fl-short-form .nf-form-content .list-select-wrap .nf-field-element>div, .fl-short-form .nf-form-content input:not([type=button]), .fl-short-form .nf-form-content textarea{\r\n border-width: 1px!important;\r\n border-color: #c4c4c4 !important;\r\n background: #fff !important;\r\n color: #000 !important;\r\n }\r\n @media (max-width:350px){\r\n .fl-short-form .nf-form-content input[type=button]{\r\n padding: 15px 10px!important;\r\n font-size: 14px!important;\r\n }\r\n }\r\n .fl-short-form input[type=email], .fl-long-form input[type=email]{padding-right:50px !important;}\r\n .fl-short-form .nf-form-content label {\r\n font-size: 14px !important;\r\n }\r\n @media (min-width:980px){\r\n .page-id-46220 #contactform .et_pb_row {\r\n max-width: 100% !important;\r\n }\r\n }\r\n .fl-short-form .nf-field-container {\r\n margin-bottom: 15px !important;\r\n }\r\n@media (max-width:980px){\r\n .fl-short-form .nf-row:nth-child(3) .nf-cell {\r\n width: 100%!important;\r\n}\r\n .fl-short-form .nf-form-content input[type=button]{\r\n float: none !important;\r\n }\r\n}\r\n /*\r\n |--------------------------------------------------------------------------\r\n | Form Disclaimer iCOn Fix\r\n |--------------------------------------------------------------------------\r\n */\r\n .dashicons-info:before {\r\n content: \"70\" !important;\r\n font-weight: 900 !important;\r\n font-family: \'ETmodules\' !important;\r\n }\r\n .dashicons-no-alt:before {\r\n content: \"4d\" !important;\r\n font-weight: 900 !important;\r\n font-family: \'ETmodules\' !important;\r\n }\r\n .fl-disclaimer__close {\r\n font-family: ETmodules !important;\r\n }\r\n .fl-disclaimer__icon {\r\n font-family: ETmodules !important;\r\n font-weight: 900 !important;\r\n }\r\n @media(max-width:450px){\r\n h1,h2,h3,h4{\r\n word-break:keep-all;\r\n }\r\n .fl-cta-button{\r\n font-size:18px !important;\r\n }\r\n .fl-image {\r\n max-width: 250px!important;\r\n }\r\n }\r\n /*\r\n |------------------------------------------------------------------\r\n | animation setting css\r\n |------------------------------------------------------------------\r\n */\r\n @media (max-width: 768px) {\r\n .et_had_animation, .et_animated {\r\n animation: none!important;\r\n transform: none!important;\r\n opacity: 1!important;\r\n }\r\n }\r\n .fl-attorney .et_pb_blurb_container {\r\n padding: 18px 0 0!important;\r\n }\r\n /*\r\n |--------------------------------------------------------------------------\r\n | Innerpage\r\n |--------------------------------------------------------------------------\r\n */\r\n /* Show parent pages */\r\n .fl-sidebar .menu-practice-areas-container > ul > li {\r\n display: block;\r\n margin-bottom: 12px !important;\r\n }\r\n\r\n /* Show related child pages */\r\n .fl-sidebar .menu-practice-areas-container .current-menu-item > ul > li,\r\n .fl-sidebar .menu-practice-areas-container .current-menu-parent > ul > li,\r\n .fl-sidebar .menu-practice-areas-container .current-menu-grandparent > ul > li {\r\n display: block;\r\n }\r\n .fl-sidebar .menu-item-has-children.current-menu-item > a::after,\r\n .fl-sidebar .menu-item-has-children.current-menu-parent > a::after {\r\n content: \"\";\r\n }\r\n\r\n /* style sub menu */\r\n .fl-sidebar .sub-menu {\r\n margin-top: .5em;\r\n text-transform: initial;\r\n font-weight: 400;\r\n }\r\n\r\n /* style parent pages */\r\n .fl-sidebar .menu-practice-areas-container > ul > li {\r\n font-weight: 400;\r\n }\r\n .fl-sidebar ul.menu,#fl-sidebar-blog ul, #fl-sidebar-blog .textwidget p {\r\n margin: 0px 0px 0px 22px;\r\n }\r\n .fl-sidebar li a{color:#fff !important;\r\n text-decoration:none !important;}\r\n .fl-sidebar li.current-menu-item>a,.fl-sidebar li a:hover,.fl-sidebar .menu-practice-areas-container>ul>li.menu-item.menu-item-has-children.current-menu-parent.menu-item--depth-0>a, .fl-sidebar li.menu-item.menu-item-has-children.current-menu-parent.menu-item--depth-1>a {\r\n color: #fff !important;\r\n text-decoration:underline !important;}\r\n .fl-sidebar h4.widgettitle {\r\n border-bottom: 2px dotted #fff;\r\n padding-bottom: 15px!important;\r\n margin-bottom: 25px;\r\n }\r\n .fl-sidebar .menu-practice-areas-container>ul>li{\r\n margin-top: 12px !important;\r\n }\r\n .fl-inner-left .et_pb_section, .fl-inner-left .et_pb_row {\r\n padding: 0;\r\n }\r\n .fl-inner-left h1,.fl-inner-left h2, .fl-inner-left h3 {\r\n padding: 10px 0px 22px !important;\r\n line-height: 1.25em !important;\r\n }\r\n .fl-inner-left p,.fl-row-attorney p, .fl-row-attorney li ,.fl-inner-left li{\r\n padding-bottom: 15px;\r\n font-size: 18px;\r\n line-height: 1.5em;\r\n }\r\n .fl-inner-left ul {\r\n padding-bottom: 15px;\r\n }\r\n .fl-inner-left .simple-sitemap-page .children{\r\n margin-top: 10px;\r\n }\r\n .et_pb_widget_area{\r\n border:3px solid #fff !important;\r\n }\r\n @media (max-width:980px){\r\n .fl-inner-left h1,.fl-inner-left h2, .fl-inner-left h3,.fl-row-attorney h1{\r\n font-size: 30px !important;\r\n line-height: 1.25em !important;\r\n }\r\n .fl-row-attorney h2,.fl-row-attorney h3{\r\n font-size:24px !important;\r\n line-height: 1.25em !important;\r\n }\r\n }\r\n @media (max-width:768px){\r\n .fl-inner-left h1, .fl-inner-left h2, .fl-inner-left h3, .fl-row-attorney h1{\r\n font-size:28px !important;\r\n line-height: 1.25em !important;\r\n }\r\n .fl-row-attorney h2,.fl-row-attorney h3{\r\n font-size:24px !important;\r\n line-height: 1.25em !important;\r\n }\r\n }\r\n .fl-sidebar h2.widgettitle {\r\n padding-bottom: 10px !important;\r\n }\r\n /*\r\n |--------------------------------------------------------------------------\r\n | Contact Page\r\n |--------------------------------------------------------------------------\r\n */\r\n /************Hidden shortform in contact page*********************/\r\n .page-id-45927 #contactform {\r\n display: none !important;\r\n }\r\n .fl-long-form {\r\n margin-top: 30px;\r\n }\r\n .fl-long-form .nf-form-content input[type=button],#email_attorney .nf-form-content input[type=button],body.et-db #et-boc .fl-email-btn .et_pb_button{\r\n background: #211865 !important;\r\n color: #fff !important;\r\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\r\n padding: 15px 30px!important;\r\n cursor: pointer;\r\n line-height: 20px!important;\r\n letter-spacing: 1px !important;\r\n font-weight: 400;\r\n text-transform: uppercase !important;\r\n }\r\n .fl-long-form .nf-form-content input[type=button]:hover,#email_attorney .nf-form-content input[type=button]:hover,body.et-db #et-boc .fl-email-btn .et_pb_button:hover{\r\n background:#000!important;\r\n color:#fff !important;\r\n }\r\n .checkbox-container .nf-field-element, .listcheckbox-container .nf-field-element input[type=\"checkbox\"]{\r\n opacity: 0;}\r\n .fl-long-form .nf-form-content .ninja-forms-field{\r\n color:#000 !important;\r\n }\r\n #email_attorney .nf-form-content input:not([type=button]), #email_attorney .nf-form-content textarea{\r\n color:#000 !important;\r\n }\r\n .fl-email-me a.et_pb_button {\r\n padding: 15px 30px !important;\r\n color: #000!important;\r\n border-radius: 60px 0 60px 60px!important;\r\n }\r\n .fl-email-me a.et_pb_button:hover {\r\n padding: 15px 30px !important;\r\n color: #000!important;\r\n border-radius: 60px 60px 60px 60px!important;\r\n }\r\n #email_attorney {\r\n background: #2e5591!important;\r\n}\r\n\r\n /* Remove duplicate checkboxes */\r\n .fl-long-form .list-checkbox-wrap input[type=”checkbox”] {\r\n opacity: 0;\r\n }\r\n\r\n /* Correct line-height alignment issue after duplicate checkboxes have been removed */\r\n .fl-long-form .list-checkbox-wrap li label{\r\n line-height:1.4em !important;\r\n }\r\n .fl-long-form .nf-form-fields-required,.fl-long-form .form-links,.fl-short-form .form-links,.fl_people_single a {\r\n font-size: 18px !important;\r\n }\r\n\r\n\r\n /* --------------------------------\r\n Blog Right side content\r\n --------------------------------- */\r\n @media (min-width: 981px){\r\n #fl-sidebar-blog{ width: 30% !important; }\r\n .et_pb_column #fl-sidebar-blog{ width: 100% !important; }\r\n #fl-sidebar-blog .et_pb_widget.widget_media_image img{ max-width: 95% !important;}\r\n }\r\n #fl-sidebar-blog { padding: 30px !important; margin-bottom: 0px;}\r\n #fl-sidebar-blog .et_pb_widget{ float: none; width: 100%; margin-bottom: 30px;}\r\n\r\n #fl-sidebar-blog a{ color: #fff !important;\r\n text-decoration:none !important;}\r\n #fl-sidebar-blog a:hover { color: #fff !important;\r\n text-decoration:underline !important;}\r\n /* Sidebar WidgetTitle */\r\n #fl-sidebar-blog .widgettitle { font-weight: 600; font-size: 32px; color: #fff;\r\n padding-bottom: 17px !important;}\r\n\r\n /* Sidebar List */\r\n #fl-sidebar-blog .et_pb_widget ul{ list-style-type: circle; padding-left: 20px;}\r\n #fl-sidebar-blog .et_pb_widget ul li { padding-left: 0px; position: relative; color: #fff;\r\n margin-bottom: 25px;}\r\n #fl-sidebar-blog .et_pb_widget ul li a { color: #fff;\r\n text-decoration:none !important;}\r\n #fl-sidebar-blog .et_pb_widget ul li a:hover { color: #fff !important;\r\n text-decoration:underline !important;}\r\n\r\n /* Sidebar Search Bar */\r\n #fl-sidebar-blog input.search-field{\r\n padding: 0 14px;\r\n border: none !important;\r\n width: 63%;\r\n height:50px;\r\n margin-right: 5px;\r\n }\r\n #fl-sidebar-blog input[type=\'submit\']{\r\n width:32%;\r\n height:50px !important;\r\n font-size:14px;\r\n line-height: 20px !important;\r\n cursor: pointer!important;\r\n background: #fff !important;;\r\n color: #211865 !important;\r\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\r\n vertical-align: middle;\r\n letter-spacing: 1px;\r\n border:1px solid transparent !important;\r\n }\r\n #fl-sidebar-blog input[type=\'submit\']:hover{\r\n background: #318bb4 !important;\r\n color: #fff !important;\r\n }\r\n #fl-sidebar-blog::-webkit-input-placeholder {\r\n color: #333 !important;\r\n font-size:16px;\r\n line-height:20px;\r\n }\r\n #fl-sidebar-blog :-ms-input-placeholder { \r\n color: #333 !important;\r\n font-size:16px;\r\n line-height:20px;\r\n }\r\n #fl-sidebar-blog ::placeholder {\r\n color: #333 !important;\r\n font-size:16px;\r\n line-height:20px;\r\n }\r\n .fl-blog-left article {\r\n margin-bottom: 30px !important;\r\n }\r\n .fl-blog-left .post-content-inner {\r\n padding-bottom: 7px !important;\r\n }\r\n .fl-blog-left article p.post-meta {\r\n margin-bottom: 8px !important;\r\n }\r\n .fl-blog-left h2.entry-title {\r\n padding: 0 0 18px !important;\r\n }\r\n .fl-blog-left h1 {\r\n padding: 0 0 18px !important;\r\n font-size: 40px !important;\r\n }\r\n .fl-blog-left .et_social_inline {\r\n margin-top: 25px !important;\r\n }\r\n @media (max-width:767px){\r\n .fl-blog-left h2{\r\n font-size: 32px !important;\r\n }\r\n .fl-blog-left h1{\r\n font-size: 35px !important;\r\n }\r\n }\r\n @media (max-width:400px){\r\n #fl-sidebar-blog input[type=\'submit\'] {\r\n width: 40%;\r\n font-size: 14px;\r\n letter-spacing: 0px;\r\n margin-top: 2px;\r\n }\r\n #fl-sidebar-blog input.search-field {\r\n width: 45%;\r\n }\r\n }\r\n .fl-row-attorney ul{\r\n padding-bottom:12px !important;\r\n }\r\n #email_attorney span.ninja-forms-req-symbol,.fl-long-form .ninja-forms-req-symbol {\r\n color: #FF0000 !important;\r\n }\r\n #fl-sidebar-blog input::placeholder{\r\n color:#333 !important;\r\n font-weight:600;\r\n }\r\n .fl-inner-left .alignright,.fl-inner-left article img,.fl-inner-left figure img,.fl-inner-left img {\r\n margin: 5px 10px 15px !important;\r\n display: block !important;\r\n float: none !important;\r\n }\r\n\r\n .fl-cta-button-mobile .et_pb_text_inner{\r\n line-height:3em !important;\r\n }\r\n\r\n @media(max-width:450px){\r\n h1,h2,h3,h4{\r\n word-break:keep-all;\r\n }\r\n .fl-cta-button{\r\n font-size:18px !important;\r\n }\r\n .fl-image {\r\n max-width: 250px!important;\r\n }\r\n }\r\n.mfp-close-btn-in .mfp-close {\r\n color: #fff;\r\n opacity: 1;\r\n}\r\n.fl-row-attorney h2 {\r\n padding-bottom: 10px !important;\r\n}\r\n/*\r\n|--------------------------------------------------------------------------\r\n Banner\r\n|--------------------------------------------------------------------------\r\n*/\r\n.fl-banner-slider .et-pb-active-slide .et_pb_slide_description {\r\nanimation-name: none;}\r\n\r\n.fl-banner-slider .et-pb-controllers a {\r\n width: 14px !important;\r\n height: 14px !important;\r\n opacity: 1 !important;\r\n background-color: 000 !important;\r\n border: 2px solid #fff !important;\r\n color:#fff !important;\r\n}\r\n.fl-banner-slider .et-pb-controllers a.et-pb-active-control {\r\n background-color: #fff !important;\r\n color:#000 !important;\r\n}\r\n.fl-banner-slider .et-pb-controllers {\r\n position: absolute;\r\n bottom: 60px;\r\n left: 0;\r\n width: 100%;\r\n text-align: center;\r\n z-index: 10;\r\n}\r\n.fl-banner-slider .et_pb_slide_description\r\n{\r\n padding:19% 0 !important;\r\n}\r\n/*Mobile Slider */\r\n.fl-disable-lightbox .et-pb-controllers a{\r\n background-color: #fff !important;\r\n}\r\n.fl-disable-lightbox .et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control{\r\n background-color: #fff !important;\r\n}\r\n.fl-disable-lightbox .et-pb-slider-arrows{display: none !important;}\r\n.fl-disable-lightbox .et-pb-controllers{display:block !important;}\r\n/* Disable click effect of image */\r\n.fl-disable-lightbox a { pointer-events: none;}\r\n.fl-disable-lightbox .et_overlay {display: none !important;}\r\n/*Mobile Slider */\r\n.fl-disable-lightbox .et-pb-slider-arrows,\r\n.fl-disable-lightbox .et-pb-controllers{display:none !important;}\r\n/* Disable click effect of image */\r\n.fl-disable-lightbox a { pointer-events: none;}\r\n.fl-disable-lightbox .et_overlay {display: none !important;}\r\n@media(min-width:980px) and (max-width:1140px){\r\n .fl-menu li{margin-left:14px !important;}\r\n}\r\n@media all and (max-width: 350px){\r\n .fl-border-style-left .et_pb_image_wrap:after{display:none !important}\r\n .fl-border-style-right .et_pb_image_wrap:after{display:none !important;}\r\n}\r\n\r\n\r\n.nf-form-content .nf-field-container .nf-field .nf-field-element input[type=button]:focus {\r\n outline: #000 2px dotted!important;\r\n outline-offset: 0!important;\r\n box-shadow: 0 0 0 2px #fff!important;\r\n border-radius: 0!important; }\r\n\r\n\r\n/*---call btn misalign for text spacing*/\r\n.fl-3-column a{\r\n line-height: 2.5!important;\r\n}\r\n\r\n#fl-template .mobile_menu_bar:after{\r\n font-size: 16px!important;\r\n}\r\n\r\n.mobile_menu_bar{\r\n top:-6px!important;\r\n}\r\n.parent-pageid-45925 #main-content .fl-inner-left.fl-darklinks h2{\r\n font-size: 23px !important;\r\n padding-top: 5px !important;\r\n padding-bottom: 10px !important;\r\n}\r\n.et_pb_post_content_0_tb_body.et_pb_post_content a.btn-email-staff {\r\n display: inline-block;\r\n background: #211865!important;\r\n color: #fff!important;\r\n font-size: 19px!important;\r\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif!important;\r\n padding: 15px 30px!important;\r\n cursor: pointer;\r\n line-height: 20px!important;\r\n letter-spacing: 1px!important;\r\n font-weight: 700;\r\n text-transform: uppercase!important;\r\n text-decoration: none !important;\r\n text-align: center;\r\n margin-bottom: 20px;\r\n}\r\n.et_pb_post_content_0_tb_body.et_pb_post_content a.btn-email-staff:hover,\r\n.et_pb_post_content_0_tb_body.et_pb_post_content a.btn-email-staff:focus{\r\n background: #000 !important;\r\n color: #fff !important;\r\n}\r\n\r\n\r\n.simple-sitemap-container-6310c0e0dae11.tab-enabled input:checked+label {\r\n background-color: #fff;\r\n}\r\n\r\n@media screen and (min-width: 981px) {\r\n.sub-menu {\r\n min-width: 300px;\r\n}\r\n#top-menu li li a {\r\n width: 260px;\r\n /* Extra - Reduce padding on list items */\r\n padding: 4px 12px;\r\n }\r\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"menu_order\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:14:\"divi_postinfo2\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:22:\"divi_show_postcomments\";s:5:\"false\";s:15:\"divi_thumbnails\";s:5:\"false\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:5:\"false\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:695:\"<script>\r\n/*\r\n|--------------------------------------------------------------------------\r\n| Disclaimer Pop Up\r\n|--------------------------------------------------------------------------\r\n|\r\n| When the long and short form disclaimer link is clicked, add the class\r\n| \'active\' and apply the max height to the disclaimer content\r\n|\r\n*/\r\n\r\njQuery(document).on(\'click\', \'#form-disclaimer-trigger, #fl-disclaimer__close\', function(e){\r\n var disclaimerHeight = jQuery(\'#fl-disclaimer__inner\').outerHeight(true);\r\n e.preventDefault();\r\n jQuery(\'#fl-disclaimer\').toggleClass(\'active\').css(\'max-height\',\'0px\');\r\n jQuery(\'#fl-disclaimer.active\').css(\'max-height\',disclaimerHeight + \'px\');\r\n});\r\n</script>\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:37:\"et_automatic_updates_options_username\";s:0:\"\";s:36:\"et_automatic_updates_options_api_key\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:24:\"divi_show_instagram_icon\";s:5:\"false\";s:18:\"divi_instagram_url\";s:1:\"#\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:31:\"divi_previous_installed_version\";s:6:\"4.14.8\";s:29:\"divi_latest_installed_version\";s:6:\"4.18.0\";s:27:\"divi_skip_font_subset_force\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:19:\"product_tour_status\";a:28:{i:29;s:3:\"off\";i:155;s:3:\"off\";i:163;s:3:\"off\";i:115;s:3:\"off\";i:462;s:3:\"off\";i:422;s:3:\"off\";i:671;s:3:\"off\";i:182;s:3:\"off\";i:202;s:3:\"off\";i:148;s:3:\"off\";i:829;s:3:\"off\";i:1262;s:3:\"off\";i:688;s:3:\"off\";i:1429;s:3:\"off\";i:72;s:3:\"off\";i:1260;s:3:\"off\";i:1255;s:3:\"off\";i:1256;s:3:\"off\";i:904;s:3:\"off\";i:488;s:3:\"off\";i:694;s:3:\"off\";i:901;s:3:\"off\";i:431;s:3:\"off\";i:434;s:3:\"off\";i:1155;s:3:\"off\";i:1254;s:3:\"off\";i:153;s:3:\"off\";i:12;s:3:\"off\";}s:27:\"et_pb_post_type_integration\";a:4:{s:4:\"post\";s:3:\"off\";s:4:\"page\";s:2:\"on\";s:17:\"brainaddons-popup\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:3:\"off\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:3:\"off\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:30:\"3_0_flush_rewrite_rules_3.19.5\";s:4:\"done\";s:24:\"et_enable_classic_editor\";s:2:\"on\";s:13:\"content_width\";i:1366;s:14:\"body_font_size\";i:17;s:16:\"body_header_size\";i:40;s:18:\"body_header_height\";d:1.3000000000000000444089209850062616169452667236328125;s:16:\"body_font_height\";d:1.5;s:9:\"body_font\";s:10:\"Montserrat\";s:12:\"heading_font\";s:16:\"Playfair Display\";s:10:\"font_color\";s:7:\"#000000\";s:10:\"link_color\";s:7:\"#2e5591\";s:12:\"header_color\";s:7:\"#211865\";s:20:\"phone_body_font_size\";i:18;s:21:\"tablet_body_font_size\";i:18;s:22:\"phone_header_font_size\";i:36;s:23:\"tablet_header_font_size\";i:36;s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.18.0\";s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:400;s:33:\"et_fb_pref_modal_dimension_height\";i:722;s:27:\"et_fb_pref_modal_position_x\";i:1395;s:27:\"et_fb_pref_modal_position_y\";i:75;s:32:\"et_fb_pref_limited_toolbar_click\";s:4:\"true\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:4:\"true\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";s:26:\"divi_bfb_optin_modal_shown\";s:3:\"yes\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:12:\"gutter_width\";i:1;s:16:\"show_search_icon\";b:1;s:20:\"all_buttons_bg_color\";s:7:\"#ffffff\";s:24:\"all_buttons_border_width\";i:0;s:25:\"all_buttons_border_radius\";i:0;s:16:\"all_buttons_font\";s:16:\"Playfair Display\";s:16:\"all_buttons_icon\";s:2:\"no\";s:24:\"all_buttons_border_color\";s:7:\"#ffffff\";s:26:\"all_buttons_bg_color_hover\";s:7:\"#2e5591\";s:30:\"all_buttons_border_color_hover\";s:7:\"#211865\";s:31:\"all_buttons_border_radius_hover\";i:0;s:20:\"phone_section_height\";i:0;s:21:\"tablet_section_height\";i:0;s:16:\"phone_row_height\";i:0;s:17:\"tablet_row_height\";i:0;s:27:\"et_pb_clear_templates_cache\";b:1;s:15:\"section_padding\";i:0;s:11:\"row_padding\";i:0;s:12:\"accent_color\";s:7:\"#0099c4\";s:16:\"menu_link_active\";s:7:\"#0099c4\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#0099c4\";s:22:\"fixed_menu_link_active\";s:7:\"#2ea3f2\";s:29:\"disable_custom_footer_credits\";b:1;s:25:\"all_buttons_spacing_hover\";i:1;s:23:\"builder_custom_defaults\";a:0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:19:\"post_meta_font_size\";i:16;s:21:\"all_buttons_font_size\";i:19;s:13:\"wp_custom_css\";s:3682:\"/*\r\n|--------------------------------------------------------------------------\r\n| General\r\n|--------------------------------------------------------------------------\r\n*/\r\n\r\n/* Set site width */\r\n.et_pb_row, .container {\r\n width: 90%;\r\n}\r\n\r\n/* Set cursor for anchors without HREF */\r\na:not([href]) {\r\n cursor: default;\r\n}\r\n\r\n/* Prevent NAP phone numbers from breaking mid-word */\r\n.nap-item--phone {\r\n white-space: nowrap;\r\n}\r\n\r\n/* Hide empty paragraph tags */\r\np:empty {\r\n display: none;\r\n}\r\n\r\n/* Remove bottom margin on single post pages */\r\n.single .et_pb_post {\r\n margin-bottom: 0;\r\n}\r\n\r\n/* Remove margin from Brightcove video */\r\nfigure.c-brightcove {\r\n margin: 0;\r\n}\r\n\r\n/*\r\n|--------------------------------------------------------------------------\r\n| Typography\r\n|--------------------------------------------------------------------------\r\n*/\r\n\r\n/* Set the root font size */\r\nhtml {\r\n font-size: 18px;\r\n}\r\n\r\n/* Reset font weight and set default line height */\r\nbody, input, textarea, select {\r\n font-weight: unset;\r\n line-height: 1.5;\r\n}\r\n\r\n/* Set the default p, ol, and ul padding */\r\np, .et_pb_text ol, .et_pb_text ul {\r\n padding-bottom: 1.5em;\r\n}\r\n\r\n/* Set the default hr styles */\r\nhr {\r\n border: 0.5px solid rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n/* Set the default blockquote margins */\r\nblockquote {\r\n margin-top: 0;\r\n margin-bottom: 1.5em;\r\n}\r\n \r\n/* Set default header styles */\r\nh1, h2, h3, h4, h5, h6 {\r\n padding-top: 1.5rem;\r\n padding-bottom: 1.5rem;\r\n font-weight: unset;\r\n line-height: 1.2;\r\n overflow-wrap: normal;\r\n}\r\n\r\n/* Remove the top padding from a header if it’s the first child */\r\nh1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {\r\n padding-top: 0;\r\n}\r\n\r\n/* Remove the bottom padding from a header if it’s the last child */\r\nh1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {\r\n padding-bottom: 0;\r\n}\r\n\r\n/* Reset button font weight and line height */\r\n.et_pb_button {\r\n font-weight: unset;\r\n line-height: 1.2 !important;\r\n}\r\n\r\n/*\r\n|--------------------------------------------------------------------------\r\n| Forms\r\n|--------------------------------------------------------------------------\r\n*/\r\n\r\n/* Remove max width and padding */\r\n.nf-form-content {\r\n padding: 0 !important;\r\n max-width: 100% !important;\r\n}\r\n\r\n/* Hide the short form on the contact page */\r\n.page-contact .fl-short-form {\r\n display: none;\r\n}\r\n\r\n/*\r\n|--------------------------------------------------------------------------\r\n| Form Disclaimer\r\n|--------------------------------------------------------------------------\r\n*/\r\n \r\n.fl-disclaimer {\r\n max-height: 0;\r\n opacity: 0;\r\n overflow: hidden;\r\n transition: opacity 0.15s ease-in, max-height 0.15s ease-in 0.15s;\r\n}\r\n \r\n.fl-disclaimer.active {\r\n opacity: 1;\r\n transition: opacity 0.15s ease-out 0.15s, max-height 0.15s ease-out;\r\n}\r\n \r\n.fl-disclaimer__inner {\r\n position: relative;\r\n margin-top: 25px;\r\n padding: 20px;\r\n border: 1px solid rgba(0, 0, 0, 0.2);\r\n background: #fff;\r\n font-size: 14px;\r\n color: black;\r\n transform: scale(0.95);\r\n transition: transform 0.15s ease-out;\r\n}\r\n \r\n.fl-disclaimer.active .fl-disclaimer__inner {\r\n transform: scale(1);\r\n transition: transform 0.15s ease-out 0.15s;\r\n}\r\n \r\n.fl-disclaimer__icon {\r\n display: inline-block;\r\n vertical-align: top;\r\n font-family: dashicons;\r\n}\r\n \r\n.fl-disclaimer__close {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n display: flex;\r\n justify-content: center;\r\n padding: 5px;\r\n font-family: dashicons;\r\n font-size: 16px;\r\n cursor: pointer;\r\n transition: .15s ease-out;\r\n}\r\n \r\n.fl-disclaimer__close:hover, .fl-disclaimer__close:focus {\r\n opacity: 0.5;\r\n}\";s:16:\"post_meta_height\";s:1:\"1\";s:17:\"post_meta_spacing\";s:1:\"0\";s:15:\"post_meta_style\";s:0:\"\";s:21:\"post_header_font_size\";s:2:\"30\";s:18:\"post_header_height\";s:1:\"1\";s:19:\"post_header_spacing\";s:1:\"0\";s:17:\"post_header_style\";s:0:\"\";s:12:\"boxed_layout\";s:0:\"\";s:17:\"use_sidebar_width\";b:1;s:13:\"sidebar_width\";i:19;s:16:\"cover_background\";s:2:\"on\";s:19:\"body_header_spacing\";s:1:\"0\";s:17:\"body_header_style\";s:0:\"\";s:13:\"color_schemes\";s:4:\"none\";s:12:\"header_style\";s:4:\"left\";s:12:\"vertical_nav\";s:0:\"\";s:24:\"vertical_nav_orientation\";s:4:\"left\";s:8:\"hide_nav\";s:0:\"\";s:24:\"show_header_social_icons\";s:0:\"\";s:22:\"slide_nav_show_top_bar\";s:2:\"on\";s:15:\"slide_nav_width\";s:3:\"320\";s:19:\"slide_nav_font_size\";s:2:\"14\";s:23:\"slide_nav_top_font_size\";s:2:\"14\";s:24:\"fullscreen_nav_font_size\";s:2:\"30\";s:28:\"fullscreen_nav_top_font_size\";s:2:\"18\";s:22:\"slide_nav_font_spacing\";s:1:\"0\";s:14:\"slide_nav_font\";s:4:\"none\";s:20:\"slide_nav_font_style\";s:0:\"\";s:12:\"slide_nav_bg\";s:7:\"#0099c4\";s:21:\"slide_nav_links_color\";s:7:\"#ffffff\";s:28:\"slide_nav_links_color_active\";s:7:\"#ffffff\";s:19:\"slide_nav_top_color\";s:21:\"rgba(255,255,255,0.6)\";s:16:\"slide_nav_search\";s:21:\"rgba(255,255,255,0.6)\";s:19:\"slide_nav_search_bg\";s:15:\"rgba(0,0,0,0.2)\";s:13:\"nav_fullwidth\";s:0:\"\";s:17:\"hide_primary_logo\";s:0:\"\";s:11:\"menu_height\";i:66;s:11:\"logo_height\";s:2:\"54\";s:15:\"menu_margin_top\";s:1:\"0\";s:21:\"primary_nav_font_size\";s:2:\"14\";s:24:\"primary_nav_font_spacing\";s:1:\"0\";s:16:\"primary_nav_font\";s:4:\"none\";s:22:\"primary_nav_font_style\";s:0:\"\";s:23:\"secondary_nav_font_size\";s:2:\"12\";s:23:\"secondary_nav_fullwidth\";s:0:\"\";s:26:\"secondary_nav_font_spacing\";s:1:\"0\";s:18:\"secondary_nav_font\";s:4:\"none\";s:24:\"secondary_nav_font_style\";s:0:\"\";s:9:\"menu_link\";s:7:\"#ffffff\";s:16:\"hide_mobile_logo\";s:0:\"\";s:16:\"mobile_menu_link\";s:15:\"rgba(0,0,0,0.6)\";s:14:\"primary_nav_bg\";s:7:\"#ffffff\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#ffffff\";s:31:\"primary_nav_dropdown_link_color\";s:7:\"#211865\";s:30:\"primary_nav_dropdown_animation\";s:4:\"fade\";s:21:\"mobile_primary_nav_bg\";s:7:\"#ffffff\";s:16:\"secondary_nav_bg\";s:7:\"#0099c4\";s:28:\"secondary_nav_text_color_new\";s:7:\"#ffffff\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#0099c4\";s:33:\"secondary_nav_dropdown_link_color\";s:7:\"#ffffff\";s:32:\"secondary_nav_dropdown_animation\";s:4:\"fade\";s:22:\"primary_nav_text_color\";s:4:\"dark\";s:24:\"secondary_nav_text_color\";s:5:\"light\";s:15:\"hide_fixed_logo\";b:0;s:21:\"minimized_menu_height\";s:2:\"40\";s:27:\"fixed_primary_nav_font_size\";s:2:\"14\";s:20:\"fixed_primary_nav_bg\";s:7:\"#ffffff\";s:22:\"fixed_secondary_nav_bg\";s:7:\"#2ea3f2\";s:15:\"fixed_menu_link\";s:7:\"#ffffff\";s:25:\"fixed_secondary_menu_link\";s:7:\"#ffffff\";s:12:\"phone_number\";s:0:\"\";s:12:\"header_email\";s:0:\"\";s:24:\"show_footer_social_icons\";s:2:\"on\";s:14:\"footer_columns\";s:1:\"4\";s:9:\"footer_bg\";s:7:\"#222222\";s:23:\"widget_header_font_size\";d:21.599999999999997868371792719699442386627197265625;s:24:\"widget_header_font_style\";b:0;s:21:\"widget_body_font_size\";i:18;s:23:\"widget_body_line_height\";s:3:\"1.7\";s:22:\"widget_body_font_style\";b:0;s:26:\"footer_widget_header_color\";s:7:\"#0099c4\";s:26:\"footer_widget_bullet_color\";s:7:\"#0099c4\";s:28:\"footer_menu_background_color\";s:22:\"rgba(255,255,255,0.05)\";s:22:\"footer_menu_text_color\";s:7:\"#bbbbbb\";s:29:\"footer_menu_active_link_color\";s:7:\"#0099c4\";s:26:\"footer_menu_letter_spacing\";s:1:\"0\";s:22:\"footer_menu_font_style\";b:0;s:21:\"footer_menu_font_size\";s:2:\"14\";s:27:\"bottom_bar_background_color\";s:16:\"rgba(0,0,0,0.32)\";s:21:\"bottom_bar_text_color\";s:7:\"#666666\";s:21:\"bottom_bar_font_style\";b:0;s:20:\"bottom_bar_font_size\";s:2:\"14\";s:27:\"bottom_bar_social_icon_size\";s:2:\"24\";s:28:\"bottom_bar_social_icon_color\";s:7:\"#666666\";s:21:\"custom_footer_credits\";s:0:\"\";s:22:\"all_buttons_text_color\";s:7:\"#211865\";s:19:\"all_buttons_spacing\";i:1;s:22:\"all_buttons_font_style\";s:14:\"bold|uppercase\";s:25:\"all_buttons_selected_icon\";s:1:\"5\";s:22:\"all_buttons_icon_color\";s:7:\"#ffffff\";s:26:\"all_buttons_icon_placement\";s:5:\"right\";s:22:\"all_buttons_icon_hover\";s:3:\"yes\";s:28:\"all_buttons_text_color_hover\";s:7:\"#ffffff\";s:12:\"divi_favicon\";s:0:\"\";s:29:\"custom_defaults_migrated_flag\";b:1;s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:30:\"divi_dynamic_icons_child_theme\";s:5:\"false\";s:22:\"divi_inline_stylesheet\";s:5:\"false\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:5:\"false\";s:20:\"divi_defer_block_css\";s:5:\"false\";s:24:\"divi_google_fonts_inline\";s:5:\"false\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:5:\"false\";s:32:\"divi_enable_jquery_compatibility\";s:5:\"false\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:22:\"builder_global_presets\";O:8:\"stdClass\":0:{}s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:18:\"divi_dynamic_icons\";s:5:\"false\";}','yes'),(102,'acf_version','5.12.3','yes'),(103,'cron','a:24:{i:1752349202;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:1752349668;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1752350730;a:1:{s:44:\"check_plugin_updates-divi-breadcrumbs-module\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1752350948;a:1:{s:28:\"primeMoverDeleteSymlinkEvent\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:24:\"every_prime_mover_biweek\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1752370096;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1752370799;a:2:{s:28:\"check_plugin_updates-aioseop\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:41:\"puc_cron_check_updates-divi-stop-stacking\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1752370802;a:1:{s:20:\"wp_stream_auto_purge\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1752374679;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:1752378657;a:1:{s:59:\"puc_cron_check_updates-dwd-custom-fullwidth-header-extended\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1752378701;a:1:{s:40:\"puc_cron_check_updates-dwd-maps-extended\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1752382982;a:1:{s:22:\"redirection_log_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:1752383055;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1752414005;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1752417879;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:1752422391;a:2:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"et_builder_fonts_cron\";a:1:{s:32:\"552cbb9d6515dadbbc4718ad75114f08\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:8:\"interval\";s:5:\"daily\";}s:8:\"interval\";i:86400;}}}i:1752429574;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1752490781;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752490853;a:1:{s:23:\"nf_email_telemetry_push\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752629368;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:1752659116;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752845295;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:1754564381;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}i:1754660401;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','on'),(104,'ninja_forms_oauth_client_secret','uI9maAx4CE1TYJkjfUd4fXJa4umyfyyevJ9C2gyH','yes'),(105,'ninja_forms_version','3.6.12','yes'),(106,'ninja_forms_db_version','1.4','no'),(107,'ninja_forms_required_updates','a:5:{s:19:\"CacheCollateActions\";s:19:\"2019-07-26 13:39:59\";s:17:\"CacheCollateForms\";s:19:\"2019-07-26 13:39:59\";s:18:\"CacheCollateFields\";s:19:\"2019-07-26 13:39:59\";s:19:\"CacheCollateObjects\";s:19:\"2019-07-26 13:39:59\";s:19:\"CacheCollateCleanup\";s:19:\"2019-07-26 13:39:59\";}','yes'),(108,'disable_comments_options','a:7:{s:10:\"db_version\";i:7;s:19:\"disabled_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}s:17:\"remove_everywhere\";b:1;s:9:\"permanent\";b:0;s:17:\"sitewide_settings\";b:0;s:14:\"disabled_sites\";a:2448:{s:3:\"all\";b:1;s:6:\"site_1\";b:1;s:9:\"site_1102\";b:1;s:12:\"site_1500001\";b:1;s:12:\"site_1500002\";b:1;s:12:\"site_1500003\";b:1;s:12:\"site_1500004\";b:1;s:12:\"site_1500005\";b:1;s:12:\"site_1500006\";b:1;s:12:\"site_1500007\";b:1;s:12:\"site_1500008\";b:1;s:12:\"site_1500009\";b:1;s:12:\"site_1500010\";b:1;s:12:\"site_1500011\";b:1;s:12:\"site_1500012\";b:1;s:12:\"site_1500013\";b:1;s:12:\"site_1500014\";b:1;s:12:\"site_1500015\";b:1;s:12:\"site_1500016\";b:1;s:12:\"site_1500017\";b:1;s:12:\"site_1500018\";b:1;s:12:\"site_1500019\";b:1;s:12:\"site_1500020\";b:1;s:12:\"site_1500021\";b:1;s:12:\"site_1500022\";b:1;s:12:\"site_1500023\";b:1;s:12:\"site_1500024\";b:1;s:12:\"site_1500025\";b:1;s:12:\"site_1500026\";b:1;s:12:\"site_1500027\";b:1;s:12:\"site_1500028\";b:1;s:12:\"site_1500029\";b:1;s:12:\"site_1500030\";b:1;s:12:\"site_1500031\";b:1;s:12:\"site_1500032\";b:1;s:12:\"site_1500033\";b:1;s:12:\"site_1500034\";b:1;s:12:\"site_1500035\";b:1;s:12:\"site_1500036\";b:1;s:12:\"site_1500037\";b:1;s:12:\"site_1500038\";b:1;s:12:\"site_1500039\";b:1;s:12:\"site_1500040\";b:1;s:12:\"site_1500041\";b:1;s:12:\"site_1500042\";b:1;s:12:\"site_1500043\";b:1;s:12:\"site_1500044\";b:1;s:12:\"site_1500045\";b:1;s:12:\"site_1500046\";b:1;s:12:\"site_1500047\";b:1;s:12:\"site_1500048\";b:1;s:12:\"site_1500049\";b:1;s:12:\"site_1500051\";b:1;s:12:\"site_1500052\";b:1;s:12:\"site_1500053\";b:1;s:12:\"site_1500055\";b:1;s:12:\"site_1500056\";b:1;s:12:\"site_1500057\";b:1;s:12:\"site_1500058\";b:1;s:12:\"site_1500059\";b:1;s:12:\"site_1500060\";b:1;s:12:\"site_1500061\";b:1;s:12:\"site_1500062\";b:1;s:12:\"site_1500063\";b:1;s:12:\"site_1500064\";b:1;s:12:\"site_1500065\";b:1;s:12:\"site_1500066\";b:1;s:12:\"site_1500067\";b:1;s:12:\"site_1500068\";b:1;s:12:\"site_1500069\";b:1;s:12:\"site_1500070\";b:1;s:12:\"site_1500071\";b:1;s:12:\"site_1500072\";b:1;s:12:\"site_1500073\";b:1;s:12:\"site_1500074\";b:1;s:12:\"site_1500075\";b:1;s:12:\"site_1500076\";b:1;s:12:\"site_1500077\";b:1;s:12:\"site_1500078\";b:1;s:12:\"site_1500079\";b:1;s:12:\"site_1500080\";b:1;s:12:\"site_1500081\";b:1;s:12:\"site_1500082\";b:1;s:12:\"site_1500083\";b:1;s:12:\"site_1500084\";b:1;s:12:\"site_1500085\";b:1;s:12:\"site_1500086\";b:1;s:12:\"site_1500087\";b:1;s:12:\"site_1500088\";b:1;s:12:\"site_1500089\";b:1;s:12:\"site_1500090\";b:1;s:12:\"site_1500091\";b:1;s:12:\"site_1500092\";b:1;s:12:\"site_1500093\";b:1;s:12:\"site_1500094\";b:1;s:12:\"site_1500095\";b:1;s:12:\"site_1500096\";b:1;s:12:\"site_1500098\";b:1;s:12:\"site_1500099\";b:1;s:12:\"site_1500100\";b:1;s:12:\"site_1500101\";b:1;s:12:\"site_1500102\";b:1;s:12:\"site_1500103\";b:1;s:12:\"site_1500104\";b:1;s:12:\"site_1500105\";b:1;s:12:\"site_1500106\";b:1;s:12:\"site_1500107\";b:1;s:12:\"site_1500108\";b:1;s:12:\"site_1500109\";b:1;s:12:\"site_1500110\";b:1;s:12:\"site_1500111\";b:1;s:12:\"site_1500112\";b:1;s:12:\"site_1500113\";b:1;s:12:\"site_1500114\";b:1;s:12:\"site_1500115\";b:1;s:12:\"site_1500116\";b:1;s:12:\"site_1500117\";b:1;s:12:\"site_1500118\";b:1;s:12:\"site_1500120\";b:1;s:12:\"site_1500121\";b:1;s:12:\"site_1500122\";b:1;s:12:\"site_1500123\";b:1;s:12:\"site_1500124\";b:1;s:12:\"site_1500125\";b:1;s:12:\"site_1500128\";b:1;s:12:\"site_1500129\";b:1;s:12:\"site_1500130\";b:1;s:12:\"site_1500131\";b:1;s:12:\"site_1500132\";b:1;s:12:\"site_1500133\";b:1;s:12:\"site_1500134\";b:1;s:12:\"site_1500135\";b:1;s:12:\"site_1500136\";b:1;s:12:\"site_1500137\";b:1;s:12:\"site_1500138\";b:1;s:12:\"site_1500139\";b:1;s:12:\"site_1500140\";b:1;s:12:\"site_1500141\";b:1;s:12:\"site_1500142\";b:1;s:12:\"site_1500143\";b:1;s:12:\"site_1500144\";b:1;s:12:\"site_1500145\";b:1;s:12:\"site_1500146\";b:1;s:12:\"site_1500147\";b:1;s:12:\"site_1500148\";b:1;s:12:\"site_1500149\";b:1;s:12:\"site_1500150\";b:1;s:12:\"site_1500151\";b:1;s:12:\"site_1500152\";b:1;s:12:\"site_1500153\";b:1;s:12:\"site_1500154\";b:1;s:12:\"site_1500155\";b:1;s:12:\"site_1500156\";b:1;s:12:\"site_1500157\";b:1;s:12:\"site_1500158\";b:1;s:12:\"site_1500159\";b:1;s:12:\"site_1500160\";b:1;s:12:\"site_1500161\";b:1;s:12:\"site_1500162\";b:1;s:12:\"site_1500163\";b:1;s:12:\"site_1500164\";b:1;s:12:\"site_1500165\";b:1;s:12:\"site_1500166\";b:1;s:12:\"site_1500167\";b:1;s:12:\"site_1500168\";b:1;s:12:\"site_1500169\";b:1;s:12:\"site_1500170\";b:1;s:12:\"site_1500171\";b:1;s:12:\"site_1500172\";b:1;s:12:\"site_1500173\";b:1;s:12:\"site_1500174\";b:1;s:12:\"site_1500175\";b:1;s:12:\"site_1500176\";b:1;s:12:\"site_1500177\";b:1;s:12:\"site_1500178\";b:1;s:12:\"site_1500180\";b:1;s:12:\"site_1500181\";b:1;s:12:\"site_1500182\";b:1;s:12:\"site_1500183\";b:1;s:12:\"site_1500184\";b:1;s:12:\"site_1500185\";b:1;s:12:\"site_1500186\";b:1;s:12:\"site_1500187\";b:1;s:12:\"site_1500188\";b:1;s:12:\"site_1500189\";b:1;s:12:\"site_1500190\";b:1;s:12:\"site_1500191\";b:1;s:12:\"site_1500192\";b:1;s:12:\"site_1500193\";b:1;s:12:\"site_1500194\";b:1;s:12:\"site_1500195\";b:1;s:12:\"site_1500196\";b:1;s:12:\"site_1500197\";b:1;s:12:\"site_1500198\";b:1;s:12:\"site_1500199\";b:1;s:12:\"site_1500200\";b:1;s:12:\"site_1500201\";b:1;s:12:\"site_1500202\";b:1;s:12:\"site_1500203\";b:1;s:12:\"site_1500204\";b:1;s:12:\"site_1500205\";b:1;s:12:\"site_1500206\";b:1;s:12:\"site_1500207\";b:1;s:12:\"site_1500208\";b:1;s:12:\"site_1500209\";b:1;s:12:\"site_1500210\";b:1;s:12:\"site_1500211\";b:1;s:12:\"site_1500212\";b:1;s:12:\"site_1500213\";b:1;s:12:\"site_1500214\";b:1;s:12:\"site_1500215\";b:1;s:12:\"site_1500216\";b:1;s:12:\"site_1500217\";b:1;s:12:\"site_1500218\";b:1;s:12:\"site_1500219\";b:1;s:12:\"site_1500220\";b:1;s:12:\"site_1500221\";b:1;s:12:\"site_1500222\";b:1;s:12:\"site_1500223\";b:1;s:12:\"site_1500224\";b:1;s:12:\"site_1500225\";b:1;s:12:\"site_1500226\";b:1;s:12:\"site_1500227\";b:1;s:12:\"site_1500228\";b:1;s:12:\"site_1500229\";b:1;s:12:\"site_1500230\";b:1;s:12:\"site_1500231\";b:1;s:12:\"site_1500232\";b:1;s:12:\"site_1500233\";b:1;s:12:\"site_1500234\";b:1;s:12:\"site_1500235\";b:1;s:12:\"site_1500237\";b:1;s:12:\"site_1500238\";b:1;s:12:\"site_1500239\";b:1;s:12:\"site_1500240\";b:1;s:12:\"site_1500241\";b:1;s:12:\"site_1500242\";b:1;s:12:\"site_1500243\";b:1;s:12:\"site_1500244\";b:1;s:12:\"site_1500245\";b:1;s:12:\"site_1500246\";b:1;s:12:\"site_1500247\";b:1;s:12:\"site_1500248\";b:1;s:12:\"site_1500249\";b:1;s:12:\"site_1500250\";b:1;s:12:\"site_1500251\";b:1;s:12:\"site_1500252\";b:1;s:12:\"site_1500253\";b:1;s:12:\"site_1500254\";b:1;s:12:\"site_1500256\";b:1;s:12:\"site_1500257\";b:1;s:12:\"site_1500258\";b:1;s:12:\"site_1500259\";b:1;s:12:\"site_1500260\";b:1;s:12:\"site_1500261\";b:1;s:12:\"site_1500262\";b:1;s:12:\"site_1500263\";b:1;s:12:\"site_1500264\";b:1;s:12:\"site_1500265\";b:1;s:12:\"site_1500266\";b:1;s:12:\"site_1500267\";b:1;s:12:\"site_1500268\";b:1;s:12:\"site_1500269\";b:1;s:12:\"site_1500270\";b:1;s:12:\"site_1500271\";b:1;s:12:\"site_1500272\";b:1;s:12:\"site_1500273\";b:1;s:12:\"site_1500274\";b:1;s:12:\"site_1500275\";b:1;s:12:\"site_1500276\";b:1;s:12:\"site_1500277\";b:1;s:12:\"site_1500278\";b:1;s:12:\"site_1500279\";b:1;s:12:\"site_1500280\";b:1;s:12:\"site_1500281\";b:1;s:12:\"site_1500282\";b:1;s:12:\"site_1500283\";b:1;s:12:\"site_1500284\";b:1;s:12:\"site_1500285\";b:1;s:12:\"site_1500286\";b:1;s:12:\"site_1500287\";b:1;s:12:\"site_1500288\";b:1;s:12:\"site_1500289\";b:1;s:12:\"site_1500290\";b:1;s:12:\"site_1500291\";b:1;s:12:\"site_1500292\";b:1;s:12:\"site_1500293\";b:1;s:12:\"site_1500294\";b:1;s:12:\"site_1500295\";b:1;s:12:\"site_1500296\";b:1;s:12:\"site_1500297\";b:1;s:12:\"site_1500298\";b:1;s:12:\"site_1500299\";b:1;s:12:\"site_1500300\";b:1;s:12:\"site_1500301\";b:1;s:12:\"site_1500302\";b:1;s:12:\"site_1500303\";b:1;s:12:\"site_1500304\";b:1;s:12:\"site_1500305\";b:1;s:12:\"site_1500306\";b:1;s:12:\"site_1500308\";b:1;s:12:\"site_1500309\";b:1;s:12:\"site_1500310\";b:1;s:12:\"site_1500311\";b:1;s:12:\"site_1500312\";b:1;s:12:\"site_1500313\";b:1;s:12:\"site_1500314\";b:1;s:12:\"site_1500315\";b:1;s:12:\"site_1500317\";b:1;s:12:\"site_1500318\";b:1;s:12:\"site_1500321\";b:1;s:12:\"site_1500322\";b:1;s:12:\"site_1500323\";b:1;s:12:\"site_1500324\";b:1;s:12:\"site_1500325\";b:1;s:12:\"site_1500326\";b:1;s:12:\"site_1500327\";b:1;s:12:\"site_1500328\";b:1;s:12:\"site_1500329\";b:1;s:12:\"site_1500330\";b:1;s:12:\"site_1500331\";b:1;s:12:\"site_1500332\";b:1;s:12:\"site_1500333\";b:1;s:12:\"site_1500335\";b:1;s:12:\"site_1500336\";b:1;s:12:\"site_1500337\";b:1;s:12:\"site_1500338\";b:1;s:12:\"site_1500339\";b:1;s:12:\"site_1500340\";b:1;s:12:\"site_1500341\";b:1;s:12:\"site_1500342\";b:1;s:12:\"site_1500343\";b:1;s:12:\"site_1500344\";b:1;s:12:\"site_1500345\";b:1;s:12:\"site_1500346\";b:1;s:12:\"site_1500347\";b:1;s:12:\"site_1500348\";b:1;s:12:\"site_1500350\";b:1;s:12:\"site_1500351\";b:1;s:12:\"site_1500352\";b:1;s:12:\"site_1500353\";b:1;s:12:\"site_1500354\";b:1;s:12:\"site_1500356\";b:1;s:12:\"site_1500357\";b:1;s:12:\"site_1500358\";b:1;s:12:\"site_1500359\";b:1;s:12:\"site_1500360\";b:1;s:12:\"site_1500361\";b:1;s:12:\"site_1500362\";b:1;s:12:\"site_1500363\";b:1;s:12:\"site_1500364\";b:1;s:12:\"site_1500365\";b:1;s:12:\"site_1500366\";b:1;s:12:\"site_1500367\";b:1;s:12:\"site_1500368\";b:1;s:12:\"site_1500369\";b:1;s:12:\"site_1500370\";b:1;s:12:\"site_1500371\";b:1;s:12:\"site_1500372\";b:1;s:12:\"site_1500373\";b:1;s:12:\"site_1500374\";b:1;s:12:\"site_1500375\";b:1;s:12:\"site_1500376\";b:1;s:12:\"site_1500377\";b:1;s:12:\"site_1500378\";b:1;s:12:\"site_1500379\";b:1;s:12:\"site_1500380\";b:1;s:12:\"site_1500381\";b:1;s:12:\"site_1500382\";b:1;s:12:\"site_1500383\";b:1;s:12:\"site_1500384\";b:1;s:12:\"site_1500385\";b:1;s:12:\"site_1500386\";b:1;s:12:\"site_1500387\";b:1;s:12:\"site_1500388\";b:1;s:12:\"site_1500389\";b:1;s:12:\"site_1500390\";b:1;s:12:\"site_1500391\";b:1;s:12:\"site_1500392\";b:1;s:12:\"site_1500393\";b:1;s:12:\"site_1500394\";b:1;s:12:\"site_1500395\";b:1;s:12:\"site_1500396\";b:1;s:12:\"site_1500397\";b:1;s:12:\"site_1500399\";b:1;s:12:\"site_1500400\";b:1;s:12:\"site_1500401\";b:1;s:12:\"site_1500402\";b:1;s:12:\"site_1500403\";b:1;s:12:\"site_1500404\";b:1;s:12:\"site_1500405\";b:1;s:12:\"site_1500406\";b:1;s:12:\"site_1500407\";b:1;s:12:\"site_1500408\";b:1;s:12:\"site_1500409\";b:1;s:12:\"site_1500410\";b:1;s:12:\"site_1500411\";b:1;s:12:\"site_1500412\";b:1;s:12:\"site_1500413\";b:1;s:12:\"site_1500414\";b:1;s:12:\"site_1500415\";b:1;s:12:\"site_1500416\";b:1;s:12:\"site_1500417\";b:1;s:12:\"site_1500418\";b:1;s:12:\"site_1500419\";b:1;s:12:\"site_1500420\";b:1;s:12:\"site_1500421\";b:1;s:12:\"site_1500423\";b:1;s:12:\"site_1500424\";b:1;s:12:\"site_1500425\";b:1;s:12:\"site_1500426\";b:1;s:12:\"site_1500427\";b:1;s:12:\"site_1500428\";b:1;s:12:\"site_1500429\";b:1;s:12:\"site_1500430\";b:1;s:12:\"site_1500431\";b:1;s:12:\"site_1500433\";b:1;s:12:\"site_1500434\";b:1;s:12:\"site_1500435\";b:1;s:12:\"site_1500436\";b:1;s:12:\"site_1500437\";b:1;s:12:\"site_1500438\";b:1;s:12:\"site_1500439\";b:1;s:12:\"site_1500440\";b:1;s:12:\"site_1500441\";b:1;s:12:\"site_1500442\";b:1;s:12:\"site_1500443\";b:1;s:12:\"site_1500444\";b:1;s:12:\"site_1500445\";b:1;s:12:\"site_1500446\";b:1;s:12:\"site_1500447\";b:1;s:12:\"site_1500448\";b:1;s:12:\"site_1500449\";b:1;s:12:\"site_1500450\";b:1;s:12:\"site_1500451\";b:1;s:12:\"site_1500452\";b:1;s:12:\"site_1500453\";b:1;s:12:\"site_1500455\";b:1;s:12:\"site_1500456\";b:1;s:12:\"site_1500457\";b:1;s:12:\"site_1500458\";b:1;s:12:\"site_1500459\";b:1;s:12:\"site_1500460\";b:1;s:12:\"site_1500461\";b:1;s:12:\"site_1500462\";b:1;s:12:\"site_1500463\";b:1;s:12:\"site_1500464\";b:1;s:12:\"site_1500466\";b:1;s:12:\"site_1500467\";b:1;s:12:\"site_1500468\";b:1;s:12:\"site_1500469\";b:1;s:12:\"site_1500470\";b:1;s:12:\"site_1500471\";b:1;s:12:\"site_1500472\";b:1;s:12:\"site_1500473\";b:1;s:12:\"site_1500474\";b:1;s:12:\"site_1500475\";b:1;s:12:\"site_1500476\";b:1;s:12:\"site_1500477\";b:1;s:12:\"site_1500478\";b:1;s:12:\"site_1500479\";b:1;s:12:\"site_1500480\";b:1;s:12:\"site_1500481\";b:1;s:12:\"site_1500482\";b:1;s:12:\"site_1500483\";b:1;s:12:\"site_1500484\";b:1;s:12:\"site_1500485\";b:1;s:12:\"site_1500486\";b:1;s:12:\"site_1500487\";b:1;s:12:\"site_1500488\";b:1;s:12:\"site_1500489\";b:1;s:12:\"site_1500490\";b:1;s:12:\"site_1500491\";b:1;s:12:\"site_1500492\";b:1;s:12:\"site_1500493\";b:1;s:12:\"site_1500494\";b:1;s:12:\"site_1500495\";b:1;s:12:\"site_1500496\";b:1;s:12:\"site_1500497\";b:1;s:12:\"site_1500498\";b:1;s:12:\"site_1500499\";b:1;s:12:\"site_1500500\";b:1;s:12:\"site_1500502\";b:1;s:12:\"site_1500503\";b:1;s:12:\"site_1500504\";b:1;s:12:\"site_1500505\";b:1;s:12:\"site_1500506\";b:1;s:12:\"site_1500507\";b:1;s:12:\"site_1500508\";b:1;s:12:\"site_1500509\";b:1;s:12:\"site_1500510\";b:1;s:12:\"site_1500511\";b:1;s:12:\"site_1500512\";b:1;s:12:\"site_1500513\";b:1;s:12:\"site_1500514\";b:1;s:12:\"site_1500515\";b:1;s:12:\"site_1500516\";b:1;s:12:\"site_1500517\";b:1;s:12:\"site_1500518\";b:1;s:12:\"site_1500519\";b:1;s:12:\"site_1500520\";b:1;s:12:\"site_1500521\";b:1;s:12:\"site_1500522\";b:1;s:12:\"site_1500523\";b:1;s:12:\"site_1500524\";b:1;s:12:\"site_1500525\";b:1;s:12:\"site_1500526\";b:1;s:12:\"site_1500527\";b:1;s:12:\"site_1500528\";b:1;s:12:\"site_1500529\";b:1;s:12:\"site_1500530\";b:1;s:12:\"site_1500531\";b:1;s:12:\"site_1500532\";b:1;s:12:\"site_1500533\";b:1;s:12:\"site_1500534\";b:1;s:12:\"site_1500535\";b:1;s:12:\"site_1500536\";b:1;s:12:\"site_1500537\";b:1;s:12:\"site_1500538\";b:1;s:12:\"site_1500540\";b:1;s:12:\"site_1500541\";b:1;s:12:\"site_1500542\";b:1;s:12:\"site_1500543\";b:1;s:12:\"site_1500544\";b:1;s:12:\"site_1500545\";b:1;s:12:\"site_1500546\";b:1;s:12:\"site_1500547\";b:1;s:12:\"site_1500548\";b:1;s:12:\"site_1500549\";b:1;s:12:\"site_1500550\";b:1;s:12:\"site_1500551\";b:1;s:12:\"site_1500552\";b:1;s:12:\"site_1500553\";b:1;s:12:\"site_1500554\";b:1;s:12:\"site_1500555\";b:1;s:12:\"site_1500556\";b:1;s:12:\"site_1500557\";b:1;s:12:\"site_1500558\";b:1;s:12:\"site_1500559\";b:1;s:12:\"site_1500560\";b:1;s:12:\"site_1500561\";b:1;s:12:\"site_1500562\";b:1;s:12:\"site_1500563\";b:1;s:12:\"site_1500564\";b:1;s:12:\"site_1500565\";b:1;s:12:\"site_1500566\";b:1;s:12:\"site_1500567\";b:1;s:12:\"site_1500568\";b:1;s:12:\"site_1500570\";b:1;s:12:\"site_1500571\";b:1;s:12:\"site_1500572\";b:1;s:12:\"site_1500573\";b:1;s:12:\"site_1500574\";b:1;s:12:\"site_1500575\";b:1;s:12:\"site_1500576\";b:1;s:12:\"site_1500577\";b:1;s:12:\"site_1500578\";b:1;s:12:\"site_1500579\";b:1;s:12:\"site_1500580\";b:1;s:12:\"site_1500581\";b:1;s:12:\"site_1500582\";b:1;s:12:\"site_1500583\";b:1;s:12:\"site_1500584\";b:1;s:12:\"site_1500585\";b:1;s:12:\"site_1500586\";b:1;s:12:\"site_1500587\";b:1;s:12:\"site_1500588\";b:1;s:12:\"site_1500589\";b:1;s:12:\"site_1500590\";b:1;s:12:\"site_1500591\";b:1;s:12:\"site_1500592\";b:1;s:12:\"site_1500593\";b:1;s:12:\"site_1500594\";b:1;s:12:\"site_1500595\";b:1;s:12:\"site_1500596\";b:1;s:12:\"site_1500597\";b:1;s:12:\"site_1500598\";b:1;s:12:\"site_1500599\";b:1;s:12:\"site_1500600\";b:1;s:12:\"site_1500601\";b:1;s:12:\"site_1500602\";b:1;s:12:\"site_1500603\";b:1;s:12:\"site_1500604\";b:1;s:12:\"site_1500605\";b:1;s:12:\"site_1500606\";b:1;s:12:\"site_1500607\";b:1;s:12:\"site_1500609\";b:1;s:12:\"site_1500610\";b:1;s:12:\"site_1500611\";b:1;s:12:\"site_1500612\";b:1;s:12:\"site_1500613\";b:1;s:12:\"site_1500614\";b:1;s:12:\"site_1500615\";b:1;s:12:\"site_1500616\";b:1;s:12:\"site_1500617\";b:1;s:12:\"site_1500618\";b:1;s:12:\"site_1500619\";b:1;s:12:\"site_1500620\";b:1;s:12:\"site_1500621\";b:1;s:12:\"site_1500622\";b:1;s:12:\"site_1500623\";b:1;s:12:\"site_1500624\";b:1;s:12:\"site_1500625\";b:1;s:12:\"site_1500626\";b:1;s:12:\"site_1500627\";b:1;s:12:\"site_1500628\";b:1;s:12:\"site_1500629\";b:1;s:12:\"site_1500630\";b:1;s:12:\"site_1500631\";b:1;s:12:\"site_1500632\";b:1;s:12:\"site_1500633\";b:1;s:12:\"site_1500634\";b:1;s:12:\"site_1500635\";b:1;s:12:\"site_1500636\";b:1;s:12:\"site_1500637\";b:1;s:12:\"site_1500638\";b:1;s:12:\"site_1500639\";b:1;s:12:\"site_1500640\";b:1;s:12:\"site_1500641\";b:1;s:12:\"site_1500642\";b:1;s:12:\"site_1500643\";b:1;s:12:\"site_1500644\";b:1;s:12:\"site_1500645\";b:1;s:12:\"site_1500646\";b:1;s:12:\"site_1500647\";b:1;s:12:\"site_1500648\";b:1;s:12:\"site_1500649\";b:1;s:12:\"site_1500650\";b:1;s:12:\"site_1500651\";b:1;s:12:\"site_1500652\";b:1;s:12:\"site_1500653\";b:1;s:12:\"site_1500654\";b:1;s:12:\"site_1500655\";b:1;s:12:\"site_1500656\";b:1;s:12:\"site_1500657\";b:1;s:12:\"site_1500658\";b:1;s:12:\"site_1500659\";b:1;s:12:\"site_1500660\";b:1;s:12:\"site_1500661\";b:1;s:12:\"site_1500662\";b:1;s:12:\"site_1500663\";b:1;s:12:\"site_1500664\";b:1;s:12:\"site_1500665\";b:1;s:12:\"site_1500666\";b:1;s:12:\"site_1500667\";b:1;s:12:\"site_1500668\";b:1;s:12:\"site_1500669\";b:1;s:12:\"site_1500670\";b:1;s:12:\"site_1500671\";b:1;s:12:\"site_1500672\";b:1;s:12:\"site_1500673\";b:1;s:12:\"site_1500674\";b:1;s:12:\"site_1500675\";b:1;s:12:\"site_1500677\";b:1;s:12:\"site_1500678\";b:1;s:12:\"site_1500679\";b:1;s:12:\"site_1500680\";b:1;s:12:\"site_1500681\";b:1;s:12:\"site_1500682\";b:1;s:12:\"site_1500683\";b:1;s:12:\"site_1500684\";b:1;s:12:\"site_1500685\";b:1;s:12:\"site_1500686\";b:1;s:12:\"site_1500687\";b:1;s:12:\"site_1500688\";b:1;s:12:\"site_1500689\";b:1;s:12:\"site_1500690\";b:1;s:12:\"site_1500691\";b:1;s:12:\"site_1500692\";b:1;s:12:\"site_1500693\";b:1;s:12:\"site_1500694\";b:1;s:12:\"site_1500695\";b:1;s:12:\"site_1500696\";b:1;s:12:\"site_1500697\";b:1;s:12:\"site_1500698\";b:1;s:12:\"site_1500699\";b:1;s:12:\"site_1500700\";b:1;s:12:\"site_1500701\";b:1;s:12:\"site_1500702\";b:1;s:12:\"site_1500703\";b:1;s:12:\"site_1500704\";b:1;s:12:\"site_1500705\";b:1;s:12:\"site_1500706\";b:1;s:12:\"site_1500707\";b:1;s:12:\"site_1500708\";b:1;s:12:\"site_1500709\";b:1;s:12:\"site_1500710\";b:1;s:12:\"site_1500711\";b:1;s:12:\"site_1500712\";b:1;s:12:\"site_1500713\";b:1;s:12:\"site_1500714\";b:1;s:12:\"site_1500715\";b:1;s:12:\"site_1500716\";b:1;s:12:\"site_1500717\";b:1;s:12:\"site_1500718\";b:1;s:12:\"site_1500719\";b:1;s:12:\"site_1500720\";b:1;s:12:\"site_1500721\";b:1;s:12:\"site_1500722\";b:1;s:12:\"site_1500723\";b:1;s:12:\"site_1500724\";b:1;s:12:\"site_1500726\";b:1;s:12:\"site_1500727\";b:1;s:12:\"site_1500728\";b:1;s:12:\"site_1500729\";b:1;s:12:\"site_1500730\";b:1;s:12:\"site_1500731\";b:1;s:12:\"site_1500732\";b:1;s:12:\"site_1500733\";b:1;s:12:\"site_1500734\";b:1;s:12:\"site_1500735\";b:1;s:12:\"site_1500736\";b:1;s:12:\"site_1500737\";b:1;s:12:\"site_1500738\";b:1;s:12:\"site_1500739\";b:1;s:12:\"site_1500740\";b:1;s:12:\"site_1500741\";b:1;s:12:\"site_1500742\";b:1;s:12:\"site_1500743\";b:1;s:12:\"site_1500744\";b:1;s:12:\"site_1500745\";b:1;s:12:\"site_1500746\";b:1;s:12:\"site_1500747\";b:1;s:12:\"site_1500748\";b:1;s:12:\"site_1500749\";b:1;s:12:\"site_1500750\";b:1;s:12:\"site_1500751\";b:1;s:12:\"site_1500752\";b:1;s:12:\"site_1500753\";b:1;s:12:\"site_1500754\";b:1;s:12:\"site_1500755\";b:1;s:12:\"site_1500756\";b:1;s:12:\"site_1500757\";b:1;s:12:\"site_1500758\";b:1;s:12:\"site_1500759\";b:1;s:12:\"site_1500760\";b:1;s:12:\"site_1500761\";b:1;s:12:\"site_1500762\";b:1;s:12:\"site_1500763\";b:1;s:12:\"site_1500765\";b:1;s:12:\"site_1500766\";b:1;s:12:\"site_1500767\";b:1;s:12:\"site_1500768\";b:1;s:12:\"site_1500769\";b:1;s:12:\"site_1500770\";b:1;s:12:\"site_1500771\";b:1;s:12:\"site_1500772\";b:1;s:12:\"site_1500773\";b:1;s:12:\"site_1500774\";b:1;s:12:\"site_1500775\";b:1;s:12:\"site_1500776\";b:1;s:12:\"site_1500777\";b:1;s:12:\"site_1500778\";b:1;s:12:\"site_1500779\";b:1;s:12:\"site_1500780\";b:1;s:12:\"site_1500781\";b:1;s:12:\"site_1500782\";b:1;s:12:\"site_1500783\";b:1;s:12:\"site_1500784\";b:1;s:12:\"site_1500786\";b:1;s:12:\"site_1500788\";b:1;s:12:\"site_1500789\";b:1;s:12:\"site_1500790\";b:1;s:12:\"site_1500791\";b:1;s:12:\"site_1500792\";b:1;s:12:\"site_1500793\";b:1;s:12:\"site_1500794\";b:1;s:12:\"site_1500798\";b:1;s:12:\"site_1500799\";b:1;s:12:\"site_1500800\";b:1;s:12:\"site_1500801\";b:1;s:12:\"site_1500802\";b:1;s:12:\"site_1500803\";b:1;s:12:\"site_1500804\";b:1;s:12:\"site_1500805\";b:1;s:12:\"site_1500806\";b:1;s:12:\"site_1500807\";b:1;s:12:\"site_1500808\";b:1;s:12:\"site_1500809\";b:1;s:12:\"site_1500810\";b:1;s:12:\"site_1500811\";b:1;s:12:\"site_1500812\";b:1;s:12:\"site_1500813\";b:1;s:12:\"site_1500814\";b:1;s:12:\"site_1500815\";b:1;s:12:\"site_1500816\";b:1;s:12:\"site_1500817\";b:1;s:12:\"site_1500818\";b:1;s:12:\"site_1500819\";b:1;s:12:\"site_1500820\";b:1;s:12:\"site_1500821\";b:1;s:12:\"site_1500822\";b:1;s:12:\"site_1500823\";b:1;s:12:\"site_1500824\";b:1;s:12:\"site_1500825\";b:1;s:12:\"site_1500826\";b:1;s:12:\"site_1500827\";b:1;s:12:\"site_1500828\";b:1;s:12:\"site_1500829\";b:1;s:12:\"site_1500830\";b:1;s:12:\"site_1500831\";b:1;s:12:\"site_1500832\";b:1;s:12:\"site_1500833\";b:1;s:12:\"site_1500834\";b:1;s:12:\"site_1500835\";b:1;s:12:\"site_1500836\";b:1;s:12:\"site_1500837\";b:1;s:12:\"site_1500838\";b:1;s:12:\"site_1500839\";b:1;s:12:\"site_1500840\";b:1;s:12:\"site_1500841\";b:1;s:12:\"site_1500842\";b:1;s:12:\"site_1500843\";b:1;s:12:\"site_1500844\";b:1;s:12:\"site_1500845\";b:1;s:12:\"site_1500846\";b:1;s:12:\"site_1500848\";b:1;s:12:\"site_1500849\";b:1;s:12:\"site_1500850\";b:1;s:12:\"site_1500852\";b:1;s:12:\"site_1500853\";b:1;s:12:\"site_1500854\";b:1;s:12:\"site_1500855\";b:1;s:12:\"site_1500856\";b:1;s:12:\"site_1500857\";b:1;s:12:\"site_1500858\";b:1;s:12:\"site_1500859\";b:1;s:12:\"site_1500860\";b:1;s:12:\"site_1500861\";b:1;s:12:\"site_1500862\";b:1;s:12:\"site_1500863\";b:1;s:12:\"site_1500864\";b:1;s:12:\"site_1500865\";b:1;s:12:\"site_1500866\";b:1;s:12:\"site_1500867\";b:1;s:12:\"site_1500868\";b:1;s:12:\"site_1500869\";b:1;s:12:\"site_1500870\";b:1;s:12:\"site_1500871\";b:1;s:12:\"site_1500872\";b:1;s:12:\"site_1500874\";b:1;s:12:\"site_1500875\";b:1;s:12:\"site_1500876\";b:1;s:12:\"site_1500877\";b:1;s:12:\"site_1500878\";b:1;s:12:\"site_1500879\";b:1;s:12:\"site_1500880\";b:1;s:12:\"site_1500881\";b:1;s:12:\"site_1500882\";b:1;s:12:\"site_1500883\";b:1;s:12:\"site_1500884\";b:1;s:12:\"site_1500885\";b:1;s:12:\"site_1500886\";b:1;s:12:\"site_1500887\";b:1;s:12:\"site_1500888\";b:1;s:12:\"site_1500889\";b:1;s:12:\"site_1500890\";b:1;s:12:\"site_1500891\";b:1;s:12:\"site_1500892\";b:1;s:12:\"site_1500893\";b:1;s:12:\"site_1500894\";b:1;s:12:\"site_1500895\";b:1;s:12:\"site_1500896\";b:1;s:12:\"site_1500897\";b:1;s:12:\"site_1500898\";b:1;s:12:\"site_1500899\";b:1;s:12:\"site_1500900\";b:1;s:12:\"site_1500903\";b:1;s:12:\"site_1500905\";b:1;s:12:\"site_1500906\";b:1;s:12:\"site_1500907\";b:1;s:12:\"site_1500908\";b:1;s:12:\"site_1500910\";b:1;s:12:\"site_1500913\";b:1;s:12:\"site_1500914\";b:1;s:12:\"site_1500915\";b:1;s:12:\"site_1500916\";b:1;s:12:\"site_1500918\";b:1;s:12:\"site_1500920\";b:1;s:12:\"site_1500921\";b:1;s:12:\"site_1500922\";b:1;s:12:\"site_1500923\";b:1;s:12:\"site_1500924\";b:1;s:12:\"site_1500925\";b:1;s:12:\"site_1500926\";b:1;s:12:\"site_1500927\";b:1;s:12:\"site_1500928\";b:1;s:12:\"site_1500929\";b:1;s:12:\"site_1500931\";b:1;s:12:\"site_1500934\";b:1;s:12:\"site_1500935\";b:1;s:12:\"site_1500936\";b:1;s:12:\"site_1500937\";b:1;s:12:\"site_1500938\";b:1;s:12:\"site_1500939\";b:1;s:12:\"site_1500940\";b:1;s:12:\"site_1500941\";b:1;s:12:\"site_1500942\";b:1;s:12:\"site_1500943\";b:1;s:12:\"site_1500944\";b:1;s:12:\"site_1500945\";b:1;s:12:\"site_1500946\";b:1;s:12:\"site_1500947\";b:1;s:12:\"site_1500948\";b:1;s:12:\"site_1500949\";b:1;s:12:\"site_1500950\";b:1;s:12:\"site_1500951\";b:1;s:12:\"site_1500952\";b:1;s:12:\"site_1500953\";b:1;s:12:\"site_1500954\";b:1;s:12:\"site_1500955\";b:1;s:12:\"site_1500956\";b:1;s:12:\"site_1500957\";b:1;s:12:\"site_1500958\";b:1;s:12:\"site_1500959\";b:1;s:12:\"site_1500960\";b:1;s:12:\"site_1500961\";b:1;s:12:\"site_1500962\";b:1;s:12:\"site_1500963\";b:1;s:12:\"site_1500964\";b:1;s:12:\"site_1500965\";b:1;s:12:\"site_1500967\";b:1;s:12:\"site_1500968\";b:1;s:12:\"site_1500969\";b:1;s:12:\"site_1500970\";b:1;s:12:\"site_1500972\";b:1;s:12:\"site_1500973\";b:1;s:12:\"site_1500974\";b:1;s:12:\"site_1500976\";b:1;s:12:\"site_1500977\";b:1;s:12:\"site_1500978\";b:1;s:12:\"site_1500979\";b:1;s:12:\"site_1500980\";b:1;s:12:\"site_1500981\";b:1;s:12:\"site_1500982\";b:1;s:12:\"site_1500983\";b:1;s:12:\"site_1500984\";b:1;s:12:\"site_1500985\";b:1;s:12:\"site_1500986\";b:1;s:12:\"site_1500987\";b:1;s:12:\"site_1500988\";b:1;s:12:\"site_1500989\";b:1;s:12:\"site_1500990\";b:1;s:12:\"site_1500991\";b:1;s:12:\"site_1500992\";b:1;s:12:\"site_1500993\";b:1;s:12:\"site_1500994\";b:1;s:12:\"site_1500996\";b:1;s:12:\"site_1500997\";b:1;s:12:\"site_1500998\";b:1;s:12:\"site_1500999\";b:1;s:12:\"site_1501000\";b:1;s:12:\"site_1501001\";b:1;s:12:\"site_1501002\";b:1;s:12:\"site_1501003\";b:1;s:12:\"site_1501004\";b:1;s:12:\"site_1501005\";b:1;s:12:\"site_1501006\";b:1;s:12:\"site_1501007\";b:1;s:12:\"site_1501008\";b:1;s:12:\"site_1501010\";b:1;s:12:\"site_1501011\";b:1;s:12:\"site_1501012\";b:1;s:12:\"site_1501014\";b:1;s:12:\"site_1501015\";b:1;s:12:\"site_1501016\";b:1;s:12:\"site_1501017\";b:1;s:12:\"site_1501018\";b:1;s:12:\"site_1501019\";b:1;s:12:\"site_1501020\";b:1;s:12:\"site_1501021\";b:1;s:12:\"site_1501022\";b:1;s:12:\"site_1501023\";b:1;s:12:\"site_1501024\";b:1;s:12:\"site_1501025\";b:1;s:12:\"site_1501026\";b:1;s:12:\"site_1501027\";b:1;s:12:\"site_1501028\";b:1;s:12:\"site_1501029\";b:1;s:12:\"site_1501030\";b:1;s:12:\"site_1501031\";b:1;s:12:\"site_1501032\";b:1;s:12:\"site_1501033\";b:1;s:12:\"site_1501034\";b:1;s:12:\"site_1501035\";b:1;s:12:\"site_1501036\";b:1;s:12:\"site_1501037\";b:1;s:12:\"site_1501038\";b:1;s:12:\"site_1501039\";b:1;s:12:\"site_1501040\";b:1;s:12:\"site_1501041\";b:1;s:12:\"site_1501042\";b:1;s:12:\"site_1501043\";b:1;s:12:\"site_1501044\";b:1;s:12:\"site_1501045\";b:1;s:12:\"site_1501046\";b:1;s:12:\"site_1501047\";b:1;s:12:\"site_1501048\";b:1;s:12:\"site_1501049\";b:1;s:12:\"site_1501050\";b:1;s:12:\"site_1501051\";b:1;s:12:\"site_1501052\";b:1;s:12:\"site_1501053\";b:1;s:12:\"site_1501054\";b:1;s:12:\"site_1501055\";b:1;s:12:\"site_1501057\";b:1;s:12:\"site_1501060\";b:1;s:12:\"site_1501061\";b:1;s:12:\"site_1501062\";b:1;s:12:\"site_1501063\";b:1;s:12:\"site_1501064\";b:1;s:12:\"site_1501065\";b:1;s:12:\"site_1501066\";b:1;s:12:\"site_1501067\";b:1;s:12:\"site_1501068\";b:1;s:12:\"site_1501069\";b:1;s:12:\"site_1501070\";b:1;s:12:\"site_1501071\";b:1;s:12:\"site_1501072\";b:1;s:12:\"site_1501073\";b:1;s:12:\"site_1501074\";b:1;s:12:\"site_1501075\";b:1;s:12:\"site_1501076\";b:1;s:12:\"site_1501077\";b:1;s:12:\"site_1501078\";b:1;s:12:\"site_1501080\";b:1;s:12:\"site_1501081\";b:1;s:12:\"site_1501082\";b:1;s:12:\"site_1501083\";b:1;s:12:\"site_1501085\";b:1;s:12:\"site_1501086\";b:1;s:12:\"site_1501088\";b:1;s:12:\"site_1501089\";b:1;s:12:\"site_1501090\";b:1;s:12:\"site_1501091\";b:1;s:12:\"site_1501093\";b:1;s:12:\"site_1501094\";b:1;s:12:\"site_1501095\";b:1;s:12:\"site_1501096\";b:1;s:12:\"site_1501097\";b:1;s:12:\"site_1501098\";b:1;s:12:\"site_1501099\";b:1;s:12:\"site_1501101\";b:1;s:12:\"site_1501102\";b:1;s:12:\"site_1501103\";b:1;s:12:\"site_1501104\";b:1;s:12:\"site_1501105\";b:1;s:12:\"site_1501106\";b:1;s:12:\"site_1501107\";b:1;s:12:\"site_1501110\";b:1;s:12:\"site_1501111\";b:1;s:12:\"site_1501113\";b:1;s:12:\"site_1501114\";b:1;s:12:\"site_1501115\";b:1;s:12:\"site_1501116\";b:1;s:12:\"site_1501119\";b:1;s:12:\"site_1501120\";b:1;s:12:\"site_1501121\";b:1;s:12:\"site_1501122\";b:1;s:12:\"site_1501123\";b:1;s:12:\"site_1501124\";b:1;s:12:\"site_1501125\";b:1;s:12:\"site_1501126\";b:1;s:12:\"site_1501127\";b:1;s:12:\"site_1501128\";b:1;s:12:\"site_1501129\";b:1;s:12:\"site_1501130\";b:1;s:12:\"site_1501131\";b:1;s:12:\"site_1501132\";b:1;s:12:\"site_1501133\";b:1;s:12:\"site_1501134\";b:1;s:12:\"site_1501135\";b:1;s:12:\"site_1501136\";b:1;s:12:\"site_1501137\";b:1;s:12:\"site_1501138\";b:1;s:12:\"site_1501139\";b:1;s:12:\"site_1501140\";b:1;s:12:\"site_1501141\";b:1;s:12:\"site_1501142\";b:1;s:12:\"site_1501143\";b:1;s:12:\"site_1501144\";b:1;s:12:\"site_1501146\";b:1;s:12:\"site_1501147\";b:1;s:12:\"site_1501148\";b:1;s:12:\"site_1501149\";b:1;s:12:\"site_1501150\";b:1;s:12:\"site_1501151\";b:1;s:12:\"site_1501152\";b:1;s:12:\"site_1501153\";b:1;s:12:\"site_1501154\";b:1;s:12:\"site_1501155\";b:1;s:12:\"site_1501156\";b:1;s:12:\"site_1501157\";b:1;s:12:\"site_1501158\";b:1;s:12:\"site_1501159\";b:1;s:12:\"site_1501160\";b:1;s:12:\"site_1501161\";b:1;s:12:\"site_1501162\";b:1;s:12:\"site_1501163\";b:1;s:12:\"site_1501164\";b:1;s:12:\"site_1501165\";b:1;s:12:\"site_1501166\";b:1;s:12:\"site_1501167\";b:1;s:12:\"site_1501168\";b:1;s:12:\"site_1501169\";b:1;s:12:\"site_1501170\";b:1;s:12:\"site_1501171\";b:1;s:12:\"site_1501172\";b:1;s:12:\"site_1501173\";b:1;s:12:\"site_1501174\";b:1;s:12:\"site_1501175\";b:1;s:12:\"site_1501176\";b:1;s:12:\"site_1501177\";b:1;s:12:\"site_1501179\";b:1;s:12:\"site_1501180\";b:1;s:12:\"site_1501181\";b:1;s:12:\"site_1501182\";b:1;s:12:\"site_1501183\";b:1;s:12:\"site_1501184\";b:1;s:12:\"site_1501185\";b:1;s:12:\"site_1501186\";b:1;s:12:\"site_1501187\";b:1;s:12:\"site_1501188\";b:1;s:12:\"site_1501189\";b:1;s:12:\"site_1501190\";b:1;s:12:\"site_1501191\";b:1;s:12:\"site_1501192\";b:1;s:12:\"site_1501193\";b:1;s:12:\"site_1501194\";b:1;s:12:\"site_1501195\";b:1;s:12:\"site_1501196\";b:1;s:12:\"site_1501197\";b:1;s:12:\"site_1501198\";b:1;s:12:\"site_1501199\";b:1;s:12:\"site_1501201\";b:1;s:12:\"site_1501202\";b:1;s:12:\"site_1501203\";b:1;s:12:\"site_1501207\";b:1;s:12:\"site_1501208\";b:1;s:12:\"site_1501210\";b:1;s:12:\"site_1501211\";b:1;s:12:\"site_1501212\";b:1;s:12:\"site_1501213\";b:1;s:12:\"site_1501214\";b:1;s:12:\"site_1501215\";b:1;s:12:\"site_1501216\";b:1;s:12:\"site_1501218\";b:1;s:12:\"site_1501219\";b:1;s:12:\"site_1501220\";b:1;s:12:\"site_1501221\";b:1;s:12:\"site_1501222\";b:1;s:12:\"site_1501223\";b:1;s:12:\"site_1501224\";b:1;s:12:\"site_1501225\";b:1;s:12:\"site_1501226\";b:1;s:12:\"site_1501227\";b:1;s:12:\"site_1501228\";b:1;s:12:\"site_1501229\";b:1;s:12:\"site_1501230\";b:1;s:12:\"site_1501231\";b:1;s:12:\"site_1501232\";b:1;s:12:\"site_1501233\";b:1;s:12:\"site_1501234\";b:1;s:12:\"site_1501235\";b:1;s:12:\"site_1501236\";b:1;s:12:\"site_1501237\";b:1;s:12:\"site_1501238\";b:1;s:12:\"site_1501239\";b:1;s:12:\"site_1501240\";b:1;s:12:\"site_1501241\";b:1;s:12:\"site_1501242\";b:1;s:12:\"site_1501243\";b:1;s:12:\"site_1501244\";b:1;s:12:\"site_1501245\";b:1;s:12:\"site_1501246\";b:1;s:12:\"site_1501247\";b:1;s:12:\"site_1501248\";b:1;s:12:\"site_1501249\";b:1;s:12:\"site_1501250\";b:1;s:12:\"site_1501251\";b:1;s:12:\"site_1501252\";b:1;s:12:\"site_1501253\";b:1;s:12:\"site_1501254\";b:1;s:12:\"site_1501255\";b:1;s:12:\"site_1501256\";b:1;s:12:\"site_1501257\";b:1;s:12:\"site_1501258\";b:1;s:12:\"site_1501259\";b:1;s:12:\"site_1501260\";b:1;s:12:\"site_1501261\";b:1;s:12:\"site_1501262\";b:1;s:12:\"site_1501263\";b:1;s:12:\"site_1501264\";b:1;s:12:\"site_1501265\";b:1;s:12:\"site_1501266\";b:1;s:12:\"site_1501268\";b:1;s:12:\"site_1501271\";b:1;s:12:\"site_1501272\";b:1;s:12:\"site_1501274\";b:1;s:12:\"site_1501276\";b:1;s:12:\"site_1501277\";b:1;s:12:\"site_1501278\";b:1;s:12:\"site_1501279\";b:1;s:12:\"site_1501280\";b:1;s:12:\"site_1501281\";b:1;s:12:\"site_1501282\";b:1;s:12:\"site_1501283\";b:1;s:12:\"site_1501284\";b:1;s:12:\"site_1501285\";b:1;s:12:\"site_1501286\";b:1;s:12:\"site_1501287\";b:1;s:12:\"site_1501288\";b:1;s:12:\"site_1501289\";b:1;s:12:\"site_1501290\";b:1;s:12:\"site_1501291\";b:1;s:12:\"site_1501292\";b:1;s:12:\"site_1501293\";b:1;s:12:\"site_1501294\";b:1;s:12:\"site_1501295\";b:1;s:12:\"site_1501296\";b:1;s:12:\"site_1501297\";b:1;s:12:\"site_1501298\";b:1;s:12:\"site_1501299\";b:1;s:12:\"site_1501300\";b:1;s:12:\"site_1501301\";b:1;s:12:\"site_1501302\";b:1;s:12:\"site_1501303\";b:1;s:12:\"site_1501304\";b:1;s:12:\"site_1501305\";b:1;s:12:\"site_1501306\";b:1;s:12:\"site_1501307\";b:1;s:12:\"site_1501308\";b:1;s:12:\"site_1501309\";b:1;s:12:\"site_1501310\";b:1;s:12:\"site_1501311\";b:1;s:12:\"site_1501312\";b:1;s:12:\"site_1501313\";b:1;s:12:\"site_1501314\";b:1;s:12:\"site_1501315\";b:1;s:12:\"site_1501316\";b:1;s:12:\"site_1501317\";b:1;s:12:\"site_1501318\";b:1;s:12:\"site_1501319\";b:1;s:12:\"site_1501320\";b:1;s:12:\"site_1501321\";b:1;s:12:\"site_1501322\";b:1;s:12:\"site_1501323\";b:1;s:12:\"site_1501325\";b:1;s:12:\"site_1501327\";b:1;s:12:\"site_1501328\";b:1;s:12:\"site_1501329\";b:1;s:12:\"site_1501330\";b:1;s:12:\"site_1501331\";b:1;s:12:\"site_1501332\";b:1;s:12:\"site_1501334\";b:1;s:12:\"site_1501336\";b:1;s:12:\"site_1501337\";b:1;s:12:\"site_1501338\";b:1;s:12:\"site_1501340\";b:1;s:12:\"site_1501341\";b:1;s:12:\"site_1501342\";b:1;s:12:\"site_1501343\";b:1;s:12:\"site_1501344\";b:1;s:12:\"site_1501345\";b:1;s:12:\"site_1501346\";b:1;s:12:\"site_1501347\";b:1;s:12:\"site_1501349\";b:1;s:12:\"site_1501350\";b:1;s:12:\"site_1501351\";b:1;s:12:\"site_1501352\";b:1;s:12:\"site_1501353\";b:1;s:12:\"site_1501354\";b:1;s:12:\"site_1501355\";b:1;s:12:\"site_1501356\";b:1;s:12:\"site_1501357\";b:1;s:12:\"site_1501358\";b:1;s:12:\"site_1501359\";b:1;s:12:\"site_1501360\";b:1;s:12:\"site_1501361\";b:1;s:12:\"site_1501362\";b:1;s:12:\"site_1501363\";b:1;s:12:\"site_1501364\";b:1;s:12:\"site_1501365\";b:1;s:12:\"site_1501366\";b:1;s:12:\"site_1501367\";b:1;s:12:\"site_1501368\";b:1;s:12:\"site_1501369\";b:1;s:12:\"site_1501371\";b:1;s:12:\"site_1501372\";b:1;s:12:\"site_1501373\";b:1;s:12:\"site_1501374\";b:1;s:12:\"site_1501375\";b:1;s:12:\"site_1501376\";b:1;s:12:\"site_1501377\";b:1;s:12:\"site_1501378\";b:1;s:12:\"site_1501379\";b:1;s:12:\"site_1501380\";b:1;s:12:\"site_1501381\";b:1;s:12:\"site_1501382\";b:1;s:12:\"site_1501383\";b:1;s:12:\"site_1501384\";b:1;s:12:\"site_1501385\";b:1;s:12:\"site_1501386\";b:1;s:12:\"site_1501387\";b:1;s:12:\"site_1501388\";b:1;s:12:\"site_1501389\";b:1;s:12:\"site_1501390\";b:1;s:12:\"site_1501391\";b:1;s:12:\"site_1501392\";b:1;s:12:\"site_1501393\";b:1;s:12:\"site_1501394\";b:1;s:12:\"site_1501395\";b:1;s:12:\"site_1501396\";b:1;s:12:\"site_1501397\";b:1;s:12:\"site_1501401\";b:1;s:12:\"site_1501403\";b:1;s:12:\"site_1501405\";b:1;s:12:\"site_1501406\";b:1;s:12:\"site_1501407\";b:1;s:12:\"site_1501408\";b:1;s:12:\"site_1501409\";b:1;s:12:\"site_1501410\";b:1;s:12:\"site_1501411\";b:1;s:12:\"site_1501412\";b:1;s:12:\"site_1501413\";b:1;s:12:\"site_1501414\";b:1;s:12:\"site_1501415\";b:1;s:12:\"site_1501416\";b:1;s:12:\"site_1501417\";b:1;s:12:\"site_1501418\";b:1;s:12:\"site_1501419\";b:1;s:12:\"site_1501420\";b:1;s:12:\"site_1501421\";b:1;s:12:\"site_1501422\";b:1;s:12:\"site_1501423\";b:1;s:12:\"site_1501424\";b:1;s:12:\"site_1501425\";b:1;s:12:\"site_1501426\";b:1;s:12:\"site_1501427\";b:1;s:12:\"site_1501428\";b:1;s:12:\"site_1501429\";b:1;s:12:\"site_1501430\";b:1;s:12:\"site_1501431\";b:1;s:12:\"site_1501433\";b:1;s:12:\"site_1501434\";b:1;s:12:\"site_1501435\";b:1;s:12:\"site_1501436\";b:1;s:12:\"site_1501437\";b:1;s:12:\"site_1501438\";b:1;s:12:\"site_1501439\";b:1;s:12:\"site_1501440\";b:1;s:12:\"site_1501441\";b:1;s:12:\"site_1501442\";b:1;s:12:\"site_1501443\";b:1;s:12:\"site_1501444\";b:1;s:12:\"site_1501445\";b:1;s:12:\"site_1501446\";b:1;s:12:\"site_1501447\";b:1;s:12:\"site_1501448\";b:1;s:12:\"site_1501449\";b:1;s:12:\"site_1501451\";b:1;s:12:\"site_1501452\";b:1;s:12:\"site_1501453\";b:1;s:12:\"site_1501454\";b:1;s:12:\"site_1501455\";b:1;s:12:\"site_1501456\";b:1;s:12:\"site_1501457\";b:1;s:12:\"site_1501458\";b:1;s:12:\"site_1501459\";b:1;s:12:\"site_1501460\";b:1;s:12:\"site_1501461\";b:1;s:12:\"site_1501462\";b:1;s:12:\"site_1501463\";b:1;s:12:\"site_1501464\";b:1;s:12:\"site_1501465\";b:1;s:12:\"site_1501466\";b:1;s:12:\"site_1501467\";b:1;s:12:\"site_1501468\";b:1;s:12:\"site_1501470\";b:1;s:12:\"site_1501471\";b:1;s:12:\"site_1501472\";b:1;s:12:\"site_1501473\";b:1;s:12:\"site_1501474\";b:1;s:12:\"site_1501475\";b:1;s:12:\"site_1501476\";b:1;s:12:\"site_1501477\";b:1;s:12:\"site_1501478\";b:1;s:12:\"site_1501479\";b:1;s:12:\"site_1501480\";b:1;s:12:\"site_1501481\";b:1;s:12:\"site_1501482\";b:1;s:12:\"site_1501483\";b:1;s:12:\"site_1501484\";b:1;s:12:\"site_1501485\";b:1;s:12:\"site_1501486\";b:1;s:12:\"site_1501487\";b:1;s:12:\"site_1501488\";b:1;s:12:\"site_1501489\";b:1;s:12:\"site_1501490\";b:1;s:12:\"site_1501491\";b:1;s:12:\"site_1501494\";b:1;s:12:\"site_1501495\";b:1;s:12:\"site_1501497\";b:1;s:12:\"site_1501498\";b:1;s:12:\"site_1501499\";b:1;s:12:\"site_1501500\";b:1;s:12:\"site_1501501\";b:1;s:12:\"site_1501502\";b:1;s:12:\"site_1501503\";b:1;s:12:\"site_1501504\";b:1;s:12:\"site_1501505\";b:1;s:12:\"site_1501506\";b:1;s:12:\"site_1501507\";b:1;s:12:\"site_1501508\";b:1;s:12:\"site_1501509\";b:1;s:12:\"site_1501510\";b:1;s:12:\"site_1501511\";b:1;s:12:\"site_1501512\";b:1;s:12:\"site_1501513\";b:1;s:12:\"site_1501514\";b:1;s:12:\"site_1501515\";b:1;s:12:\"site_1501516\";b:1;s:12:\"site_1501517\";b:1;s:12:\"site_1501518\";b:1;s:12:\"site_1501519\";b:1;s:12:\"site_1501520\";b:1;s:12:\"site_1501521\";b:1;s:12:\"site_1501522\";b:1;s:12:\"site_1501523\";b:1;s:12:\"site_1501524\";b:1;s:12:\"site_1501525\";b:1;s:12:\"site_1501526\";b:1;s:12:\"site_1501527\";b:1;s:12:\"site_1501528\";b:1;s:12:\"site_1501529\";b:1;s:12:\"site_1501531\";b:1;s:12:\"site_1501532\";b:1;s:12:\"site_1501533\";b:1;s:12:\"site_1501535\";b:1;s:12:\"site_1501537\";b:1;s:12:\"site_1501538\";b:1;s:12:\"site_1501539\";b:1;s:12:\"site_1501540\";b:1;s:12:\"site_1501541\";b:1;s:12:\"site_1501542\";b:1;s:12:\"site_1501543\";b:1;s:12:\"site_1501544\";b:1;s:12:\"site_1501545\";b:1;s:12:\"site_1501546\";b:1;s:12:\"site_1501547\";b:1;s:12:\"site_1501548\";b:1;s:12:\"site_1501549\";b:1;s:12:\"site_1501550\";b:1;s:12:\"site_1501551\";b:1;s:12:\"site_1501552\";b:1;s:12:\"site_1501553\";b:1;s:12:\"site_1501554\";b:1;s:12:\"site_1501555\";b:1;s:12:\"site_1501556\";b:1;s:12:\"site_1501557\";b:1;s:12:\"site_1501558\";b:1;s:12:\"site_1501559\";b:1;s:12:\"site_1501560\";b:1;s:12:\"site_1501561\";b:1;s:12:\"site_1501562\";b:1;s:12:\"site_1501563\";b:1;s:12:\"site_1501564\";b:1;s:12:\"site_1501565\";b:1;s:12:\"site_1501566\";b:1;s:12:\"site_1501567\";b:1;s:12:\"site_1501568\";b:1;s:12:\"site_1501569\";b:1;s:12:\"site_1501570\";b:1;s:12:\"site_1501571\";b:1;s:12:\"site_1501572\";b:1;s:12:\"site_1501573\";b:1;s:12:\"site_1501574\";b:1;s:12:\"site_1501575\";b:1;s:12:\"site_1501576\";b:1;s:12:\"site_1501577\";b:1;s:12:\"site_1501578\";b:1;s:12:\"site_1501579\";b:1;s:12:\"site_1501580\";b:1;s:12:\"site_1501581\";b:1;s:12:\"site_1501582\";b:1;s:12:\"site_1501583\";b:1;s:12:\"site_1501584\";b:1;s:12:\"site_1501585\";b:1;s:12:\"site_1501586\";b:1;s:12:\"site_1501587\";b:1;s:12:\"site_1501588\";b:1;s:12:\"site_1501590\";b:1;s:12:\"site_1501591\";b:1;s:12:\"site_1501592\";b:1;s:12:\"site_1501593\";b:1;s:12:\"site_1501594\";b:1;s:12:\"site_1501595\";b:1;s:12:\"site_1501603\";b:1;s:12:\"site_1501604\";b:1;s:12:\"site_1501607\";b:1;s:12:\"site_1501608\";b:1;s:12:\"site_1501609\";b:1;s:12:\"site_1501610\";b:1;s:12:\"site_1501611\";b:1;s:12:\"site_1501612\";b:1;s:12:\"site_1501613\";b:1;s:12:\"site_1501614\";b:1;s:12:\"site_1501615\";b:1;s:12:\"site_1501616\";b:1;s:12:\"site_1501617\";b:1;s:12:\"site_1501618\";b:1;s:12:\"site_1501619\";b:1;s:12:\"site_1501620\";b:1;s:12:\"site_1501621\";b:1;s:12:\"site_1501622\";b:1;s:12:\"site_1501623\";b:1;s:12:\"site_1501624\";b:1;s:12:\"site_1501625\";b:1;s:12:\"site_1501628\";b:1;s:12:\"site_1501635\";b:1;s:12:\"site_1501638\";b:1;s:12:\"site_1501639\";b:1;s:12:\"site_1501641\";b:1;s:12:\"site_1501644\";b:1;s:12:\"site_1501647\";b:1;s:12:\"site_1501649\";b:1;s:12:\"site_1501650\";b:1;s:12:\"site_1501651\";b:1;s:12:\"site_1501652\";b:1;s:12:\"site_1501653\";b:1;s:12:\"site_1501654\";b:1;s:12:\"site_1501657\";b:1;s:12:\"site_1501658\";b:1;s:12:\"site_1501660\";b:1;s:12:\"site_1501661\";b:1;s:12:\"site_1501663\";b:1;s:12:\"site_1501664\";b:1;s:12:\"site_1501665\";b:1;s:12:\"site_1501666\";b:1;s:12:\"site_1501667\";b:1;s:12:\"site_1501668\";b:1;s:12:\"site_1501670\";b:1;s:12:\"site_1501671\";b:1;s:12:\"site_1501674\";b:1;s:12:\"site_1501675\";b:1;s:12:\"site_1501676\";b:1;s:12:\"site_1501677\";b:1;s:12:\"site_1501678\";b:1;s:12:\"site_1501679\";b:1;s:12:\"site_1501680\";b:1;s:12:\"site_1501681\";b:1;s:12:\"site_1501682\";b:1;s:12:\"site_1501684\";b:1;s:12:\"site_1501685\";b:1;s:12:\"site_1501686\";b:1;s:12:\"site_1501687\";b:1;s:12:\"site_1501688\";b:1;s:12:\"site_1501689\";b:1;s:12:\"site_1501690\";b:1;s:12:\"site_1501691\";b:1;s:12:\"site_1501692\";b:1;s:12:\"site_1501695\";b:1;s:12:\"site_1501696\";b:1;s:12:\"site_1501698\";b:1;s:12:\"site_1501699\";b:1;s:12:\"site_1501700\";b:1;s:12:\"site_1501701\";b:1;s:12:\"site_1501702\";b:1;s:12:\"site_1501703\";b:1;s:12:\"site_1501704\";b:1;s:12:\"site_1501705\";b:1;s:12:\"site_1501706\";b:1;s:12:\"site_1501707\";b:1;s:12:\"site_1501710\";b:1;s:12:\"site_1501711\";b:1;s:12:\"site_1501712\";b:1;s:12:\"site_1501713\";b:1;s:12:\"site_1501715\";b:1;s:12:\"site_1501716\";b:1;s:12:\"site_1501717\";b:1;s:12:\"site_1501718\";b:1;s:12:\"site_1501719\";b:1;s:12:\"site_1501720\";b:1;s:12:\"site_1501721\";b:1;s:12:\"site_1501722\";b:1;s:12:\"site_1501723\";b:1;s:12:\"site_1501724\";b:1;s:12:\"site_1501725\";b:1;s:12:\"site_1501726\";b:1;s:12:\"site_1501728\";b:1;s:12:\"site_1501729\";b:1;s:12:\"site_1501730\";b:1;s:12:\"site_1501733\";b:1;s:12:\"site_1501734\";b:1;s:12:\"site_1501735\";b:1;s:12:\"site_1501736\";b:1;s:12:\"site_1501737\";b:1;s:12:\"site_1501738\";b:1;s:12:\"site_1501739\";b:1;s:12:\"site_1501740\";b:1;s:12:\"site_1501741\";b:1;s:12:\"site_1501742\";b:1;s:12:\"site_1501743\";b:1;s:12:\"site_1501744\";b:1;s:12:\"site_1501745\";b:1;s:12:\"site_1501747\";b:1;s:12:\"site_1501749\";b:1;s:12:\"site_1501750\";b:1;s:12:\"site_1501751\";b:1;s:12:\"site_1501752\";b:1;s:12:\"site_1501753\";b:1;s:12:\"site_1501754\";b:1;s:12:\"site_1501756\";b:1;s:12:\"site_1501757\";b:1;s:12:\"site_1501758\";b:1;s:12:\"site_1501760\";b:1;s:12:\"site_1501761\";b:1;s:12:\"site_1501762\";b:1;s:12:\"site_1501763\";b:1;s:12:\"site_1501764\";b:1;s:12:\"site_1501765\";b:1;s:12:\"site_1501766\";b:1;s:12:\"site_1501767\";b:1;s:12:\"site_1501768\";b:1;s:12:\"site_1501769\";b:1;s:12:\"site_1501770\";b:1;s:12:\"site_1501771\";b:1;s:12:\"site_1501772\";b:1;s:12:\"site_1501773\";b:1;s:12:\"site_1501774\";b:1;s:12:\"site_1501776\";b:1;s:12:\"site_1501777\";b:1;s:12:\"site_1501778\";b:1;s:12:\"site_1501779\";b:1;s:12:\"site_1501780\";b:1;s:12:\"site_1501781\";b:1;s:12:\"site_1501783\";b:1;s:12:\"site_1501784\";b:1;s:12:\"site_1501785\";b:1;s:12:\"site_1501788\";b:1;s:12:\"site_1501790\";b:1;s:12:\"site_1501791\";b:1;s:12:\"site_1501792\";b:1;s:12:\"site_1501793\";b:1;s:12:\"site_1501794\";b:1;s:12:\"site_1501795\";b:1;s:12:\"site_1501796\";b:1;s:12:\"site_1501797\";b:1;s:12:\"site_1501798\";b:1;s:12:\"site_1501799\";b:1;s:12:\"site_1501800\";b:1;s:12:\"site_1501801\";b:1;s:12:\"site_1501803\";b:1;s:12:\"site_1501804\";b:1;s:12:\"site_1501805\";b:1;s:12:\"site_1501807\";b:1;s:12:\"site_1501808\";b:1;s:12:\"site_1501809\";b:1;s:12:\"site_1501810\";b:1;s:12:\"site_1501811\";b:1;s:12:\"site_1501812\";b:1;s:12:\"site_1501813\";b:1;s:12:\"site_1501814\";b:1;s:12:\"site_1501815\";b:1;s:12:\"site_1501816\";b:1;s:12:\"site_1501817\";b:1;s:12:\"site_1501818\";b:1;s:12:\"site_1501819\";b:1;s:12:\"site_1501821\";b:1;s:12:\"site_1501822\";b:1;s:12:\"site_1501823\";b:1;s:12:\"site_1501824\";b:1;s:12:\"site_1501825\";b:1;s:12:\"site_1501826\";b:1;s:12:\"site_1501827\";b:1;s:12:\"site_1501828\";b:1;s:12:\"site_1501829\";b:1;s:12:\"site_1501830\";b:1;s:12:\"site_1501832\";b:1;s:12:\"site_1501833\";b:1;s:12:\"site_1501834\";b:1;s:12:\"site_1501835\";b:1;s:12:\"site_1501836\";b:1;s:12:\"site_1501837\";b:1;s:12:\"site_1501838\";b:1;s:12:\"site_1501839\";b:1;s:12:\"site_1501840\";b:1;s:12:\"site_1501841\";b:1;s:12:\"site_1501842\";b:1;s:12:\"site_1501843\";b:1;s:12:\"site_1501844\";b:1;s:12:\"site_1501845\";b:1;s:12:\"site_1501846\";b:1;s:12:\"site_1501847\";b:1;s:12:\"site_1501848\";b:1;s:12:\"site_1501850\";b:1;s:12:\"site_1501851\";b:1;s:12:\"site_1501852\";b:1;s:12:\"site_1501853\";b:1;s:12:\"site_1501854\";b:1;s:12:\"site_1501855\";b:1;s:12:\"site_1501856\";b:1;s:12:\"site_1501857\";b:1;s:12:\"site_1501858\";b:1;s:12:\"site_1501859\";b:1;s:12:\"site_1501860\";b:1;s:12:\"site_1501861\";b:1;s:12:\"site_1501862\";b:1;s:12:\"site_1501863\";b:1;s:12:\"site_1501864\";b:1;s:12:\"site_1501865\";b:1;s:12:\"site_1501866\";b:1;s:12:\"site_1501867\";b:1;s:12:\"site_1501868\";b:1;s:12:\"site_1501869\";b:1;s:12:\"site_1501870\";b:1;s:12:\"site_1501871\";b:1;s:12:\"site_1501872\";b:1;s:12:\"site_1501873\";b:1;s:12:\"site_1501877\";b:1;s:12:\"site_1501878\";b:1;s:12:\"site_1501879\";b:1;s:12:\"site_1501880\";b:1;s:12:\"site_1501881\";b:1;s:12:\"site_1501882\";b:1;s:12:\"site_1501883\";b:1;s:12:\"site_1501884\";b:1;s:12:\"site_1501885\";b:1;s:12:\"site_1501886\";b:1;s:12:\"site_1501887\";b:1;s:12:\"site_1501888\";b:1;s:12:\"site_1501889\";b:1;s:12:\"site_1501890\";b:1;s:12:\"site_1501891\";b:1;s:12:\"site_1501892\";b:1;s:12:\"site_1501893\";b:1;s:12:\"site_1501894\";b:1;s:12:\"site_1501895\";b:1;s:12:\"site_1501896\";b:1;s:12:\"site_1501897\";b:1;s:12:\"site_1501898\";b:1;s:12:\"site_1501899\";b:1;s:12:\"site_1501900\";b:1;s:12:\"site_1501901\";b:1;s:12:\"site_1501902\";b:1;s:12:\"site_1501903\";b:1;s:12:\"site_1501904\";b:1;s:12:\"site_1501905\";b:1;s:12:\"site_1501906\";b:1;s:12:\"site_1501907\";b:1;s:12:\"site_1501908\";b:1;s:12:\"site_1501910\";b:1;s:12:\"site_1501911\";b:1;s:12:\"site_1501912\";b:1;s:12:\"site_1501913\";b:1;s:12:\"site_1501914\";b:1;s:12:\"site_1501915\";b:1;s:12:\"site_1501916\";b:1;s:12:\"site_1501917\";b:1;s:12:\"site_1501918\";b:1;s:12:\"site_1501919\";b:1;s:12:\"site_1501920\";b:1;s:12:\"site_1501921\";b:1;s:12:\"site_1501922\";b:1;s:12:\"site_1501923\";b:1;s:12:\"site_1501924\";b:1;s:12:\"site_1501925\";b:1;s:12:\"site_1501926\";b:1;s:12:\"site_1501927\";b:1;s:12:\"site_1501928\";b:1;s:12:\"site_1501929\";b:1;s:12:\"site_1501930\";b:1;s:12:\"site_1501931\";b:1;s:12:\"site_1501932\";b:1;s:12:\"site_1501933\";b:1;s:12:\"site_1501934\";b:1;s:12:\"site_1501935\";b:1;s:12:\"site_1501936\";b:1;s:12:\"site_1501937\";b:1;s:12:\"site_1501938\";b:1;s:12:\"site_1501939\";b:1;s:12:\"site_1501940\";b:1;s:12:\"site_1501943\";b:1;s:12:\"site_1501944\";b:1;s:12:\"site_1501945\";b:1;s:12:\"site_1501946\";b:1;s:12:\"site_1501947\";b:1;s:12:\"site_1501948\";b:1;s:12:\"site_1501949\";b:1;s:12:\"site_1501950\";b:1;s:12:\"site_1501951\";b:1;s:12:\"site_1501952\";b:1;s:12:\"site_1501953\";b:1;s:12:\"site_1501954\";b:1;s:12:\"site_1501955\";b:1;s:12:\"site_1501956\";b:1;s:12:\"site_1501957\";b:1;s:12:\"site_1501958\";b:1;s:12:\"site_1501959\";b:1;s:12:\"site_1501960\";b:1;s:12:\"site_1501961\";b:1;s:12:\"site_1501962\";b:1;s:12:\"site_1501963\";b:1;s:12:\"site_1501964\";b:1;s:12:\"site_1501965\";b:1;s:12:\"site_1501966\";b:1;s:12:\"site_1501967\";b:1;s:12:\"site_1501968\";b:1;s:12:\"site_1501969\";b:1;s:12:\"site_1501970\";b:1;s:12:\"site_1501971\";b:1;s:12:\"site_1501972\";b:1;s:12:\"site_1501974\";b:1;s:12:\"site_1501975\";b:1;s:12:\"site_1501976\";b:1;s:12:\"site_1501977\";b:1;s:12:\"site_1501978\";b:1;s:12:\"site_1501979\";b:1;s:12:\"site_1501980\";b:1;s:12:\"site_1501981\";b:1;s:12:\"site_1501982\";b:1;s:12:\"site_1501983\";b:1;s:12:\"site_1501984\";b:1;s:12:\"site_1501985\";b:1;s:12:\"site_1501987\";b:1;s:12:\"site_1501988\";b:1;s:12:\"site_1501989\";b:1;s:12:\"site_1501990\";b:1;s:12:\"site_1501991\";b:1;s:12:\"site_1501992\";b:1;s:12:\"site_1501993\";b:1;s:12:\"site_1501994\";b:1;s:12:\"site_1501995\";b:1;s:12:\"site_1501996\";b:1;s:12:\"site_1501997\";b:1;s:12:\"site_1501998\";b:1;s:12:\"site_1501999\";b:1;s:12:\"site_1502000\";b:1;s:12:\"site_1502001\";b:1;s:12:\"site_1502002\";b:1;s:12:\"site_1502003\";b:1;s:12:\"site_1502004\";b:1;s:12:\"site_1502005\";b:1;s:12:\"site_1502006\";b:1;s:12:\"site_1502007\";b:1;s:12:\"site_1502008\";b:1;s:12:\"site_1502009\";b:1;s:12:\"site_1502010\";b:1;s:12:\"site_1502011\";b:1;s:12:\"site_1502012\";b:1;s:12:\"site_1502013\";b:1;s:12:\"site_1502014\";b:1;s:12:\"site_1502015\";b:1;s:12:\"site_1502016\";b:1;s:12:\"site_1502017\";b:1;s:12:\"site_1502018\";b:1;s:12:\"site_1502019\";b:1;s:12:\"site_1502021\";b:1;s:12:\"site_1502022\";b:1;s:12:\"site_1502023\";b:1;s:12:\"site_1502024\";b:1;s:12:\"site_1502025\";b:1;s:12:\"site_1502026\";b:1;s:12:\"site_1502027\";b:1;s:12:\"site_1502028\";b:1;s:12:\"site_1502030\";b:1;s:12:\"site_1502033\";b:1;s:12:\"site_1502034\";b:1;s:12:\"site_1502035\";b:1;s:12:\"site_1502036\";b:1;s:12:\"site_1502037\";b:1;s:12:\"site_1502038\";b:1;s:12:\"site_1502039\";b:1;s:12:\"site_1502040\";b:1;s:12:\"site_1502041\";b:1;s:12:\"site_1502042\";b:1;s:12:\"site_1502043\";b:1;s:12:\"site_1502044\";b:1;s:12:\"site_1502045\";b:1;s:12:\"site_1502047\";b:1;s:12:\"site_1502048\";b:1;s:12:\"site_1502049\";b:1;s:12:\"site_1502050\";b:1;s:12:\"site_1502052\";b:1;s:12:\"site_1502053\";b:1;s:12:\"site_1502054\";b:1;s:12:\"site_1502055\";b:1;s:12:\"site_1502056\";b:1;s:12:\"site_1502057\";b:1;s:12:\"site_1502058\";b:1;s:12:\"site_1502059\";b:1;s:12:\"site_1502060\";b:1;s:12:\"site_1502061\";b:1;s:12:\"site_1502062\";b:1;s:12:\"site_1502063\";b:1;s:12:\"site_1502064\";b:1;s:12:\"site_1502065\";b:1;s:12:\"site_1502066\";b:1;s:12:\"site_1502067\";b:1;s:12:\"site_1502068\";b:1;s:12:\"site_1502069\";b:1;s:12:\"site_1502071\";b:1;s:12:\"site_1502072\";b:1;s:12:\"site_1502073\";b:1;s:12:\"site_1502074\";b:1;s:12:\"site_1502075\";b:1;s:12:\"site_1502076\";b:1;s:12:\"site_1502077\";b:1;s:12:\"site_1502078\";b:1;s:12:\"site_1502079\";b:1;s:12:\"site_1502080\";b:1;s:12:\"site_1502081\";b:1;s:12:\"site_1502082\";b:1;s:12:\"site_1502084\";b:1;s:12:\"site_1502085\";b:1;s:12:\"site_1502086\";b:1;s:12:\"site_1502087\";b:1;s:12:\"site_1502088\";b:1;s:12:\"site_1502089\";b:1;s:12:\"site_1502090\";b:1;s:12:\"site_1502091\";b:1;s:12:\"site_1502092\";b:1;s:12:\"site_1502093\";b:1;s:12:\"site_1502094\";b:1;s:12:\"site_1502096\";b:1;s:12:\"site_1502097\";b:1;s:12:\"site_1502098\";b:1;s:12:\"site_1502100\";b:1;s:12:\"site_1502101\";b:1;s:12:\"site_1502102\";b:1;s:12:\"site_1502103\";b:1;s:12:\"site_1502104\";b:1;s:12:\"site_1502105\";b:1;s:12:\"site_1502106\";b:1;s:12:\"site_1502107\";b:1;s:12:\"site_1502108\";b:1;s:12:\"site_1502109\";b:1;s:12:\"site_1502110\";b:1;s:12:\"site_1502111\";b:1;s:12:\"site_1502112\";b:1;s:12:\"site_1502113\";b:1;s:12:\"site_1502114\";b:1;s:12:\"site_1502115\";b:1;s:12:\"site_1502116\";b:1;s:12:\"site_1502117\";b:1;s:12:\"site_1502118\";b:1;s:12:\"site_1502119\";b:1;s:12:\"site_1502120\";b:1;s:12:\"site_1502121\";b:1;s:12:\"site_1502122\";b:1;s:12:\"site_1502123\";b:1;s:12:\"site_1502124\";b:1;s:12:\"site_1502125\";b:1;s:12:\"site_1502126\";b:1;s:12:\"site_1502127\";b:1;s:12:\"site_1502128\";b:1;s:12:\"site_1502129\";b:1;s:12:\"site_1502130\";b:1;s:12:\"site_1502133\";b:1;s:12:\"site_1502134\";b:1;s:12:\"site_1502135\";b:1;s:12:\"site_1502136\";b:1;s:12:\"site_1502137\";b:1;s:12:\"site_1502138\";b:1;s:12:\"site_1502139\";b:1;s:12:\"site_1502140\";b:1;s:12:\"site_1502141\";b:1;s:12:\"site_1502143\";b:1;s:12:\"site_1502144\";b:1;s:12:\"site_1502145\";b:1;s:12:\"site_1502146\";b:1;s:12:\"site_1502147\";b:1;s:12:\"site_1502148\";b:1;s:12:\"site_1502149\";b:1;s:12:\"site_1502150\";b:1;s:12:\"site_1502151\";b:1;s:12:\"site_1502153\";b:1;s:12:\"site_1502154\";b:1;s:12:\"site_1502155\";b:1;s:12:\"site_1502156\";b:1;s:12:\"site_1502157\";b:1;s:12:\"site_1502158\";b:1;s:12:\"site_1502159\";b:1;s:12:\"site_1502160\";b:1;s:12:\"site_1502161\";b:1;s:12:\"site_1502162\";b:1;s:12:\"site_1502163\";b:1;s:12:\"site_1502164\";b:1;s:12:\"site_1502165\";b:1;s:12:\"site_1502166\";b:1;s:12:\"site_1502167\";b:1;s:12:\"site_1502168\";b:1;s:12:\"site_1502169\";b:1;s:12:\"site_1502170\";b:1;s:12:\"site_1502171\";b:1;s:12:\"site_1502172\";b:1;s:12:\"site_1502173\";b:1;s:12:\"site_1502174\";b:1;s:12:\"site_1502175\";b:1;s:12:\"site_1502176\";b:1;s:12:\"site_1502177\";b:1;s:12:\"site_1502178\";b:1;s:12:\"site_1502179\";b:1;s:12:\"site_1502180\";b:1;s:12:\"site_1502181\";b:1;s:12:\"site_1502182\";b:1;s:12:\"site_1502183\";b:1;s:12:\"site_1502184\";b:1;s:12:\"site_1502185\";b:1;s:12:\"site_1502186\";b:1;s:12:\"site_1502187\";b:1;s:12:\"site_1502188\";b:1;s:12:\"site_1502189\";b:1;s:12:\"site_1502190\";b:1;s:12:\"site_1502191\";b:1;s:12:\"site_1502192\";b:1;s:12:\"site_1502193\";b:1;s:12:\"site_1502194\";b:1;s:12:\"site_1502195\";b:1;s:12:\"site_1502196\";b:1;s:12:\"site_1502197\";b:1;s:12:\"site_1502198\";b:1;s:12:\"site_1502199\";b:1;s:12:\"site_1502201\";b:1;s:12:\"site_1502203\";b:1;s:12:\"site_1502204\";b:1;s:12:\"site_1502205\";b:1;s:12:\"site_1502206\";b:1;s:12:\"site_1502207\";b:1;s:12:\"site_1502208\";b:1;s:12:\"site_1502209\";b:1;s:12:\"site_1502210\";b:1;s:12:\"site_1502211\";b:1;s:12:\"site_1502212\";b:1;s:12:\"site_1502213\";b:1;s:12:\"site_1502214\";b:1;s:12:\"site_1502215\";b:1;s:12:\"site_1502216\";b:1;s:12:\"site_1502217\";b:1;s:12:\"site_1502218\";b:1;s:12:\"site_1502220\";b:1;s:12:\"site_1502221\";b:1;s:12:\"site_1502222\";b:1;s:12:\"site_1502226\";b:1;s:12:\"site_1502227\";b:1;s:12:\"site_1502231\";b:1;s:12:\"site_1502232\";b:1;s:12:\"site_1502233\";b:1;s:12:\"site_1502235\";b:1;s:12:\"site_1502236\";b:1;s:12:\"site_1502237\";b:1;s:12:\"site_1502238\";b:1;s:12:\"site_1502239\";b:1;s:12:\"site_1502240\";b:1;s:12:\"site_1502241\";b:1;s:12:\"site_1502242\";b:1;s:12:\"site_1502243\";b:1;s:12:\"site_1502244\";b:1;s:12:\"site_1502245\";b:1;s:12:\"site_1502246\";b:1;s:12:\"site_1502247\";b:1;s:12:\"site_1502248\";b:1;s:12:\"site_1502250\";b:1;s:12:\"site_1502251\";b:1;s:12:\"site_1502252\";b:1;s:12:\"site_1502253\";b:1;s:12:\"site_1502254\";b:1;s:12:\"site_1502255\";b:1;s:12:\"site_1502256\";b:1;s:12:\"site_1502257\";b:1;s:12:\"site_1502258\";b:1;s:12:\"site_1502259\";b:1;s:12:\"site_1502260\";b:1;s:12:\"site_1502261\";b:1;s:12:\"site_1502262\";b:1;s:12:\"site_1502264\";b:1;s:12:\"site_1502265\";b:1;s:12:\"site_1502266\";b:1;s:12:\"site_1502267\";b:1;s:12:\"site_1502268\";b:1;s:12:\"site_1502269\";b:1;s:12:\"site_1502270\";b:1;s:12:\"site_1502271\";b:1;s:12:\"site_1502272\";b:1;s:12:\"site_1502273\";b:1;s:12:\"site_1502274\";b:1;s:12:\"site_1502275\";b:1;s:12:\"site_1502276\";b:1;s:12:\"site_1502278\";b:1;s:12:\"site_1502279\";b:1;s:12:\"site_1502280\";b:1;s:12:\"site_1502281\";b:1;s:12:\"site_1502282\";b:1;s:12:\"site_1502284\";b:1;s:12:\"site_1502285\";b:1;s:12:\"site_1502286\";b:1;s:12:\"site_1502287\";b:1;s:12:\"site_1502288\";b:1;s:12:\"site_1502289\";b:1;s:12:\"site_1502290\";b:1;s:12:\"site_1502291\";b:1;s:12:\"site_1502293\";b:1;s:12:\"site_1502295\";b:1;s:12:\"site_1502296\";b:1;s:12:\"site_1502297\";b:1;s:12:\"site_1502298\";b:1;s:12:\"site_1502299\";b:1;s:12:\"site_1502300\";b:1;s:12:\"site_1502301\";b:1;s:12:\"site_1502302\";b:1;s:12:\"site_1502303\";b:1;s:12:\"site_1502304\";b:1;s:12:\"site_1502305\";b:1;s:12:\"site_1502306\";b:1;s:12:\"site_1502307\";b:1;s:12:\"site_1502308\";b:1;s:12:\"site_1502309\";b:1;s:12:\"site_1502310\";b:1;s:12:\"site_1502311\";b:1;s:12:\"site_1502312\";b:1;s:12:\"site_1502313\";b:1;s:12:\"site_1502314\";b:1;s:12:\"site_1502315\";b:1;s:12:\"site_1502316\";b:1;s:12:\"site_1502317\";b:1;s:12:\"site_1502318\";b:1;s:12:\"site_1502319\";b:1;s:12:\"site_1502320\";b:1;s:12:\"site_1502321\";b:1;s:12:\"site_1502322\";b:1;s:12:\"site_1502323\";b:1;s:12:\"site_1502324\";b:1;s:12:\"site_1502325\";b:1;s:12:\"site_1502326\";b:1;s:12:\"site_1502327\";b:1;s:12:\"site_1502328\";b:1;s:12:\"site_1502329\";b:1;s:12:\"site_1502330\";b:1;s:12:\"site_1502331\";b:1;s:12:\"site_1502332\";b:1;s:12:\"site_1502333\";b:1;s:12:\"site_1502334\";b:1;s:12:\"site_1502337\";b:1;s:12:\"site_1502338\";b:1;s:12:\"site_1502339\";b:1;s:12:\"site_1502340\";b:1;s:12:\"site_1502342\";b:1;s:12:\"site_1502343\";b:1;s:12:\"site_1502344\";b:1;s:12:\"site_1502345\";b:1;s:12:\"site_1502346\";b:1;s:12:\"site_1502347\";b:1;s:12:\"site_1502348\";b:1;s:12:\"site_1502349\";b:1;s:12:\"site_1502350\";b:1;s:12:\"site_1502351\";b:1;s:12:\"site_1502352\";b:1;s:12:\"site_1502354\";b:1;s:12:\"site_1502355\";b:1;s:12:\"site_1502356\";b:1;s:12:\"site_1502357\";b:1;s:12:\"site_1502358\";b:1;s:12:\"site_1502359\";b:1;s:12:\"site_1502360\";b:1;s:12:\"site_1502361\";b:1;s:12:\"site_1502362\";b:1;s:12:\"site_1502363\";b:1;s:12:\"site_1502365\";b:1;s:12:\"site_1502366\";b:1;s:12:\"site_1502367\";b:1;s:12:\"site_1502369\";b:1;s:12:\"site_1502370\";b:1;s:12:\"site_1502371\";b:1;s:12:\"site_1502372\";b:1;s:12:\"site_1502373\";b:1;s:12:\"site_1502374\";b:1;s:12:\"site_1502375\";b:1;s:12:\"site_1502376\";b:1;s:12:\"site_1502377\";b:1;s:12:\"site_1502378\";b:1;s:12:\"site_1502379\";b:1;s:12:\"site_1502380\";b:1;s:12:\"site_1502382\";b:1;s:12:\"site_1502383\";b:1;s:12:\"site_1502384\";b:1;s:12:\"site_1502385\";b:1;s:12:\"site_1502386\";b:1;s:12:\"site_1502387\";b:1;s:12:\"site_1502388\";b:1;s:12:\"site_1502389\";b:1;s:12:\"site_1502390\";b:1;s:12:\"site_1502392\";b:1;s:12:\"site_1502393\";b:1;s:12:\"site_1502394\";b:1;s:12:\"site_1502395\";b:1;s:12:\"site_1502396\";b:1;s:12:\"site_1502397\";b:1;s:12:\"site_1502399\";b:1;s:12:\"site_1502400\";b:1;s:12:\"site_1502401\";b:1;s:12:\"site_1502402\";b:1;s:12:\"site_1502403\";b:1;s:12:\"site_1502404\";b:1;s:12:\"site_1502405\";b:1;s:12:\"site_1502406\";b:1;s:12:\"site_1502407\";b:1;s:12:\"site_1502408\";b:1;s:12:\"site_1502409\";b:1;s:12:\"site_1502410\";b:1;s:12:\"site_1502412\";b:1;s:12:\"site_1502413\";b:1;s:12:\"site_1502414\";b:1;s:12:\"site_1502415\";b:1;s:12:\"site_1502416\";b:1;s:12:\"site_1502417\";b:1;s:12:\"site_1502418\";b:1;s:12:\"site_1502419\";b:1;s:12:\"site_1502420\";b:1;s:12:\"site_1502421\";b:1;s:12:\"site_1502422\";b:1;s:12:\"site_1502423\";b:1;s:12:\"site_1502424\";b:1;s:12:\"site_1502425\";b:1;s:12:\"site_1502427\";b:1;s:12:\"site_1502429\";b:1;s:12:\"site_1502430\";b:1;s:12:\"site_1502432\";b:1;s:12:\"site_1502433\";b:1;s:12:\"site_1502437\";b:1;s:12:\"site_1502438\";b:1;s:12:\"site_1502439\";b:1;s:12:\"site_1502440\";b:1;s:12:\"site_1502441\";b:1;s:12:\"site_1502442\";b:1;s:12:\"site_1502443\";b:1;s:12:\"site_1502445\";b:1;s:12:\"site_1502447\";b:1;s:12:\"site_1502448\";b:1;s:12:\"site_1502449\";b:1;s:12:\"site_1502450\";b:1;s:12:\"site_1502451\";b:1;s:12:\"site_1502452\";b:1;s:12:\"site_1502453\";b:1;s:12:\"site_1502454\";b:1;s:12:\"site_1502455\";b:1;s:12:\"site_1502456\";b:1;s:12:\"site_1502457\";b:1;s:12:\"site_1502458\";b:1;s:12:\"site_1502459\";b:1;s:12:\"site_1502460\";b:1;s:12:\"site_1502461\";b:1;s:12:\"site_1502462\";b:1;s:12:\"site_1502464\";b:1;s:12:\"site_1502465\";b:1;s:12:\"site_1502466\";b:1;s:12:\"site_1502467\";b:1;s:12:\"site_1502468\";b:1;s:12:\"site_1502469\";b:1;s:12:\"site_1502471\";b:1;s:12:\"site_1502472\";b:1;s:12:\"site_1502473\";b:1;s:12:\"site_1502474\";b:1;s:12:\"site_1502475\";b:1;s:12:\"site_1502476\";b:1;s:12:\"site_1502477\";b:1;s:12:\"site_1502478\";b:1;s:12:\"site_1502479\";b:1;s:12:\"site_1502480\";b:1;s:12:\"site_1502481\";b:1;s:12:\"site_1502482\";b:1;s:12:\"site_1502483\";b:1;s:12:\"site_1502484\";b:1;s:12:\"site_1502485\";b:1;s:12:\"site_1502486\";b:1;s:12:\"site_1502487\";b:1;s:12:\"site_1502488\";b:1;s:12:\"site_1502489\";b:1;s:12:\"site_1502490\";b:1;s:12:\"site_1502491\";b:1;s:12:\"site_1502492\";b:1;s:12:\"site_1502493\";b:1;s:12:\"site_1502494\";b:1;s:12:\"site_1502495\";b:1;s:12:\"site_1502496\";b:1;s:12:\"site_1502497\";b:1;s:12:\"site_1502498\";b:1;s:12:\"site_1502499\";b:1;s:12:\"site_1502500\";b:1;s:12:\"site_1502501\";b:1;s:12:\"site_1502502\";b:1;s:12:\"site_1502503\";b:1;s:12:\"site_1502504\";b:1;s:12:\"site_1502505\";b:1;s:12:\"site_1502506\";b:1;s:12:\"site_1502507\";b:1;s:12:\"site_1502508\";b:1;s:12:\"site_1502509\";b:1;s:12:\"site_1502510\";b:1;s:12:\"site_1502511\";b:1;s:12:\"site_1502512\";b:1;s:12:\"site_1502513\";b:1;s:12:\"site_1502514\";b:1;s:12:\"site_1502515\";b:1;s:12:\"site_1502516\";b:1;s:12:\"site_1502517\";b:1;s:12:\"site_1502518\";b:1;s:12:\"site_1502519\";b:1;s:12:\"site_1502520\";b:1;s:12:\"site_1502521\";b:1;s:12:\"site_1502522\";b:1;s:12:\"site_1502523\";b:1;s:12:\"site_1502524\";b:1;s:12:\"site_1502525\";b:1;s:12:\"site_1502526\";b:1;s:12:\"site_1502527\";b:1;s:12:\"site_1502528\";b:1;s:12:\"site_1502530\";b:1;s:12:\"site_1502535\";b:1;s:12:\"site_1502536\";b:1;s:12:\"site_1502537\";b:1;s:12:\"site_1502539\";b:1;s:12:\"site_1502540\";b:1;s:12:\"site_1502543\";b:1;s:12:\"site_1502544\";b:1;s:12:\"site_1502545\";b:1;s:12:\"site_1502546\";b:1;s:12:\"site_1502547\";b:1;s:12:\"site_1502548\";b:1;s:12:\"site_1502549\";b:1;s:12:\"site_1502550\";b:1;s:12:\"site_1502551\";b:1;s:12:\"site_1502554\";b:1;s:12:\"site_1502555\";b:1;s:12:\"site_1502557\";b:1;s:12:\"site_1502558\";b:1;s:12:\"site_1502559\";b:1;s:12:\"site_1502562\";b:1;s:12:\"site_1502563\";b:1;s:12:\"site_1502564\";b:1;s:12:\"site_1502566\";b:1;s:12:\"site_1502567\";b:1;s:12:\"site_1502568\";b:1;s:12:\"site_1502571\";b:1;s:12:\"site_1502572\";b:1;s:12:\"site_1502575\";b:1;s:12:\"site_1502576\";b:1;s:12:\"site_1502577\";b:1;s:12:\"site_1502578\";b:1;s:12:\"site_1502579\";b:1;s:12:\"site_1502580\";b:1;s:12:\"site_1502581\";b:1;s:12:\"site_1502582\";b:1;s:12:\"site_1502583\";b:1;s:12:\"site_1502584\";b:1;s:12:\"site_1502585\";b:1;s:12:\"site_1502586\";b:1;s:12:\"site_1502587\";b:1;s:12:\"site_1502588\";b:1;s:12:\"site_1502590\";b:1;s:12:\"site_1502592\";b:1;s:12:\"site_1502593\";b:1;s:12:\"site_1502594\";b:1;s:12:\"site_1502595\";b:1;s:12:\"site_1502596\";b:1;s:12:\"site_1502597\";b:1;s:12:\"site_1502598\";b:1;s:12:\"site_1502599\";b:1;s:12:\"site_1502600\";b:1;s:12:\"site_1502601\";b:1;s:12:\"site_1502603\";b:1;s:12:\"site_1502604\";b:1;s:12:\"site_1502605\";b:1;s:12:\"site_1502608\";b:1;s:12:\"site_1502611\";b:1;s:12:\"site_1502612\";b:1;s:12:\"site_1502614\";b:1;s:12:\"site_1502615\";b:1;s:12:\"site_1502616\";b:1;s:12:\"site_1502618\";b:1;s:12:\"site_1502619\";b:1;s:12:\"site_1502620\";b:1;s:12:\"site_1502621\";b:1;s:12:\"site_1502623\";b:1;s:12:\"site_1502624\";b:1;s:12:\"site_1502625\";b:1;s:12:\"site_1502626\";b:1;s:12:\"site_1502627\";b:1;s:12:\"site_1502628\";b:1;s:12:\"site_1502629\";b:1;s:12:\"site_1502630\";b:1;s:12:\"site_1502631\";b:1;s:12:\"site_1502633\";b:1;s:12:\"site_1502634\";b:1;s:12:\"site_1502635\";b:1;s:12:\"site_1502637\";b:1;s:12:\"site_1502638\";b:1;s:12:\"site_1502639\";b:1;s:12:\"site_1502640\";b:1;s:12:\"site_1502641\";b:1;s:12:\"site_1502642\";b:1;s:12:\"site_1502643\";b:1;s:12:\"site_1502644\";b:1;s:12:\"site_1502645\";b:1;s:12:\"site_1502646\";b:1;s:12:\"site_1502647\";b:1;s:12:\"site_1502648\";b:1;s:12:\"site_1502649\";b:1;s:12:\"site_1502651\";b:1;s:12:\"site_1502652\";b:1;s:12:\"site_1502653\";b:1;s:12:\"site_1502654\";b:1;s:12:\"site_1502655\";b:1;s:12:\"site_1502657\";b:1;s:12:\"site_1502659\";b:1;s:12:\"site_1502660\";b:1;s:12:\"site_1502661\";b:1;s:12:\"site_1502665\";b:1;s:12:\"site_1502667\";b:1;s:12:\"site_1502669\";b:1;s:12:\"site_1502671\";b:1;s:12:\"site_1502672\";b:1;s:12:\"site_1502673\";b:1;s:12:\"site_1502674\";b:1;s:12:\"site_1502675\";b:1;s:12:\"site_1502676\";b:1;s:12:\"site_1502677\";b:1;s:12:\"site_1502678\";b:1;s:12:\"site_1502679\";b:1;s:12:\"site_1502681\";b:1;s:12:\"site_1502682\";b:1;s:12:\"site_1502683\";b:1;s:12:\"site_1502684\";b:1;s:12:\"site_1502685\";b:1;s:12:\"site_1502686\";b:1;s:12:\"site_1502687\";b:1;s:12:\"site_1502688\";b:1;s:12:\"site_1502689\";b:1;s:12:\"site_1502690\";b:1;s:12:\"site_1502691\";b:1;s:12:\"site_1502692\";b:1;s:12:\"site_1502693\";b:1;s:12:\"site_1502694\";b:1;s:12:\"site_1502695\";b:1;s:12:\"site_1502696\";b:1;s:12:\"site_1502697\";b:1;s:12:\"site_1502698\";b:1;s:12:\"site_1502699\";b:1;s:12:\"site_1502700\";b:1;}s:16:\"extra_post_types\";b:0;}','yes'),(109,'Tribe\\Project\\Site_Init\\Disable_Comments-schema','1','yes'),(110,'el-divi-blurb-extended','a:9:{s:4:\"name\";s:19:\"Divi Blurb Extended\";s:4:\"slug\";s:19:\"divi-blurb-extended\";s:4:\"path\";s:43:\"divi-blurb-extended/divi-blurb-extended.php\";s:17:\"installed_version\";s:5:\"1.2.2\";s:15:\"current_version\";s:5:\"1.2.3\";s:12:\"metadata_url\";s:56:\"https://thelomad.com/getmad.today/wp-contentcdn.elicus.com\";s:12:\"last_checked\";i:1566918685;s:17:\"should_set_update\";s:4:\"true\";s:15:\"update_metadata\";s:6140:\"O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"divi-blurb-extended\";s:4:\"name\";s:19:\"Divi Blurb Extended\";s:7:\"banners\";a:2:{s:3:\"low\";s:123:\"https://thelomad.com/getmad.today/wp-contentdiviextended.com/wp-content/uploads/2018/04/divi-blurb-extended-product-image.png\";s:4:\"high\";s:123:\"https://thelomad.com/getmad.today/wp-contentdiviextended.com/wp-content/uploads/2018/04/divi-blurb-extended-product-image.png\";}s:6:\"author\";s:86:\"<a href=\"https://thelomad.com/getmad.today/wp-contentelicus.com\">Elicus Technologies</a>\";s:8:\"homepage\";s:86:\"https://thelomad.com/getmad.today/wp-contentdiviextended.com/product/divi-blurb-extended\";s:12:\"contributors\";a:2:{s:9:\"Mohd Arif\";s:64:\"https://thelomad.com/getmad.today/wp-contenten.gravatar.com/elicus\";s:13:\"Ankur Khurana\";s:72:\"https://thelomad.com/getmad.today/wp-contenten.gravatar.com/ankurkhurana18\";}s:7:\"version\";s:5:\"1.2.3\";s:8:\"requires\";s:5:\"3.0.0\";s:6:\"tested\";s:5:\"5.0.3\";s:12:\"last_updated\";s:10:\"2019-02-13\";s:8:\"sections\";a:4:{s:11:\"description\";s:178:\"Divi Blurb Extended is a plugin by Divi Extended which work upon Divi/Extra theme or Divi builder. Using this plugin, one can create a nice looking Divi Blurb layouts in minutes.\";s:12:\"installation\";s:108:\"<p>Upload Divi Blurb Extended plugin at your website and activate it.</p>\n <p>And all done!!</p>\";s:9:\"changelog\";s:4037:\"<h4>1.2.3</h4>\n <p><em>Release Date – 13 February 2019</em></p>\n <ul>\n <li>FIXED: Fixed icon visibility issue in flipbox for safari browser.</li>\n </ul>\n <h4>1.2.2</h4>\n <p><em>Release Date – 2 January 2019</em></p>\n <ul>\n <li>Fixed: Unable to add new module on VB when using easebox layout.</li>\n <li>Fixed: Image size issue for different layouts.</li>\n <li>Fixed: Image size on easebox layout.</li>\n <li>Improvement: Improved CSS for easebox layout.</li>\n </ul>\n <h4>1.2.1</h4>\n <p><em>Release Date – 29 December 2018</em></p>\n <ul>\n <li>Improvement: Improved CSS.</li>\n <li>Improvement: Changed Default Module Values.</li>\n </ul>\n <h4>1.2.0</h4>\n <p><em>Release Date – 28 December 2018</em></p>\n <ul>\n <li>Added: Full Visual Builder Support.</li>\n <li>Added: Content background color control.</li>\n <li>Fixed: Image sizing control.</li>\n <li>Fixed: Icon display issue on visual builder.</li>\n <li>Improvement: Improved CSS.</li>\n <li>Improvement: Improved module structure.</li>\n </ul>\n <h4>1.1.3</h4>\n <p><em>Release Date – 16 November 2018</em></p>\n <ul>\n <li>Fixed: Fixed issue causing read more button color not changing on hover.</li>\n <li>Fixed: Fixed target attribute issue of the read more button.</li>\n <li>Fixed: Fixed compatibility issues with the latest version of Divi.</li>\n </ul>\n <h4>1.1.2</h4>\n <p><em>Release Date – 03 July 2018</em></p>\n <ul>\n <li>Fixed issue causing Easebox not working properly on Mac.</li>\n <li>Some CSS fixes.</li>\n </ul>\n <h4>1.1.1</h4>\n <p><em>Release Date – 25 May 2018</em></p>\n <ul>\n <li>Fixed compatibility issue with older versions of Divi.</li>\n <li>Fixed issue causing Flipbox and Easebox not working properly.</li>\n <li>Fixed Flipbox borders issue.</li>\n <li>Fixed Blurb content not coming issue.</li>\n </ul>\n <h4>1.1.0</h4>\n <p><em>Release Date – 14 May 2018</em></p>\n <ul>\n <li>Compatibility with Divi 3.2.2 and older versions.</li>\n <li>Enabled Partial support for Divi Visual Builder.</li>\n <li>Optimized CSS & JS according to new Divi standard.</li>\n <li>Setup new folder structure according to the new Divi standard.</li>\n <li>Added template(only layout files) overriding feature.</li>\n <li>Fixed Heading issue.</li>\n </ul>\n <h4>1.0.5</h4>\n <p><em>Release Date – 05 April 2018</em></p>\n <ul>\n <li>Fixed Flipbox layout for IE.</li>\n </ul>\n <h4>1.0.4</h4>\n <p><em>Release Date – 20 March 2018</em></p>\n <ul>\n <li>Removed API.</li>\n <li>Fixed max width setting of the module.</li>\n </ul>\n <h4>1.0.3</h4>\n <p><em>Release Date – 13 Feb 2018</em></p>\n <ul>\n <li>Fixed the hover color problem of title.</li>\n </ul>\n <h4>1.0.2</h4>\n <p><em>Release Date – 5 Feb 2018</em></p>\n <ul>\n <li>Added compatiblity for latest Divi/Extra/Builder version.</li>\n <li>CSS Fixes.</li>\n </ul>\n \n <h4>1.0.1</h4>\n <p><em>Release Date – 5 Oct 2017</em></p>\n <ul>\n <li>Fixed bug causing CSS issues in some browsers.</li>\n <li>Fixed API Validation.</li>\n </ul>\n\n <h4>1.0.0</h4>\n <p><em>Release Date – 12 Sept 2017</em></p>\n <ul>\n <li>Initial release of plugin.</li>\n </ul>\";s:3:\"FAQ\";s:746:\"<h4>What is Divi Blurb Extended?</h4>\n <p>Divi Blurb Extended is a plugin by Divi Extended which work upon Divi/Extra theme or Divi builder. Using this plugin, one can create a nice looking Divi Blurb layouts in minutes.</p>\n\n <h4>How many blurb layouts are there in the current version?</h4>\n <p>In version 1.0.3, we have 5 blurb layouts and we plan to add more in coming releases.</p>\n\n <h4>Will it work with DIVI Builder plugin installed on any theme other than DIVI?</h4>\n <p>Yes, the plugin only works with Divi, Extras and Divi Builder.</p>\n\n <h4>Can I use other modules on same page where I use Divi Blurb Extended module.</h4>\n <p>Yes, it can be used like any other modules without any issue.</p>\";}}\";}','yes'),(111,'Tribe\\Project\\Site_Init\\Divi_Blurb_Extended-schema','1','yes'),(112,'ninja_forms_settings','a:24:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:13:\"style_license\";s:32:\"eccb6c284e898af57185258e2dc368fc\";s:19:\"style_license_error\";s:0:\"\";s:20:\"style_license_status\";s:5:\"valid\";s:16:\"builder_dev_mode\";i:1;s:5:\"style\";a:1:{s:14:\"field_settings\";a:3:{s:4:\"wrap\";a:13:{s:16:\"background-color\";s:0:\"\";s:6:\"border\";s:0:\"\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:7:\"display\";s:0:\"\";s:5:\"float\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}s:5:\"label\";a:13:{s:16:\"background-color\";s:0:\"\";s:6:\"border\";s:0:\"\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:5:\"color\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:7:\"display\";s:0:\"\";s:5:\"float\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}s:5:\"field\";a:13:{s:16:\"background-color\";s:0:\"\";s:6:\"border\";s:0:\"\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:0:\"\";s:5:\"color\";s:7:\"#666666\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:7:\"display\";s:0:\"\";s:5:\"float\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}}}s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";s:21:\"uploads_table_version\";s:6:\"3.0.10\";s:25:\"conditional-logic_license\";s:32:\"e234c827614bb97c0f98bec0ae3755f7\";s:31:\"conditional-logic_license_error\";s:0:\"\";s:32:\"conditional-logic_license_status\";s:5:\"valid\";s:10:\"mp_license\";s:32:\"e234c827614bb97c0f98bec0ae3755f7\";s:16:\"mp_license_error\";s:0:\"\";s:17:\"mp_license_status\";s:5:\"valid\";s:15:\"uploads_license\";s:32:\"e234c827614bb97c0f98bec0ae3755f7\";s:21:\"uploads_license_error\";s:0:\"\";s:22:\"uploads_license_status\";s:5:\"valid\";}','yes'),(113,'Tribe\\Project\\Site_Init\\Ninja_Forms-schema','1','yes'),(114,'redirection_options','a:32:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"af9dfdf07921a6c0835fd9e01956eaff\";s:12:\"monitor_post\";i:2;s:13:\"monitor_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";i:3;s:12:\"landing-page\";}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:30;s:10:\"expire_404\";i:30;s:7:\"modules\";a:1:{i:2;a:1:{s:8:\"location\";s:0:\"\";}}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:0;s:13:\"last_group_id\";i:2;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:8:\"database\";s:3:\"4.2\";s:7:\"headers\";a:0:{}s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"flag_query\";s:4:\"pass\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";s:3:\"5.1\";s:8:\"location\";s:0:\"\";}','yes'),(115,'Tribe\\Project\\Site_Init\\Redirection-schema','1','yes'),(116,'current_theme','Divi','yes'),(117,'theme_mods_divi_child','a:8:{i:0;b:0;s:18:\"custom_css_post_id\";i:3;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:12;s:12:\"primary-menu\";i:12;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:11:\"mhmm_layout\";s:8:\"disabled\";s:10:\"mhmm_style\";s:10:\"mhmm-basic\";s:13:\"et_pb_widgets\";a:2:{s:5:\"areas\";a:2:{s:19:\"et_pb_widget_area_1\";s:14:\"Practice Areas\";s:19:\"et_pb_widget_area_2\";s:9:\"Attorneys\";}s:6:\"number\";i:2;}}','no'),(118,'theme_switched','','yes'),(119,'Tribe\\Project\\Site_Init\\Site_Theme-schema','1','yes'),(120,'et_core_version','4.18.0','yes'),(121,'administrator_cap_hash','0a806f8ab1b05efe28aa6c85a08664f2','yes'),(122,'advanced-customer_cap_hash','479700da2362b27c56e55f0ac6b749ff','yes'),(123,'copywriter-vendor_cap_hash','a40553332a6556fe780a93af3388443c','yes'),(124,'customer_cap_hash','cbfe9b1a2282511065cbc0f6e60bfe3f','yes'),(125,'design-vendor_cap_hash','056db2a88023a5764e64ab78192d9a1e','yes'),(127,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(128,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(129,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(130,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(131,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(132,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(133,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(134,'widget_nav_menu','a:5:{i:2;a:1:{s:8:\"nav_menu\";i:12;}i:3;a:2:{s:5:\"title\";s:9:\"Attorneys\";s:8:\"nav_menu\";i:11;}i:4;a:1:{s:8:\"nav_menu\";i:12;}i:5;a:1:{s:8:\"nav_menu\";i:12;}s:12:\"_multiwidget\";i:1;}','yes'),(135,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(136,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(137,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(138,'widget_monarchwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(141,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142,'et_support_site_id','iWT!eNRQ8(t*^XbLd4Fc','yes'),(143,'et_safe_mode_plugins_whitelist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(144,'et_support_center_installed','true','yes'),(145,'tribe_cache_group_keys','a:3:{s:17:\"p2p_relationships\";s:27:\"p2p_relationships1660932646\";s:3:\"nav\";s:13:\"nav1660932646\";s:11:\"target_data\";s:21:\"target_data1628720399\";}','yes'),(146,'aioseop_options','a:116:{s:17:\"aiosp_license_key\";s:17:\"8T691609LC565611C\";s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";s:1:\"1\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"1\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:2:\"on\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";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:23:\"aiosp_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_post_title_format\";s:12:\"%post_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %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:17:\"aiosp_cpostactive\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";i:3;s:12:\"landing-page\";}s:15:\"aiosp_taxactive\";a:1:{i:0;s:8:\"category\";}s:18:\"aiosp_cpostnoindex\";a:11:{i:0;s:10:\"attachment\";i:1;s:12:\"oembed_cache\";i:2;s:12:\"user_request\";i:3;s:8:\"wp_block\";i:4;s:16:\"dwd_map_posttype\";i:5;s:7:\"project\";i:6;s:15:\"acf-field-group\";i:7;s:9:\"acf-field\";i:8;s:6:\"nf_sub\";i:9;s:12:\"landing-page\";i:10;s:16:\"wp_stream_alerts\";}s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";i:3;s:12:\"landing-page\";}s:19:\"aiosp_google_verify\";s:43:\"ScncfkqfnkgA3msczh6NQg3J5O-vWrl_0zNbtW_XwJg\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:2:\"on\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";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_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:2:\"on\";s:20:\"aiosp_search_noindex\";s:2:\"on\";s:17:\"aiosp_404_noindex\";s:2:\"on\";s:17:\"aiosp_tax_noindex\";a:4:{i:0;s:17:\"divi_map_category\";i:1;s:16:\"project_category\";i:2;s:11:\"project_tag\";i:3;s:7:\"posttag\";}s:23:\"aiosp_paginated_noindex\";s:2:\"on\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:2:\"on\";s:18:\"aiosp_skip_excerpt\";s:2:\"on\";s:20:\"aiosp_run_shortcodes\";s:2:\"on\";s:33:\"aiosp_hide_paginated_descriptions\";s:2:\"on\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:0:\"\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:2:\"on\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:17:\"aiosp_showseonews\";s:0:\"\";s:15:\"aiosp_admin_bar\";s:0:\"\";s:23:\"aiosp_custom_menu_order\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_forms\";s:0:\"\";s:21:\"aiosp_ga_track_events\";s:0:\"\";s:26:\"aiosp_ga_track_url_changes\";s:0:\"\";s:25:\"aiosp_ga_track_visibility\";s:0:\"\";s:26:\"aiosp_ga_track_media_query\";s:0:\"\";s:26:\"aiosp_ga_track_impressions\";s:0:\"\";s:23:\"aiosp_ga_track_scroller\";s:0:\"\";s:21:\"aiosp_ga_track_social\";s:0:\"\";s:24:\"aiosp_ga_track_clean_url\";s:0:\"\";s:19:\"last_active_version\";s:5:\"3.1.1\";s:21:\"version_feature_flags\";a:1:{s:18:\"term_meta_migrated\";s:3:\"yes\";}s:7:\"modules\";a:3:{s:29:\"aiosp_feature_manager_options\";a:8:{s:36:\"aiosp_feature_manager_enable_sitemap\";s:2:\"on\";s:38:\"aiosp_feature_manager_enable_opengraph\";s:2:\"on\";s:35:\"aiosp_feature_manager_enable_robots\";s:2:\"on\";s:40:\"aiosp_feature_manager_enable_file_editor\";s:0:\"\";s:46:\"aiosp_feature_manager_enable_importer_exporter\";s:0:\"\";s:39:\"aiosp_feature_manager_enable_bad_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_performance\";s:2:\"on\";s:42:\"aiosp_feature_manager_enable_video_sitemap\";s:0:\"\";}s:21:\"aiosp_sitemap_options\";a:47:{s:25:\"aiosp_sitemap_rss_sitemap\";s:0:\"\";s:24:\"aiosp_sitemap_daily_cron\";s:1:\"0\";s:21:\"aiosp_sitemap_indexes\";s:0:\"\";s:23:\"aiosp_sitemap_max_posts\";s:5:\"50000\";s:23:\"aiosp_sitemap_posttypes\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";}s:24:\"aiosp_sitemap_taxonomies\";s:0:\"\";s:21:\"aiosp_sitemap_archive\";s:0:\"\";s:20:\"aiosp_sitemap_author\";s:0:\"\";s:20:\"aiosp_sitemap_images\";s:0:\"\";s:21:\"aiosp_sitemap_gzipped\";s:2:\"on\";s:20:\"aiosp_sitemap_robots\";s:2:\"on\";s:21:\"aiosp_sitemap_rewrite\";s:2:\"On\";s:24:\"aiosp_sitemap_addl_pages\";a:0:{}s:29:\"aiosp_sitemap_excl_categories\";s:0:\"\";s:24:\"aiosp_sitemap_excl_pages\";s:0:\"\";s:27:\"aiosp_sitemap_prio_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_prio_post\";s:2:\"no\";s:36:\"aiosp_sitemap_prio_post_landing-page\";s:2:\"no\";s:30:\"aiosp_sitemap_prio_post_people\";s:2:\"no\";s:34:\"aiosp_sitemap_prio_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_prio_taxonomies\";s:2:\"no\";s:37:\"aiosp_sitemap_prio_taxonomies_posttag\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_project_tag\";s:2:\"no\";s:46:\"aiosp_sitemap_prio_taxonomies_project_category\";s:2:\"no\";s:47:\"aiosp_sitemap_prio_taxonomies_divi_map_category\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_prio_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_prio_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_prio_author\";s:2:\"no\";s:27:\"aiosp_sitemap_freq_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_freq_post\";s:2:\"no\";s:36:\"aiosp_sitemap_freq_post_landing-page\";s:2:\"no\";s:30:\"aiosp_sitemap_freq_post_people\";s:2:\"no\";s:34:\"aiosp_sitemap_freq_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_freq_taxonomies\";s:2:\"no\";s:37:\"aiosp_sitemap_freq_taxonomies_posttag\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_project_tag\";s:2:\"no\";s:46:\"aiosp_sitemap_freq_taxonomies_project_category\";s:2:\"no\";s:47:\"aiosp_sitemap_freq_taxonomies_divi_map_category\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_freq_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_freq_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_freq_author\";s:2:\"no\";}s:23:\"aiosp_opengraph_options\";a:64:{s:27:\"aiosp_opengraph_scan_header\";s:0:\"\";s:23:\"aiosp_opengraph_setmeta\";s:2:\"on\";s:19:\"aiosp_opengraph_key\";s:0:\"\";s:21:\"aiosp_opengraph_appid\";s:0:\"\";s:32:\"aiosp_opengraph_title_shortcodes\";s:2:\"on\";s:38:\"aiosp_opengraph_description_shortcodes\";s:2:\"on\";s:24:\"aiosp_opengraph_sitename\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:25:\"aiosp_opengraph_hometitle\";s:0:\"\";s:27:\"aiosp_opengraph_description\";s:0:\"\";s:25:\"aiosp_opengraph_homeimage\";s:0:\"\";s:37:\"aiosp_opengraph_generate_descriptions\";s:2:\"on\";s:22:\"aiosp_opengraph_defimg\";s:0:\"\";s:24:\"aiosp_opengraph_fallback\";s:2:\"on\";s:20:\"aiosp_opengraph_dimg\";s:108:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/OgImage_New.png\";s:25:\"aiosp_opengraph_dimgwidth\";s:0:\"\";s:26:\"aiosp_opengraph_dimgheight\";s:0:\"\";s:24:\"aiosp_opengraph_meta_key\";s:0:\"\";s:21:\"aiosp_opengraph_image\";N;s:25:\"aiosp_opengraph_customimg\";N;s:26:\"aiosp_opengraph_imagewidth\";s:0:\"\";s:27:\"aiosp_opengraph_imageheight\";s:0:\"\";s:21:\"aiosp_opengraph_video\";N;s:26:\"aiosp_opengraph_videowidth\";s:0:\"\";s:27:\"aiosp_opengraph_videoheight\";s:0:\"\";s:23:\"aiosp_opengraph_defcard\";s:19:\"summary_large_image\";s:23:\"aiosp_opengraph_setcard\";N;s:28:\"aiosp_opengraph_twitter_site\";s:0:\"\";s:31:\"aiosp_opengraph_twitter_creator\";s:0:\"\";s:30:\"aiosp_opengraph_twitter_domain\";s:0:\"\";s:33:\"aiosp_opengraph_customimg_twitter\";N;s:24:\"aiosp_opengraph_gen_tags\";s:0:\"\";s:28:\"aiosp_opengraph_gen_keywords\";s:2:\"on\";s:30:\"aiosp_opengraph_gen_categories\";s:2:\"on\";s:29:\"aiosp_opengraph_gen_post_tags\";s:2:\"on\";s:21:\"aiosp_opengraph_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";}s:21:\"aiosp_opengraph_title\";s:0:\"\";s:20:\"aiosp_opengraph_desc\";s:0:\"\";s:24:\"aiosp_opengraph_category\";s:0:\"\";s:23:\"aiosp_opengraph_section\";s:0:\"\";s:19:\"aiosp_opengraph_tag\";s:0:\"\";s:34:\"aiosp_opengraph_facebook_publisher\";s:0:\"\";s:31:\"aiosp_opengraph_facebook_author\";s:0:\"\";s:29:\"aiosp_opengraph_profile_links\";s:0:\"\";s:29:\"aiosp_opengraph_person_or_org\";s:0:\"\";s:27:\"aiosp_opengraph_social_name\";s:0:\"\";s:35:\"aiosp_opengraph_post_fb_object_type\";s:7:\"article\";s:35:\"aiosp_opengraph_page_fb_object_type\";s:7:\"website\";s:41:\"aiosp_opengraph_attachment_fb_object_type\";s:7:\"article\";s:43:\"aiosp_opengraph_oembed_cache_fb_object_type\";s:7:\"article\";s:43:\"aiosp_opengraph_user_request_fb_object_type\";s:7:\"article\";s:39:\"aiosp_opengraph_wp_block_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_dwd_map_posttype_fb_object_type\";s:7:\"article\";s:38:\"aiosp_opengraph_project_fb_object_type\";s:7:\"article\";s:46:\"aiosp_opengraph_acf-field-group_fb_object_type\";s:7:\"article\";s:40:\"aiosp_opengraph_acf-field_fb_object_type\";s:7:\"article\";s:37:\"aiosp_opengraph_nf_sub_fb_object_type\";s:7:\"article\";s:37:\"aiosp_opengraph_people_fb_object_type\";s:7:\"profile\";s:43:\"aiosp_opengraph_landing-page_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_wp_stream_alerts_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_et_theme_builder_fb_object_type\";s:7:\"article\";s:42:\"aiosp_opengraph_et_template_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_et_header_layout_fb_object_type\";s:7:\"article\";s:45:\"aiosp_opengraph_et_body_layout_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_et_footer_layout_fb_object_type\";s:7:\"article\";}}s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_wp_block_title_format\";s:27:\"%post_title% | %blog_title%\";s:35:\"aiosp_dwd_map_posttype_title_format\";s:27:\"%post_title% | %blog_title%\";s:26:\"aiosp_project_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_acf-field-group_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_acf-field_title_format\";s:27:\"%post_title% | %blog_title%\";s:25:\"aiosp_nf_sub_title_format\";s:27:\"%post_title% | %blog_title%\";s:25:\"aiosp_people_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_landing-page_title_format\";s:27:\"%post_title% | %blog_title%\";s:35:\"aiosp_wp_stream_alerts_title_format\";s:27:\"%post_title% | %blog_title%\";s:40:\"aiosp_divi_map_category_tax_title_format\";s:31:\"%taxonomy_title% | %blog_title%\";s:39:\"aiosp_project_category_tax_title_format\";s:31:\"%taxonomy_title% | %blog_title%\";s:34:\"aiosp_project_tag_tax_title_format\";s:31:\"%taxonomy_title% | %blog_title%\";s:30:\"aiosp_posttag_tax_title_format\";s:31:\"%taxonomy_title% | %blog_title%\";s:19:\"aiosp_yandex_verify\";s:0:\"\";s:18:\"aiosp_baidu_verify\";s:0:\"\";s:35:\"aiosp_et_theme_builder_title_format\";s:27:\"%post_title% | %site_title%\";s:30:\"aiosp_et_template_title_format\";s:27:\"%post_title% | %site_title%\";s:35:\"aiosp_et_header_layout_title_format\";s:27:\"%post_title% | %site_title%\";s:33:\"aiosp_et_body_layout_title_format\";s:27:\"%post_title% | %site_title%\";s:35:\"aiosp_et_footer_layout_title_format\";s:27:\"%post_title% | %site_title%\";}','yes'),(147,'et_images_temp_folder','/nas/content/live/findlawprod3https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/et_temp','yes'),(148,'et_schedule_clean_images_last_time','1752116716','yes'),(149,'ninja_forms_needs_updates','0','yes'),(150,'nf_tel_collate','1','no'),(151,'ss_plugin_version','2.6','yes'),(152,'bsr_version','1.4','yes'),(153,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:8:\"8/2/2019\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(154,'wpe_notices','a:1:{s:4:\"read\";s:0:\"\";}','yes'),(155,'wpe_notices_ttl','1627568133','yes'),(156,'options_sub_id','3602675','no'),(157,'_options_sub_id','field_576ae9ls83jfy','no'),(158,'options_wld_id','5239763','no'),(159,'_options_wld_id','field_576aekjd983ys','no'),(160,'options_profile_id','1','no'),(161,'_options_profile_id','field_576akei28839s','no'),(162,'options_folder_name','3602675','no'),(163,'_options_folder_name','field_576aeksuw9762','no'),(164,'options_header_tagline','','no'),(165,'_options_header_tagline','field_486t99b0as6pk','no'),(166,'options_cluster_id','','no'),(167,'_options_cluster_id','field_576a6354yfhtr','no'),(168,'options_pub_3008','','no'),(169,'_options_pub_3008','field_576alkjeyrut8','no'),(170,'options_google_maps_api_key','','no'),(171,'_options_google_maps_api_key','field_576ae96ffdsfdd','no'),(172,'options_image_url','https://thelomad.com/getmad.today/wp-contentwldimages.findlaw.com/images/5239763/5239763_1.jpg','no'),(173,'_options_image_url','field_lkjaeioidjksal','no'),(174,'options_template_site','0','no'),(175,'_options_template_site','field_5b919e34e3316','no'),(176,'bsr_license_key','4b1af2de9ead21e2b47ac3abf3982796','yes'),(177,'bsr_page_size','20000','yes'),(178,'bsr_max_results','60','yes'),(179,'bsr_enable_gzip','on','yes'),(181,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(182,'bsr_license_status','valid','yes'),(183,'et_automatic_updates_options','a:2:{s:8:\"username\";s:15:\"joseph.wilebski\";s:7:\"api_key\";s:40:\"2204d58dc5443b1322f821343754f84d0ed6374e\";}','yes'),(185,'dfa_license_status','valid','yes'),(186,'dfa_license_key','f8c6e701fbcf0bf4af4a6d7ca57d71c4','yes'),(187,'divi_fontawesome_gtm_settings','a:2:{s:16:\"fa_embed_code_id\";s:0:\"\";s:20:\"fa_embed_code_format\";s:3:\"css\";}','yes'),(188,'fhe_license_key','dwd5d00f4cea0941','yes'),(189,'fhe_license_key_activated','activated','yes'),(190,'map_license_key','dwd5d00f4cebd171','yes'),(191,'map_license_key_activated','activated','yes'),(192,'recently_activated','a:0:{}','off'),(200,'fresh_site','0','off'),(201,'tadv_settings','a:10:{s:7:\"options\";s:44:\"menubar,advlist,menubar_block,merge_toolbars\";s:7:\"plugins\";s:104:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist,wptadv\";s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:21:\"toolbar_classic_block\";s:123:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,forecolor,backcolor,table,wp_help\";s:13:\"toolbar_block\";s:67:\"core/code,core/image,core/strikethrough,tadv/mark,tadv/removeformat\";s:18:\"toolbar_block_side\";s:46:\"core/superscript,core/subscript,core/underline\";s:12:\"panels_block\";s:44:\"tadv/color-panel,tadv/background-color-panel\";}','yes'),(202,'tadv_admin_settings','a:1:{s:7:\"options\";s:86:\"classic_paragraph_block,table_resize_bars,table_grid,table_tab_navigation,table_advtab\";}','yes'),(206,'ninja_forms_optin_reported','1','yes'),(207,'ninja_forms_memberships_feed','<div class=\"widget widget-memberships\">\r\n<div class=\"pricing-container\">\r\n<div class=\"pricing-block widget\">\r\n<div class=\"pricing-header\">\r\n<div class=\"pricing-title\">Agency</div>\r\n<div class=\"pricing-price\">$499</div>\r\n<div class=\"pricing-savings\">Save $2000+</div>\r\n<div class=\"pricing-cta\"><a class=\"nf-button primary\" href=\"https://thelomad.com/getmad.today/wp-contentninjaforms.com/checkout/?edd_action=add_to_cart&download_id=203757&utm_source=Ninja+Forms+Plugin&utm_medium=Apps+and+Integrations&utm_campaign=Dashboard+Memberships&utm_content=Agency+Buy+Now\" target=\"_blank\" rel=\"noopener\">Buy Now</a></div>\r\n</div>\r\n<div class=\"pricing-body\">\r\n<div><i class=\"fa fa-users\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Unlimited Sites</span>\r\n<span>Updates & Support</span></div>\r\n<div><i class=\"fa fa-rocket\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Fastest Support</span>\r\n<span>1 Year of Updates & Support</span></div>\r\n<div><i class=\"fa fa-trophy\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">All add-ons included!</span>\r\n<ul>\r\n <li>Builder PRO Pack</li>\r\n <li>PDF Form Submissions</li>\r\n <li>Zapier</li>\r\n <li>Newsletters (MailChimp, etc.)</li>\r\n <li>CRMs (Saleforce, etc.)</li>\r\n <li>Payments (PayPal, etc.)</li>\r\n <li>And so much more...</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"pricing-block widget highlight\">\r\n\r\n<!--\r\n<div class=\"callout\">\r\n Most Popular</div>\r\n-->\r\n<div class=\"pricing-header\">\r\n<div class=\"pricing-title\">Professional</div>\r\n<div class=\"pricing-price\">$199</div>\r\n<div class=\"pricing-savings\">Save $197</div>\r\n<div class=\"pricing-cta\"><a class=\"nf-button primary\" href=\"https://thelomad.com/getmad.today/wp-contentninjaforms.com/checkout/?edd_action=add_to_cart&download_id=471355&utm_source=Ninja+Forms+Plugin&utm_medium=Apps+and+Integrations&utm_campaign=Dashboard+Memberships&utm_content=Professional+Buy+Now\" target=\"_blank\" rel=\"noopener\">Buy Now</a></div>\r\n</div>\r\n<div class=\"pricing-body\">\r\n<div><i class=\"fa fa-users\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">20 Sites</span>\r\n<span>Updates & Support</span></div>\r\n<div><i class=\"fa fa-plane\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Faster Support</span></div>\r\n<div><i class=\"fa fa-wrench\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Builder Pro Pack</span>\r\n<span>Layout & Styles, Multi-Part Forms, Conditional Logic, File Uploads</span></div>\r\n<div><i class=\"fa fa-percent\" aria-hidden=\"true\"></i>\r\n<span>Plus <strong>40% off</strong>\r\nAdditional Add-Ons</span></div>\r\n</div>\r\n</div>\r\n<div class=\"pricing-block widget\">\r\n<div class=\"pricing-header\">\r\n<div class=\"pricing-title\">Personal</div>\r\n<div class=\"pricing-price\">$99</div>\r\n<div class=\"pricing-savings\">Save $57</div>\r\n<div class=\"pricing-cta\"><a class=\"nf-button primary\" href=\"https://thelomad.com/getmad.today/wp-contentninjaforms.com/checkout/?edd_action=add_to_cart&download_id=471356&utm_medium=plugin&utm_source=Ninja+Forms+Plugin&utm_medium=Apps+and+Integrations&utm_campaign=Dashboard+Memberships&utm_content=Personal+Buy+Now\" target=\"_blank\" rel=\"noopener\">Buy Now</a></div>\r\n</div>\r\n<div class=\"pricing-body\">\r\n<div><i class=\"fa fa-user\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">1 Site</span>\r\n<span>Updates & Support</span></div>\r\n<div><i class=\"fa fa-car\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Fast Support</span></div>\r\n<div><i class=\"fa fa-wrench\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Builder Pro Pack</span>\r\n<span>Layout & Styles, Multi-Part Forms, Conditional Logic, File Uploads</span></div>\r\n<div><i class=\"fa fa-percent\" aria-hidden=\"true\"></i>\r\n<span>Plus <strong>20% off</strong>\r\nAdditional Add-Ons</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"widget widget-plan-notice\">\r\n<p class=\"widget-title\">That sounds amazing! What else comes with Ninja Forms?</p>\r\n<a class=\"nf-button primary feature-list-link\" href=\"https://thelomad.com/getmad.today/wp-contentninjaforms.com/features/?utm_source=Ninja+Forms+Plugin&utm_medium=Apps+and+Integrations&utm_campaign=Dashboard+Features+Link\" target=\"_blank\" rel=\"noopener\">We\'re glad you asked! Checkout our full list of features! <i class=\"fa fa-chevron-circle-right\" aria-hidden=\"true\"></i></a>\r\n<div><em>All plans include a 14 day money back guarantee.</em></div>\r\n<div>Requires a current active license and subject to our <a href=\"https://thelomad.com/getmad.today/wp-contentninjaforms.com/terms-conditions/?utm_medium=plugin&utm_source=plugin-dashboard&utm_campaign=Ninja+Forms+Memberships&utm_content=Terms+Conditions\" target=\"_blank\" rel=\"noopener\">Terms & Conditions</a>.</div>\r\n</div>','no'),(208,'ninja_forms_addons_feed','[{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multipage form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Multi+Step+Forms+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Multi+Step+Forms+Add-ons+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Front-End+Posting+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Front-End+Posting+Add-ons+Docs\",\"version\":\"3.0.11\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Submissions Extended\",\"slug\":\"submissions-extended\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Campaign+Monitor+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Campaign+Monitor+Add-ons+Docs\",\"version\":\"3.0.7\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 10 analytics fields including UTM source, medium, campaign, content, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=User+Analytics+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=User+Analytics+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Constant+Contact+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Constant+Contact+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=AWeber+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=AWeber+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PayPal+Express+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PayPal+Express+Add-ons+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=MailPoet+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=MailPoet+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Zoho+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Zoho+CRM+Add-ons+Docs\",\"version\":\"3.5.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Capsule+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Capsule+CRM+Add-ons+Docs\",\"version\":\"3.4.6\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Insightly+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Insightly+CRM+Add-ons+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Trello+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Trello+Add-ons+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elavon+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elavon+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 4,000 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Zapier+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Zapier+Add-ons+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Automation\",\"slug\":\"automation\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Salesforce+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Salesforce+CRM+Add-ons+Docs\",\"version\":\"3.3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Slack+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Slack+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=CleverReach+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=CleverReach+Add-ons+Docs\",\"version\":\"3.1.8\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Webhooks+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Webhooks+Add-ons+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Automation\",\"slug\":\"automation\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Help+Scout+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Help+Scout+Add-ons+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Emma+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Emma+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ClickSend+SMS+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ClickSend+SMS+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Twilio+SMS+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Twilio+SMS+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Recurly+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Recurly+Add-ons+Docs\",\"version\":\"3.0.7\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Save+Progress+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Save+Progress+Add-ons+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=EmailOctopus+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=EmailOctopus+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Pipeline CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with Pipeline CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pipeline+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pipeline+CRM+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Kit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your Kit (formerly known as ConvertKit) account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Kit+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Kit+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=OnePageCRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=OnePageCRM+Add-ons+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ActiveCampaign+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ActiveCampaign+Add-ons+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Agency Membership\",\"image\":\"assets\\/img\\/add-ons\\/ninja-forms-membership-bundle-2.png\",\"content\":\"Get every single Ninja Forms add-ons, at an amazingly discounted price.\",\"link\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Agency+Membership+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Agency+Membership+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Personal Membership\",\"image\":\"assets\\/img\\/add-ons\\/individual-membership-2.png\",\"content\":\"Get our most popular add-ons at an amazingly discounted price. Perfect for the single site owner.\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Personal+Membership+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Personal+Membership+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Professional Membership\",\"image\":\"assets\\/img\\/add-ons\\/professional-membership-2.png\",\"content\":\"Get our 4 most popular add-ons at an amazingly discounted price. Perfect for your Do It Yourself business owner.\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Professional+Membership+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Professional+Membership+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"HubSpot\",\"image\":\"assets\\/img\\/add-ons\\/hubspot-crm.png\",\"content\":\"Looking for an easier way to connect HubSpot with WordPress? Need more flexibility and features for your HubSpot forms? This is your answer.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/hubspot\\/ \\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=HubSpot+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-hubspot\\/ninja-forms-hubspot.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/hubspot\\/ \\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=HubSpot+Add-ons+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Advanced Datepicker\",\"image\":\"assets\\/img\\/add-ons\\/advanced-datepicker.png\",\"content\":\"Let your users book dates and times for appointments and more directly from any WordPress form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/advanced-datepicker\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Advanced+Datepicker+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-advanced-datepicker\\/ninja-forms-advanced-datepicker-3.2.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/advanced-datepicker\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Advanced+Datepicker+Add-ons+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Authorize.net\",\"image\":\"assets\\/img\\/add-ons\\/authorize-net.png\",\"content\":\"Need a quick, simple way to connect WordPress to Authorize.net? The Authorize.net add-on is your ticket!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/authorize-net\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Authorize.net+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-authorize-net\\/ninja-forms-authorize-net.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/authorize-net\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Authorize.net+Add-ons+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Plus Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Plus+Membership+2022+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Plus+Membership+2022+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Pro Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pro+Membership+2022+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pro+Membership+2022+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Elite Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elite+Membership+2022+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elite+Membership+2022+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Scheduled Submissions Export\",\"image\":\"assets\\/img\\/add-ons\\/scheduled-submissions-export.png\",\"content\":\"Use Scheduled Submissions Export to set hourly, daily, or weekly exports of any WordPress form submissions to any email address(es)!\",\"link\":\" https:\\/\\/ninjaforms.com\\/extensions\\/scheduled-submissions-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Scheduled+Submissions+Export+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-scheduled-exports\\/ninja-forms-scheduled-exports.php\",\"docs\":\" https:\\/\\/ninjaforms.com\\/docs\\/scheduled-submissions-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Scheduled+Submissions+Export+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Submissions Extended\",\"slug\":\"submissions-extended\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"CiviCRM\",\"image\":\"assets\\/img\\/add-ons\\/civicrm.png\",\"content\":\"Connect & update your CiviCRM account from any WordPress form with the Ninja Forms CiviCRM add-on. Easily add or update Contacts & Activities!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/civicrm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=CiviCRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-civicrm\\/ninja-forms-civicrm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/civicrm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=CiviCRM+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Add file upload fields to any WordPress form. Set allowed file sizes and types, upload directories, and save to Google Drive, WordPress, and more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=File+Uploads+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=File+Uploads+Add-ons+Docs\",\"version\":\"3.3.22\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Edit form styles. Create two-column and multicolumn forms and easily adjust form layout. You don\'t need a designer \\u2014 just Layout and Styles! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Layout+and+Styles+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Layout+and+Styles+Add-ons+Docs\",\"version\":\"3.0.30\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Conditional Logic forms change as they\'re filled out. Show and hide fields, modify lists, send emails to different recipients conditionally, and much more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Conditional+Logic+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Conditional+Logic+Add-ons+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Use PDF Form Submission to generate a PDF from any WordPress form submission. Create a fully customizable PDF from top to bottom!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PDF+Form+Submission+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PDF+Form+Submission+Add-ons+Docs\",\"version\":\"3.2.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Submissions Extended\",\"slug\":\"submissions-extended\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Elite Membership\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elite+Membership+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elite+Membership+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"}]},{\"title\":\"Pro Membership\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pro+Membership+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pro+Membership+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"}]},{\"title\":\"Plus Membership\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Plus+Membership+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Plus+Membership+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Legacy (Agency 2015 - Upgrade Only)\",\"image\":\"assets\\/img\\/add-ons\\/legacy-agency-2015-upgrade-only.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Legacy+(Agency+2015+-+Upgrade+Only)+Add-ons+Product+Page\",\"plugin\":\"\",\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Legacy+(Agency+2015+-+Upgrade+Only)+Add-ons+Docs\",\"version\":\"\",\"categories\":[{\"name\":null,\"slug\":null}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Use customizable form templates to allow users to register, log in, update their profiles, and assign roles to view or edit form submissions.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=User+Management+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=User+Management+Add-ons+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Take your email marketing to the next level when you add a Mailchimp signup form to WordPress! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Mailchimp+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Mailchimp+Add-ons+Docs\",\"version\":\"3.3.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Use Stripe Checkout forms to accept one-time and recurring Stripe payments through your WordPress from Apple Pay, credit cards, Google Pay, and more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Stripe+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Stripe+Add-ons+Docs\",\"version\":\"3.2.8\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Exporting form submissions into Excel is smooth and simple with Excel Export. Choose the fields you want and export your data to the reliable Excel spreadsheet file format.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Excel+Export+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Excel+Export+Add-ons+Docs\",\"version\":\"3.3.5\",\"categories\":[{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Submissions Extended\",\"slug\":\"submissions-extended\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"PayPal\",\"image\":\"assets\\/img\\/add-ons\\/paypal-checkout.png\",\"content\":\"Easily accept payments in WordPress by adding a PayPal button widget to your website!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-checkout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PayPal+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-paypal\\/ninja-forms-paypal.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-checkout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PayPal+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]}]','off'),(209,'anh_notices','a:2:{s:6:\"update\";a:0:{}s:5:\"error\";a:0:{}}','yes'),(210,'et_bfb_settings','a:1:{s:10:\"enable_bfb\";s:2:\"on\";}','yes'),(211,'nf_email_send_count','0','yes'),(212,'nf_email_with_attachment_count','0','yes'),(213,'nf_email_to_count','0','yes'),(214,'nf_email_to_max','0','yes'),(215,'nf_email_cc_count','0','yes'),(216,'nf_email_cc_max','0','yes'),(217,'nf_email_bcc_count','0','yes'),(218,'nf_email_bcc_max','0','yes'),(219,'nf_email_recipient_max','0','yes'),(220,'nf_email_attachment_count','0','yes'),(221,'nf_email_attachment_filesize_count','0','yes'),(222,'nf_email_attachment_filesize_max','0','yes'),(223,'_oembed_filtered_10d2d7832869dcc943a08689a31cb09e','<figure class=\"wp-embed-lazy\" data-js=\"lazyload-embed\" data-embed-provider=\"youtube\"><a href=\"https://thelomad.com/getmad.today/wp-contentwww.youtube.com/watch?v=FkQuawiGWUw\" class=\"wp-embed-lazy__trigger\" data-js=\"lazyload-trigger\" title=\"Divi. The Ultimate WordPress Theme And Visual Page Builder\" data-embed-id=\"FkQuawiGWUw\"><img class=\"wp-embed-lazy__image lazyload\" src=\"/wp-content/themes/Divi/img/shims/16x9.png\" data-src=\"https://thelomad.com/getmad.today/wp-contenti.ytimg.com/vi/FkQuawiGWUw/maxresdefault.jpg\" alt=\"Divi. The Ultimate WordPress Theme And Visual Page Builder\" /><figcaption class=\"wp-embed-lazy__caption\"><i class=\"wp-embed-lazy__icon icon icon-play\"></i><span class=\"wp-embed-lazy__trigger-label\">Play Video</span><span class=\"wp-embed-lazy__title\">Divi. The Ultimate WordPress Theme And Visual Page Builder</span></figcaption></a></figure>','yes'),(224,'et_google_api_settings','a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}','yes'),(231,'divi_ultimate_footer_plugin_footer_styling_settings','none','yes'),(232,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(233,'posttag_children','a:0:{}','yes'),(234,'nf_form_tel_sent','true','no'),(235,'ninja_forms_do_not_allow_tracking','1','yes'),(244,'nf_last_form_update','2022-02-08 18:34:15','no'),(245,'post_count','96','yes'),(246,'et_pb_role_settings','a:8:{s:13:\"administrator\";a:101:{s:13:\"theme_options\";s:2:\"on\";s:12:\"divi_library\";s:2:\"on\";s:10:\"ab_testing\";s:2:\"on\";s:16:\"theme_customizer\";s:2:\"on\";s:17:\"module_customizer\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:11:\"portability\";s:2:\"on\";s:10:\"add_module\";s:2:\"on\";s:11:\"edit_module\";s:2:\"on\";s:11:\"move_module\";s:2:\"on\";s:14:\"disable_module\";s:2:\"on\";s:11:\"lock_module\";s:2:\"on\";s:20:\"divi_builder_control\";s:2:\"on\";s:11:\"load_layout\";s:2:\"on\";s:18:\"use_visual_builder\";s:2:\"on\";s:23:\"custom_fonts_management\";s:2:\"on\";s:34:\"read_dynamic_content_custom_fields\";s:2:\"on\";s:12:\"save_library\";s:2:\"on\";s:11:\"add_library\";s:2:\"on\";s:19:\"edit_global_library\";s:2:\"on\";s:16:\"general_settings\";s:2:\"on\";s:17:\"advanced_settings\";s:2:\"on\";s:19:\"custom_css_settings\";s:2:\"on\";s:11:\"edit_colors\";s:2:\"on\";s:12:\"edit_content\";s:2:\"on\";s:10:\"edit_fonts\";s:2:\"on\";s:12:\"edit_buttons\";s:2:\"on\";s:11:\"edit_layout\";s:2:\"on\";s:12:\"edit_borders\";s:2:\"on\";s:18:\"edit_configuration\";s:2:\"on\";s:15:\"et_pb_accordion\";s:2:\"on\";s:11:\"et_pb_audio\";s:2:\"on\";s:14:\"et_pb_counters\";s:2:\"on\";s:9:\"fl_people\";s:2:\"on\";s:10:\"et_pb_blog\";s:2:\"on\";s:11:\"et_pb_blurb\";s:2:\"on\";s:12:\"et_pb_button\";s:2:\"on\";s:9:\"et_pb_cta\";s:2:\"on\";s:20:\"et_pb_circle_counter\";s:2:\"on\";s:10:\"et_pb_code\";s:2:\"on\";s:14:\"et_pb_comments\";s:3:\"off\";s:18:\"et_pb_contact_form\";s:3:\"off\";s:21:\"et_pb_countdown_timer\";s:2:\"on\";s:20:\"et_pb_blurb_extended\";s:2:\"on\";s:36:\"et_pb_dcsbcm_divi_breadcrumbs_module\";s:2:\"on\";s:13:\"et_pb_divider\";s:2:\"on\";s:25:\"et_pb_fullwidth_dwd_popup\";s:2:\"on\";s:12:\"et_pb_signup\";s:3:\"off\";s:26:\"et_pb_filterable_portfolio\";s:3:\"off\";s:20:\"et_pb_fullwidth_code\";s:2:\"on\";s:22:\"et_pb_fullwidth_header\";s:2:\"on\";s:31:\"et_pb_fullwidth_header_extended\";s:2:\"on\";s:21:\"et_pb_fullwidth_image\";s:2:\"on\";s:19:\"et_pb_fullwidth_map\";s:3:\"off\";s:28:\"et_pb_map_fullwidth_extended\";s:3:\"off\";s:20:\"et_pb_fullwidth_menu\";s:2:\"on\";s:25:\"et_pb_fullwidth_portfolio\";s:2:\"on\";s:27:\"et_pb_fullwidth_post_slider\";s:2:\"on\";s:26:\"et_pb_fullwidth_post_title\";s:2:\"on\";s:22:\"et_pb_fullwidth_slider\";s:2:\"on\";s:19:\"et_pb_text_extender\";s:2:\"on\";s:13:\"et_pb_gallery\";s:2:\"on\";s:11:\"et_pb_image\";s:2:\"on\";s:11:\"et_pb_login\";s:2:\"on\";s:9:\"et_pb_map\";s:3:\"off\";s:18:\"et_pb_map_extended\";s:3:\"off\";s:15:\"et_pb_mhmm_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_inline_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_menu_layout\";s:2:\"on\";s:15:\"divi_ninja_form\";s:2:\"on\";s:20:\"et_pb_number_counter\";s:2:\"on\";s:17:\"et_pb_team_member\";s:2:\"on\";s:16:\"fl_people_single\";s:2:\"on\";s:15:\"et_pb_portfolio\";s:3:\"off\";s:14:\"et_pb_post_nav\";s:2:\"on\";s:17:\"et_pb_post_slider\";s:2:\"on\";s:16:\"et_pb_post_title\";s:2:\"on\";s:20:\"et_pb_pricing_tables\";s:2:\"on\";s:12:\"et_pb_search\";s:2:\"on\";s:10:\"et_pb_shop\";s:3:\"off\";s:13:\"et_pb_sidebar\";s:2:\"on\";s:12:\"et_pb_slider\";s:2:\"on\";s:25:\"et_pb_social_media_follow\";s:2:\"on\";s:19:\"et_pb_stop_stacking\";s:2:\"on\";s:10:\"et_pb_tabs\";s:2:\"on\";s:17:\"et_pb_testimonial\";s:2:\"on\";s:10:\"et_pb_text\";s:2:\"on\";s:12:\"et_pb_toggle\";s:2:\"on\";s:11:\"et_pb_video\";s:2:\"on\";s:18:\"et_pb_video_slider\";s:2:\"on\";s:17:\"et_support_center\";s:2:\"on\";s:24:\"et_support_center_system\";s:2:\"on\";s:31:\"et_support_center_remote_access\";s:2:\"on\";s:31:\"et_support_center_documentation\";s:2:\"on\";s:27:\"et_support_center_safe_mode\";s:2:\"on\";s:22:\"et_support_center_logs\";s:2:\"on\";s:24:\"et_divi_mods_portability\";s:2:\"on\";s:18:\"epanel_portability\";s:2:\"on\";s:23:\"et_pb_roles_portability\";s:2:\"on\";s:30:\"et_builder_layouts_portability\";s:2:\"on\";s:22:\"et_builder_portability\";s:2:\"on\";}s:6:\"editor\";a:98:{s:12:\"divi_library\";s:3:\"off\";s:10:\"ab_testing\";s:3:\"off\";s:12:\"page_options\";s:3:\"off\";s:11:\"portability\";s:3:\"off\";s:10:\"add_module\";s:3:\"off\";s:11:\"edit_module\";s:3:\"off\";s:11:\"move_module\";s:3:\"off\";s:14:\"disable_module\";s:3:\"off\";s:11:\"lock_module\";s:3:\"off\";s:20:\"divi_builder_control\";s:3:\"off\";s:11:\"load_layout\";s:3:\"off\";s:18:\"use_visual_builder\";s:3:\"off\";s:23:\"custom_fonts_management\";s:3:\"off\";s:34:\"read_dynamic_content_custom_fields\";s:3:\"off\";s:12:\"save_library\";s:3:\"off\";s:11:\"add_library\";s:3:\"off\";s:19:\"edit_global_library\";s:3:\"off\";s:16:\"general_settings\";s:3:\"off\";s:17:\"advanced_settings\";s:3:\"off\";s:19:\"custom_css_settings\";s:3:\"off\";s:11:\"edit_colors\";s:3:\"off\";s:12:\"edit_content\";s:3:\"off\";s:10:\"edit_fonts\";s:3:\"off\";s:12:\"edit_buttons\";s:3:\"off\";s:11:\"edit_layout\";s:3:\"off\";s:12:\"edit_borders\";s:2:\"on\";s:18:\"edit_configuration\";s:3:\"off\";s:15:\"et_pb_accordion\";s:3:\"off\";s:11:\"et_pb_audio\";s:3:\"off\";s:14:\"et_pb_counters\";s:3:\"off\";s:9:\"fl_people\";s:3:\"off\";s:10:\"et_pb_blog\";s:3:\"off\";s:11:\"et_pb_blurb\";s:3:\"off\";s:12:\"et_pb_button\";s:3:\"off\";s:9:\"et_pb_cta\";s:3:\"off\";s:20:\"et_pb_circle_counter\";s:3:\"off\";s:10:\"et_pb_code\";s:3:\"off\";s:14:\"et_pb_comments\";s:3:\"off\";s:18:\"et_pb_contact_form\";s:3:\"off\";s:21:\"et_pb_countdown_timer\";s:3:\"off\";s:20:\"et_pb_blurb_extended\";s:3:\"off\";s:36:\"et_pb_dcsbcm_divi_breadcrumbs_module\";s:3:\"off\";s:13:\"et_pb_divider\";s:3:\"off\";s:25:\"et_pb_fullwidth_dwd_popup\";s:3:\"off\";s:12:\"et_pb_signup\";s:3:\"off\";s:26:\"et_pb_filterable_portfolio\";s:3:\"off\";s:20:\"et_pb_fullwidth_code\";s:3:\"off\";s:22:\"et_pb_fullwidth_header\";s:3:\"off\";s:31:\"et_pb_fullwidth_header_extended\";s:3:\"off\";s:21:\"et_pb_fullwidth_image\";s:3:\"off\";s:19:\"et_pb_fullwidth_map\";s:3:\"off\";s:28:\"et_pb_map_fullwidth_extended\";s:3:\"off\";s:20:\"et_pb_fullwidth_menu\";s:3:\"off\";s:25:\"et_pb_fullwidth_portfolio\";s:3:\"off\";s:27:\"et_pb_fullwidth_post_slider\";s:3:\"off\";s:26:\"et_pb_fullwidth_post_title\";s:3:\"off\";s:22:\"et_pb_fullwidth_slider\";s:3:\"off\";s:19:\"et_pb_text_extender\";s:3:\"off\";s:13:\"et_pb_gallery\";s:3:\"off\";s:11:\"et_pb_image\";s:3:\"off\";s:11:\"et_pb_login\";s:3:\"off\";s:9:\"et_pb_map\";s:3:\"off\";s:18:\"et_pb_map_extended\";s:3:\"off\";s:15:\"et_pb_mhmm_menu\";s:3:\"off\";s:22:\"et_pb_mhmm_inline_menu\";s:3:\"off\";s:22:\"et_pb_mhmm_menu_layout\";s:3:\"off\";s:15:\"divi_ninja_form\";s:2:\"on\";s:20:\"et_pb_number_counter\";s:3:\"off\";s:17:\"et_pb_team_member\";s:3:\"off\";s:16:\"fl_people_single\";s:2:\"on\";s:15:\"et_pb_portfolio\";s:3:\"off\";s:14:\"et_pb_post_nav\";s:3:\"off\";s:17:\"et_pb_post_slider\";s:3:\"off\";s:16:\"et_pb_post_title\";s:3:\"off\";s:20:\"et_pb_pricing_tables\";s:3:\"off\";s:12:\"et_pb_search\";s:3:\"off\";s:10:\"et_pb_shop\";s:3:\"off\";s:13:\"et_pb_sidebar\";s:3:\"off\";s:12:\"et_pb_slider\";s:3:\"off\";s:25:\"et_pb_social_media_follow\";s:3:\"off\";s:19:\"et_pb_stop_stacking\";s:3:\"off\";s:10:\"et_pb_tabs\";s:3:\"off\";s:17:\"et_pb_testimonial\";s:3:\"off\";s:10:\"et_pb_text\";s:3:\"off\";s:12:\"et_pb_toggle\";s:3:\"off\";s:11:\"et_pb_video\";s:3:\"off\";s:18:\"et_pb_video_slider\";s:3:\"off\";s:17:\"et_support_center\";s:2:\"on\";s:24:\"et_support_center_system\";s:2:\"on\";s:31:\"et_support_center_remote_access\";s:2:\"on\";s:31:\"et_support_center_documentation\";s:2:\"on\";s:27:\"et_support_center_safe_mode\";s:2:\"on\";s:22:\"et_support_center_logs\";s:2:\"on\";s:24:\"et_divi_mods_portability\";s:3:\"off\";s:18:\"epanel_portability\";s:3:\"off\";s:23:\"et_pb_roles_portability\";s:3:\"off\";s:30:\"et_builder_layouts_portability\";s:3:\"off\";s:22:\"et_builder_portability\";s:3:\"off\";}s:6:\"author\";a:98:{s:12:\"divi_library\";s:3:\"off\";s:10:\"ab_testing\";s:3:\"off\";s:12:\"page_options\";s:3:\"off\";s:11:\"portability\";s:3:\"off\";s:10:\"add_module\";s:3:\"off\";s:11:\"edit_module\";s:3:\"off\";s:11:\"move_module\";s:3:\"off\";s:14:\"disable_module\";s:3:\"off\";s:11:\"lock_module\";s:3:\"off\";s:20:\"divi_builder_control\";s:3:\"off\";s:11:\"load_layout\";s:3:\"off\";s:18:\"use_visual_builder\";s:3:\"off\";s:23:\"custom_fonts_management\";s:3:\"off\";s:34:\"read_dynamic_content_custom_fields\";s:3:\"off\";s:12:\"save_library\";s:3:\"off\";s:11:\"add_library\";s:3:\"off\";s:19:\"edit_global_library\";s:3:\"off\";s:16:\"general_settings\";s:3:\"off\";s:17:\"advanced_settings\";s:3:\"off\";s:19:\"custom_css_settings\";s:3:\"off\";s:11:\"edit_colors\";s:3:\"off\";s:12:\"edit_content\";s:3:\"off\";s:10:\"edit_fonts\";s:3:\"off\";s:12:\"edit_buttons\";s:3:\"off\";s:11:\"edit_layout\";s:3:\"off\";s:12:\"edit_borders\";s:2:\"on\";s:18:\"edit_configuration\";s:3:\"off\";s:15:\"et_pb_accordion\";s:3:\"off\";s:11:\"et_pb_audio\";s:3:\"off\";s:14:\"et_pb_counters\";s:3:\"off\";s:9:\"fl_people\";s:3:\"off\";s:10:\"et_pb_blog\";s:3:\"off\";s:11:\"et_pb_blurb\";s:3:\"off\";s:12:\"et_pb_button\";s:3:\"off\";s:9:\"et_pb_cta\";s:3:\"off\";s:20:\"et_pb_circle_counter\";s:3:\"off\";s:10:\"et_pb_code\";s:3:\"off\";s:14:\"et_pb_comments\";s:3:\"off\";s:18:\"et_pb_contact_form\";s:3:\"off\";s:21:\"et_pb_countdown_timer\";s:3:\"off\";s:20:\"et_pb_blurb_extended\";s:3:\"off\";s:36:\"et_pb_dcsbcm_divi_breadcrumbs_module\";s:3:\"off\";s:13:\"et_pb_divider\";s:3:\"off\";s:25:\"et_pb_fullwidth_dwd_popup\";s:3:\"off\";s:12:\"et_pb_signup\";s:3:\"off\";s:26:\"et_pb_filterable_portfolio\";s:3:\"off\";s:20:\"et_pb_fullwidth_code\";s:3:\"off\";s:22:\"et_pb_fullwidth_header\";s:3:\"off\";s:31:\"et_pb_fullwidth_header_extended\";s:3:\"off\";s:21:\"et_pb_fullwidth_image\";s:3:\"off\";s:19:\"et_pb_fullwidth_map\";s:3:\"off\";s:28:\"et_pb_map_fullwidth_extended\";s:3:\"off\";s:20:\"et_pb_fullwidth_menu\";s:3:\"off\";s:25:\"et_pb_fullwidth_portfolio\";s:3:\"off\";s:27:\"et_pb_fullwidth_post_slider\";s:3:\"off\";s:26:\"et_pb_fullwidth_post_title\";s:3:\"off\";s:22:\"et_pb_fullwidth_slider\";s:3:\"off\";s:19:\"et_pb_text_extender\";s:3:\"off\";s:13:\"et_pb_gallery\";s:3:\"off\";s:11:\"et_pb_image\";s:3:\"off\";s:11:\"et_pb_login\";s:3:\"off\";s:9:\"et_pb_map\";s:3:\"off\";s:18:\"et_pb_map_extended\";s:3:\"off\";s:15:\"et_pb_mhmm_menu\";s:3:\"off\";s:22:\"et_pb_mhmm_inline_menu\";s:3:\"off\";s:22:\"et_pb_mhmm_menu_layout\";s:3:\"off\";s:15:\"divi_ninja_form\";s:2:\"on\";s:20:\"et_pb_number_counter\";s:3:\"off\";s:17:\"et_pb_team_member\";s:3:\"off\";s:16:\"fl_people_single\";s:2:\"on\";s:15:\"et_pb_portfolio\";s:3:\"off\";s:14:\"et_pb_post_nav\";s:3:\"off\";s:17:\"et_pb_post_slider\";s:3:\"off\";s:16:\"et_pb_post_title\";s:3:\"off\";s:20:\"et_pb_pricing_tables\";s:3:\"off\";s:12:\"et_pb_search\";s:3:\"off\";s:10:\"et_pb_shop\";s:3:\"off\";s:13:\"et_pb_sidebar\";s:3:\"off\";s:12:\"et_pb_slider\";s:3:\"off\";s:25:\"et_pb_social_media_follow\";s:3:\"off\";s:19:\"et_pb_stop_stacking\";s:3:\"off\";s:10:\"et_pb_tabs\";s:3:\"off\";s:17:\"et_pb_testimonial\";s:3:\"off\";s:10:\"et_pb_text\";s:3:\"off\";s:12:\"et_pb_toggle\";s:3:\"off\";s:11:\"et_pb_video\";s:3:\"off\";s:18:\"et_pb_video_slider\";s:3:\"off\";s:17:\"et_support_center\";s:2:\"on\";s:24:\"et_support_center_system\";s:2:\"on\";s:31:\"et_support_center_remote_access\";s:2:\"on\";s:31:\"et_support_center_documentation\";s:2:\"on\";s:27:\"et_support_center_safe_mode\";s:2:\"on\";s:22:\"et_support_center_logs\";s:2:\"on\";s:24:\"et_divi_mods_portability\";s:3:\"off\";s:18:\"epanel_portability\";s:3:\"off\";s:23:\"et_pb_roles_portability\";s:3:\"off\";s:30:\"et_builder_layouts_portability\";s:3:\"off\";s:22:\"et_builder_portability\";s:3:\"off\";}s:11:\"contributor\";a:98:{s:12:\"divi_library\";s:3:\"off\";s:10:\"ab_testing\";s:3:\"off\";s:12:\"page_options\";s:3:\"off\";s:11:\"portability\";s:3:\"off\";s:10:\"add_module\";s:3:\"off\";s:11:\"edit_module\";s:3:\"off\";s:11:\"move_module\";s:3:\"off\";s:14:\"disable_module\";s:3:\"off\";s:11:\"lock_module\";s:3:\"off\";s:20:\"divi_builder_control\";s:3:\"off\";s:11:\"load_layout\";s:3:\"off\";s:18:\"use_visual_builder\";s:3:\"off\";s:23:\"custom_fonts_management\";s:3:\"off\";s:34:\"read_dynamic_content_custom_fields\";s:3:\"off\";s:12:\"save_library\";s:3:\"off\";s:11:\"add_library\";s:3:\"off\";s:19:\"edit_global_library\";s:3:\"off\";s:16:\"general_settings\";s:3:\"off\";s:17:\"advanced_settings\";s:3:\"off\";s:19:\"custom_css_settings\";s:3:\"off\";s:11:\"edit_colors\";s:3:\"off\";s:12:\"edit_content\";s:3:\"off\";s:10:\"edit_fonts\";s:3:\"off\";s:12:\"edit_buttons\";s:3:\"off\";s:11:\"edit_layout\";s:3:\"off\";s:12:\"edit_borders\";s:2:\"on\";s:18:\"edit_configuration\";s:3:\"off\";s:15:\"et_pb_accordion\";s:3:\"off\";s:11:\"et_pb_audio\";s:3:\"off\";s:14:\"et_pb_counters\";s:3:\"off\";s:9:\"fl_people\";s:3:\"off\";s:10:\"et_pb_blog\";s:3:\"off\";s:11:\"et_pb_blurb\";s:3:\"off\";s:12:\"et_pb_button\";s:3:\"off\";s:9:\"et_pb_cta\";s:3:\"off\";s:20:\"et_pb_circle_counter\";s:3:\"off\";s:10:\"et_pb_code\";s:3:\"off\";s:14:\"et_pb_comments\";s:3:\"off\";s:18:\"et_pb_contact_form\";s:3:\"off\";s:21:\"et_pb_countdown_timer\";s:3:\"off\";s:20:\"et_pb_blurb_extended\";s:3:\"off\";s:36:\"et_pb_dcsbcm_divi_breadcrumbs_module\";s:3:\"off\";s:13:\"et_pb_divider\";s:3:\"off\";s:25:\"et_pb_fullwidth_dwd_popup\";s:3:\"off\";s:12:\"et_pb_signup\";s:3:\"off\";s:26:\"et_pb_filterable_portfolio\";s:3:\"off\";s:20:\"et_pb_fullwidth_code\";s:3:\"off\";s:22:\"et_pb_fullwidth_header\";s:3:\"off\";s:31:\"et_pb_fullwidth_header_extended\";s:3:\"off\";s:21:\"et_pb_fullwidth_image\";s:3:\"off\";s:19:\"et_pb_fullwidth_map\";s:3:\"off\";s:28:\"et_pb_map_fullwidth_extended\";s:3:\"off\";s:20:\"et_pb_fullwidth_menu\";s:3:\"off\";s:25:\"et_pb_fullwidth_portfolio\";s:3:\"off\";s:27:\"et_pb_fullwidth_post_slider\";s:3:\"off\";s:26:\"et_pb_fullwidth_post_title\";s:3:\"off\";s:22:\"et_pb_fullwidth_slider\";s:3:\"off\";s:19:\"et_pb_text_extender\";s:3:\"off\";s:13:\"et_pb_gallery\";s:3:\"off\";s:11:\"et_pb_image\";s:3:\"off\";s:11:\"et_pb_login\";s:3:\"off\";s:9:\"et_pb_map\";s:3:\"off\";s:18:\"et_pb_map_extended\";s:3:\"off\";s:15:\"et_pb_mhmm_menu\";s:3:\"off\";s:22:\"et_pb_mhmm_inline_menu\";s:3:\"off\";s:22:\"et_pb_mhmm_menu_layout\";s:3:\"off\";s:15:\"divi_ninja_form\";s:2:\"on\";s:20:\"et_pb_number_counter\";s:3:\"off\";s:17:\"et_pb_team_member\";s:3:\"off\";s:16:\"fl_people_single\";s:2:\"on\";s:15:\"et_pb_portfolio\";s:3:\"off\";s:14:\"et_pb_post_nav\";s:3:\"off\";s:17:\"et_pb_post_slider\";s:3:\"off\";s:16:\"et_pb_post_title\";s:3:\"off\";s:20:\"et_pb_pricing_tables\";s:3:\"off\";s:12:\"et_pb_search\";s:3:\"off\";s:10:\"et_pb_shop\";s:3:\"off\";s:13:\"et_pb_sidebar\";s:3:\"off\";s:12:\"et_pb_slider\";s:3:\"off\";s:25:\"et_pb_social_media_follow\";s:3:\"off\";s:19:\"et_pb_stop_stacking\";s:3:\"off\";s:10:\"et_pb_tabs\";s:3:\"off\";s:17:\"et_pb_testimonial\";s:3:\"off\";s:10:\"et_pb_text\";s:3:\"off\";s:12:\"et_pb_toggle\";s:3:\"off\";s:11:\"et_pb_video\";s:3:\"off\";s:18:\"et_pb_video_slider\";s:3:\"off\";s:17:\"et_support_center\";s:2:\"on\";s:24:\"et_support_center_system\";s:2:\"on\";s:31:\"et_support_center_remote_access\";s:2:\"on\";s:31:\"et_support_center_documentation\";s:2:\"on\";s:27:\"et_support_center_safe_mode\";s:2:\"on\";s:22:\"et_support_center_logs\";s:2:\"on\";s:24:\"et_divi_mods_portability\";s:3:\"off\";s:18:\"epanel_portability\";s:3:\"off\";s:23:\"et_pb_roles_portability\";s:3:\"off\";s:30:\"et_builder_layouts_portability\";s:3:\"off\";s:22:\"et_builder_portability\";s:3:\"off\";}s:17:\"advanced-customer\";a:98:{s:12:\"divi_library\";s:2:\"on\";s:10:\"ab_testing\";s:3:\"off\";s:12:\"page_options\";s:2:\"on\";s:11:\"portability\";s:2:\"on\";s:10:\"add_module\";s:2:\"on\";s:11:\"edit_module\";s:2:\"on\";s:11:\"move_module\";s:2:\"on\";s:14:\"disable_module\";s:2:\"on\";s:11:\"lock_module\";s:2:\"on\";s:20:\"divi_builder_control\";s:2:\"on\";s:11:\"load_layout\";s:2:\"on\";s:18:\"use_visual_builder\";s:2:\"on\";s:23:\"custom_fonts_management\";s:2:\"on\";s:34:\"read_dynamic_content_custom_fields\";s:3:\"off\";s:12:\"save_library\";s:2:\"on\";s:11:\"add_library\";s:2:\"on\";s:19:\"edit_global_library\";s:2:\"on\";s:16:\"general_settings\";s:2:\"on\";s:17:\"advanced_settings\";s:2:\"on\";s:19:\"custom_css_settings\";s:2:\"on\";s:11:\"edit_colors\";s:2:\"on\";s:12:\"edit_content\";s:2:\"on\";s:10:\"edit_fonts\";s:2:\"on\";s:12:\"edit_buttons\";s:2:\"on\";s:11:\"edit_layout\";s:2:\"on\";s:12:\"edit_borders\";s:2:\"on\";s:18:\"edit_configuration\";s:2:\"on\";s:15:\"et_pb_accordion\";s:2:\"on\";s:11:\"et_pb_audio\";s:2:\"on\";s:14:\"et_pb_counters\";s:2:\"on\";s:9:\"fl_people\";s:2:\"on\";s:10:\"et_pb_blog\";s:2:\"on\";s:11:\"et_pb_blurb\";s:2:\"on\";s:12:\"et_pb_button\";s:2:\"on\";s:9:\"et_pb_cta\";s:2:\"on\";s:20:\"et_pb_circle_counter\";s:2:\"on\";s:10:\"et_pb_code\";s:2:\"on\";s:14:\"et_pb_comments\";s:3:\"off\";s:18:\"et_pb_contact_form\";s:3:\"off\";s:21:\"et_pb_countdown_timer\";s:2:\"on\";s:20:\"et_pb_blurb_extended\";s:2:\"on\";s:36:\"et_pb_dcsbcm_divi_breadcrumbs_module\";s:2:\"on\";s:13:\"et_pb_divider\";s:2:\"on\";s:25:\"et_pb_fullwidth_dwd_popup\";s:2:\"on\";s:12:\"et_pb_signup\";s:3:\"off\";s:26:\"et_pb_filterable_portfolio\";s:3:\"off\";s:20:\"et_pb_fullwidth_code\";s:2:\"on\";s:22:\"et_pb_fullwidth_header\";s:2:\"on\";s:31:\"et_pb_fullwidth_header_extended\";s:2:\"on\";s:21:\"et_pb_fullwidth_image\";s:2:\"on\";s:19:\"et_pb_fullwidth_map\";s:3:\"off\";s:28:\"et_pb_map_fullwidth_extended\";s:3:\"off\";s:20:\"et_pb_fullwidth_menu\";s:2:\"on\";s:25:\"et_pb_fullwidth_portfolio\";s:2:\"on\";s:27:\"et_pb_fullwidth_post_slider\";s:2:\"on\";s:26:\"et_pb_fullwidth_post_title\";s:2:\"on\";s:22:\"et_pb_fullwidth_slider\";s:2:\"on\";s:19:\"et_pb_text_extender\";s:2:\"on\";s:13:\"et_pb_gallery\";s:2:\"on\";s:11:\"et_pb_image\";s:2:\"on\";s:11:\"et_pb_login\";s:2:\"on\";s:9:\"et_pb_map\";s:3:\"off\";s:18:\"et_pb_map_extended\";s:3:\"off\";s:15:\"et_pb_mhmm_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_inline_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_menu_layout\";s:2:\"on\";s:15:\"divi_ninja_form\";s:2:\"on\";s:20:\"et_pb_number_counter\";s:2:\"on\";s:17:\"et_pb_team_member\";s:2:\"on\";s:16:\"fl_people_single\";s:2:\"on\";s:15:\"et_pb_portfolio\";s:3:\"off\";s:14:\"et_pb_post_nav\";s:2:\"on\";s:17:\"et_pb_post_slider\";s:2:\"on\";s:16:\"et_pb_post_title\";s:2:\"on\";s:20:\"et_pb_pricing_tables\";s:2:\"on\";s:12:\"et_pb_search\";s:2:\"on\";s:10:\"et_pb_shop\";s:3:\"off\";s:13:\"et_pb_sidebar\";s:2:\"on\";s:12:\"et_pb_slider\";s:2:\"on\";s:25:\"et_pb_social_media_follow\";s:2:\"on\";s:19:\"et_pb_stop_stacking\";s:2:\"on\";s:10:\"et_pb_tabs\";s:2:\"on\";s:17:\"et_pb_testimonial\";s:2:\"on\";s:10:\"et_pb_text\";s:2:\"on\";s:12:\"et_pb_toggle\";s:2:\"on\";s:11:\"et_pb_video\";s:2:\"on\";s:18:\"et_pb_video_slider\";s:2:\"on\";s:17:\"et_support_center\";s:2:\"on\";s:24:\"et_support_center_system\";s:2:\"on\";s:31:\"et_support_center_remote_access\";s:2:\"on\";s:31:\"et_support_center_documentation\";s:2:\"on\";s:27:\"et_support_center_safe_mode\";s:2:\"on\";s:22:\"et_support_center_logs\";s:2:\"on\";s:24:\"et_divi_mods_portability\";s:3:\"off\";s:18:\"epanel_portability\";s:3:\"off\";s:23:\"et_pb_roles_portability\";s:3:\"off\";s:30:\"et_builder_layouts_portability\";s:3:\"off\";s:22:\"et_builder_portability\";s:3:\"off\";}s:17:\"copywriter-vendor\";a:98:{s:12:\"divi_library\";s:3:\"off\";s:10:\"ab_testing\";s:3:\"off\";s:12:\"page_options\";s:3:\"off\";s:11:\"portability\";s:3:\"off\";s:10:\"add_module\";s:3:\"off\";s:11:\"edit_module\";s:2:\"on\";s:11:\"move_module\";s:3:\"off\";s:14:\"disable_module\";s:3:\"off\";s:11:\"lock_module\";s:3:\"off\";s:20:\"divi_builder_control\";s:3:\"off\";s:11:\"load_layout\";s:3:\"off\";s:18:\"use_visual_builder\";s:2:\"on\";s:23:\"custom_fonts_management\";s:3:\"off\";s:34:\"read_dynamic_content_custom_fields\";s:3:\"off\";s:12:\"save_library\";s:3:\"off\";s:11:\"add_library\";s:3:\"off\";s:19:\"edit_global_library\";s:3:\"off\";s:16:\"general_settings\";s:2:\"on\";s:17:\"advanced_settings\";s:3:\"off\";s:19:\"custom_css_settings\";s:3:\"off\";s:11:\"edit_colors\";s:3:\"off\";s:12:\"edit_content\";s:2:\"on\";s:10:\"edit_fonts\";s:3:\"off\";s:12:\"edit_buttons\";s:3:\"off\";s:11:\"edit_layout\";s:3:\"off\";s:12:\"edit_borders\";s:2:\"on\";s:18:\"edit_configuration\";s:3:\"off\";s:15:\"et_pb_accordion\";s:2:\"on\";s:11:\"et_pb_audio\";s:2:\"on\";s:14:\"et_pb_counters\";s:2:\"on\";s:9:\"fl_people\";s:2:\"on\";s:10:\"et_pb_blog\";s:2:\"on\";s:11:\"et_pb_blurb\";s:2:\"on\";s:12:\"et_pb_button\";s:2:\"on\";s:9:\"et_pb_cta\";s:2:\"on\";s:20:\"et_pb_circle_counter\";s:2:\"on\";s:10:\"et_pb_code\";s:3:\"off\";s:14:\"et_pb_comments\";s:3:\"off\";s:18:\"et_pb_contact_form\";s:3:\"off\";s:21:\"et_pb_countdown_timer\";s:2:\"on\";s:20:\"et_pb_blurb_extended\";s:2:\"on\";s:36:\"et_pb_dcsbcm_divi_breadcrumbs_module\";s:2:\"on\";s:13:\"et_pb_divider\";s:2:\"on\";s:25:\"et_pb_fullwidth_dwd_popup\";s:2:\"on\";s:12:\"et_pb_signup\";s:3:\"off\";s:26:\"et_pb_filterable_portfolio\";s:3:\"off\";s:20:\"et_pb_fullwidth_code\";s:3:\"off\";s:22:\"et_pb_fullwidth_header\";s:2:\"on\";s:31:\"et_pb_fullwidth_header_extended\";s:2:\"on\";s:21:\"et_pb_fullwidth_image\";s:2:\"on\";s:19:\"et_pb_fullwidth_map\";s:3:\"off\";s:28:\"et_pb_map_fullwidth_extended\";s:3:\"off\";s:20:\"et_pb_fullwidth_menu\";s:2:\"on\";s:25:\"et_pb_fullwidth_portfolio\";s:2:\"on\";s:27:\"et_pb_fullwidth_post_slider\";s:2:\"on\";s:26:\"et_pb_fullwidth_post_title\";s:2:\"on\";s:22:\"et_pb_fullwidth_slider\";s:2:\"on\";s:19:\"et_pb_text_extender\";s:2:\"on\";s:13:\"et_pb_gallery\";s:2:\"on\";s:11:\"et_pb_image\";s:2:\"on\";s:11:\"et_pb_login\";s:2:\"on\";s:9:\"et_pb_map\";s:3:\"off\";s:18:\"et_pb_map_extended\";s:3:\"off\";s:15:\"et_pb_mhmm_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_inline_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_menu_layout\";s:2:\"on\";s:15:\"divi_ninja_form\";s:2:\"on\";s:20:\"et_pb_number_counter\";s:2:\"on\";s:17:\"et_pb_team_member\";s:2:\"on\";s:16:\"fl_people_single\";s:2:\"on\";s:15:\"et_pb_portfolio\";s:3:\"off\";s:14:\"et_pb_post_nav\";s:2:\"on\";s:17:\"et_pb_post_slider\";s:2:\"on\";s:16:\"et_pb_post_title\";s:2:\"on\";s:20:\"et_pb_pricing_tables\";s:2:\"on\";s:12:\"et_pb_search\";s:2:\"on\";s:10:\"et_pb_shop\";s:3:\"off\";s:13:\"et_pb_sidebar\";s:2:\"on\";s:12:\"et_pb_slider\";s:2:\"on\";s:25:\"et_pb_social_media_follow\";s:2:\"on\";s:19:\"et_pb_stop_stacking\";s:2:\"on\";s:10:\"et_pb_tabs\";s:2:\"on\";s:17:\"et_pb_testimonial\";s:2:\"on\";s:10:\"et_pb_text\";s:2:\"on\";s:12:\"et_pb_toggle\";s:2:\"on\";s:11:\"et_pb_video\";s:2:\"on\";s:18:\"et_pb_video_slider\";s:2:\"on\";s:17:\"et_support_center\";s:2:\"on\";s:24:\"et_support_center_system\";s:2:\"on\";s:31:\"et_support_center_remote_access\";s:2:\"on\";s:31:\"et_support_center_documentation\";s:2:\"on\";s:27:\"et_support_center_safe_mode\";s:2:\"on\";s:22:\"et_support_center_logs\";s:2:\"on\";s:24:\"et_divi_mods_portability\";s:3:\"off\";s:18:\"epanel_portability\";s:3:\"off\";s:23:\"et_pb_roles_portability\";s:3:\"off\";s:30:\"et_builder_layouts_portability\";s:3:\"off\";s:22:\"et_builder_portability\";s:3:\"off\";}s:8:\"customer\";a:98:{s:12:\"divi_library\";s:3:\"off\";s:10:\"ab_testing\";s:3:\"off\";s:12:\"page_options\";s:3:\"off\";s:11:\"portability\";s:3:\"off\";s:10:\"add_module\";s:3:\"off\";s:11:\"edit_module\";s:2:\"on\";s:11:\"move_module\";s:3:\"off\";s:14:\"disable_module\";s:3:\"off\";s:11:\"lock_module\";s:3:\"off\";s:20:\"divi_builder_control\";s:3:\"off\";s:11:\"load_layout\";s:3:\"off\";s:18:\"use_visual_builder\";s:2:\"on\";s:23:\"custom_fonts_management\";s:3:\"off\";s:34:\"read_dynamic_content_custom_fields\";s:3:\"off\";s:12:\"save_library\";s:3:\"off\";s:11:\"add_library\";s:3:\"off\";s:19:\"edit_global_library\";s:3:\"off\";s:16:\"general_settings\";s:2:\"on\";s:17:\"advanced_settings\";s:3:\"off\";s:19:\"custom_css_settings\";s:3:\"off\";s:11:\"edit_colors\";s:3:\"off\";s:12:\"edit_content\";s:2:\"on\";s:10:\"edit_fonts\";s:3:\"off\";s:12:\"edit_buttons\";s:3:\"off\";s:11:\"edit_layout\";s:3:\"off\";s:12:\"edit_borders\";s:2:\"on\";s:18:\"edit_configuration\";s:3:\"off\";s:15:\"et_pb_accordion\";s:2:\"on\";s:11:\"et_pb_audio\";s:2:\"on\";s:14:\"et_pb_counters\";s:2:\"on\";s:9:\"fl_people\";s:2:\"on\";s:10:\"et_pb_blog\";s:2:\"on\";s:11:\"et_pb_blurb\";s:2:\"on\";s:12:\"et_pb_button\";s:2:\"on\";s:9:\"et_pb_cta\";s:2:\"on\";s:20:\"et_pb_circle_counter\";s:2:\"on\";s:10:\"et_pb_code\";s:3:\"off\";s:14:\"et_pb_comments\";s:3:\"off\";s:18:\"et_pb_contact_form\";s:3:\"off\";s:21:\"et_pb_countdown_timer\";s:2:\"on\";s:20:\"et_pb_blurb_extended\";s:2:\"on\";s:36:\"et_pb_dcsbcm_divi_breadcrumbs_module\";s:2:\"on\";s:13:\"et_pb_divider\";s:2:\"on\";s:25:\"et_pb_fullwidth_dwd_popup\";s:2:\"on\";s:12:\"et_pb_signup\";s:3:\"off\";s:26:\"et_pb_filterable_portfolio\";s:3:\"off\";s:20:\"et_pb_fullwidth_code\";s:3:\"off\";s:22:\"et_pb_fullwidth_header\";s:2:\"on\";s:31:\"et_pb_fullwidth_header_extended\";s:2:\"on\";s:21:\"et_pb_fullwidth_image\";s:2:\"on\";s:19:\"et_pb_fullwidth_map\";s:3:\"off\";s:28:\"et_pb_map_fullwidth_extended\";s:3:\"off\";s:20:\"et_pb_fullwidth_menu\";s:2:\"on\";s:25:\"et_pb_fullwidth_portfolio\";s:2:\"on\";s:27:\"et_pb_fullwidth_post_slider\";s:2:\"on\";s:26:\"et_pb_fullwidth_post_title\";s:2:\"on\";s:22:\"et_pb_fullwidth_slider\";s:2:\"on\";s:19:\"et_pb_text_extender\";s:2:\"on\";s:13:\"et_pb_gallery\";s:2:\"on\";s:11:\"et_pb_image\";s:2:\"on\";s:11:\"et_pb_login\";s:2:\"on\";s:9:\"et_pb_map\";s:3:\"off\";s:18:\"et_pb_map_extended\";s:3:\"off\";s:15:\"et_pb_mhmm_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_inline_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_menu_layout\";s:2:\"on\";s:15:\"divi_ninja_form\";s:2:\"on\";s:20:\"et_pb_number_counter\";s:2:\"on\";s:17:\"et_pb_team_member\";s:2:\"on\";s:16:\"fl_people_single\";s:2:\"on\";s:15:\"et_pb_portfolio\";s:3:\"off\";s:14:\"et_pb_post_nav\";s:2:\"on\";s:17:\"et_pb_post_slider\";s:2:\"on\";s:16:\"et_pb_post_title\";s:2:\"on\";s:20:\"et_pb_pricing_tables\";s:2:\"on\";s:12:\"et_pb_search\";s:2:\"on\";s:10:\"et_pb_shop\";s:3:\"off\";s:13:\"et_pb_sidebar\";s:2:\"on\";s:12:\"et_pb_slider\";s:2:\"on\";s:25:\"et_pb_social_media_follow\";s:2:\"on\";s:19:\"et_pb_stop_stacking\";s:2:\"on\";s:10:\"et_pb_tabs\";s:2:\"on\";s:17:\"et_pb_testimonial\";s:2:\"on\";s:10:\"et_pb_text\";s:2:\"on\";s:12:\"et_pb_toggle\";s:2:\"on\";s:11:\"et_pb_video\";s:2:\"on\";s:18:\"et_pb_video_slider\";s:2:\"on\";s:17:\"et_support_center\";s:2:\"on\";s:24:\"et_support_center_system\";s:2:\"on\";s:31:\"et_support_center_remote_access\";s:2:\"on\";s:31:\"et_support_center_documentation\";s:2:\"on\";s:27:\"et_support_center_safe_mode\";s:2:\"on\";s:22:\"et_support_center_logs\";s:2:\"on\";s:24:\"et_divi_mods_portability\";s:3:\"off\";s:18:\"epanel_portability\";s:3:\"off\";s:23:\"et_pb_roles_portability\";s:3:\"off\";s:30:\"et_builder_layouts_portability\";s:3:\"off\";s:22:\"et_builder_portability\";s:3:\"off\";}s:13:\"design-vendor\";a:98:{s:12:\"divi_library\";s:2:\"on\";s:10:\"ab_testing\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:11:\"portability\";s:3:\"off\";s:10:\"add_module\";s:2:\"on\";s:11:\"edit_module\";s:2:\"on\";s:11:\"move_module\";s:2:\"on\";s:14:\"disable_module\";s:2:\"on\";s:11:\"lock_module\";s:2:\"on\";s:20:\"divi_builder_control\";s:2:\"on\";s:11:\"load_layout\";s:2:\"on\";s:18:\"use_visual_builder\";s:2:\"on\";s:23:\"custom_fonts_management\";s:2:\"on\";s:34:\"read_dynamic_content_custom_fields\";s:3:\"off\";s:12:\"save_library\";s:2:\"on\";s:11:\"add_library\";s:2:\"on\";s:19:\"edit_global_library\";s:2:\"on\";s:16:\"general_settings\";s:2:\"on\";s:17:\"advanced_settings\";s:2:\"on\";s:19:\"custom_css_settings\";s:2:\"on\";s:11:\"edit_colors\";s:2:\"on\";s:12:\"edit_content\";s:2:\"on\";s:10:\"edit_fonts\";s:2:\"on\";s:12:\"edit_buttons\";s:2:\"on\";s:11:\"edit_layout\";s:2:\"on\";s:12:\"edit_borders\";s:2:\"on\";s:18:\"edit_configuration\";s:2:\"on\";s:15:\"et_pb_accordion\";s:2:\"on\";s:11:\"et_pb_audio\";s:2:\"on\";s:14:\"et_pb_counters\";s:2:\"on\";s:9:\"fl_people\";s:2:\"on\";s:10:\"et_pb_blog\";s:2:\"on\";s:11:\"et_pb_blurb\";s:2:\"on\";s:12:\"et_pb_button\";s:2:\"on\";s:9:\"et_pb_cta\";s:2:\"on\";s:20:\"et_pb_circle_counter\";s:2:\"on\";s:10:\"et_pb_code\";s:2:\"on\";s:14:\"et_pb_comments\";s:3:\"off\";s:18:\"et_pb_contact_form\";s:3:\"off\";s:21:\"et_pb_countdown_timer\";s:2:\"on\";s:20:\"et_pb_blurb_extended\";s:2:\"on\";s:36:\"et_pb_dcsbcm_divi_breadcrumbs_module\";s:2:\"on\";s:13:\"et_pb_divider\";s:2:\"on\";s:25:\"et_pb_fullwidth_dwd_popup\";s:2:\"on\";s:12:\"et_pb_signup\";s:3:\"off\";s:26:\"et_pb_filterable_portfolio\";s:3:\"off\";s:20:\"et_pb_fullwidth_code\";s:2:\"on\";s:22:\"et_pb_fullwidth_header\";s:2:\"on\";s:31:\"et_pb_fullwidth_header_extended\";s:2:\"on\";s:21:\"et_pb_fullwidth_image\";s:2:\"on\";s:19:\"et_pb_fullwidth_map\";s:3:\"off\";s:28:\"et_pb_map_fullwidth_extended\";s:3:\"off\";s:20:\"et_pb_fullwidth_menu\";s:2:\"on\";s:25:\"et_pb_fullwidth_portfolio\";s:2:\"on\";s:27:\"et_pb_fullwidth_post_slider\";s:2:\"on\";s:26:\"et_pb_fullwidth_post_title\";s:2:\"on\";s:22:\"et_pb_fullwidth_slider\";s:2:\"on\";s:19:\"et_pb_text_extender\";s:2:\"on\";s:13:\"et_pb_gallery\";s:2:\"on\";s:11:\"et_pb_image\";s:2:\"on\";s:11:\"et_pb_login\";s:2:\"on\";s:9:\"et_pb_map\";s:3:\"off\";s:18:\"et_pb_map_extended\";s:3:\"off\";s:15:\"et_pb_mhmm_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_inline_menu\";s:2:\"on\";s:22:\"et_pb_mhmm_menu_layout\";s:2:\"on\";s:15:\"divi_ninja_form\";s:2:\"on\";s:20:\"et_pb_number_counter\";s:2:\"on\";s:17:\"et_pb_team_member\";s:2:\"on\";s:16:\"fl_people_single\";s:2:\"on\";s:15:\"et_pb_portfolio\";s:3:\"off\";s:14:\"et_pb_post_nav\";s:2:\"on\";s:17:\"et_pb_post_slider\";s:2:\"on\";s:16:\"et_pb_post_title\";s:2:\"on\";s:20:\"et_pb_pricing_tables\";s:2:\"on\";s:12:\"et_pb_search\";s:2:\"on\";s:10:\"et_pb_shop\";s:3:\"off\";s:13:\"et_pb_sidebar\";s:2:\"on\";s:12:\"et_pb_slider\";s:2:\"on\";s:25:\"et_pb_social_media_follow\";s:2:\"on\";s:19:\"et_pb_stop_stacking\";s:2:\"on\";s:10:\"et_pb_tabs\";s:2:\"on\";s:17:\"et_pb_testimonial\";s:2:\"on\";s:10:\"et_pb_text\";s:2:\"on\";s:12:\"et_pb_toggle\";s:2:\"on\";s:11:\"et_pb_video\";s:2:\"on\";s:18:\"et_pb_video_slider\";s:2:\"on\";s:17:\"et_support_center\";s:2:\"on\";s:24:\"et_support_center_system\";s:2:\"on\";s:31:\"et_support_center_remote_access\";s:2:\"on\";s:31:\"et_support_center_documentation\";s:2:\"on\";s:27:\"et_support_center_safe_mode\";s:2:\"on\";s:22:\"et_support_center_logs\";s:2:\"on\";s:24:\"et_divi_mods_portability\";s:3:\"off\";s:18:\"epanel_portability\";s:3:\"off\";s:23:\"et_pb_roles_portability\";s:3:\"off\";s:30:\"et_builder_layouts_portability\";s:3:\"off\";s:22:\"et_builder_portability\";s:3:\"off\";}}','yes'),(247,'flum_api_url','https://thelomad.com/getmad.today/wp-contentflcr.fantasktic.com/api/','no'),(248,'flum_indexed','1','no'),(249,'flco_api_url','https://thelomad.com/getmad.today/wp-contentflcr.fantasktic.com/api','yes'),(250,'acf_pro_license','YToyOntzOjM6ImtleSI7czo3NjoiYjNKa1pYSmZhV1E5TVRNME1EZ3pmSFI1Y0dVOVpHVjJaV3h2Y0dWeWZHUmhkR1U5TWpBeE9DMHdOaTB5T0NBeE5qbzFNRG8wTUE9PSI7czozOiJ1cmwiO3M6ODA6Imh0dHBzOi8vbG9tYWQtdGVzdC5nZXRtYWQudG9kYXkvd3AtY29udGVudGltLXRlbXBsYXRlLmZpbmRsYXczLmZsc2l0ZWJ1aWxkZXIuY29tIjt9','yes'),(251,'db_upgraded','','on'),(252,'ninja_forms_zuul','56','no'),(253,'nf_active_promotions','{\"dashboard\":[{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/thelomad.com/getmad.today\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n setTimeout(function(){ \\/* Wait for services to init. *\\/\\n var data = {\\n width: 450,\\n closeOnClick: \'body\',\\n closeOnEsc: true,\\n content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style="list-style-type:initial;margin-left: 20px;"><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n btnPrimary: {\\n text: \'Sign me up!\',\\n callback: function() {\\n var spinner = document.createElement(\'span\');\\n spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n var w = this.offsetWidth;\\n this.innerHTML = spinner.outerHTML;\\n this.style.width = w+\'px\';\\n ninja_forms_sendwp_remote_install();\\n }\\n },\\n btnSecondary: {\\n text: \'Cancel\',\\n callback: function() {\\n sendwpModal.toggleModal(false);\\n }\\n }\\n }\\n var sendwpModal = new NinjaModal(data);\\n }, 500);\\n \"}]}','off'),(259,'divi_accessibility_options','a:13:{s:12:\"aria_support\";i:1;s:28:\"dropdown_keyboard_navigation\";i:1;s:10:\"fix_labels\";i:1;s:17:\"focusable_modules\";i:1;s:27:\"keyboard_navigation_outline\";i:1;s:13:\"outline_color\";s:7:\"#2ea3f2\";s:18:\"screen_reader_text\";i:1;s:20:\"skip_navigation_link\";i:1;s:17:\"aria_hidden_icons\";i:0;s:22:\"fix_duplicate_menu_ids\";i:1;s:7:\"tota11y\";i:1;s:14:\"developer_mode\";i:0;s:16:\"aria_mobile_menu\";i:1;}','yes'),(262,'et_support_center_setup_done','processed','yes'),(263,'admin_email_lifespan','1708782333','yes'),(290,'options_locked_site','0','no'),(291,'_options_locked_site','field_5b919e87ab902','no'),(635,'fl-admin-notice-option','a:72:{i:0;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:1;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:2;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:3;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:4;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:5;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:6;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:7;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:8;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:9;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:10;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:11;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:12;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:13;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:14;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:15;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:16;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:17;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:18;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:19;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:20;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:21;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:22;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:23;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:24;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:25;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:26;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:27;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:28;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:29;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:30;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:31;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:32;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:33;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:34;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:35;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:36;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:37;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:38;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:39;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:40;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:41;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:42;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:43;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:44;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:45;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:46;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:47;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:48;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:49;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:50;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:51;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:52;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:53;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:54;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:55;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:56;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:57;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:58;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:59;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:60;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:61;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:62;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:63;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:64;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:65;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:66;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:67;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:68;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:69;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:70;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}i:71;O:50:\"Tribe\\Project\\Util\\Admin_Notice\\Admin_Notice_Model\":7:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:18:\"upgrade.php access\";s:7:\"content\";s:114:\"You cannot access the page for Upgrade the Network. Contact one of the followings: paul.samuels@thomsonreuters.com\";s:9:\"was_shown\";b:0;s:17:\"for_network_admin\";b:1;s:14:\"for_blog_admin\";b:0;s:16:\"assigned_user_id\";i:0;}}','yes'),(2004,'options_enable_alttext_from_library','1','no'),(2005,'_options_enable_alttext_from_library','field_options-divi-alt-text.php','no'),(2025,'fbv_review','0','yes'),(2061,'widget_mo_oauth_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2092,'rewrite_rules','a:305:{s:25:\"blog/brainaddons-popup/?$\";s:37:\"index.php?post_type=brainaddons-popup\";s:55:\"blog/brainaddons-popup/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=brainaddons-popup&feed=$matches[1]\";s:50:\"blog/brainaddons-popup/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=brainaddons-popup&feed=$matches[1]\";s:42:\"blog/brainaddons-popup/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=brainaddons-popup&paged=$matches[1]\";s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";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:50:\"blog/brainaddons-popup/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"blog/brainaddons-popup/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"blog/brainaddons-popup/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"blog/brainaddons-popup/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"blog/brainaddons-popup/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"blog/brainaddons-popup/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"blog/brainaddons-popup/([^/]+)/embed/?$\";s:50:\"index.php?brainaddons-popup=$matches[1]&embed=true\";s:43:\"blog/brainaddons-popup/([^/]+)/trackback/?$\";s:44:\"index.php?brainaddons-popup=$matches[1]&tb=1\";s:63:\"blog/brainaddons-popup/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?brainaddons-popup=$matches[1]&feed=$matches[2]\";s:58:\"blog/brainaddons-popup/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?brainaddons-popup=$matches[1]&feed=$matches[2]\";s:51:\"blog/brainaddons-popup/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?brainaddons-popup=$matches[1]&paged=$matches[2]\";s:58:\"blog/brainaddons-popup/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?brainaddons-popup=$matches[1]&cpage=$matches[2]\";s:47:\"blog/brainaddons-popup/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?brainaddons-popup=$matches[1]&page=$matches[2]\";s:39:\"blog/brainaddons-popup/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"blog/brainaddons-popup/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"blog/brainaddons-popup/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"blog/brainaddons-popup/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"blog/brainaddons-popup/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"blog/brainaddons-popup/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"blog/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"blog/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"blog/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"blog/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"blog/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"blog/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"blog/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:19:\"blog/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"blog/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:45:\"blog/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:26:\"blog/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:38:\"blog/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:20:\"blog/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:61:\"blog/layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:56:\"blog/layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:37:\"blog/layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:49:\"blog/layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:31:\"blog/layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:56:\"blog/layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:51:\"blog/layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:32:\"blog/layout_tag/([^/]+)/embed/?$\";s:43:\"index.php?layout_tag=$matches[1]&embed=true\";s:44:\"blog/layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?layout_tag=$matches[1]&paged=$matches[2]\";s:26:\"blog/layout_tag/([^/]+)/?$\";s:32:\"index.php?layout_tag=$matches[1]\";s:61:\"blog/et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:56:\"blog/et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:37:\"blog/et_tb_item_type/([^/]+)/embed/?$\";s:48:\"index.php?et_tb_item_type=$matches[1]&embed=true\";s:49:\"blog/et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?et_tb_item_type=$matches[1]&paged=$matches[2]\";s:31:\"blog/et_tb_item_type/([^/]+)/?$\";s:37:\"index.php?et_tb_item_type=$matches[1]\";s:43:\"blog/et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"blog/et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"blog/et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"blog/et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"blog/et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"blog/et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"blog/et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:36:\"blog/et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:44:\"blog/et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:51:\"blog/et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:40:\"blog/et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:32:\"blog/et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blog/et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blog/et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blog/et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:62:\"blog/project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:57:\"blog/project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:38:\"blog/project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:50:\"blog/project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:32:\"blog/project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:57:\"blog/project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:52:\"blog/project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:33:\"blog/project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:45:\"blog/project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:27:\"blog/project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:39:\"blog/nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"blog/nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"blog/nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"blog/nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"blog/nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"blog/nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"blog/nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:32:\"blog/nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:40:\"blog/nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:47:\"blog/nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:36:\"blog/nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:28:\"blog/nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"blog/nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"blog/nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"blog/nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"blog/nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"blog/nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:49:\"blog/wp_stream_alerts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:59:\"blog/wp_stream_alerts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"blog/wp_stream_alerts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"blog/wp_stream_alerts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"blog/wp_stream_alerts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:55:\"blog/wp_stream_alerts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"blog/wp_stream_alerts/([^/]+)/embed/?$\";s:49:\"index.php?wp_stream_alerts=$matches[1]&embed=true\";s:42:\"blog/wp_stream_alerts/([^/]+)/trackback/?$\";s:43:\"index.php?wp_stream_alerts=$matches[1]&tb=1\";s:50:\"blog/wp_stream_alerts/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wp_stream_alerts=$matches[1]&paged=$matches[2]\";s:57:\"blog/wp_stream_alerts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?wp_stream_alerts=$matches[1]&cpage=$matches[2]\";s:46:\"blog/wp_stream_alerts/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?wp_stream_alerts=$matches[1]&page=$matches[2]\";s:38:\"blog/wp_stream_alerts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"blog/wp_stream_alerts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"blog/wp_stream_alerts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/wp_stream_alerts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/wp_stream_alerts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"blog/wp_stream_alerts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:49:\"blog/et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:59:\"blog/et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"blog/et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"blog/et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"blog/et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:55:\"blog/et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"blog/et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:42:\"blog/et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:50:\"blog/et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:57:\"blog/et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:46:\"blog/et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:38:\"blog/et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"blog/et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"blog/et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"blog/et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"blog/et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"blog/et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"blog/et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"blog/et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"blog/et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"blog/et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"blog/et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:37:\"blog/et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:45:\"blog/et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:52:\"blog/et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:41:\"blog/et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:33:\"blog/et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"blog/et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"blog/et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"blog/et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"blog/et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"blog/et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:49:\"blog/et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:59:\"blog/et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"blog/et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"blog/et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"blog/et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:55:\"blog/et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"blog/et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:42:\"blog/et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:50:\"blog/et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:57:\"blog/et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:46:\"blog/et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:38:\"blog/et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"blog/et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"blog/et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"blog/et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"blog/et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"blog/et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"blog/et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"blog/et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"blog/et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"blog/et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"blog/et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:40:\"blog/et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:48:\"blog/et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:55:\"blog/et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:44:\"blog/et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:36:\"blog/et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"blog/et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"blog/et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"blog/et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"blog/et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"blog/et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:49:\"blog/et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:59:\"blog/et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"blog/et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"blog/et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"blog/et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:55:\"blog/et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"blog/et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:42:\"blog/et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:50:\"blog/et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:57:\"blog/et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:46:\"blog/et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:38:\"blog/et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"blog/et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"blog/et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"blog/et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"blog/et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:24:\"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=6&cpage=$matches[1]\";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: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:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:52:\"blog/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:40:\"blog/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:22:\"blog/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:74:\"blog/([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:69:\"blog/([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:50:\"blog/([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:62:\"blog/([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:44:\"blog/([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:61:\"blog/([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:56:\"blog/([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:37:\"blog/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"blog/([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:31:\"blog/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:48:\"blog/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"blog/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"blog/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"blog/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:18:\"blog/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:52:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"blog/[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:77:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"blog/([0-9]{4})/([0-9]{1,2})/([^/]+)/embed/?$\";s:75:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&embed=true\";s:49:\"blog/([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:69:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&tb=1\";s:69:\"blog/([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:64:\"blog/([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:57:\"blog/([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:64:\"blog/([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:53:\"blog/([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:41:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"blog/[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"blog/([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:43:\"blog/([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:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(2098,'ninja-forms-views-secret','yCAmI3UvVPpsxj7tiECwQPbUPtVzuw9nCjxzt3yw','yes'),(2101,'_transient_ninja_forms_styles_plugin_styles','<style>\n\n /* PLUGIN WIDE STYLES */\n \n .nf-form-content .nf-field-element .ninja-forms-field:not(select) {\n color:#666666;\n }\n </style>','yes'),(3147,'firm_meta_addresses','[{\"id\":56033,\"customerLevelType\":\"MAIN\",\"subLevelType\":\"MAIN\",\"sequenceNumber\":\"1\",\"line1\":\"636 N French Rd\",\"line2\":\"Suite 3\",\"line3\":null,\"line4\":null,\"line5\":null,\"cityText\":\"Amherst\",\"stateText\":\"NY\",\"postCodeText\":\"14228\",\"latitude\":\"43.0358760\",\"longitude\":\"-78.8008900\",\"country\":\"US\",\"primary\":true,\"checkvalue\":\"636 N French Rd\\r\\nSuite 3\\r\\nAmherst, NY 14228\"}]','yes'),(3148,'firm_meta_phones','[{\"phoneNumber\":\"+1-716-616-0111\",\"category\":\"R\",\"type\":\"Local\",\"addressId\":\"56033\",\"checkvalue\":\"+1-716-616-0111 (R)\",\"id\":97450},{\"phoneNumber\":\"+1-855-443-8623\",\"category\":\"R\",\"type\":\"Fax\",\"addressId\":\"56033\",\"checkvalue\":\"+1-855-443-8623 (R)\",\"id\":97451},{\"phoneNumber\":\"+1-716-312-1371\",\"category\":\"CT\",\"type\":\"Local\",\"addressId\":\"56033\",\"checkvalue\":\"+1-716-312-1371 (CT)\",\"id\":2370006}]','yes'),(3149,'firm_meta_emails','[{\"emailId\":63955,\"emailAddress\":\"mail@madwcdefense.com\",\"checkvalue\":\"mail@madwcdefense.com\",\"id\":63955}]','yes'),(3150,'firm_meta_names','[{\"firmNameId\":148766,\"firmName\":\"The Law Offices of Melissa A. Day, PLLC\",\"firmNameType\":\"LEGAL\",\"checkvalue\":\"The Law Offices of Melissa A. Day, PLLC-LEGAL\",\"id\":148766},{\"firmNameId\":148767,\"firmName\":\"The Law Offices of Melissa A. Day, PLLC\",\"firmNameType\":\"DISPLAY\",\"checkvalue\":\"The Law Offices of Melissa A. Day, PLLC-DISPLAY\",\"id\":148767},{\"firmNameId\":148768,\"firmName\":\"The Law Offices of Melissa A. Day, PLLC\",\"firmNameType\":\"SHORT\",\"checkvalue\":\"The Law Offices of Melissa A. Day, PLLC-SHORT\",\"id\":148768}]','yes'),(3151,'coportal_sync_results','a:4:{s:9:\"addresses\";a:2:{s:3:\"new\";a:0:{}s:7:\"deleted\";a:0:{}}s:6:\"phones\";a:2:{s:3:\"new\";a:0:{}s:7:\"deleted\";a:0:{}}s:6:\"emails\";a:2:{s:3:\"new\";a:0:{}s:7:\"deleted\";a:0:{}}s:5:\"names\";a:2:{s:3:\"new\";a:0:{}s:7:\"deleted\";a:0:{}}}','yes'),(3152,'coportal_sync_time','1628720386','yes'),(3153,'options_aliases_names_0_alias','1','no'),(3154,'_options_aliases_names_0_alias','field_59f77f304db91','no'),(3155,'options_aliases_names_0_value','148766','no'),(3156,'_options_aliases_names_0_value','field_59f77f3c4db92','no'),(3157,'options_aliases_names_1_alias','2','no'),(3158,'_options_aliases_names_1_alias','field_59f77f304db91','no'),(3159,'options_aliases_names_1_value','148767','no'),(3160,'_options_aliases_names_1_value','field_59f77f3c4db92','no'),(3161,'options_aliases_names_2_alias','3','no'),(3162,'_options_aliases_names_2_alias','field_59f77f304db91','no'),(3163,'options_aliases_names_2_value','148768','no'),(3164,'_options_aliases_names_2_value','field_59f77f3c4db92','no'),(3165,'options_aliases_names','3','no'),(3166,'_options_aliases_names','field_59f77f214db90','no'),(3167,'options_aliases_addresses_0_alias','1','no'),(3168,'_options_aliases_addresses_0_alias','field_59f7lsiejhf8234','no'),(3169,'options_aliases_addresses_0_value','56033','no'),(3170,'_options_aliases_addresses_0_value','field_595lsdifhw838','no'),(3171,'options_aliases_addresses','1','no'),(3172,'_options_aliases_addresses','field_59f7lksdf83jsh','no'),(3173,'options_aliases_phones','3','no'),(3174,'_options_aliases_phones','field_59wlksjdfow8439','no'),(3175,'options_aliases_emails_0_alias','1','no'),(3176,'_options_aliases_emails_0_alias','field_59asfefoiwe84734','no'),(3177,'options_aliases_emails_0_value','63955','no'),(3178,'_options_aliases_emails_0_value','field_59fffeefoe8823498f','no'),(3179,'options_aliases_emails','1','no'),(3180,'_options_aliases_emails','field_59sfwefo6362395jf','no'),(3181,'options_aliases_phones_0_alias','1','no'),(3182,'_options_aliases_phones_0_alias','field_59fwef239878231','no'),(3183,'options_aliases_phones_0_vanity_label','716-616-0111','no'),(3184,'_options_aliases_phones_0_vanity_label','field_57239lksjdflksdf','no'),(3185,'options_aliases_phones_0_value','97450','no'),(3186,'_options_aliases_phones_0_value','field_59sdfjelwif48858','no'),(3187,'options_aliases_phones_1_alias','2','no'),(3188,'_options_aliases_phones_1_alias','field_59fwef239878231','no'),(3189,'options_aliases_phones_1_vanity_label','855-443-8623','no'),(3190,'_options_aliases_phones_1_vanity_label','field_57239lksjdflksdf','no'),(3191,'options_aliases_phones_1_value','97451','no'),(3192,'_options_aliases_phones_1_value','field_59sdfjelwif48858','no'),(3197,'fbv_is_new_user','1','yes'),(3198,'fbv_first_time_active','1','yes'),(3200,'et_safe_mode_plugins_allowlist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(3201,'fbv_version','5.0.5','yes'),(3202,'https_detection_errors','a:0:{}','off'),(3203,'wpe-health-check-site-status-result','{\"good\":17,\"recommended\":4,\"critical\":4}','yes'),(3204,'tadv_version','5600','yes'),(3206,'finished_updating_comment_type','1','yes'),(3229,'category_children','a:0:{}','yes'),(3267,'et_monarch_options','a:170:{s:34:\"sharing_locations_manage_locations\";a:1:{i:0;s:6:\"inline\";}s:26:\"sharing_sidebar_icon_style\";s:4:\"flip\";s:26:\"sharing_sidebar_icon_shape\";s:9:\"rectangle\";s:35:\"sharing_sidebar_sidebar_orientation\";s:4:\"left\";s:25:\"sharing_sidebar_animation\";s:10:\"slideright\";s:22:\"sharing_sidebar_counts\";b:0;s:26:\"sharing_sidebar_counts_num\";i:0;s:21:\"sharing_sidebar_total\";b:0;s:27:\"sharing_sidebar_total_color\";s:4:\"dark\";s:27:\"sharing_sidebar_display_all\";b:0;s:23:\"sharing_sidebar_spacing\";b:0;s:22:\"sharing_sidebar_mobile\";b:0;s:29:\"sharing_sidebar_custom_colors\";b:0;s:24:\"sharing_sidebar_bg_color\";s:0:\"\";s:30:\"sharing_sidebar_bg_color_hover\";s:0:\"\";s:26:\"sharing_sidebar_icon_color\";s:0:\"\";s:32:\"sharing_sidebar_icon_color_hover\";s:0:\"\";s:26:\"sharing_sidebar_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:25:\"sharing_inline_icon_style\";s:5:\"slide\";s:25:\"sharing_inline_icon_shape\";s:7:\"rounded\";s:29:\"sharing_inline_icons_location\";s:5:\"below\";s:30:\"sharing_inline_icons_alignment\";s:4:\"left\";s:25:\"sharing_inline_col_number\";s:1:\"4\";s:21:\"sharing_inline_counts\";s:1:\"1\";s:25:\"sharing_inline_counts_num\";i:0;s:20:\"sharing_inline_total\";b:0;s:28:\"sharing_inline_network_names\";s:1:\"1\";s:26:\"sharing_inline_display_all\";b:0;s:26:\"sharing_inline_outer_color\";s:4:\"dark\";s:22:\"sharing_inline_spacing\";b:0;s:21:\"sharing_inline_mobile\";b:0;s:28:\"sharing_inline_custom_colors\";b:0;s:23:\"sharing_inline_bg_color\";s:0:\"\";s:29:\"sharing_inline_bg_color_hover\";s:0:\"\";s:25:\"sharing_inline_icon_color\";s:0:\"\";s:31:\"sharing_inline_icon_color_hover\";s:0:\"\";s:25:\"sharing_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:24:\"sharing_popup_icon_style\";s:5:\"slide\";s:24:\"sharing_popup_icon_shape\";s:7:\"rounded\";s:24:\"sharing_popup_title_text\";s:10:\"Share This\";s:26:\"sharing_popup_message_text\";s:34:\"Share this post with your friends!\";s:29:\"sharing_popup_icons_alignment\";s:4:\"left\";s:24:\"sharing_popup_col_number\";s:1:\"3\";s:23:\"sharing_popup_animation\";s:6:\"fadein\";s:24:\"sharing_popup_auto_popup\";s:1:\"1\";s:25:\"sharing_popup_popup_delay\";i:20;s:26:\"sharing_popup_trigger_idle\";b:0;s:26:\"sharing_popup_idle_timeout\";i:15;s:28:\"sharing_popup_trigger_bottom\";b:0;s:29:\"sharing_popup_trigger_comment\";b:0;s:28:\"sharing_popup_scroll_trigger\";b:0;s:24:\"sharing_popup_scroll_pos\";i:50;s:30:\"sharing_popup_trigger_purchase\";b:0;s:21:\"sharing_popup_cookies\";b:0;s:29:\"sharing_popup_cookie_duration\";i:1;s:20:\"sharing_popup_counts\";s:1:\"1\";s:24:\"sharing_popup_counts_num\";i:0;s:19:\"sharing_popup_total\";b:0;s:27:\"sharing_popup_network_names\";s:1:\"1\";s:25:\"sharing_popup_display_all\";b:0;s:21:\"sharing_popup_spacing\";b:0;s:20:\"sharing_popup_mobile\";b:0;s:27:\"sharing_popup_custom_colors\";b:0;s:22:\"sharing_popup_bg_color\";s:0:\"\";s:28:\"sharing_popup_bg_color_hover\";s:0:\"\";s:24:\"sharing_popup_icon_color\";s:0:\"\";s:30:\"sharing_popup_icon_color_hover\";s:0:\"\";s:24:\"sharing_popup_post_types\";a:1:{i:0;s:4:\"post\";}s:24:\"sharing_flyin_icon_style\";s:5:\"slide\";s:24:\"sharing_flyin_icon_shape\";s:7:\"rounded\";s:24:\"sharing_flyin_title_text\";s:10:\"Share This\";s:26:\"sharing_flyin_message_text\";s:34:\"Share this post with your friends!\";s:28:\"sharing_flyin_icons_location\";s:12:\"bottom_right\";s:29:\"sharing_flyin_icons_alignment\";s:4:\"left\";s:24:\"sharing_flyin_col_number\";s:1:\"2\";s:23:\"sharing_flyin_animation\";s:7:\"slideup\";s:24:\"sharing_flyin_auto_popup\";b:0;s:25:\"sharing_flyin_popup_delay\";i:20;s:26:\"sharing_flyin_trigger_idle\";b:0;s:26:\"sharing_flyin_idle_timeout\";i:15;s:28:\"sharing_flyin_trigger_bottom\";s:1:\"1\";s:29:\"sharing_flyin_trigger_comment\";b:0;s:28:\"sharing_flyin_scroll_trigger\";b:0;s:24:\"sharing_flyin_scroll_pos\";i:50;s:30:\"sharing_flyin_trigger_purchase\";b:0;s:21:\"sharing_flyin_cookies\";b:0;s:29:\"sharing_flyin_cookie_duration\";i:1;s:20:\"sharing_flyin_counts\";b:0;s:24:\"sharing_flyin_counts_num\";i:0;s:19:\"sharing_flyin_total\";b:0;s:27:\"sharing_flyin_network_names\";s:1:\"1\";s:25:\"sharing_flyin_display_all\";b:0;s:21:\"sharing_flyin_spacing\";b:0;s:20:\"sharing_flyin_mobile\";b:0;s:27:\"sharing_flyin_custom_colors\";b:0;s:22:\"sharing_flyin_bg_color\";s:0:\"\";s:28:\"sharing_flyin_bg_color_hover\";s:0:\"\";s:24:\"sharing_flyin_icon_color\";s:0:\"\";s:30:\"sharing_flyin_icon_color_hover\";s:0:\"\";s:24:\"sharing_flyin_post_types\";a:1:{i:0;s:4:\"post\";}s:24:\"sharing_media_icon_style\";s:6:\"simple\";s:24:\"sharing_media_icon_shape\";s:7:\"rounded\";s:29:\"sharing_media_icons_alignment\";s:4:\"left\";s:24:\"sharing_media_col_number\";s:4:\"auto\";s:20:\"sharing_media_counts\";b:0;s:24:\"sharing_media_counts_num\";i:0;s:19:\"sharing_media_total\";b:0;s:27:\"sharing_media_network_names\";s:1:\"1\";s:25:\"sharing_media_display_all\";b:0;s:25:\"sharing_media_outer_color\";s:4:\"dark\";s:21:\"sharing_media_spacing\";b:0;s:20:\"sharing_media_mobile\";b:0;s:27:\"sharing_media_custom_colors\";b:0;s:22:\"sharing_media_bg_color\";s:0:\"\";s:28:\"sharing_media_bg_color_hover\";s:0:\"\";s:24:\"sharing_media_icon_color\";s:0:\"\";s:30:\"sharing_media_icon_color_hover\";s:0:\"\";s:24:\"sharing_media_post_types\";a:1:{i:0;s:4:\"post\";}s:26:\"follow_networks_new_window\";s:1:\"1\";s:23:\"follow_networks_use_api\";b:0;s:24:\"follow_networks_vimeo_id\";s:0:\"\";s:28:\"follow_networks_vimeo_secret\";s:0:\"\";s:27:\"follow_networks_linkedin_id\";s:0:\"\";s:31:\"follow_networks_linkedin_secret\";s:0:\"\";s:31:\"follow_networks_twitter_api_key\";s:0:\"\";s:34:\"follow_networks_twitter_api_secret\";s:0:\"\";s:29:\"follow_networks_twitter_token\";s:0:\"\";s:36:\"follow_networks_twitter_token_secret\";s:0:\"\";s:31:\"follow_networks_youtube_api_key\";s:0:\"\";s:24:\"follow_widget_icon_style\";s:5:\"slide\";s:24:\"follow_widget_icon_shape\";s:7:\"rounded\";s:28:\"follow_widget_icons_location\";s:3:\"top\";s:24:\"follow_widget_col_number\";s:1:\"2\";s:20:\"follow_widget_counts\";s:1:\"1\";s:24:\"follow_widget_counts_num\";i:0;s:19:\"follow_widget_total\";s:1:\"1\";s:27:\"follow_widget_network_names\";s:1:\"1\";s:25:\"follow_widget_outer_color\";s:4:\"dark\";s:21:\"follow_widget_spacing\";b:0;s:20:\"follow_widget_mobile\";b:0;s:27:\"follow_widget_custom_colors\";b:0;s:22:\"follow_widget_bg_color\";s:0:\"\";s:28:\"follow_widget_bg_color_hover\";s:0:\"\";s:24:\"follow_widget_icon_color\";s:0:\"\";s:30:\"follow_widget_icon_color_hover\";s:0:\"\";s:27:\"follow_shortcode_icon_style\";s:5:\"slide\";s:27:\"follow_shortcode_icon_shape\";s:7:\"rounded\";s:31:\"follow_shortcode_icons_location\";s:3:\"top\";s:27:\"follow_shortcode_col_number\";s:4:\"auto\";s:23:\"follow_shortcode_counts\";s:1:\"1\";s:27:\"follow_shortcode_counts_num\";i:0;s:22:\"follow_shortcode_total\";s:1:\"1\";s:30:\"follow_shortcode_network_names\";s:1:\"1\";s:28:\"follow_shortcode_outer_color\";s:4:\"dark\";s:24:\"follow_shortcode_spacing\";b:0;s:23:\"follow_shortcode_mobile\";b:0;s:30:\"follow_shortcode_custom_colors\";b:0;s:25:\"follow_shortcode_bg_color\";s:0:\"\";s:31:\"follow_shortcode_bg_color_hover\";s:0:\"\";s:27:\"follow_shortcode_icon_color\";s:0:\"\";s:33:\"follow_shortcode_icon_color_hover\";s:0:\"\";s:24:\"general_main_update_freq\";i:3;s:27:\"general_main_reset_postdata\";b:0;s:24:\"general_main_facebook_id\";s:0:\"\";s:28:\"general_main_facebook_secret\";s:0:\"\";s:35:\"general_main_facebook_instagram_api\";b:0;s:45:\"general_main_facebook_instagram_business_page\";s:0:\"\";s:32:\"general_main_facebook_legacy_api\";b:0;s:23:\"general_main_custom_css\";s:0:\"\";s:33:\"sharing_networks_networks_sorting\";a:3:{s:5:\"label\";a:3:{i:0;s:8:\"Facebook\";i:1;s:7:\"Twitter\";i:2;s:8:\"LinkedIn\";}s:5:\"class\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:8:\"linkedin\";}s:8:\"username\";a:1:{i:1;s:0:\"\";}}}','yes'),(3268,'wpel-external-link-settings','a:18:{s:14:\"apply_settings\";s:1:\"1\";s:6:\"target\";s:6:\"_blank\";s:16:\"target_overwrite\";s:0:\"\";s:10:\"rel_follow\";s:0:\"\";s:20:\"rel_follow_overwrite\";s:0:\"\";s:12:\"rel_noopener\";s:1:\"1\";s:14:\"rel_noreferrer\";s:1:\"1\";s:12:\"rel_external\";i:0;s:13:\"rel_sponsored\";s:1:\"0\";s:7:\"rel_ugc\";s:1:\"0\";s:5:\"title\";s:7:\"{title}\";s:5:\"class\";s:0:\"\";s:9:\"icon_type\";s:0:\"\";s:10:\"icon_image\";s:1:\"1\";s:13:\"icon_dashicon\";s:0:\"\";s:16:\"icon_fontawesome\";s:0:\"\";s:13:\"icon_position\";s:5:\"right\";s:15:\"no_icon_for_img\";s:1:\"1\";}','yes'),(3269,'wpel-internal-link-settings','a:15:{s:14:\"apply_settings\";s:0:\"\";s:6:\"target\";s:0:\"\";s:16:\"target_overwrite\";s:0:\"\";s:10:\"rel_follow\";s:0:\"\";s:20:\"rel_follow_overwrite\";s:0:\"\";s:12:\"rel_noopener\";s:1:\"1\";s:14:\"rel_noreferrer\";s:1:\"1\";s:5:\"title\";s:7:\"{title}\";s:5:\"class\";s:0:\"\";s:9:\"icon_type\";s:0:\"\";s:10:\"icon_image\";s:1:\"1\";s:13:\"icon_dashicon\";s:0:\"\";s:16:\"icon_fontawesome\";s:0:\"\";s:13:\"icon_position\";s:5:\"right\";s:15:\"no_icon_for_img\";s:1:\"1\";}','yes'),(3270,'wpel-excluded-link-settings','a:15:{s:14:\"apply_settings\";s:0:\"\";s:6:\"target\";s:0:\"\";s:16:\"target_overwrite\";s:0:\"\";s:10:\"rel_follow\";s:0:\"\";s:20:\"rel_follow_overwrite\";s:0:\"\";s:12:\"rel_noopener\";s:1:\"1\";s:14:\"rel_noreferrer\";s:1:\"1\";s:5:\"title\";s:7:\"{title}\";s:5:\"class\";s:0:\"\";s:9:\"icon_type\";s:0:\"\";s:10:\"icon_image\";s:1:\"1\";s:13:\"icon_dashicon\";s:0:\"\";s:16:\"icon_fontawesome\";s:0:\"\";s:13:\"icon_position\";s:5:\"right\";s:15:\"no_icon_for_img\";s:1:\"1\";}','yes'),(3271,'wpel-exceptions-settings','a:12:{s:9:\"apply_all\";s:1:\"1\";s:18:\"apply_post_content\";s:1:\"1\";s:14:\"apply_comments\";s:1:\"1\";s:13:\"apply_widgets\";s:1:\"1\";s:13:\"skip_post_ids\";s:0:\"\";s:14:\"ignore_classes\";s:0:\"\";s:28:\"subdomains_as_internal_links\";s:0:\"\";s:12:\"include_urls\";s:0:\"\";s:12:\"exclude_urls\";s:0:\"\";s:26:\"excludes_as_internal_links\";s:0:\"\";s:18:\"ignore_script_tags\";s:1:\"1\";s:19:\"ignore_mailto_links\";s:1:\"1\";}','yes'),(3272,'wpel-admin-settings','a:1:{s:14:\"own_admin_menu\";s:1:\"1\";}','yes'),(3273,'Tribe\\Project\\Site_Init\\WP_External_Links-schema','1','yes'),(3285,'wpel-version','2.55','yes'),(3286,'wpel-first-install','1633365607','yes'),(3342,'Tribe\\Project\\Site_Init\\DIVI_Settings-schema','5','yes'),(3422,'wpe_cache_config','a:28:{s:20:\"sanitized_post_types\";a:4:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:6:\"people\";s:6:\"people\";s:12:\"landing-page\";s:12:\"landing-page\";}s:28:\"sanitized_builtin_post_types\";a:2:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}s:21:\"smarter_cache_enabled\";s:1:\"0\";s:21:\"last_modified_enabled\";s:1:\"0\";s:27:\"wpe_ac_global_last_modified\";s:10:\"1262304000\";s:24:\"post_cache_expires_value\";s:2:\"-1\";s:24:\"page_cache_expires_value\";s:2:\"-1\";s:26:\"people_cache_expires_value\";s:2:\"-1\";s:32:\"landing-page_cache_expires_value\";s:2:\"-1\";s:10:\"namespaces\";a:18:{i:0;s:10:\"oembed/1.0\";i:1;s:19:\"wpe/cache-plugin/v1\";i:2;s:21:\"wpe_sign_on_plugin/v1\";i:3;s:17:\"ninja-forms-views\";i:4;s:14:\"redirection/v1\";i:5;s:17:\"simple-sitemap/v1\";i:6;s:11:\"tr-services\";i:7;s:20:\"tr/site-endpoints/v1\";i:8;s:20:\"tr/site-endpoints/v2\";i:9;s:20:\"tr/site-endpoints/v3\";i:10;s:16:\"quality-check/v1\";i:11;s:10:\"workify/v1\";i:12;s:10:\"workify/v2\";i:13;s:11:\"filebird/v1\";i:14;s:18:\"filebird/public/v1\";i:15;s:7:\"divi/v1\";i:16;s:5:\"wp/v2\";i:17;s:17:\"wp-site-health/v1\";}s:30:\"oembed/1.0_cache_expires_value\";s:2:\"-1\";s:39:\"wpe/cache-plugin/v1_cache_expires_value\";s:2:\"-1\";s:41:\"wpe_sign_on_plugin/v1_cache_expires_value\";s:2:\"-1\";s:37:\"ninja-forms-views_cache_expires_value\";s:2:\"-1\";s:34:\"redirection/v1_cache_expires_value\";s:2:\"-1\";s:37:\"simple-sitemap/v1_cache_expires_value\";s:2:\"-1\";s:31:\"tr-services_cache_expires_value\";s:2:\"-1\";s:40:\"tr/site-endpoints/v1_cache_expires_value\";s:2:\"-1\";s:40:\"tr/site-endpoints/v2_cache_expires_value\";s:2:\"-1\";s:40:\"tr/site-endpoints/v3_cache_expires_value\";s:2:\"-1\";s:36:\"quality-check/v1_cache_expires_value\";s:2:\"-1\";s:30:\"workify/v1_cache_expires_value\";s:2:\"-1\";s:30:\"workify/v2_cache_expires_value\";s:2:\"-1\";s:31:\"filebird/v1_cache_expires_value\";s:2:\"-1\";s:38:\"filebird/public/v1_cache_expires_value\";s:2:\"-1\";s:27:\"divi/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wp/v2_cache_expires_value\";s:2:\"-1\";s:37:\"wp-site-health/v1_cache_expires_value\";s:2:\"-1\";}','yes'),(3453,'fulm_notices','a:2:{s:6:\"update\";a:0:{}s:5:\"error\";a:0:{}}','yes'),(3549,'disallowed_keys','','no'),(3550,'comment_previously_approved','1','yes'),(3551,'auto_plugin_theme_update_emails','a:0:{}','no'),(3552,'auto_update_core_dev','enabled','yes'),(3553,'auto_update_core_minor','enabled','yes'),(3554,'auto_update_core_major','unset','yes'),(3569,'options_fl-tag-header','<!-- No flTag Header -->','no'),(3570,'_options_fl-tag-header','field_576aelkf84jsd','no'),(3571,'options_fl-tag-footer','<!-- START flTag Footer -->\n<script language=\"JavaScript\" type=\"text/javascript\">\nvar FL = FL || {};\nFL = \n{\n \"account\": {\n \"accountId\": 5239763,\n \"siteId\": 74010,\n \"subscriptionId\": \"3602675\",\n \"pixelReady\": true\n },\n \"adobeAnalytics\": {\n \"prodReportSuites\": \"findlaw-46758,findlaw-global-v1,findlawfirmstaging\",\n \"stageReportSuites\": \"findlawfsindividualstage,findlawfsglobalstage,findlawglobalstage\"\n },\n \"google\": {\n \"conversionId\": \"AW-302864025\",\n \"conversions\": {\n \"fl_tag_site_chat_started\": \"uCH7CLaku_MCEJmttZAB\",\n \"fl_tag_site_contact_form_submitted\": \"eBRuCMKhkPMCEJmttZAB\"\n }\n }\n};\n</script>\n<script src=\"//thelomad.com/getmad.today/wp-contentassets.adobedtm.com/a0c0d582e2e6/99ae645efd27/launch-4b8eab27482e.min.js\" async></script><!-- END flTag Footer -->','no'),(3572,'_options_fl-tag-footer','field_576ae98kdli37sy','no'),(3603,'flum_domains','a:1:{i:0;s:55:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/\";}','no'),(3604,'flum_crawl_5986','a:0:{}','no'),(3605,'flum_crawl_indexed_5986','a:1:{s:21:\"https://getmad.today/\";a:0:{}}','no'),(3606,'flum_crawls','a:1:{i:5986;a:6:{s:2:\"id\";i:5986;s:4:\"date\";i:1637581189;s:7:\"targets\";a:1:{i:0;s:55:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/\";}s:11:\"destination\";s:99:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/?secret=true\";s:6:\"status\";s:8:\"finished\";s:8:\"end_date\";i:1637583316;}}','no');
INSERT INTO `cuB_options` VALUES (3609,'flum_source_5986','a:6013:{s:32:\"6d49096f992e7dfad50ddc340f56eacc\";a:10:{s:4:\"hash\";s:32:\"6d49096f992e7dfad50ddc340f56eacc\";s:3:\"url\";s:54:\"https://thelomad.com/getmad.today/wp-contentgetmad.today\";s:4:\"path\";s:1:\"/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:86:\"New York State Workers\' Compensation Defense | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Dont get angry, GET M.A.D. Latest Webinar Videos Email mday@getmad.today for video password Featured\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:32:\"1899074a58316d8605b24080dd0f26ae\";}s:7:\"indexed\";b:0;}s:32:\"4c2adfb49fb71c4f05686094cf28377d\";a:10:{s:4:\"hash\";s:32:\"4c2adfb49fb71c4f05686094cf28377d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/06/imes-the-next-summer-movie-blockbuster-or-just-another-ime-gone-bust/\";s:4:\"path\";s:78:\"/2015/06/imes-the-next-summer-movie-blockbuster-or-just-another-ime-gone-bust/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8573f660df81fb780b02a9bb11b6a2e2\";a:10:{s:4:\"hash\";s:32:\"8573f660df81fb780b02a9bb11b6a2e2\";s:3:\"url\";s:67:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/07/927/\";s:4:\"path\";s:13:\"/2015/07/927/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2313084b18b6c4fa82822d856526513\";a:10:{s:4:\"hash\";s:32:\"e2313084b18b6c4fa82822d856526513\";s:3:\"url\";s:86:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/07/hot-dogs-or-hamburgers/\";s:4:\"path\";s:32:\"/2015/07/hot-dogs-or-hamburgers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"HOT DOGS OR HAMBURGERS? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"HOT DOGS OR HAMBURGERS? Featured Contact Information Recent Blog Posts For this weeks blog post, I d\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"3cefb1cdf23bd6a8bdf6d6bfcc7b89ee\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86424ba38e769c17bef9bd6f6b8f4b80\";a:10:{s:4:\"hash\";s:32:\"86424ba38e769c17bef9bd6f6b8f4b80\";s:3:\"url\";s:123:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/08/answers-to-the-quiz-test-your-ny-workers-compensation-chops/\";s:4:\"path\";s:69:\"/2015/08/answers-to-the-quiz-test-your-ny-workers-compensation-chops/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2825bf2a8bb4ce415fe7d24edcfceadd\";a:10:{s:4:\"hash\";s:32:\"2825bf2a8bb4ce415fe7d24edcfceadd\";s:3:\"url\";s:126:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/08/average-wages-cost-containment-by-controlling-the-fundamentals/\";s:4:\"path\";s:72:\"/2015/08/average-wages-cost-containment-by-controlling-the-fundamentals/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Average Wages? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Average Wages? Featured Contact Information Recent Blog Posts Average Wages? Cost-Containment by Con\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"99eddd642518dc35b175832c164cd8ff\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71b1169e896989488ac4592e61fac6d3\";a:10:{s:4:\"hash\";s:32:\"71b1169e896989488ac4592e61fac6d3\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/08/compliance-monitoring-aka-claims-handling-performance-the-board-is-watching-you-part-i/\";s:4:\"path\";s:96:\"/2015/08/compliance-monitoring-aka-claims-handling-performance-the-board-is-watching-you-part-i/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:69:\"Claims Handling Performance | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Claims Handling Performance Featured Contact Information Recent Blog Posts COMPLIANCE MONITORING, AK\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"5074528fbb0cc47dd02f7e02ba6acd88\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e7f879061712884681aa97756b656f04\";a:10:{s:4:\"hash\";s:32:\"e7f879061712884681aa97756b656f04\";s:3:\"url\";s:139:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/08/we-now-have-the-non-acute-pain-treatment-guidelines-but-what-does-that-mean/\";s:4:\"path\";s:85:\"/2015/08/we-now-have-the-non-acute-pain-treatment-guidelines-but-what-does-that-mean/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3603526acdf69f0cead576916aa177c4\";a:10:{s:4:\"hash\";s:32:\"3603526acdf69f0cead576916aa177c4\";s:3:\"url\";s:82:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/09/challenge-yourself/\";s:4:\"path\";s:28:\"/2015/09/challenge-yourself/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4aeec4cff730f9f63e02d02b07082fa0\";a:10:{s:4:\"hash\";s:32:\"4aeec4cff730f9f63e02d02b07082fa0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/09/labor-market-attachment-refresher/\";s:4:\"path\";s:43:\"/2015/09/labor-market-attachment-refresher/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b62f25650c1df39bfddeb46372569cac\";a:10:{s:4:\"hash\";s:32:\"b62f25650c1df39bfddeb46372569cac\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/09/summer-is-almost-over-seasonal-employees-back-to-work-or-not-part-2-on-calculating-aww/\";s:4:\"path\";s:96:\"/2015/09/summer-is-almost-over-seasonal-employees-back-to-work-or-not-part-2-on-calculating-aww/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:64:\"Summer is Almost Over! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Summer is Almost Over! Featured Contact Information Recent Blog Posts Seasonal Employees Back to Wor\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"d1a252349779dc7a0cb77c6439f4805c\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd6dd76d4ae009e04202648627b8c847\";a:10:{s:4:\"hash\";s:32:\"cd6dd76d4ae009e04202648627b8c847\";s:3:\"url\";s:214:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/10/when-does-vocational-and-functional-considerations-such-as-a-claimants-age-education-training-experience-etc-have-an-influence-on-a-claimants-benefits/\";s:4:\"path\";s:160:\"/2015/10/when-does-vocational-and-functional-considerations-such-as-a-claimants-age-education-training-experience-etc-have-an-influence-on-a-claimants-benefits/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:70:\"Vocational and Functional… | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Vocational and Functional Featured Contact Information Recent Blog Posts WHEN DOES VOCATIONAL AND FU\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"129084c22487b37d6b3239197a2bb43d\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82dfb5934e5959cf8437bbf8b9d423eb\";a:10:{s:4:\"hash\";s:32:\"82dfb5934e5959cf8437bbf8b9d423eb\";s:3:\"url\";s:183:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/11/full-board-holds-that-an-employee-cannot-be-considered-a-six-day-worker-merely-because-he-has-worked-more-than-270-days/\";s:4:\"path\";s:129:\"/2015/11/full-board-holds-that-an-employee-cannot-be-considered-a-six-day-worker-merely-because-he-has-worked-more-than-270-days/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"An Employee Cannot be… | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"An Employee Cannot be Featured Contact Information Recent Blog Posts FULL BOARD HOLDS THAT AN EMPLOY\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"8e7c6800388e670595db5e4c241bad0f\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42474a035ae97004ea1ea74060dde35d\";a:10:{s:4:\"hash\";s:32:\"42474a035ae97004ea1ea74060dde35d\";s:3:\"url\";s:166:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2015/11/ny-allows-employer-to-utilize-a-preferred-provider-organization-ppo-for-the-first-30-days-of-treatment/\";s:4:\"path\";s:112:\"/2015/11/ny-allows-employer-to-utilize-a-preferred-provider-organization-ppo-for-the-first-30-days-of-treatment/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66eb37948db92f1152cab3b7105966d4\";a:10:{s:4:\"hash\";s:32:\"66eb37948db92f1152cab3b7105966d4\";s:3:\"url\";s:102:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\";s:4:\"path\";s:48:\"/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"935109045ebf4be3d017a26e7680e6b9\";a:10:{s:4:\"hash\";s:32:\"935109045ebf4be3d017a26e7680e6b9\";s:3:\"url\";s:173:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\";s:4:\"path\";s:119:\"/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0f767aca993902fbdf15106413caa7d\";a:10:{s:4:\"hash\";s:32:\"a0f767aca993902fbdf15106413caa7d\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\";s:4:\"path\";s:93:\"/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17086b190bef0c730bd64c3afc73d960\";a:10:{s:4:\"hash\";s:32:\"17086b190bef0c730bd64c3afc73d960\";s:3:\"url\";s:174:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2019/05/claimants-conviction-of-unlawful-manufacture-of-methamphetamine-does-not-amount-to-a-violation-under-wcl-114-a/\";s:4:\"path\";s:120:\"/2019/05/claimants-conviction-of-unlawful-manufacture-of-methamphetamine-does-not-amount-to-a-violation-under-wcl-114-a/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:156:\"Claimant’s conviction of unlawful manufacture of methamphetamine does not amount to a violation under WCL 114-a. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Claimants conviction of unlawful manufacture of methamphetamine does not amount to a violation under\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e36d7cd8cfa26725261c09952592f0c0\";a:10:{s:4:\"hash\";s:32:\"e36d7cd8cfa26725261c09952592f0c0\";s:3:\"url\";s:137:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2019/07/melissa-a-day-esq-invited-to-join-buffalo-business-first-leadership-trust/\";s:4:\"path\";s:83:\"/2019/07/melissa-a-day-esq-invited-to-join-buffalo-business-first-leadership-trust/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:118:\"Melissa A. Day, Esq. invited to join Buffalo Business First Leadership Trust | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melissa A. Day, Esq. invited to join Buffalo Business First Leadership Trust Featured Contact Inform\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"64ca23be1461329ac521ef079b8d2c76\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2cc433e4e88363d7ee8418cf66f5e921\";a:10:{s:4:\"hash\";s:32:\"2cc433e4e88363d7ee8418cf66f5e921\";s:3:\"url\";s:126:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2020/06/proposed-changes-to-%c2%a7%c2%a7300-22-and-300-23-overpayments/\";s:4:\"path\";s:72:\"/2020/06/proposed-changes-to-%c2%a7%c2%a7300-22-and-300-23-overpayments/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:100:\"Proposed Changes to §§300.22 and 300.23 – Overpayments | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Proposed Changes to 300.22 and 300.23 Overpayments Featured Contact Information Recent Blog Posts N\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"53bf9cc231f1a041ef61c05e4a19c616\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb9650dd6cd64cc3b70d0e2d789dfe0b\";a:10:{s:4:\"hash\";s:32:\"fb9650dd6cd64cc3b70d0e2d789dfe0b\";s:3:\"url\";s:106:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\";s:4:\"path\";s:52:\"/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:85:\"A Win for The Law Offices of Melissa A. Day | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"A Win for The Law Offices of Melissa A. Day Featured Contact Information Recent Blog Posts By Reserv\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"6b2be5ae250a54ad62ac0871bedc0486\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89bb08ac4258da61fea310f8a7a824c0\";a:10:{s:4:\"hash\";s:32:\"89bb08ac4258da61fea310f8a7a824c0\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\";s:4:\"path\";s:58:\"/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec1d9390f40edc783a3d0b5c853d8ac1\";a:10:{s:4:\"hash\";s:32:\"ec1d9390f40edc783a3d0b5c853d8ac1\";s:3:\"url\";s:140:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\";s:4:\"path\";s:86:\"/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a29fee0273565a54315f4c6950f60e01\";a:10:{s:4:\"hash\";s:32:\"a29fee0273565a54315f4c6950f60e01\";s:3:\"url\";s:102:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/05/labor-market-attachment-and-retirement/\";s:4:\"path\";s:48:\"/2021/05/labor-market-attachment-and-retirement/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:80:\"Labor Market Attachment and Retirement | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Labor Market Attachment and Retirement Leave a Reply Cancel reply Featured Contact Information Recen\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"3aa943cc4bc91b81b56f2fd521d9d076\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e06b0f64ddc32e046f3b6882c02e69e\";a:10:{s:4:\"hash\";s:32:\"2e06b0f64ddc32e046f3b6882c02e69e\";s:3:\"url\";s:111:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/06/stipulations-reimbursements-underpayments-oh-my/\";s:4:\"path\";s:57:\"/2021/06/stipulations-reimbursements-underpayments-oh-my/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:93:\"Stipulations, Reimbursements, Underpayments. Oh My! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Stipulations, Reimbursements, Underpayments. Oh My! Leave a Reply Cancel reply Featured Contact Info\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"5b288cef2c963aa20d19e2aa50d754c1\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a7f6f1b43c2bcce2c62fdd14f1ce9e4\";a:10:{s:4:\"hash\";s:32:\"5a7f6f1b43c2bcce2c62fdd14f1ce9e4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/06/third-deparment-decision-disputing-causal-relationship/\";s:4:\"path\";s:64:\"/2021/06/third-deparment-decision-disputing-causal-relationship/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0d9d659db7db615d7aeaabd7cb1155a1\";a:10:{s:4:\"hash\";s:32:\"0d9d659db7db615d7aeaabd7cb1155a1\";s:3:\"url\";s:101:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/07/an-exploration-of-legal-apportionment/\";s:4:\"path\";s:47:\"/2021/07/an-exploration-of-legal-apportionment/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:85:\"An Exploration of “Legal Apportionment” | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"An Exploration of Legal Apportionment Leave a Reply Cancel reply Featured Contact Information Recent\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d4597fedd81cbd373c733260d7ba1c9\";a:10:{s:4:\"hash\";s:32:\"2d4597fedd81cbd373c733260d7ba1c9\";s:3:\"url\";s:121:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\";s:4:\"path\";s:67:\"/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:99:\"Carpal Tunnel and Causal Relation Not Always So Clear-Cut | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Carpal Tunnel and Causal Relation Not Always So Clear-Cut Leave a Reply Cancel reply Featured Contac\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"df1a9925532ba875a7495de4ff003c4c\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"286e97f2be3c28be192a7502a98f16da\";a:10:{s:4:\"hash\";s:32:\"286e97f2be3c28be192a7502a98f16da\";s:3:\"url\";s:79:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/07/its-no-accident/\";s:4:\"path\";s:25:\"/2021/07/its-no-accident/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1181ea9e938d14dbae001858da43d0ef\";a:10:{s:4:\"hash\";s:32:\"1181ea9e938d14dbae001858da43d0ef\";s:3:\"url\";s:115:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\";s:4:\"path\";s:61:\"/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37cf981f13b30525880e258aa33e05c7\";a:10:{s:4:\"hash\";s:32:\"37cf981f13b30525880e258aa33e05c7\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/08/disallowance-due-to-intoxication/\";s:4:\"path\";s:42:\"/2021/08/disallowance-due-to-intoxication/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:74:\"Disallowance Due to Intoxication | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Disallowance Due to Intoxication Leave a Reply Cancel reply Featured Contact Information Recent Blog\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"c5e6fade6822445e55f818c37eca7c19\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b12391de543e2779fccb021984f4eca\";a:10:{s:4:\"hash\";s:32:\"0b12391de543e2779fccb021984f4eca\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/08/surveillance-social-media-section-32/\";s:4:\"path\";s:46:\"/2021/08/surveillance-social-media-section-32/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:82:\"Surveillance, Social Media…Section 32? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Surveillance, Social MediaSection 32? Leave a Reply Cancel reply Featured Contact Information Recent\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"5cd9d23240f5f9ad3513e73d8f880553\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8bd6277be00e526d3061c23985e59ffa\";a:10:{s:4:\"hash\";s:32:\"8bd6277be00e526d3061c23985e59ffa\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/08/that-prior-loss-wont-just-come-out-in-the-wash/\";s:4:\"path\";s:56:\"/2021/08/that-prior-loss-wont-just-come-out-in-the-wash/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:91:\"That Prior Loss Won’t Just Come Out in the Wash | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"That Prior Loss Wont Just Come Out in the Wash Leave a Reply Cancel reply Featured Contact Informati\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0f5dbeaaac9974341e6c6fa04b511d6\";a:10:{s:4:\"hash\";s:32:\"b0f5dbeaaac9974341e6c6fa04b511d6\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\";s:4:\"path\";s:89:\"/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:121:\"Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of Use | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of Use Leave a Reply Cancel\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"6334e0685a66f60a6e9874624825962e\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec15f37e85764e6525615f03120f5c50\";a:10:{s:4:\"hash\";s:32:\"ec15f37e85764e6525615f03120f5c50\";s:3:\"url\";s:64:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/about-us/\";s:4:\"path\";s:10:\"/about-us/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:50:\"About Us | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"About Us Featured Contact Information Recent Blog Posts The Law Offices of Melissa A. Day, PLLC is W\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"91e89aba7f17e67d68c0df54f9936d6b\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23f460d0b580ebe1b966af572319c094\";a:10:{s:4:\"hash\";s:32:\"23f460d0b580ebe1b966af572319c094\";s:3:\"url\";s:70:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/author/efourie/\";s:4:\"path\";s:16:\"/author/efourie/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2908122fa3cb71aefaecdd8bfa1e385\";a:10:{s:4:\"hash\";s:32:\"c2908122fa3cb71aefaecdd8bfa1e385\";s:3:\"url\";s:71:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/author/jcousins/\";s:4:\"path\";s:17:\"/author/jcousins/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18538a1781b30a57d72cfad3311cb1dd\";a:10:{s:4:\"hash\";s:32:\"18538a1781b30a57d72cfad3311cb1dd\";s:3:\"url\";s:67:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/author/mday/\";s:4:\"path\";s:13:\"/author/mday/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"Melissa Day | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Author Archives: Melissa Day A Win for The Law Offices of Melissa A. Day Proposed Changes to 300.22 \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"594f250f3292943c525b5365defc432f\";a:10:{s:4:\"hash\";s:32:\"594f250f3292943c525b5365defc432f\";s:3:\"url\";s:74:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/author/mday/page/2/\";s:4:\"path\";s:20:\"/author/mday/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a4f11fe6c425c20dc6165213f6b803e\";a:10:{s:4:\"hash\";s:32:\"9a4f11fe6c425c20dc6165213f6b803e\";s:3:\"url\";s:71:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/author/mszeliga/\";s:4:\"path\";s:17:\"/author/mszeliga/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ad1f72ed21c456d2b64d8082fe6dc4d\";a:10:{s:4:\"hash\";s:32:\"8ad1f72ed21c456d2b64d8082fe6dc4d\";s:3:\"url\";s:71:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/category/im-mad/\";s:4:\"path\";s:17:\"/category/im-mad/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:51:\"I’m MAD | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Category Archives: Im MAD A Win for The Law Offices of Melissa A. Day Proposed Changes to 300.22 and\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ba9bf20afca0d9f21144fe16ffc8873\";a:10:{s:4:\"hash\";s:32:\"9ba9bf20afca0d9f21144fe16ffc8873\";s:3:\"url\";s:78:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/category/im-mad/page/2/\";s:4:\"path\";s:24:\"/category/im-mad/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:51:\"I’m MAD | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Category Archives: Im MAD Review of Workers Compensation Board Schedule Loss of Use Frequently Asked\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d646def6d55fbd696898160eef7eb72\";a:10:{s:4:\"hash\";s:32:\"5d646def6d55fbd696898160eef7eb72\";s:3:\"url\";s:73:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/category/mad-news/\";s:4:\"path\";s:19:\"/category/mad-news/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:50:\"MAD News | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Category Archives: MAD News That Prior Loss Wont Just Come Out in the Wash Using the Contralateral L\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"3e4c69461ea6d21f2a9eeb3a466e4202\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4eb196bf8825be8d1b00d3835342de9\";a:10:{s:4:\"hash\";s:32:\"b4eb196bf8825be8d1b00d3835342de9\";s:3:\"url\";s:80:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/category/mad-news/page/2/\";s:4:\"path\";s:26:\"/category/mad-news/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:50:\"MAD News | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Category Archives: MAD News Carpal Tunnel and Causal Relation Not Always So Clear-Cut Pain is Not En\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"3e4c69461ea6d21f2a9eeb3a466e4202\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c98f257972886fac21b0e0e729f7129\";a:10:{s:4:\"hash\";s:32:\"2c98f257972886fac21b0e0e729f7129\";s:3:\"url\";s:80:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/category/mad-news/page/3/\";s:4:\"path\";s:26:\"/category/mad-news/page/3/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c873cab52a0fdee93f134b8db16cfc5a\";a:10:{s:4:\"hash\";s:32:\"c873cab52a0fdee93f134b8db16cfc5a\";s:3:\"url\";s:89:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/category/nys-workers-compensation/\";s:4:\"path\";s:35:\"/category/nys-workers-compensation/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:66:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Category Archives: NYS Workers Compensation That Prior Loss Wont Just Come Out in the Wash Using the\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"0d9970a57d14cccc7e0ef4404f971a3e\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f040a73de1792e2d4c9d61cdb3e5d52\";a:10:{s:4:\"hash\";s:32:\"8f040a73de1792e2d4c9d61cdb3e5d52\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/category/nys-workers-compensation/page/2/\";s:4:\"path\";s:42:\"/category/nys-workers-compensation/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eb7c8eb9840a662d8187a739e69bb0ff\";a:10:{s:4:\"hash\";s:32:\"eb7c8eb9840a662d8187a739e69bb0ff\";s:3:\"url\";s:78:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/category/uncategorized/\";s:4:\"path\";s:24:\"/category/uncategorized/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Uncategorized | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Category Archives: Uncategorized IMEs : The Next Summer Movie Blockbuster or Just Another IME Gone B\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3c394d3cd81a75857428c2b8b7ec95a\";a:10:{s:4:\"hash\";s:32:\"b3c394d3cd81a75857428c2b8b7ec95a\";s:3:\"url\";s:72:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/\";s:4:\"path\";s:18:\"/client-resources/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Client Resources | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Client Resources Featured Contact Information Recent Blog Posts Webinar Videos Permanent Partial Dis\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"0cc3e1c4c92eb996bebe317d66fef85c\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:32:\"0cc3e1c4c92eb996bebe317d66fef85c\";}s:7:\"indexed\";b:0;}s:32:\"5045279d86a7ec130fc786a3171ec161\";a:10:{s:4:\"hash\";s:32:\"5045279d86a7ec130fc786a3171ec161\";s:3:\"url\";s:89:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/case-law-updates/\";s:4:\"path\";s:35:\"/client-resources/case-law-updates/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:58:\"Case Law Updates | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Case Law Updates Featured Contact Information Recent Blog Posts Every year, LOMADs attorneys practic\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"d757abef6cdda55afcdb11ddbba0b7ce\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a4b2b0816c143fbc3a5324f050a82809\";a:10:{s:4:\"hash\";s:32:\"a4b2b0816c143fbc3a5324f050a82809\";s:3:\"url\";s:86:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/helpful-links/\";s:4:\"path\";s:32:\"/client-resources/helpful-links/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Helpful Links | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Helpful Links Featured Contact Information Recent Blog Posts NEW YORK STATEWORKERS COMPENSATION BOAR\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60ad4c9ddef597be6d764af1fd2c720a\";a:10:{s:4:\"hash\";s:32:\"60ad4c9ddef597be6d764af1fd2c720a\";s:3:\"url\";s:86:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/life-awards-2/\";s:4:\"path\";s:32:\"/client-resources/life-awards-2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"Life Awards | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Life Awards Featured Contact Information Recent Blog Posts 5% Interest (Accident on or after Jan\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8102e11852b2f1d30a814190503350a\";a:10:{s:4:\"hash\";s:32:\"d8102e11852b2f1d30a814190503350a\";s:3:\"url\";s:82:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/max-rates/\";s:4:\"path\";s:28:\"/client-resources/max-rates/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:51:\"Max Rates | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Max Rates Featured Contact Information Recent Blog Posts ATTORNEY ADVERTISING - PRIOR RESULTS DO N\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"a9f7255f3a2bbda249a611140a9ff68c\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:32:\"a9f7255f3a2bbda249a611140a9ff68c\";}s:7:\"indexed\";b:0;}s:32:\"3500709a03140095c5571fe2edc829c1\";a:10:{s:4:\"hash\";s:32:\"3500709a03140095c5571fe2edc829c1\";s:3:\"url\";s:81:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/mt-rates/\";s:4:\"path\";s:27:\"/client-resources/mt-rates/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5662e01cb66aca4050ce0fbde89646d\";a:10:{s:4:\"hash\";s:32:\"e5662e01cb66aca4050ce0fbde89646d\";s:3:\"url\";s:94:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/permanency-guidelines/\";s:4:\"path\";s:40:\"/client-resources/permanency-guidelines/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:64:\"Presentations/Case Law | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Presentations/Case Law THE BREAKFAST CLUB ADVANCED NY WC ISSUES WEBINAR SERIES SCHEDULE NEW YORK WO\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5e90fd7289c498a6a065cb7f075a6f4\";a:10:{s:4:\"hash\";s:32:\"e5e90fd7289c498a6a065cb7f075a6f4\";s:3:\"url\";s:81:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/ppd-caps/\";s:4:\"path\";s:27:\"/client-resources/ppd-caps/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:50:\"PPD Caps | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"PPD Caps Featured Contact Information Recent Blog Posts ATTORNEY ADVERTISING - PRIOR RESULTS DO NOT\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"e6f4ec1ed34b8ac51580cae195d5fc5d\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:32:\"e6f4ec1ed34b8ac51580cae195d5fc5d\";}s:7:\"indexed\";b:0;}s:32:\"f4c9c7969c75a5dc65046de44ca5dce5\";a:10:{s:4:\"hash\";s:32:\"f4c9c7969c75a5dc65046de44ca5dce5\";s:3:\"url\";s:79:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/client-resources/sluphp/\";s:4:\"path\";s:25:\"/client-resources/sluphp/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:49:\"SLU/PHP | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"SLU/PHP Featured Contact Information Recent Blog Posts [CP_CALCULATED_FIELDS id=1] ATTORNEY ADVERTI\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"0876e3f5e61525b806ac976249f03276\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6667c17ca648e83adf154ff532eda77e\";a:10:{s:4:\"hash\";s:32:\"6667c17ca648e83adf154ff532eda77e\";s:3:\"url\";s:66:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/contact-us/\";s:4:\"path\";s:12:\"/contact-us/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:63:\"Contact/Refer a Claim | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Contact/Refer a Claim Featured Contact Information Recent Blog Posts Location: North Forest Office P\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5b0b2dd3f7579c7571c4d818f9dde99\";a:10:{s:4:\"hash\";s:32:\"d5b0b2dd3f7579c7571c4d818f9dde99\";s:3:\"url\";s:120:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/attorney-james-cousins-receives-ny-guard-achievement-medal/\";s:4:\"path\";s:66:\"/event/attorney-james-cousins-receives-ny-guard-achievement-medal/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92d053d924e26cbeedd31486f070acd0\";a:10:{s:4:\"hash\";s:32:\"92d053d924e26cbeedd31486f070acd0\";s:3:\"url\";s:137:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/attorney-james-cousins-receives-ny-guard-achievement-medal/?instance_id=217/\";s:4:\"path\";s:66:\"/event/attorney-james-cousins-receives-ny-guard-achievement-medal/\";s:5:\"query\";s:15:\"instance_id=217\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76abced99c115d5d45b2cc763fb4d116\";a:10:{s:4:\"hash\";s:32:\"76abced99c115d5d45b2cc763fb4d116\";s:3:\"url\";s:86:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/bca-golf-tournament-2021/\";s:4:\"path\";s:32:\"/event/bca-golf-tournament-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cdd1f7b29539e465854cd06349f4079c\";a:10:{s:4:\"hash\";s:32:\"cdd1f7b29539e465854cd06349f4079c\";s:3:\"url\";s:103:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/bca-golf-tournament-2021/?instance_id=319/\";s:4:\"path\";s:32:\"/event/bca-golf-tournament-2021/\";s:5:\"query\";s:15:\"instance_id=319\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"BCA Golf Tournament 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"BCA Golf Tournament 2021 Featured Contact Information Recent Blog Posts Save the Date! The Buffalo\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ff11f1a8c9cf4cb4942599b94b2c83d\";a:10:{s:4:\"hash\";s:32:\"1ff11f1a8c9cf4cb4942599b94b2c83d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/bisons-family-night-featuring-lomad/\";s:4:\"path\";s:43:\"/event/bisons-family-night-featuring-lomad/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c6f33c4c4164c44273c04bcc82d6d00\";a:10:{s:4:\"hash\";s:32:\"2c6f33c4c4164c44273c04bcc82d6d00\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/bisons-family-night-featuring-lomad/?instance_id=221/\";s:4:\"path\";s:43:\"/event/bisons-family-night-featuring-lomad/\";s:5:\"query\";s:15:\"instance_id=221\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:78:\"Bisons Family Night featuring LOMAD! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Bisons Family Night featuring LOMAD! Featured Contact Information Recent Blog Posts The Law Offices\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da6114b43ed9183ac92b69ba9b829fb0\";a:10:{s:4:\"hash\";s:32:\"da6114b43ed9183ac92b69ba9b829fb0\";s:3:\"url\";s:93:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/brian-prince-is-getting-married/\";s:4:\"path\";s:39:\"/event/brian-prince-is-getting-married/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e719887d7cbf8159d430402579146ee\";a:10:{s:4:\"hash\";s:32:\"2e719887d7cbf8159d430402579146ee\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/brian-prince-is-getting-married/?instance_id=216/\";s:4:\"path\";s:39:\"/event/brian-prince-is-getting-married/\";s:5:\"query\";s:15:\"instance_id=216\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:74:\"Brian Prince is Getting Married! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Brian Prince is Getting Married! Featured Contact Information Recent Blog Posts Congratulations to A\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e03071d3ace70b418b6a383f4e7ec33\";a:10:{s:4:\"hash\";s:32:\"6e03071d3ace70b418b6a383f4e7ec33\";s:3:\"url\";s:107:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/buffalo-claims-association-education-day-2019/\";s:4:\"path\";s:53:\"/event/buffalo-claims-association-education-day-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:91:\"Buffalo Claims Association – Education Day 2019 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Buffalo Claims Association Education Day 2019 Featured Contact Information Recent Blog Posts The at\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe7bae3d5a95192013eceae0f66071b2\";a:10:{s:4:\"hash\";s:32:\"fe7bae3d5a95192013eceae0f66071b2\";s:3:\"url\";s:124:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/buffalo-claims-association-education-day-2019/?instance_id=222/\";s:4:\"path\";s:53:\"/event/buffalo-claims-association-education-day-2019/\";s:5:\"query\";s:15:\"instance_id=222\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f86ef044b9971d56aacce5ab931fcc1\";a:10:{s:4:\"hash\";s:32:\"7f86ef044b9971d56aacce5ab931fcc1\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/congratulations-to-brian-k-prince-for-one-year-with-lomad/?instance_id=75/\";s:4:\"path\";s:65:\"/event/congratulations-to-brian-k-prince-for-one-year-with-lomad/\";s:5:\"query\";s:14:\"instance_id=75\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:100:\"Congratulations to Brian K. Prince for one year with LOMAD | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Congratulations to Brian K. Prince for one year with LOMAD Featured Contact Information Recent Blog \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6dc2d88ef3ca16f2486363f8ed593d77\";a:10:{s:4:\"hash\";s:32:\"6dc2d88ef3ca16f2486363f8ed593d77\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/james-cousins-speaks-at-national-business-institute/\";s:4:\"path\";s:59:\"/event/james-cousins-speaks-at-national-business-institute/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:93:\"James Cousins speaks at National Business Institute | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"James Cousins speaks at National Business Institute Featured Contact Information Recent Blog Posts J\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca6b43da2fe0b2bb187eb72fb634ae41\";a:10:{s:4:\"hash\";s:32:\"ca6b43da2fe0b2bb187eb72fb634ae41\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/james-cousins-speaks-at-national-business-institute/?instance_id=322/\";s:4:\"path\";s:59:\"/event/james-cousins-speaks-at-national-business-institute/\";s:5:\"query\";s:15:\"instance_id=322\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02f46747a551872c01bcbeb286fc1d54\";a:10:{s:4:\"hash\";s:32:\"02f46747a551872c01bcbeb286fc1d54\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/kids-chance-of-new-york-charity-golf-outing-2021/\";s:4:\"path\";s:56:\"/event/kids-chance-of-new-york-charity-golf-outing-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:90:\"Kids Chance of New York Charity Golf Outing 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Kids Chance of New York Charity Golf Outing 2021 Featured Contact Information Recent Blog Posts Kids\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1697613826f7cdd72f9a3c516be0e09\";a:10:{s:4:\"hash\";s:32:\"e1697613826f7cdd72f9a3c516be0e09\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/kids-chance-of-new-york-charity-golf-outing-2021/?instance_id=258/\";s:4:\"path\";s:56:\"/event/kids-chance-of-new-york-charity-golf-outing-2021/\";s:5:\"query\";s:15:\"instance_id=258\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cf70949bd9b5c1dbf2d7463cddd7c40\";a:10:{s:4:\"hash\";s:32:\"3cf70949bd9b5c1dbf2d7463cddd7c40\";s:3:\"url\";s:95:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/little-league-softball-lomad-wins/\";s:4:\"path\";s:41:\"/event/little-league-softball-lomad-wins/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"547d71fbbb17ac2b712997892d4e3424\";a:10:{s:4:\"hash\";s:32:\"547d71fbbb17ac2b712997892d4e3424\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/little-league-softball-lomad-wins/?instance_id=215/\";s:4:\"path\";s:41:\"/event/little-league-softball-lomad-wins/\";s:5:\"query\";s:15:\"instance_id=215\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:80:\"Little League Softball – LOMAD Wins! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Little League Softball LOMAD Wins! Featured Contact Information Recent Blog Posts ATTORNEY ADVERT\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5bfcd8ca106e14e9eed63a217f15ae9f\";a:10:{s:4:\"hash\";s:32:\"5bfcd8ca106e14e9eed63a217f15ae9f\";s:3:\"url\";s:86:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomad-attends-bca-outing/\";s:4:\"path\";s:32:\"/event/lomad-attends-bca-outing/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:67:\"LOMAD Attends BCA Outing! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMAD Attends BCA Outing! Featured Contact Information Recent Blog Posts LOMAD was invited to socia\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5c16983d86908e3c15830e44aa0dbe2\";a:10:{s:4:\"hash\";s:32:\"f5c16983d86908e3c15830e44aa0dbe2\";s:3:\"url\";s:103:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomad-attends-bca-outing/?instance_id=320/\";s:4:\"path\";s:32:\"/event/lomad-attends-bca-outing/\";s:5:\"query\";s:15:\"instance_id=320\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f15ed9480c14549acabbd947803e2db0\";a:10:{s:4:\"hash\";s:32:\"f15ed9480c14549acabbd947803e2db0\";s:3:\"url\";s:121:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomad-sponsorship-of-2020-yms-of-niagara-county-golf-outing/\";s:4:\"path\";s:67:\"/event/lomad-sponsorship-of-2020-yms-of-niagara-county-golf-outing/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"811052bd19afc13ca3f25a895a579e56\";a:10:{s:4:\"hash\";s:32:\"811052bd19afc13ca3f25a895a579e56\";s:3:\"url\";s:138:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomad-sponsorship-of-2020-yms-of-niagara-county-golf-outing/?instance_id=255/\";s:4:\"path\";s:67:\"/event/lomad-sponsorship-of-2020-yms-of-niagara-county-golf-outing/\";s:5:\"query\";s:15:\"instance_id=255\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0354fdc0f48932051144730d7b31afb3\";a:10:{s:4:\"hash\";s:32:\"0354fdc0f48932051144730d7b31afb3\";s:3:\"url\";s:105:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomads-anniversary-6-years/?instance_id=129/\";s:4:\"path\";s:34:\"/event/lomads-anniversary-6-years/\";s:5:\"query\";s:15:\"instance_id=129\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:73:\"LOMAD’s Anniversary! 6 years! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMADs Anniversary! 6 years! Featured Contact Information Recent Blog Posts The Law Offices of Melis\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d6c91e3d868f4df3c9ff5b4f9ba3676\";a:10:{s:4:\"hash\";s:32:\"8d6c91e3d868f4df3c9ff5b4f9ba3676\";s:3:\"url\";s:87:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomads-bisons-game-outing/\";s:4:\"path\";s:33:\"/event/lomads-bisons-game-outing/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ce809f482c6520de1d15b5bb85d1ba7\";a:10:{s:4:\"hash\";s:32:\"9ce809f482c6520de1d15b5bb85d1ba7\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomads-bisons-game-outing/?instance_id=218/\";s:4:\"path\";s:33:\"/event/lomads-bisons-game-outing/\";s:5:\"query\";s:15:\"instance_id=218\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"307944ce19c701e6222c80de1f7a1382\";a:10:{s:4:\"hash\";s:32:\"307944ce19c701e6222c80de1f7a1382\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=242/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=242\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:68:\"LOMADtv: Lawyers & Friends | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMADtv: Lawyers & Friends Featured Contact Information Recent Blog Posts ATTORNEY ADVERTISING \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69bfa0ab72468ce80062aed859f5502d\";a:10:{s:4:\"hash\";s:32:\"69bfa0ab72468ce80062aed859f5502d\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=243/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=243\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef258ed42b575c6ef23536efbf4c75f3\";a:10:{s:4:\"hash\";s:32:\"ef258ed42b575c6ef23536efbf4c75f3\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=244/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=244\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ce0c19099cb0a7a49fba60e4f250df87\";a:10:{s:4:\"hash\";s:32:\"ce0c19099cb0a7a49fba60e4f250df87\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=260/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=260\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8061cb4ae0fe45a263489fc7b6ddbcaf\";a:10:{s:4:\"hash\";s:32:\"8061cb4ae0fe45a263489fc7b6ddbcaf\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=263/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=263\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"890151e480e5e6bf021a73241dfc8a0f\";a:10:{s:4:\"hash\";s:32:\"890151e480e5e6bf021a73241dfc8a0f\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=264/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=264\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b702ef45a9aa20308f11596c12093aef\";a:10:{s:4:\"hash\";s:32:\"b702ef45a9aa20308f11596c12093aef\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=265/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=265\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6853e9cc50661e40bb54090967c2f908\";a:10:{s:4:\"hash\";s:32:\"6853e9cc50661e40bb54090967c2f908\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=266/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=266\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"568699e7ce89d1018045de708b4e3285\";a:10:{s:4:\"hash\";s:32:\"568699e7ce89d1018045de708b4e3285\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=267/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=267\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c7bdfb8fe50290ac9b479ffc7b88b54\";a:10:{s:4:\"hash\";s:32:\"2c7bdfb8fe50290ac9b479ffc7b88b54\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=268/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=268\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dea3643829697aaf9b3ea519d0fff88f\";a:10:{s:4:\"hash\";s:32:\"dea3643829697aaf9b3ea519d0fff88f\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=269/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=269\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"386f78bd39f491b9dd0d3d581a5700d6\";a:10:{s:4:\"hash\";s:32:\"386f78bd39f491b9dd0d3d581a5700d6\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=270/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=270\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:68:\"LOMADtv: Lawyers & Friends | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMADtv: Lawyers & Friends Featured Contact Information Recent Blog Posts ATTORNEY ADVERTISING \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53a980cb4d46898131b17c69e785d4e5\";a:10:{s:4:\"hash\";s:32:\"53a980cb4d46898131b17c69e785d4e5\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=274/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=274\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"698bacadc509a003b01d32b0513709bc\";a:10:{s:4:\"hash\";s:32:\"698bacadc509a003b01d32b0513709bc\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=275/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=275\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9561dd74b60e707da602b4f81d60ed50\";a:10:{s:4:\"hash\";s:32:\"9561dd74b60e707da602b4f81d60ed50\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=276/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=276\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"686b9985660809b1394b7284b3209110\";a:10:{s:4:\"hash\";s:32:\"686b9985660809b1394b7284b3209110\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=277/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=277\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"777bb6e9169a79430eb9fa3ba155302a\";a:10:{s:4:\"hash\";s:32:\"777bb6e9169a79430eb9fa3ba155302a\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=278/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=278\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d15bfc56254269082a64abc3f7be35b\";a:10:{s:4:\"hash\";s:32:\"4d15bfc56254269082a64abc3f7be35b\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=279/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=279\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b857ecd3fc5895777d04d33eb0f8e87\";a:10:{s:4:\"hash\";s:32:\"7b857ecd3fc5895777d04d33eb0f8e87\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=280/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=280\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"014f25759aa4a103b44256701a868340\";a:10:{s:4:\"hash\";s:32:\"014f25759aa4a103b44256701a868340\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=281/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=281\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"307e5edfef48be45085fd096feea1428\";a:10:{s:4:\"hash\";s:32:\"307e5edfef48be45085fd096feea1428\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=282/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=282\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ef8e255e987daf4c7c2888a2d9111e2\";a:10:{s:4:\"hash\";s:32:\"8ef8e255e987daf4c7c2888a2d9111e2\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=283/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=283\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01ec99a42eb3a6b7d495e1af6425af3c\";a:10:{s:4:\"hash\";s:32:\"01ec99a42eb3a6b7d495e1af6425af3c\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=284/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=284\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8bb2bc10f08760fbe4daf4cc7728d632\";a:10:{s:4:\"hash\";s:32:\"8bb2bc10f08760fbe4daf4cc7728d632\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2-2/?instance_id=285/\";s:4:\"path\";s:37:\"/event/lomadtv-lawyers-friends-2-2-2/\";s:5:\"query\";s:15:\"instance_id=285\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"35dea5f31368c0e80febe39d76b9b8bb\";a:10:{s:4:\"hash\";s:32:\"35dea5f31368c0e80febe39d76b9b8bb\";s:3:\"url\";s:89:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2/\";s:4:\"path\";s:35:\"/event/lomadtv-lawyers-friends-2-2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff819dc7a9477be7345b5c2134ec4694\";a:10:{s:4:\"hash\";s:32:\"ff819dc7a9477be7345b5c2134ec4694\";s:3:\"url\";s:106:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2-2/?instance_id=223/\";s:4:\"path\";s:35:\"/event/lomadtv-lawyers-friends-2-2/\";s:5:\"query\";s:15:\"instance_id=223\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:116:\"LOMADtv: Lawyers & Friends – Episode 6, The One with The Medical Records | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMADtv: Lawyers & Friends Episode 6, The One with The Medical Records Featured Contact Informa\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a42450acfbf941c85d49fb193e32dc5d\";a:10:{s:4:\"hash\";s:32:\"a42450acfbf941c85d49fb193e32dc5d\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-2/?instance_id=206/\";s:4:\"path\";s:33:\"/event/lomadtv-lawyers-friends-2/\";s:5:\"query\";s:15:\"instance_id=206\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ba4210147a36cc5edb9a24947f4b50b\";a:10:{s:4:\"hash\";s:32:\"5ba4210147a36cc5edb9a24947f4b50b\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-1-fool-proof-claims-using-evidence-in-ny-comp-claims/\";s:4:\"path\";s:92:\"/event/lomadtv-lawyers-friends-episode-1-fool-proof-claims-using-evidence-in-ny-comp-claims/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d2cbd6fe6bb0296dd5b3901107a3fc5\";a:10:{s:4:\"hash\";s:32:\"4d2cbd6fe6bb0296dd5b3901107a3fc5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-20-asthma-medical-treatment-guidelines/\";s:4:\"path\";s:78:\"/event/lomadtv-lawyers-friends-episode-20-asthma-medical-treatment-guidelines/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0a76bc203713fa9425638df2b296276\";a:10:{s:4:\"hash\";s:32:\"d0a76bc203713fa9425638df2b296276\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-20-asthma-medical-treatment-guidelines/?instance_id=318/\";s:4:\"path\";s:78:\"/event/lomadtv-lawyers-friends-episode-20-asthma-medical-treatment-guidelines/\";s:5:\"query\";s:15:\"instance_id=318\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6634d5a4623f42cdc2e08e93184af93\";a:10:{s:4:\"hash\";s:32:\"f6634d5a4623f42cdc2e08e93184af93\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-23/\";s:4:\"path\";s:42:\"/event/lomadtv-lawyers-friends-episode-23/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:83:\"LOMADtv: Lawyers & Friends – Episode 23 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMADtv: Lawyers & Friends Episode 23 Featured Contact Information Recent Blog Posts Katrina Gr\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"209591fa126315937627b46ae94ffb69\";a:10:{s:4:\"hash\";s:32:\"209591fa126315937627b46ae94ffb69\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-23/?instance_id=259/\";s:4:\"path\";s:42:\"/event/lomadtv-lawyers-friends-episode-23/\";s:5:\"query\";s:15:\"instance_id=259\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0b17db2fa671df59d7701cbe337a7c5\";a:10:{s:4:\"hash\";s:32:\"d0b17db2fa671df59d7701cbe337a7c5\";s:3:\"url\";s:160:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-3-changes-to-the-post-classification-standard-and-extreme-hardship/\";s:4:\"path\";s:106:\"/event/lomadtv-lawyers-friends-episode-3-changes-to-the-post-classification-standard-and-extreme-hardship/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d473c72237859dbb03d7f2903ba4c3d9\";a:10:{s:4:\"hash\";s:32:\"d473c72237859dbb03d7f2903ba4c3d9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-5-son-of-a-c-8-1b/?instance_id=214/\";s:4:\"path\";s:57:\"/event/lomadtv-lawyers-friends-episode-5-son-of-a-c-8-1b/\";s:5:\"query\";s:15:\"instance_id=214\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8893105b852877c0a31f9c60968c9093\";a:10:{s:4:\"hash\";s:32:\"8893105b852877c0a31f9c60968c9093\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-8-idiopathic-accidents/?instance_id=237/\";s:4:\"path\";s:62:\"/event/lomadtv-lawyers-friends-episode-8-idiopathic-accidents/\";s:5:\"query\";s:15:\"instance_id=237\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c861ec868bd4f60bb842c005e10b3dc\";a:10:{s:4:\"hash\";s:32:\"5c861ec868bd4f60bb842c005e10b3dc\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-9-loss-transfer/\";s:4:\"path\";s:55:\"/event/lomadtv-lawyers-friends-episode-9-loss-transfer/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:97:\"LOMADtv: Lawyers & Friends – Episode 9, Loss Transfer | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMADtv: Lawyers & Friends Episode 9, Loss Transfer Featured Contact Information Recent Blog Po\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97892b1d0e1d498ba20e21e7d689f083\";a:10:{s:4:\"hash\";s:32:\"97892b1d0e1d498ba20e21e7d689f083\";s:3:\"url\";s:126:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-lawyers-friends-episode-9-loss-transfer/?instance_id=248/\";s:4:\"path\";s:55:\"/event/lomadtv-lawyers-friends-episode-9-loss-transfer/\";s:5:\"query\";s:15:\"instance_id=248\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:97:\"LOMADtv: Lawyers & Friends – Episode 9, Loss Transfer | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMADtv: Lawyers & Friends Episode 9, Loss Transfer Featured Contact Information Recent Blog Po\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2edbb200ccfe302d7e43b3d9e2b1cd04\";a:10:{s:4:\"hash\";s:32:\"2edbb200ccfe302d7e43b3d9e2b1cd04\";s:3:\"url\";s:200:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-virtual-lawyers-friends-episode-21-a-year-in-review-case-law-from-the-appellate-division-third-department-in-2020/?instance_id=316/\";s:4:\"path\";s:129:\"/event/lomadtv-virtual-lawyers-friends-episode-21-a-year-in-review-case-law-from-the-appellate-division-third-department-in-2020/\";s:5:\"query\";s:15:\"instance_id=316\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30d0ca2225103a37b91609d816231161\";a:10:{s:4:\"hash\";s:32:\"30d0ca2225103a37b91609d816231161\";s:3:\"url\";s:141:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lomadtv-virtual-lawyers-friends-episode-22-dont-play-with-msas/?instance_id=302/\";s:4:\"path\";s:70:\"/event/lomadtv-virtual-lawyers-friends-episode-22-dont-play-with-msas/\";s:5:\"query\";s:15:\"instance_id=302\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"564e900c4932398f2b4aa1af955249ee\";a:10:{s:4:\"hash\";s:32:\"564e900c4932398f2b4aa1af955249ee\";s:3:\"url\";s:87:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lunch-and-learn-with-esis/\";s:4:\"path\";s:33:\"/event/lunch-and-learn-with-esis/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca8dfe685bae5ece56707dde78cb47ca\";a:10:{s:4:\"hash\";s:32:\"ca8dfe685bae5ece56707dde78cb47ca\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/lunch-and-learn-with-esis/?instance_id=252/\";s:4:\"path\";s:33:\"/event/lunch-and-learn-with-esis/\";s:5:\"query\";s:15:\"instance_id=252\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d0b9606214fa7fdc9dbd57375968328\";a:10:{s:4:\"hash\";s:32:\"9d0b9606214fa7fdc9dbd57375968328\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/megans-medical-minutes-episode-1-medical-marijuana/?instance_id=70/\";s:4:\"path\";s:58:\"/event/megans-medical-minutes-episode-1-medical-marijuana/\";s:5:\"query\";s:14:\"instance_id=70\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:103:\"Megan’s Medical Minutes – Episode 1 – Medical Marijuana | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Megans Medical Minutes Episode 1 Medical Marijuana Featured Contact Information Recent Blog Posts \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"875402d93b7ff9fe5548b2967911fb0e\";a:10:{s:4:\"hash\";s:32:\"875402d93b7ff9fe5548b2967911fb0e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/megans-medical-minutes-episode-2-marijuana-variance/?instance_id=71/\";s:4:\"path\";s:59:\"/event/megans-medical-minutes-episode-2-marijuana-variance/\";s:5:\"query\";s:14:\"instance_id=71\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:104:\"Megan’s Medical Minutes – Episode 2 – Marijuana Variance | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Megans Medical Minutes Episode 2 Marijuana Variance Featured Contact Information Recent Blog Posts\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98e2dbeccbe7473b55cc743166cae60e\";a:10:{s:4:\"hash\";s:32:\"98e2dbeccbe7473b55cc743166cae60e\";s:3:\"url\";s:115:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/melissa-a-day-board-member-of-kids-chance-of-new-york/\";s:4:\"path\";s:61:\"/event/melissa-a-day-board-member-of-kids-chance-of-new-york/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"508f98eed710a816e12d20959672096a\";a:10:{s:4:\"hash\";s:32:\"508f98eed710a816e12d20959672096a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/melissa-a-day-board-member-of-kids-chance-of-new-york/?instance_id=256/\";s:4:\"path\";s:61:\"/event/melissa-a-day-board-member-of-kids-chance-of-new-york/\";s:5:\"query\";s:15:\"instance_id=256\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:103:\"Melissa A. Day – Board Member of Kids’ Chance of New York | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melissa A. Day Board Member of Kids Chance of New York Featured Contact Information Recent Blog Pos\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad423ec936ed2acabab9155866cf2eac\";a:10:{s:4:\"hash\";s:32:\"ad423ec936ed2acabab9155866cf2eac\";s:3:\"url\";s:95:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/mock-hearing-presentation-nysasic/\";s:4:\"path\";s:41:\"/event/mock-hearing-presentation-nysasic/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:104:\"Mock Trial Presentation @ NYSASIC – May 2, 3 p.m. – 4 p.m. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Mock Trial Presentation @ NYSASIC May 2, 3 p.m. 4 p.m. Featured Contact Information Recent Blog Po\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e15e3a9e24a5bfbf26b5a15d6f57b1de\";a:10:{s:4:\"hash\";s:32:\"e15e3a9e24a5bfbf26b5a15d6f57b1de\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/mock-hearing-presentation-nysasic/?instance_id=189/\";s:4:\"path\";s:41:\"/event/mock-hearing-presentation-nysasic/\";s:5:\"query\";s:15:\"instance_id=189\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6310d3fb0e08fd4f03edb674d41170a\";a:10:{s:4:\"hash\";s:32:\"f6310d3fb0e08fd4f03edb674d41170a\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/on-the-bench-episode-4-you-cant-have-your-diaper-cake-and-eat-it-too/?instance_id=67/\";s:4:\"path\";s:76:\"/event/on-the-bench-episode-4-you-cant-have-your-diaper-cake-and-eat-it-too/\";s:5:\"query\";s:14:\"instance_id=67\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:118:\"On the Bench, Episode 4 – You Can’t Have Your Diaper Cake and Eat It Too | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"On the Bench, Episode 4 You Cant Have Your Diaper Cake and Eat It Too Featured Contact Information \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1eb7790bedfaf739c0cc63a316fd0345\";a:10:{s:4:\"hash\";s:32:\"1eb7790bedfaf739c0cc63a316fd0345\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/on-the-bench-with-the-lomad-players/?instance_id=173/\";s:4:\"path\";s:43:\"/event/on-the-bench-with-the-lomad-players/\";s:5:\"query\";s:15:\"instance_id=173\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:106:\"On the Bench, Episode 10: These Are A Few of Our Favorite Things | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"On the Bench, Episode 10: These Are A Few of Our Favorite Things Featured Contact Information Recent\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3592269f5d747af209eb5cfc19549d6f\";a:10:{s:4:\"hash\";s:32:\"3592269f5d747af209eb5cfc19549d6f\";s:3:\"url\";s:99:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/rims-chapter-meeting/?instance_id=253/\";s:4:\"path\";s:28:\"/event/rims-chapter-meeting/\";s:5:\"query\";s:15:\"instance_id=253\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06d2a0650e560e82d8150834c202898e\";a:10:{s:4:\"hash\";s:32:\"06d2a0650e560e82d8150834c202898e\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/rims-golf-tournament-sponsored-by-the-law-offices-of-melissa-a-day-pllc/\";s:4:\"path\";s:79:\"/event/rims-golf-tournament-sponsored-by-the-law-offices-of-melissa-a-day-pllc/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e222537dd2a66afbbc1638c5927f2036\";a:10:{s:4:\"hash\";s:32:\"e222537dd2a66afbbc1638c5927f2036\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/rims-golf-tournament-sponsored-by-the-law-offices-of-melissa-a-day-pllc/?instance_id=212/\";s:4:\"path\";s:79:\"/event/rims-golf-tournament-sponsored-by-the-law-offices-of-melissa-a-day-pllc/\";s:5:\"query\";s:15:\"instance_id=212\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6bda59d9b98c1bffc84e7c8707fdc34\";a:10:{s:4:\"hash\";s:32:\"f6bda59d9b98c1bffc84e7c8707fdc34\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/thank-you-megan-happy-hour-send-off/?instance_id=167/\";s:4:\"path\";s:43:\"/event/thank-you-megan-happy-hour-send-off/\";s:5:\"query\";s:15:\"instance_id=167\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:88:\"Thank You, Megan! – Happy/Sad Hour Send Off! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Thank You, Megan! Happy/Sad Hour Send Off! Featured Contact Information Recent Blog Posts Attorney \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"649477869bc59400120549b43969df40\";a:10:{s:4:\"hash\";s:32:\"649477869bc59400120549b43969df40\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/event/workers-compensation-law-update/?instance_id=254/\";s:4:\"path\";s:39:\"/event/workers-compensation-law-update/\";s:5:\"query\";s:15:\"instance_id=254\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:76:\"Workers’ Compensation Law Update | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Workers Compensation Law Update Featured Contact Information Recent Blog Posts The Law Offices of Me\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b133d2ebb63f2d092caed9011a4beb0b\";a:10:{s:4:\"hash\";s:32:\"b133d2ebb63f2d092caed9011a4beb0b\";s:3:\"url\";s:62:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/\";s:4:\"path\";s:8:\"/events/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b17b69a7254a235132c9050e5fa85dab\";a:10:{s:4:\"hash\";s:32:\"b17b69a7254a235132c9050e5fa85dab\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1525147200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1525147200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3a67bdf7f3842c54f9a8123b99c8cb0\";a:10:{s:4:\"hash\";s:32:\"b3a67bdf7f3842c54f9a8123b99c8cb0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1541044800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1541044800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1aaee26d023f78d4c33b96bb29f9ae38\";a:10:{s:4:\"hash\";s:32:\"1aaee26d023f78d4c33b96bb29f9ae38\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1556683200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1556683200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6bdc2ff3b083bea01fcbb69892d8e1b\";a:10:{s:4:\"hash\";s:32:\"a6bdc2ff3b083bea01fcbb69892d8e1b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1556683200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1556683200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1c552cfc42f54b9cfd765371c808e50\";a:10:{s:4:\"hash\";s:32:\"a1c552cfc42f54b9cfd765371c808e50\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1556683200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1556683200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd3dbdffde02ddfc5875495f1d2bcbce\";a:10:{s:4:\"hash\";s:32:\"cd3dbdffde02ddfc5875495f1d2bcbce\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1556683200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1556683200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"767c9feee4afbe9c5d7737272630c925\";a:10:{s:4:\"hash\";s:32:\"767c9feee4afbe9c5d7737272630c925\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557201600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1557201600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"560e76cab2f779c2bfadf3b3bd59288c\";a:10:{s:4:\"hash\";s:32:\"560e76cab2f779c2bfadf3b3bd59288c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557201600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1557201600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a3eeeddb3ce33bd81e0cd786b0bbae7\";a:10:{s:4:\"hash\";s:32:\"2a3eeeddb3ce33bd81e0cd786b0bbae7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557201600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f7e111c8e4343f5a878c47844f3970a\";a:10:{s:4:\"hash\";s:32:\"2f7e111c8e4343f5a878c47844f3970a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557288000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1557288000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0091e9d58b02d3488b1d973931a5ef00\";a:10:{s:4:\"hash\";s:32:\"0091e9d58b02d3488b1d973931a5ef00\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557806400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1557806400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfde2414aa560bbeaba3a54363dcd162\";a:10:{s:4:\"hash\";s:32:\"cfde2414aa560bbeaba3a54363dcd162\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557806400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1557806400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e369b4af454bac2173e6ebfe4fc9ed5c\";a:10:{s:4:\"hash\";s:32:\"e369b4af454bac2173e6ebfe4fc9ed5c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557806400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1557806400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40e2e15c5d4c41c81424b12bba636798\";a:10:{s:4:\"hash\";s:32:\"40e2e15c5d4c41c81424b12bba636798\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557806400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1557806400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f304d85c67edf2bf79f28e249e74ec2\";a:10:{s:4:\"hash\";s:32:\"1f304d85c67edf2bf79f28e249e74ec2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1557892800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1557892800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f13e8554d670cc6840847aeff3c5c39\";a:10:{s:4:\"hash\";s:32:\"8f13e8554d670cc6840847aeff3c5c39\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558238400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1558238400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1cb5f9cfe4957d1381a549b66e288bda\";a:10:{s:4:\"hash\";s:32:\"1cb5f9cfe4957d1381a549b66e288bda\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558324800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1558324800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08a61ff44080dc37bd58bd8fb486ff5e\";a:10:{s:4:\"hash\";s:32:\"08a61ff44080dc37bd58bd8fb486ff5e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558324800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1558324800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0916fb6c4fd38270140be7026d0080cd\";a:10:{s:4:\"hash\";s:32:\"0916fb6c4fd38270140be7026d0080cd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558411200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3f86d4e165186e901296b45a109b5f9\";a:10:{s:4:\"hash\";s:32:\"b3f86d4e165186e901296b45a109b5f9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558497600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c342934e6399408b36015778eeb5a48\";a:10:{s:4:\"hash\";s:32:\"3c342934e6399408b36015778eeb5a48\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558756800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1558756800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7554189974e34015f0e6d41bee7e7d09\";a:10:{s:4:\"hash\";s:32:\"7554189974e34015f0e6d41bee7e7d09\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558756800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1558756800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d16f4aa86e1803730d2620d8a0587644\";a:10:{s:4:\"hash\";s:32:\"d16f4aa86e1803730d2620d8a0587644\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558756800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1558756800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03c8931f42cd2e0ca67a48b6939e2430\";a:10:{s:4:\"hash\";s:32:\"03c8931f42cd2e0ca67a48b6939e2430\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558756800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1558756800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85b080f756e48972a53acb0ea330f60b\";a:10:{s:4:\"hash\";s:32:\"85b080f756e48972a53acb0ea330f60b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558929600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1558929600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a4bdaecd4e2d0d93beec255ad02df38\";a:10:{s:4:\"hash\";s:32:\"2a4bdaecd4e2d0d93beec255ad02df38\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558929600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1558929600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08375f662075e0fb8451a0db4f415219\";a:10:{s:4:\"hash\";s:32:\"08375f662075e0fb8451a0db4f415219\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558929600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1558929600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"803f554a9643d3c3fe8ddf5d51462032\";a:10:{s:4:\"hash\";s:32:\"803f554a9643d3c3fe8ddf5d51462032\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1558929600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"026421d481845f6596126d2cd6fbe0ab\";a:10:{s:4:\"hash\";s:32:\"026421d481845f6596126d2cd6fbe0ab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559188800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559188800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f9e72db3018636324b4a04f1b732519e\";a:10:{s:4:\"hash\";s:32:\"f9e72db3018636324b4a04f1b732519e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559188800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1559188800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3713f69ce6b18384ab40dba542291d71\";a:10:{s:4:\"hash\";s:32:\"3713f69ce6b18384ab40dba542291d71\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559188800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559188800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ab5f3f24702181aab48cf5fa0463483\";a:10:{s:4:\"hash\";s:32:\"1ab5f3f24702181aab48cf5fa0463483\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559188800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1559188800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad0a0c9c6ff7e4dde9caa78beb886aac\";a:10:{s:4:\"hash\";s:32:\"ad0a0c9c6ff7e4dde9caa78beb886aac\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559275200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1559275200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd8a331ebaab3356301ab4af8acdc96a\";a:10:{s:4:\"hash\";s:32:\"dd8a331ebaab3356301ab4af8acdc96a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559275200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559275200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cb3daa93da476864d896171bd35973f\";a:10:{s:4:\"hash\";s:32:\"5cb3daa93da476864d896171bd35973f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559361600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559361600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ab450a66f5f1d0feb5b1a958c9aeeb5\";a:10:{s:4:\"hash\";s:32:\"5ab450a66f5f1d0feb5b1a958c9aeeb5\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559361600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1559361600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9247d30c848cee723c2f61fb43e7ca54\";a:10:{s:4:\"hash\";s:32:\"9247d30c848cee723c2f61fb43e7ca54\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559361600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1559361600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f2d5819c4e6ac453b1f7a0fb078a158\";a:10:{s:4:\"hash\";s:32:\"7f2d5819c4e6ac453b1f7a0fb078a158\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559361600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559361600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"197fb368aa65de1baeb8b56ba90c8857\";a:10:{s:4:\"hash\";s:32:\"197fb368aa65de1baeb8b56ba90c8857\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559361600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1559361600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0550b9b927a2e9fe9f52a02403d1027e\";a:10:{s:4:\"hash\";s:32:\"0550b9b927a2e9fe9f52a02403d1027e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559448000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1559448000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a79412429f28a49bf1965a611c7c893\";a:10:{s:4:\"hash\";s:32:\"5a79412429f28a49bf1965a611c7c893\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559534400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559534400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d04d19dacf4d5dc7f266b2c03b754e0\";a:10:{s:4:\"hash\";s:32:\"1d04d19dacf4d5dc7f266b2c03b754e0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559620800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559620800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6991c3d22451897ea7da497c70cde62\";a:10:{s:4:\"hash\";s:32:\"f6991c3d22451897ea7da497c70cde62\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559620800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1559620800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"271ef49d84f0d84ece7552330991efa7\";a:10:{s:4:\"hash\";s:32:\"271ef49d84f0d84ece7552330991efa7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea414e62139b05200b8079c53166f778\";a:10:{s:4:\"hash\";s:32:\"ea414e62139b05200b8079c53166f778\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559620800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1559620800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba7ebaa055f1d212961f9cd9407b8840\";a:10:{s:4:\"hash\";s:32:\"ba7ebaa055f1d212961f9cd9407b8840\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559707200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1559707200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cbaad2c63fe88d4b980db028f6c03aec\";a:10:{s:4:\"hash\";s:32:\"cbaad2c63fe88d4b980db028f6c03aec\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559707200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1559707200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40cc2f12cf3c5b5453ad69d405db5fcf\";a:10:{s:4:\"hash\";s:32:\"40cc2f12cf3c5b5453ad69d405db5fcf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559707200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559707200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c41fbd01db9bb34d68bcf3fdbb76494\";a:10:{s:4:\"hash\";s:32:\"5c41fbd01db9bb34d68bcf3fdbb76494\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559707200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3dc1ae3a256dd70175ac02318bcc4df\";a:10:{s:4:\"hash\";s:32:\"c3dc1ae3a256dd70175ac02318bcc4df\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559793600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1559793600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee73c84a4d86ff1741352d33df3e951b\";a:10:{s:4:\"hash\";s:32:\"ee73c84a4d86ff1741352d33df3e951b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559880000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1559880000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f948b15849e81ce45af29e501d021d1d\";a:10:{s:4:\"hash\";s:32:\"f948b15849e81ce45af29e501d021d1d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1559880000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1559880000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4112b45b4fb8513aca4801d7f7e5b198\";a:10:{s:4:\"hash\";s:32:\"4112b45b4fb8513aca4801d7f7e5b198\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560052800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1560052800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac7f069d91a80e98d01c303f0a329803\";a:10:{s:4:\"hash\";s:32:\"ac7f069d91a80e98d01c303f0a329803\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"efc02a68439a806b8427604444f4f141\";a:10:{s:4:\"hash\";s:32:\"efc02a68439a806b8427604444f4f141\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1560139200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7304cef0017e7ed6e84d661d52aef34f\";a:10:{s:4:\"hash\";s:32:\"7304cef0017e7ed6e84d661d52aef34f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1560139200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d33de35bf2c3e4de821f37399300d3a3\";a:10:{s:4:\"hash\";s:32:\"d33de35bf2c3e4de821f37399300d3a3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1560139200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aad92878d9a5893109605edc8ca0c4aa\";a:10:{s:4:\"hash\";s:32:\"aad92878d9a5893109605edc8ca0c4aa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1560139200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"745c30e12366cfd7e9ecdc5e6acbac7f\";a:10:{s:4:\"hash\";s:32:\"745c30e12366cfd7e9ecdc5e6acbac7f\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1560139200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"532597e5a04bfa8972f38975c79c9890\";a:10:{s:4:\"hash\";s:32:\"532597e5a04bfa8972f38975c79c9890\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1560139200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7481fc8014881dcb80f7cb6186b3e6ba\";a:10:{s:4:\"hash\";s:32:\"7481fc8014881dcb80f7cb6186b3e6ba\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1560139200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99a0557ae5adc1eb66290e402923110b\";a:10:{s:4:\"hash\";s:32:\"99a0557ae5adc1eb66290e402923110b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1560139200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5668f6cf4687a21852de0f96f593546c\";a:10:{s:4:\"hash\";s:32:\"5668f6cf4687a21852de0f96f593546c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560139200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1560139200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b9c568a7eaa90d38dac15b9dc7e87b8\";a:10:{s:4:\"hash\";s:32:\"1b9c568a7eaa90d38dac15b9dc7e87b8\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560225600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1560225600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee049599f95057ad74bbd8f050667b54\";a:10:{s:4:\"hash\";s:32:\"ee049599f95057ad74bbd8f050667b54\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53e1bf7a85c11a876d419b88d6f7e44e\";a:10:{s:4:\"hash\";s:32:\"53e1bf7a85c11a876d419b88d6f7e44e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560312000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1560312000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e4fd3ef2641e0ea036f1a3fa30914f9\";a:10:{s:4:\"hash\";s:32:\"3e4fd3ef2641e0ea036f1a3fa30914f9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560312000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0bced5e8c8ee70dd88292387b75a0244\";a:10:{s:4:\"hash\";s:32:\"0bced5e8c8ee70dd88292387b75a0244\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560571200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1560571200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82a4b0e255bd6e896dac1f12ac7f0759\";a:10:{s:4:\"hash\";s:32:\"82a4b0e255bd6e896dac1f12ac7f0759\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560830400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1560830400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24eacebec571118f138eabc3b7725180\";a:10:{s:4:\"hash\";s:32:\"24eacebec571118f138eabc3b7725180\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f08e9a81b05a1b1646d1399aafc59724\";a:10:{s:4:\"hash\";s:32:\"f08e9a81b05a1b1646d1399aafc59724\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560830400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1560830400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a52154db6b4913ecc63c163d43ea7b4a\";a:10:{s:4:\"hash\";s:32:\"a52154db6b4913ecc63c163d43ea7b4a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560916800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1560916800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c66ad8b03c81589743785db003af456\";a:10:{s:4:\"hash\";s:32:\"3c66ad8b03c81589743785db003af456\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1560916800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1560916800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c47886fc39fd3827b11e22c82b28cd9\";a:10:{s:4:\"hash\";s:32:\"1c47886fc39fd3827b11e22c82b28cd9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3483d6a1f3e7ba1bc664ef65411b0be1\";a:10:{s:4:\"hash\";s:32:\"3483d6a1f3e7ba1bc664ef65411b0be1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561262400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1561262400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"feb6de2f03f189966046c1dd64e6e93a\";a:10:{s:4:\"hash\";s:32:\"feb6de2f03f189966046c1dd64e6e93a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561262400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1561262400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"168ab516b9d9ca02dc0bfd2d180ec6ba\";a:10:{s:4:\"hash\";s:32:\"168ab516b9d9ca02dc0bfd2d180ec6ba\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561608000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1561608000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bbf15cc918523f85c2bde4265ed6d1e8\";a:10:{s:4:\"hash\";s:32:\"bbf15cc918523f85c2bde4265ed6d1e8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561694400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1561694400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67bc37155768b5bd2f13b74f89d26642\";a:10:{s:4:\"hash\";s:32:\"67bc37155768b5bd2f13b74f89d26642\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30b913976b48afc4fe9b28d6f5104d8c\";a:10:{s:4:\"hash\";s:32:\"30b913976b48afc4fe9b28d6f5104d8c\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561953600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1561953600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f7eb041375d24296e37e9ad284d30ba\";a:10:{s:4:\"hash\";s:32:\"3f7eb041375d24296e37e9ad284d30ba\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561953600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1561953600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ab90fa9e805e77cf23736e9258538b9\";a:10:{s:4:\"hash\";s:32:\"7ab90fa9e805e77cf23736e9258538b9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1561953600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1561953600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7845d9673150f11c58fc92f3ece7cee\";a:10:{s:4:\"hash\";s:32:\"f7845d9673150f11c58fc92f3ece7cee\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1562385600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1562385600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"15c099069469100f81e72c807811add8\";a:10:{s:4:\"hash\";s:32:\"15c099069469100f81e72c807811add8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1562904000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1562904000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42e6584c5bbd74a60468c5601d873058\";a:10:{s:4:\"hash\";s:32:\"42e6584c5bbd74a60468c5601d873058\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1562990400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1562990400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be39df71682b0b9c24e7a4166dafef77\";a:10:{s:4:\"hash\";s:32:\"be39df71682b0b9c24e7a4166dafef77\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1562990400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1562990400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d69c5e0476ba62b04acdbd54904a477\";a:10:{s:4:\"hash\";s:32:\"3d69c5e0476ba62b04acdbd54904a477\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1562990400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1562990400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68024cb0bcf5d1b0b41bffb199da4dec\";a:10:{s:4:\"hash\";s:32:\"68024cb0bcf5d1b0b41bffb199da4dec\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1563076800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1563076800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3987da3f09e9e0c6c060156c8bfbb27\";a:10:{s:4:\"hash\";s:32:\"f3987da3f09e9e0c6c060156c8bfbb27\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1563163200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1563163200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c89697be1a8df1b3075907405b3034d2\";a:10:{s:4:\"hash\";s:32:\"c89697be1a8df1b3075907405b3034d2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1563163200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1563163200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ddbe460e3d7e93464bd23d738a3b2ce\";a:10:{s:4:\"hash\";s:32:\"6ddbe460e3d7e93464bd23d738a3b2ce\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1563163200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1563163200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86312b7b799e3a86ed2945fb479318a4\";a:10:{s:4:\"hash\";s:32:\"86312b7b799e3a86ed2945fb479318a4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1563163200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1563163200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"666702951eab03147e7cacd2d33143de\";a:10:{s:4:\"hash\";s:32:\"666702951eab03147e7cacd2d33143de\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1563508800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1563508800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"05c94b20f2406e4da5330e820dd6be8a\";a:10:{s:4:\"hash\";s:32:\"05c94b20f2406e4da5330e820dd6be8a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564632000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1564632000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b9b16c0f18ce97cb906c6a49db870f9\";a:10:{s:4:\"hash\";s:32:\"7b9b16c0f18ce97cb906c6a49db870f9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564632000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1564632000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c469c13c673a1e38f06a4e8a0d0b7b3\";a:10:{s:4:\"hash\";s:32:\"2c469c13c673a1e38f06a4e8a0d0b7b3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564718400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1564718400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e7431f0d98e1cbc005b53485b3706cac\";a:10:{s:4:\"hash\";s:32:\"e7431f0d98e1cbc005b53485b3706cac\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564718400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1564718400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"508dba9a40c8ad8898cb681526623f6a\";a:10:{s:4:\"hash\";s:32:\"508dba9a40c8ad8898cb681526623f6a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564718400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1564718400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e536ade53c01686f8efef2ac22c09e5f\";a:10:{s:4:\"hash\";s:32:\"e536ade53c01686f8efef2ac22c09e5f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564718400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1564718400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3926ba5b368fad835ecd68b777f779f5\";a:10:{s:4:\"hash\";s:32:\"3926ba5b368fad835ecd68b777f779f5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564804800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1564804800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c2be9558fe19c139341a482d959e590\";a:10:{s:4:\"hash\";s:32:\"7c2be9558fe19c139341a482d959e590\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564804800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1564804800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a452604acaeffb99a8d6a20a12333d00\";a:10:{s:4:\"hash\";s:32:\"a452604acaeffb99a8d6a20a12333d00\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1564804800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1564804800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"feda61b9a00eab9a72e156830834150e\";a:10:{s:4:\"hash\";s:32:\"feda61b9a00eab9a72e156830834150e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1567051200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1567051200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4790070c566742c23ddb8ef82f827565\";a:10:{s:4:\"hash\";s:32:\"4790070c566742c23ddb8ef82f827565\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1567051200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1567051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a877bcb7cadea392a87d19c586eb682c\";a:10:{s:4:\"hash\";s:32:\"a877bcb7cadea392a87d19c586eb682c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1567137600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1567137600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d36bfdaf4b837e8e956670a496614727\";a:10:{s:4:\"hash\";s:32:\"d36bfdaf4b837e8e956670a496614727\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1567224000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1567224000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6532ca61574cfd224c97ab23691e965a\";a:10:{s:4:\"hash\";s:32:\"6532ca61574cfd224c97ab23691e965a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1572580800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1572580800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"730f0376f339341c14a58a00477ec372\";a:10:{s:4:\"hash\";s:32:\"730f0376f339341c14a58a00477ec372\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1572580800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1572580800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1fda4af52891db0489d6d2917a98b76\";a:10:{s:4:\"hash\";s:32:\"f1fda4af52891db0489d6d2917a98b76\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1572667200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1572667200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d033a8c3a179dc9f2315c3964ce1fd0\";a:10:{s:4:\"hash\";s:32:\"2d033a8c3a179dc9f2315c3964ce1fd0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1572753600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1572753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c403277c6819a2a263bdf6264d3366c\";a:10:{s:4:\"hash\";s:32:\"3c403277c6819a2a263bdf6264d3366c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1573275600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1573275600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d22980d7d798e1d290cf3ec2d6ceedb9\";a:10:{s:4:\"hash\";s:32:\"d22980d7d798e1d290cf3ec2d6ceedb9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1573362000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1573362000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6532c312badc87f1163b0e2b75ac0659\";a:10:{s:4:\"hash\";s:32:\"6532c312badc87f1163b0e2b75ac0659\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1573448400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1573448400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8150e689dfbe35829e2393ad6fcafa6d\";a:10:{s:4:\"hash\";s:32:\"8150e689dfbe35829e2393ad6fcafa6d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1573707600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1573707600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23b0d7c27e4f22191c55cbd4742bca1c\";a:10:{s:4:\"hash\";s:32:\"23b0d7c27e4f22191c55cbd4742bca1c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1574053200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1574053200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b96346ad821dba9fa7bf326df216b0d5\";a:10:{s:4:\"hash\";s:32:\"b96346ad821dba9fa7bf326df216b0d5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1574485200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1574485200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3decbb69c3a25a0de8845b54cb598665\";a:10:{s:4:\"hash\";s:32:\"3decbb69c3a25a0de8845b54cb598665\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1574658000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1574658000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a455bdc072ef08c7787b1f6711bb51be\";a:10:{s:4:\"hash\";s:32:\"a455bdc072ef08c7787b1f6711bb51be\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1574830800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1574830800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99393a6037d0c9be1052077967fc6bb2\";a:10:{s:4:\"hash\";s:32:\"99393a6037d0c9be1052077967fc6bb2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1574917200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1574917200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ea2ae0080bf56a28cafac5f933824bd\";a:10:{s:4:\"hash\";s:32:\"2ea2ae0080bf56a28cafac5f933824bd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1580533200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1580533200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33a9e5e96bb24ed310f1631a2607ad35\";a:10:{s:4:\"hash\";s:32:\"33a9e5e96bb24ed310f1631a2607ad35\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1585713600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1585713600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd07b41276f886cbee94890428e47cb0\";a:10:{s:4:\"hash\";s:32:\"cd07b41276f886cbee94890428e47cb0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1586318400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1586318400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cdeb067f55cf395911d09b32969ef2ea\";a:10:{s:4:\"hash\";s:32:\"cdeb067f55cf395911d09b32969ef2ea\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1586577600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1586577600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea3351ccc9b776fcb23398bdff01e447\";a:10:{s:4:\"hash\";s:32:\"ea3351ccc9b776fcb23398bdff01e447\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1587096000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1587096000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63bf82c86f8cec42b929de6fb8d189c9\";a:10:{s:4:\"hash\";s:32:\"63bf82c86f8cec42b929de6fb8d189c9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1587355200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1587355200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee9b641086721b4c058b021b1ed274d3\";a:10:{s:4:\"hash\";s:32:\"ee9b641086721b4c058b021b1ed274d3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1587960000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1587960000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c6cff81bd7bba23dc7acf0001a841ba\";a:10:{s:4:\"hash\";s:32:\"6c6cff81bd7bba23dc7acf0001a841ba\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588132800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1588132800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14a01358bd6ec7c8f9d122a1be463d39\";a:10:{s:4:\"hash\";s:32:\"14a01358bd6ec7c8f9d122a1be463d39\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588305600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1588305600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e9358a18572639676b6cb0fccc930ae\";a:10:{s:4:\"hash\";s:32:\"2e9358a18572639676b6cb0fccc930ae\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588305600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1588305600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3834961f2da84631233868a90f328bd9\";a:10:{s:4:\"hash\";s:32:\"3834961f2da84631233868a90f328bd9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588305600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1588305600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f50aa73959472e5f0df24cbbe502eba\";a:10:{s:4:\"hash\";s:32:\"4f50aa73959472e5f0df24cbbe502eba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588305600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1588305600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b083135b1fef2dbda91d41e9bd3ae377\";a:10:{s:4:\"hash\";s:32:\"b083135b1fef2dbda91d41e9bd3ae377\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588305600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1588305600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f916348dcf34d949c1ffb6a70e0369e1\";a:10:{s:4:\"hash\";s:32:\"f916348dcf34d949c1ffb6a70e0369e1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588651200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1588651200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1326e9fecafbfc7e74fcfb52e50286be\";a:10:{s:4:\"hash\";s:32:\"1326e9fecafbfc7e74fcfb52e50286be\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588651200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1588651200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7edfefd8c983a2e9093fedac5de140c0\";a:10:{s:4:\"hash\";s:32:\"7edfefd8c983a2e9093fedac5de140c0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"612e1703de4e37aec5f713f6089f418b\";a:10:{s:4:\"hash\";s:32:\"612e1703de4e37aec5f713f6089f418b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588737600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1588737600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ad5c470e8f8d96fccc2c24ab781e483\";a:10:{s:4:\"hash\";s:32:\"1ad5c470e8f8d96fccc2c24ab781e483\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1588824000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1588824000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b5e63ab1f15d6dc3ea75150024169d5\";a:10:{s:4:\"hash\";s:32:\"9b5e63ab1f15d6dc3ea75150024169d5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589428800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1589428800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"279ad214b947eaf4f74b18ea5878e5be\";a:10:{s:4:\"hash\";s:32:\"279ad214b947eaf4f74b18ea5878e5be\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589601600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1589601600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c1a73174c7245fd0e3d8107e9d638c3f\";a:10:{s:4:\"hash\";s:32:\"c1a73174c7245fd0e3d8107e9d638c3f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589688000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1589688000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"28ee22444f705327f55bd2614b315a47\";a:10:{s:4:\"hash\";s:32:\"28ee22444f705327f55bd2614b315a47\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589688000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1589688000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68038db4b2fc2112dce2f4bbe9f243e7\";a:10:{s:4:\"hash\";s:32:\"68038db4b2fc2112dce2f4bbe9f243e7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589688000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1589688000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a7cfdeb881e8e61904bb21c02a5fbe2\";a:10:{s:4:\"hash\";s:32:\"9a7cfdeb881e8e61904bb21c02a5fbe2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589860800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1589860800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"484dd2daae6799c78bf0941e06910069\";a:10:{s:4:\"hash\";s:32:\"484dd2daae6799c78bf0941e06910069\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589860800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1589860800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80072689fd6ddf0328d29a535d6bb115\";a:10:{s:4:\"hash\";s:32:\"80072689fd6ddf0328d29a535d6bb115\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589860800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1589860800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0afd23fd9c52bc418e0ebce589decf51\";a:10:{s:4:\"hash\";s:32:\"0afd23fd9c52bc418e0ebce589decf51\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589947200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1589947200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81f61c720759fe63d888c85fd32d85e2\";a:10:{s:4:\"hash\";s:32:\"81f61c720759fe63d888c85fd32d85e2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589947200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1589947200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c79e7adaae7b121b003807df7badce2\";a:10:{s:4:\"hash\";s:32:\"4c79e7adaae7b121b003807df7badce2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589947200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1589947200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c88469a9daaad91729b49cbb5c678221\";a:10:{s:4:\"hash\";s:32:\"c88469a9daaad91729b49cbb5c678221\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1589947200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1589947200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5bdba15990192a8d21253009a9a12e98\";a:10:{s:4:\"hash\";s:32:\"5bdba15990192a8d21253009a9a12e98\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590033600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1590033600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de657b9abd307e3b49803012e148fc8d\";a:10:{s:4:\"hash\";s:32:\"de657b9abd307e3b49803012e148fc8d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590033600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1590033600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0bf517f228071d66295baf607e6aeabb\";a:10:{s:4:\"hash\";s:32:\"0bf517f228071d66295baf607e6aeabb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590033600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1590033600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c7a966ba88a3db3d748842b91f05c5f\";a:10:{s:4:\"hash\";s:32:\"3c7a966ba88a3db3d748842b91f05c5f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590033600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1590033600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83ee8409ef3310d6d1d0c4560f886561\";a:10:{s:4:\"hash\";s:32:\"83ee8409ef3310d6d1d0c4560f886561\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590379200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4eb1a51732e09394b5d345a219056868\";a:10:{s:4:\"hash\";s:32:\"4eb1a51732e09394b5d345a219056868\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590552000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4318e410bd9f668392b42b572cd99afe\";a:10:{s:4:\"hash\";s:32:\"4318e410bd9f668392b42b572cd99afe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea47229d554fb79f82f151c997e31157\";a:10:{s:4:\"hash\";s:32:\"ea47229d554fb79f82f151c997e31157\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590638400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1590638400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ebffd0beeca73d3edb57cdfe8a74a89\";a:10:{s:4:\"hash\";s:32:\"7ebffd0beeca73d3edb57cdfe8a74a89\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590984000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1590984000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f9bea7323652d24107a06f306484f60e\";a:10:{s:4:\"hash\";s:32:\"f9bea7323652d24107a06f306484f60e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74f8e564d803af190b17285dd62e2e00\";a:10:{s:4:\"hash\";s:32:\"74f8e564d803af190b17285dd62e2e00\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590984000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1590984000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10364944a474ebbcca6c1a0a0eec90d8\";a:10:{s:4:\"hash\";s:32:\"10364944a474ebbcca6c1a0a0eec90d8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb039bef3ac29269d35deb415f4e3e40\";a:10:{s:4:\"hash\";s:32:\"cb039bef3ac29269d35deb415f4e3e40\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1590984000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4813fb6a93909185bf4c370edd4d4b23\";a:10:{s:4:\"hash\";s:32:\"4813fb6a93909185bf4c370edd4d4b23\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591070400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1591070400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21abcfe569de3b6839ce9011bfd1b976\";a:10:{s:4:\"hash\";s:32:\"21abcfe569de3b6839ce9011bfd1b976\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e59f9947b9eff963083edf64f60bef44\";a:10:{s:4:\"hash\";s:32:\"e59f9947b9eff963083edf64f60bef44\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591070400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1591070400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d448567e21168a3dd32757b76faa8e09\";a:10:{s:4:\"hash\";s:32:\"d448567e21168a3dd32757b76faa8e09\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591156800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1591156800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dece6c6bd70c15619fab3c19e470d5cf\";a:10:{s:4:\"hash\";s:32:\"dece6c6bd70c15619fab3c19e470d5cf\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591156800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1591156800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aeee902d1f7aacc37a5e0aa627946bcb\";a:10:{s:4:\"hash\";s:32:\"aeee902d1f7aacc37a5e0aa627946bcb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591243200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1591243200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7d8251fae0c87ed0a4eee398b1a5945\";a:10:{s:4:\"hash\";s:32:\"a7d8251fae0c87ed0a4eee398b1a5945\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591329600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1591329600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"510fd8112becc7530a71ba8bdc3d2391\";a:10:{s:4:\"hash\";s:32:\"510fd8112becc7530a71ba8bdc3d2391\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591588800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1591588800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40c3de436225f29949b8f22aad06efc9\";a:10:{s:4:\"hash\";s:32:\"40c3de436225f29949b8f22aad06efc9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5c9743f382e43a3b63547ec274b3337\";a:10:{s:4:\"hash\";s:32:\"e5c9743f382e43a3b63547ec274b3337\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591675200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1591675200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb1b26c07faf7685b0804554fb2dca27\";a:10:{s:4:\"hash\";s:32:\"fb1b26c07faf7685b0804554fb2dca27\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591675200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1591675200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b5eb1a0ab78c4927c04401088d2f80f\";a:10:{s:4:\"hash\";s:32:\"0b5eb1a0ab78c4927c04401088d2f80f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591761600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1591761600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5538e56816708b93c96e8a3391ee40bc\";a:10:{s:4:\"hash\";s:32:\"5538e56816708b93c96e8a3391ee40bc\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1591761600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1591761600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"000846d39c80d9aeab4da99215db4a7a\";a:10:{s:4:\"hash\";s:32:\"000846d39c80d9aeab4da99215db4a7a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1592020800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"902dfbcda33c6a5d821a788f4a7bf862\";a:10:{s:4:\"hash\";s:32:\"902dfbcda33c6a5d821a788f4a7bf862\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1592107200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1592107200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"035171d22eea1c11f74de4e83aa083a3\";a:10:{s:4:\"hash\";s:32:\"035171d22eea1c11f74de4e83aa083a3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1592107200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc76d4064a34f53affb13ca51bce0a93\";a:10:{s:4:\"hash\";s:32:\"dc76d4064a34f53affb13ca51bce0a93\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1592280000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1592280000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9f254e3ce54af88bded73c8208ba00f\";a:10:{s:4:\"hash\";s:32:\"a9f254e3ce54af88bded73c8208ba00f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1592280000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1592280000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80bc0b595dfa746711b15fe9f26b7c10\";a:10:{s:4:\"hash\";s:32:\"80bc0b595dfa746711b15fe9f26b7c10\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1592366400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1592366400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"553f4b8c541c700d7d9b85975ac1e5cf\";a:10:{s:4:\"hash\";s:32:\"553f4b8c541c700d7d9b85975ac1e5cf\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593057600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1593057600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1233a57fa88c51a5e558c3588d51809e\";a:10:{s:4:\"hash\";s:32:\"1233a57fa88c51a5e558c3588d51809e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593144000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593144000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b78309f86ae084851f84d57ec3e965e8\";a:10:{s:4:\"hash\";s:32:\"b78309f86ae084851f84d57ec3e965e8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593144000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1593144000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7a9cc03fa6b7de943b98ff96e3819e3\";a:10:{s:4:\"hash\";s:32:\"f7a9cc03fa6b7de943b98ff96e3819e3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593576000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593576000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f0064665ae2d98f62f4c2dafa8d2064\";a:10:{s:4:\"hash\";s:32:\"8f0064665ae2d98f62f4c2dafa8d2064\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593576000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1593576000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8044002f0d21460fe99bab1c442afa69\";a:10:{s:4:\"hash\";s:32:\"8044002f0d21460fe99bab1c442afa69\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593576000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1593576000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8f6d12fa89b1359860721d9cdfb376b\";a:10:{s:4:\"hash\";s:32:\"a8f6d12fa89b1359860721d9cdfb376b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593576000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"673aa35407a6ef703067a0f15b6abb0f\";a:10:{s:4:\"hash\";s:32:\"673aa35407a6ef703067a0f15b6abb0f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593662400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1593662400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"770321f1c5f23f8afb949188e16d298a\";a:10:{s:4:\"hash\";s:32:\"770321f1c5f23f8afb949188e16d298a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8fd2eed20601c4ff2524efb570458b50\";a:10:{s:4:\"hash\";s:32:\"8fd2eed20601c4ff2524efb570458b50\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593662400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593662400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"36efbbd4f13b00bc38fae60a2e690a49\";a:10:{s:4:\"hash\";s:32:\"36efbbd4f13b00bc38fae60a2e690a49\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593662400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593662400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3608d32c85f71025393801f9ef242f25\";a:10:{s:4:\"hash\";s:32:\"3608d32c85f71025393801f9ef242f25\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593662400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593662400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d673dec589f0b4d13f462a840da2dfe\";a:10:{s:4:\"hash\";s:32:\"6d673dec589f0b4d13f462a840da2dfe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593748800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593748800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a21bbbe2ead78c9d2a26755ecbfe82b\";a:10:{s:4:\"hash\";s:32:\"1a21bbbe2ead78c9d2a26755ecbfe82b\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593748800/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1593748800/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"902cd87ffe0ce52fca45ca670d288992\";a:10:{s:4:\"hash\";s:32:\"902cd87ffe0ce52fca45ca670d288992\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593748800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1593748800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"295f51eeee3f37c6d1dccde6e1c9125e\";a:10:{s:4:\"hash\";s:32:\"295f51eeee3f37c6d1dccde6e1c9125e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593748800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593748800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4675d3cafd15e94ff2ea1db19e9d31cc\";a:10:{s:4:\"hash\";s:32:\"4675d3cafd15e94ff2ea1db19e9d31cc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593748800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593748800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d97d607e8640aec061c01e36c27cec2\";a:10:{s:4:\"hash\";s:32:\"4d97d607e8640aec061c01e36c27cec2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593748800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1593748800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb78bde3f5ba7b140121522f4385b746\";a:10:{s:4:\"hash\";s:32:\"fb78bde3f5ba7b140121522f4385b746\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593835200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1593835200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ebf8389ba0eccd2022060f6822723d00\";a:10:{s:4:\"hash\";s:32:\"ebf8389ba0eccd2022060f6822723d00\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c06895829021086ee8c4005aa8d549b6\";a:10:{s:4:\"hash\";s:32:\"c06895829021086ee8c4005aa8d549b6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593835200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1593835200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"381c14b8e55042d22b403b83e273b48a\";a:10:{s:4:\"hash\";s:32:\"381c14b8e55042d22b403b83e273b48a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593921600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1593921600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ecfb61f604a984a3e88379648b7d5a9d\";a:10:{s:4:\"hash\";s:32:\"ecfb61f604a984a3e88379648b7d5a9d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1593921600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1593921600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0dba8fcc6b53d8ac0a488e4e0940df3f\";a:10:{s:4:\"hash\";s:32:\"0dba8fcc6b53d8ac0a488e4e0940df3f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594353600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1594353600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4d6a763735755cd59b37702853ac0a8\";a:10:{s:4:\"hash\";s:32:\"b4d6a763735755cd59b37702853ac0a8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594353600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1594353600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f5a3e25eaed7f98b8b78b745d878500\";a:10:{s:4:\"hash\";s:32:\"1f5a3e25eaed7f98b8b78b745d878500\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594353600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1594353600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"36004ac71091f8afc0cf8837b49f4e77\";a:10:{s:4:\"hash\";s:32:\"36004ac71091f8afc0cf8837b49f4e77\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594526400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1594526400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c87126a00cc5dca3b9c052034cf7c3e\";a:10:{s:4:\"hash\";s:32:\"6c87126a00cc5dca3b9c052034cf7c3e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594612800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2379e37e9772faf4460be046368e5a12\";a:10:{s:4:\"hash\";s:32:\"2379e37e9772faf4460be046368e5a12\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594785600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1594785600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7aae8ba1e60606509979e5e62d263ef\";a:10:{s:4:\"hash\";s:32:\"c7aae8ba1e60606509979e5e62d263ef\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5db355941ae2ed2f8a31ab7bbb3bc56e\";a:10:{s:4:\"hash\";s:32:\"5db355941ae2ed2f8a31ab7bbb3bc56e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594785600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1594785600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f503b01170e0c0fe9520810d1f3e497\";a:10:{s:4:\"hash\";s:32:\"2f503b01170e0c0fe9520810d1f3e497\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594785600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1594785600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6def8d806ff25dbe55ff6c97304b53aa\";a:10:{s:4:\"hash\";s:32:\"6def8d806ff25dbe55ff6c97304b53aa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594785600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1594785600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9deadb4f56db553e80d5cff4fb3239d5\";a:10:{s:4:\"hash\";s:32:\"9deadb4f56db553e80d5cff4fb3239d5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594785600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1594785600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eefc8c021d4936c261727c0a2d0b8f79\";a:10:{s:4:\"hash\";s:32:\"eefc8c021d4936c261727c0a2d0b8f79\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594958400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1594958400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5fe43046aee1cf7120bffa1d4f66c3e5\";a:10:{s:4:\"hash\";s:32:\"5fe43046aee1cf7120bffa1d4f66c3e5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594958400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1594958400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"717cffa92fad783f623e53beea3f8ab8\";a:10:{s:4:\"hash\";s:32:\"717cffa92fad783f623e53beea3f8ab8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594958400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1594958400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c1120f26db8683e9e7bdf7f8d4e21de\";a:10:{s:4:\"hash\";s:32:\"8c1120f26db8683e9e7bdf7f8d4e21de\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1594958400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96dc04993f96b8d8a4a78ca94823d118\";a:10:{s:4:\"hash\";s:32:\"96dc04993f96b8d8a4a78ca94823d118\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595131200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"463ff70c30126ac2491376544966f52d\";a:10:{s:4:\"hash\";s:32:\"463ff70c30126ac2491376544966f52d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595217600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1595217600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a284e55b63cb61b0d75ad09ec81f038\";a:10:{s:4:\"hash\";s:32:\"3a284e55b63cb61b0d75ad09ec81f038\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595390400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1595390400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a52da680522fa2f296f78b308362952\";a:10:{s:4:\"hash\";s:32:\"8a52da680522fa2f296f78b308362952\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595736000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1595736000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31a0c6a9804e9bae95d6bc088c369b43\";a:10:{s:4:\"hash\";s:32:\"31a0c6a9804e9bae95d6bc088c369b43\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595736000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1595736000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43ee1d051088c4189b3c5192b7f04f85\";a:10:{s:4:\"hash\";s:32:\"43ee1d051088c4189b3c5192b7f04f85\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595822400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1595822400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c465aaaf4b4cb3db943efdb126780abd\";a:10:{s:4:\"hash\";s:32:\"c465aaaf4b4cb3db943efdb126780abd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595822400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1595822400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac794dd98534437b8902e696da38c058\";a:10:{s:4:\"hash\";s:32:\"ac794dd98534437b8902e696da38c058\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595908800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1595908800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6951e5ab4a98463255c167f59a9a7b5\";a:10:{s:4:\"hash\";s:32:\"b6951e5ab4a98463255c167f59a9a7b5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595908800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1595908800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4722deca68392e16b11cede97c5248e\";a:10:{s:4:\"hash\";s:32:\"c4722deca68392e16b11cede97c5248e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595908800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1595908800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"266239d6420f232ccf8a3a4a60a825be\";a:10:{s:4:\"hash\";s:32:\"266239d6420f232ccf8a3a4a60a825be\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595908800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1595908800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e05513e33d1d5d6bd3a3e840315d1f47\";a:10:{s:4:\"hash\";s:32:\"e05513e33d1d5d6bd3a3e840315d1f47\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595908800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37dc2ba17a43447f0a15d0ff21708272\";a:10:{s:4:\"hash\";s:32:\"37dc2ba17a43447f0a15d0ff21708272\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595995200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1595995200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"801e7720d768074746540e51c1dae84e\";a:10:{s:4:\"hash\";s:32:\"801e7720d768074746540e51c1dae84e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1595995200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1595995200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3ea21cbb8604c097c0537eda5bc2f4c\";a:10:{s:4:\"hash\";s:32:\"d3ea21cbb8604c097c0537eda5bc2f4c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596254400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1596254400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f0d5da006760c98173b094f9005b020\";a:10:{s:4:\"hash\";s:32:\"8f0d5da006760c98173b094f9005b020\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596254400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1596254400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb8bee8dec8b886f9e8158b417ee2ae3\";a:10:{s:4:\"hash\";s:32:\"cb8bee8dec8b886f9e8158b417ee2ae3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596254400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1596254400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1f027aa2b8a0fc0396651dffb718d1d\";a:10:{s:4:\"hash\";s:32:\"b1f027aa2b8a0fc0396651dffb718d1d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596254400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31fbeec4a41f4cfe466b621bb9605d30\";a:10:{s:4:\"hash\";s:32:\"31fbeec4a41f4cfe466b621bb9605d30\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596340800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1596340800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"777e36e584f89339c9539e67ec89d9a7\";a:10:{s:4:\"hash\";s:32:\"777e36e584f89339c9539e67ec89d9a7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596600000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1596600000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e95ee1f28c829d6961985110de4e0b8\";a:10:{s:4:\"hash\";s:32:\"9e95ee1f28c829d6961985110de4e0b8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596686400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1596686400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c0a976686b0e2b6f230df7c25f4714a\";a:10:{s:4:\"hash\";s:32:\"1c0a976686b0e2b6f230df7c25f4714a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596686400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1596686400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"809e1ac324b87f31bd6ba2a79a511b75\";a:10:{s:4:\"hash\";s:32:\"809e1ac324b87f31bd6ba2a79a511b75\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596686400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1596686400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c428761be1ec4ef1630398a7ab889c75\";a:10:{s:4:\"hash\";s:32:\"c428761be1ec4ef1630398a7ab889c75\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596859200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc1d052245dccbf2313f9592b830aa40\";a:10:{s:4:\"hash\";s:32:\"bc1d052245dccbf2313f9592b830aa40\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1596945600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1596945600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3dc0cd4019eaafda1f17d707919bf6f4\";a:10:{s:4:\"hash\";s:32:\"3dc0cd4019eaafda1f17d707919bf6f4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1597032000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1597032000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de20a769afc0d0f4c8f4d6804f1e2c3d\";a:10:{s:4:\"hash\";s:32:\"de20a769afc0d0f4c8f4d6804f1e2c3d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1597032000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84d47e9c1a522feb61a44a916a9eff89\";a:10:{s:4:\"hash\";s:32:\"84d47e9c1a522feb61a44a916a9eff89\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1597377600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1597377600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3e82426c4eddb248ca77dbdd1de8cf3\";a:10:{s:4:\"hash\";s:32:\"c3e82426c4eddb248ca77dbdd1de8cf3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1597377600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1597377600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d822a1e2856e6380a84e222298fab789\";a:10:{s:4:\"hash\";s:32:\"d822a1e2856e6380a84e222298fab789\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1597377600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ab35df873e84964d099ef0e050a7623\";a:10:{s:4:\"hash\";s:32:\"6ab35df873e84964d099ef0e050a7623\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1597550400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1597550400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f360c8746e72a056e7dc1ac622ff7c33\";a:10:{s:4:\"hash\";s:32:\"f360c8746e72a056e7dc1ac622ff7c33\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1597636800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1597636800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31a1bffd7dd1987a1dd0e314c0d722f5\";a:10:{s:4:\"hash\";s:32:\"31a1bffd7dd1987a1dd0e314c0d722f5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1597636800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1597636800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7905a03af5e5f371eefd5f3b9c56f89a\";a:10:{s:4:\"hash\";s:32:\"7905a03af5e5f371eefd5f3b9c56f89a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598155200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1598155200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f9f275ce8c1b741d7ee1397e4b554e2c\";a:10:{s:4:\"hash\";s:32:\"f9f275ce8c1b741d7ee1397e4b554e2c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598155200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1598155200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca56298933eb0b12148cffd729d8fd7c\";a:10:{s:4:\"hash\";s:32:\"ca56298933eb0b12148cffd729d8fd7c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598155200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1598155200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0444deeb8610b158596dccf377e4e88\";a:10:{s:4:\"hash\";s:32:\"a0444deeb8610b158596dccf377e4e88\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598241600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1598241600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5294bfcfb962732f95699d42263e0d6\";a:10:{s:4:\"hash\";s:32:\"d5294bfcfb962732f95699d42263e0d6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598241600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1598241600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f5fa6451569e039baa7fd6968ac3f70\";a:10:{s:4:\"hash\";s:32:\"6f5fa6451569e039baa7fd6968ac3f70\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598241600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1598241600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9fb9d2a2475578a953632ec9aa7a959c\";a:10:{s:4:\"hash\";s:32:\"9fb9d2a2475578a953632ec9aa7a959c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598414400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1598414400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"062531007cb181076a28c8966667e445\";a:10:{s:4:\"hash\";s:32:\"062531007cb181076a28c8966667e445\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598414400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1598414400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"897540457d179282be4df7875d50b053\";a:10:{s:4:\"hash\";s:32:\"897540457d179282be4df7875d50b053\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1598500800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1598500800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6935a5978be21655c4cb47d3733b901\";a:10:{s:4:\"hash\";s:32:\"f6935a5978be21655c4cb47d3733b901\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1601524800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1601524800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4eaab7a71313392ec7a101b4451d9b9b\";a:10:{s:4:\"hash\";s:32:\"4eaab7a71313392ec7a101b4451d9b9b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1604116800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1604116800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8836bcfb691e41b0c1dc3950e4be5484\";a:10:{s:4:\"hash\";s:32:\"8836bcfb691e41b0c1dc3950e4be5484\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1604203200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1604203200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74025601ea1e0ea12b93dcdae6b6319a\";a:10:{s:4:\"hash\";s:32:\"74025601ea1e0ea12b93dcdae6b6319a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1604203200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1604203200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95f3a31d99b4578212f7539ab28939da\";a:10:{s:4:\"hash\";s:32:\"95f3a31d99b4578212f7539ab28939da\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2355b8b42f579174ef84efdfda2e438f\";a:10:{s:4:\"hash\";s:32:\"2355b8b42f579174ef84efdfda2e438f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1604203200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1604203200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1b07aebfc4cfe3158bcfe5317d433b7\";a:10:{s:4:\"hash\";s:32:\"e1b07aebfc4cfe3158bcfe5317d433b7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1604293200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1604293200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4809389a39ff8b5ec8bd8b695228a14d\";a:10:{s:4:\"hash\";s:32:\"4809389a39ff8b5ec8bd8b695228a14d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1604293200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1604293200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c224fffa16f86087d2cb7253c7e01d3\";a:10:{s:4:\"hash\";s:32:\"2c224fffa16f86087d2cb7253c7e01d3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1604552400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1604552400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33249d12c4f424497bf0cb222c19226f\";a:10:{s:4:\"hash\";s:32:\"33249d12c4f424497bf0cb222c19226f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605070800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1605070800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d6ab8f702d1eb10d25849c8afac07db6\";a:10:{s:4:\"hash\";s:32:\"d6ab8f702d1eb10d25849c8afac07db6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605070800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7581a66467034fcfdab7153bd5fdcb37\";a:10:{s:4:\"hash\";s:32:\"7581a66467034fcfdab7153bd5fdcb37\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605157200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1605157200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb43fa246fc449394b7b33ce9e82cae3\";a:10:{s:4:\"hash\";s:32:\"bb43fa246fc449394b7b33ce9e82cae3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605157200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1605157200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aaaeb16462f95d3e7ff128f3cbb39ba9\";a:10:{s:4:\"hash\";s:32:\"aaaeb16462f95d3e7ff128f3cbb39ba9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605157200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1605157200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f99523473848ceb9cad878989862c628\";a:10:{s:4:\"hash\";s:32:\"f99523473848ceb9cad878989862c628\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605157200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1605157200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff811f63d619ef69e53a687ec4af545a\";a:10:{s:4:\"hash\";s:32:\"ff811f63d619ef69e53a687ec4af545a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605157200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1605157200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73452918e1f3fd5d2e130a22a9ae56e6\";a:10:{s:4:\"hash\";s:32:\"73452918e1f3fd5d2e130a22a9ae56e6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605157200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1605157200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"206c8f1acacfb117111d2d607e4c03d2\";a:10:{s:4:\"hash\";s:32:\"206c8f1acacfb117111d2d607e4c03d2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605157200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1605157200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22675aa016118e8cdf036631f8678518\";a:10:{s:4:\"hash\";s:32:\"22675aa016118e8cdf036631f8678518\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605243600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1605243600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3245d2bb0337d712b7202dac3cb22c9f\";a:10:{s:4:\"hash\";s:32:\"3245d2bb0337d712b7202dac3cb22c9f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605243600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cbd6fb269fbe9a2c569b54a500001bfe\";a:10:{s:4:\"hash\";s:32:\"cbd6fb269fbe9a2c569b54a500001bfe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dcb6a835a4e7ce51b028e0c247d73c3d\";a:10:{s:4:\"hash\";s:32:\"dcb6a835a4e7ce51b028e0c247d73c3d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605762000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1605762000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f469177e115d468725e51179ab7b19c8\";a:10:{s:4:\"hash\";s:32:\"f469177e115d468725e51179ab7b19c8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1605934800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1605934800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"645b382bc114aeecc207bf6ed3f70997\";a:10:{s:4:\"hash\";s:32:\"645b382bc114aeecc207bf6ed3f70997\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1606539600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1606539600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"396b2d501f26dc5c0e2f64dc515d4222\";a:10:{s:4:\"hash\";s:32:\"396b2d501f26dc5c0e2f64dc515d4222\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1606626000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1606626000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"637f331c8d49583a2364502e65044828\";a:10:{s:4:\"hash\";s:32:\"637f331c8d49583a2364502e65044828\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1606626000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1606626000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eaee67f38e3a274d0722a4ae1ef0869f\";a:10:{s:4:\"hash\";s:32:\"eaee67f38e3a274d0722a4ae1ef0869f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1606626000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1606626000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06e825f324438be8def4be350bda8f6c\";a:10:{s:4:\"hash\";s:32:\"06e825f324438be8def4be350bda8f6c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1606712400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1606712400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b9b1473152df66757f13604439e724aa\";a:10:{s:4:\"hash\";s:32:\"b9b1473152df66757f13604439e724aa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1609477200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1609477200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da53c33507a6850d94e40195c379abc7\";a:10:{s:4:\"hash\";s:32:\"da53c33507a6850d94e40195c379abc7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1611550800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1611550800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40258bc38e4634434f66b30abd5ef040\";a:10:{s:4:\"hash\";s:32:\"40258bc38e4634434f66b30abd5ef040\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612069200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1612069200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b7e1cf0f9f4e9260632c8e1b18691a7c\";a:10:{s:4:\"hash\";s:32:\"b7e1cf0f9f4e9260632c8e1b18691a7c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef67bdcfa6912db59ac94b69301e2ec9\";a:10:{s:4:\"hash\";s:32:\"ef67bdcfa6912db59ac94b69301e2ec9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612155600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1ab933bbec2a0d8abb64ce12609a664\";a:10:{s:4:\"hash\";s:32:\"d1ab933bbec2a0d8abb64ce12609a664\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"adebc1ec0df6f24398dc999b2e8b4577\";a:10:{s:4:\"hash\";s:32:\"adebc1ec0df6f24398dc999b2e8b4577\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8a50ea427e1dd68f4af8a40bc396993\";a:10:{s:4:\"hash\";s:32:\"e8a50ea427e1dd68f4af8a40bc396993\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5a7d17947058e66d1782394576ec972\";a:10:{s:4:\"hash\";s:32:\"b5a7d17947058e66d1782394576ec972\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc8a9f8ec3c0f4dc309b51eb1f910f14\";a:10:{s:4:\"hash\";s:32:\"fc8a9f8ec3c0f4dc309b51eb1f910f14\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21f9887f01c7cb2b517f81b33f871fcc\";a:10:{s:4:\"hash\";s:32:\"21f9887f01c7cb2b517f81b33f871fcc\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f29bf75f90b5e6e7d7c7bf5c409c8ab\";a:10:{s:4:\"hash\";s:32:\"6f29bf75f90b5e6e7d7c7bf5c409c8ab\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b5a7008765ebbd1314f069d83ed83d6\";a:10:{s:4:\"hash\";s:32:\"8b5a7008765ebbd1314f069d83ed83d6\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21819f1896c5a6ae9327707309910436\";a:10:{s:4:\"hash\";s:32:\"21819f1896c5a6ae9327707309910436\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"35e469e9162ce0bd44dccb2ead89a8c6\";a:10:{s:4:\"hash\";s:32:\"35e469e9162ce0bd44dccb2ead89a8c6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4f3f5b9e92ef8896cf511c3079045fb\";a:10:{s:4:\"hash\";s:32:\"e4f3f5b9e92ef8896cf511c3079045fb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612155600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8281546d6400740ec549b136f1f8755\";a:10:{s:4:\"hash\";s:32:\"e8281546d6400740ec549b136f1f8755\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612242000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1612242000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23df6dd77978f5ad55478b90dc0bec01\";a:10:{s:4:\"hash\";s:32:\"23df6dd77978f5ad55478b90dc0bec01\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612242000/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1612242000/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"acc17e3abe34afe461d70e68a78094dc\";a:10:{s:4:\"hash\";s:32:\"acc17e3abe34afe461d70e68a78094dc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c02ac95f1251c7aef06242cfdc0581ca\";a:10:{s:4:\"hash\";s:32:\"c02ac95f1251c7aef06242cfdc0581ca\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612674000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1612674000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cde034afb3f75aef8950b1e06c6c339b\";a:10:{s:4:\"hash\";s:32:\"cde034afb3f75aef8950b1e06c6c339b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612674000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612674000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21b4acfdbb01c05fa3a6da5a938b2d68\";a:10:{s:4:\"hash\";s:32:\"21b4acfdbb01c05fa3a6da5a938b2d68\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612674000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1612674000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1659cd32a45ddc2f5739be2eef6e609\";a:10:{s:4:\"hash\";s:32:\"e1659cd32a45ddc2f5739be2eef6e609\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612674000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1612674000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2811cd252f5a2c56910f9abef6d71909\";a:10:{s:4:\"hash\";s:32:\"2811cd252f5a2c56910f9abef6d71909\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2aa9bfc0a7d949eb7842eafb4b13c56f\";a:10:{s:4:\"hash\";s:32:\"2aa9bfc0a7d949eb7842eafb4b13c56f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612760400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612760400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c0c65ca1aedb09bfb7703bfed9a54af\";a:10:{s:4:\"hash\";s:32:\"4c0c65ca1aedb09bfb7703bfed9a54af\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612760400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1612760400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f85676f593158b4fde00e660558e216\";a:10:{s:4:\"hash\";s:32:\"9f85676f593158b4fde00e660558e216\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1612760400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5a8c9ba492d7b73ad2989beb683a22f\";a:10:{s:4:\"hash\";s:32:\"a5a8c9ba492d7b73ad2989beb683a22f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1613278800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1613278800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba56481531bd096df070cf5c4b41251e\";a:10:{s:4:\"hash\";s:32:\"ba56481531bd096df070cf5c4b41251e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1613365200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1613365200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c7197da60ce1866a73ad1434899bd47\";a:10:{s:4:\"hash\";s:32:\"5c7197da60ce1866a73ad1434899bd47\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1614574800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1614574800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2036571abd10a9aedd2418ce0a9f37a2\";a:10:{s:4:\"hash\";s:32:\"2036571abd10a9aedd2418ce0a9f37a2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619236800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1619236800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21f5068815e401072082616f75bfc253\";a:10:{s:4:\"hash\";s:32:\"21f5068815e401072082616f75bfc253\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619236800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1619236800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45a0e32fafc02d529f71efea6327e469\";a:10:{s:4:\"hash\";s:32:\"45a0e32fafc02d529f71efea6327e469\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619323200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1619323200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8fd18ca326813094139e04b152821be6\";a:10:{s:4:\"hash\";s:32:\"8fd18ca326813094139e04b152821be6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619323200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1619323200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37439d12df736923735b914c1c74684c\";a:10:{s:4:\"hash\";s:32:\"37439d12df736923735b914c1c74684c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619323200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dcc0e0b0d5e8251b63d3e044ca232d9a\";a:10:{s:4:\"hash\";s:32:\"dcc0e0b0d5e8251b63d3e044ca232d9a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619496000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1619496000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"885d2557d74ad459714043c3fbcbb2eb\";a:10:{s:4:\"hash\";s:32:\"885d2557d74ad459714043c3fbcbb2eb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619668800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1619668800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14bcff78314256f30dd1de83faeef475\";a:10:{s:4:\"hash\";s:32:\"14bcff78314256f30dd1de83faeef475\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619755200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1619755200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"719426698d8fd92038afe3be471f5807\";a:10:{s:4:\"hash\";s:32:\"719426698d8fd92038afe3be471f5807\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619755200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1619755200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75265cc255bf9c913fcf357967ab7b4b\";a:10:{s:4:\"hash\";s:32:\"75265cc255bf9c913fcf357967ab7b4b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619755200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1619755200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b39c0f05c881d4177c2151b9473383b7\";a:10:{s:4:\"hash\";s:32:\"b39c0f05c881d4177c2151b9473383b7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619841600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1619841600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5cedb397990810273dbb08c76c2afa1\";a:10:{s:4:\"hash\";s:32:\"e5cedb397990810273dbb08c76c2afa1\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619841600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1619841600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"360c7bf14727722bb108c58ecd9017f8\";a:10:{s:4:\"hash\";s:32:\"360c7bf14727722bb108c58ecd9017f8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42b012144101d52055dff449dae820fa\";a:10:{s:4:\"hash\";s:32:\"42b012144101d52055dff449dae820fa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1619841600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b306fc6a503a28501aeb59ba8b89268\";a:10:{s:4:\"hash\";s:32:\"0b306fc6a503a28501aeb59ba8b89268\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620100800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620100800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"746449a210ce51120b8d17c9e915c115\";a:10:{s:4:\"hash\";s:32:\"746449a210ce51120b8d17c9e915c115\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620100800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620100800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba314826d9e689925dab9db14ca18b06\";a:10:{s:4:\"hash\";s:32:\"ba314826d9e689925dab9db14ca18b06\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620100800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620100800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b898afc6e2da3a417a820f52e16b9469\";a:10:{s:4:\"hash\";s:32:\"b898afc6e2da3a417a820f52e16b9469\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620100800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620100800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9c2ac488b4a41377071777bee07b3ac\";a:10:{s:4:\"hash\";s:32:\"c9c2ac488b4a41377071777bee07b3ac\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620187200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620187200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a4f2fd067737e829607f0e7cf0692a85\";a:10:{s:4:\"hash\";s:32:\"a4f2fd067737e829607f0e7cf0692a85\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620187200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620187200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6aec0b4371bdaa1b1dcdc3bd7aed773\";a:10:{s:4:\"hash\";s:32:\"e6aec0b4371bdaa1b1dcdc3bd7aed773\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620273600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620273600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5a1bfc089726c50ebea4508f858c8cd\";a:10:{s:4:\"hash\";s:32:\"d5a1bfc089726c50ebea4508f858c8cd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620360000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620360000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d3d98a45409d39a3e6149dab59c5556\";a:10:{s:4:\"hash\";s:32:\"6d3d98a45409d39a3e6149dab59c5556\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620446400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620446400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe99429f10557a70d67739b5e45abbf3\";a:10:{s:4:\"hash\";s:32:\"fe99429f10557a70d67739b5e45abbf3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620532800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620532800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"378076901b7f0aa1c362a1277e917fdc\";a:10:{s:4:\"hash\";s:32:\"378076901b7f0aa1c362a1277e917fdc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620532800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620532800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cea82833baa7a295a50bde8bad602cbb\";a:10:{s:4:\"hash\";s:32:\"cea82833baa7a295a50bde8bad602cbb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620532800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"07853937f5a6e0d0556c46dc297a81e1\";a:10:{s:4:\"hash\";s:32:\"07853937f5a6e0d0556c46dc297a81e1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620619200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620619200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0fe0f8b0af3dafd2508331f6ceced44\";a:10:{s:4:\"hash\";s:32:\"f0fe0f8b0af3dafd2508331f6ceced44\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620619200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620619200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0dfdd37b8bbe1b2c37ea9e21b2eddca\";a:10:{s:4:\"hash\";s:32:\"c0dfdd37b8bbe1b2c37ea9e21b2eddca\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620619200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620619200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20789cde45ae10b0212767598c7323a7\";a:10:{s:4:\"hash\";s:32:\"20789cde45ae10b0212767598c7323a7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620705600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620705600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd32156ea1ffd868a99163a59d573c1c\";a:10:{s:4:\"hash\";s:32:\"bd32156ea1ffd868a99163a59d573c1c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620705600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620705600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfb9b940b40f4766256ab2438ca58394\";a:10:{s:4:\"hash\";s:32:\"dfb9b940b40f4766256ab2438ca58394\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620705600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea3e7e0321ad6a300792998c050eb5a7\";a:10:{s:4:\"hash\";s:32:\"ea3e7e0321ad6a300792998c050eb5a7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620792000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620792000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e44fe19f02d93410121b4fae22a8fc4b\";a:10:{s:4:\"hash\";s:32:\"e44fe19f02d93410121b4fae22a8fc4b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620792000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1620792000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c801ea2e8c298bf25301a03b0eb7b817\";a:10:{s:4:\"hash\";s:32:\"c801ea2e8c298bf25301a03b0eb7b817\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620792000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620792000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49a1a765dfe94b87267261c68ada85e1\";a:10:{s:4:\"hash\";s:32:\"49a1a765dfe94b87267261c68ada85e1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620792000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620792000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec68ee2b2786021896bfbee9c5aebc7d\";a:10:{s:4:\"hash\";s:32:\"ec68ee2b2786021896bfbee9c5aebc7d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620878400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620878400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"39626237151ef41513766c1bd0308735\";a:10:{s:4:\"hash\";s:32:\"39626237151ef41513766c1bd0308735\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620964800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1620964800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"076f372c8c95e49da6a0035d533607d2\";a:10:{s:4:\"hash\";s:32:\"076f372c8c95e49da6a0035d533607d2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620964800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1620964800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e0c873b88b1e548cda574ec50efaebe8\";a:10:{s:4:\"hash\";s:32:\"e0c873b88b1e548cda574ec50efaebe8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1620964800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96d1242744970e7ff2919efe68ba08fa\";a:10:{s:4:\"hash\";s:32:\"96d1242744970e7ff2919efe68ba08fa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621051200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1621051200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00916b1c91c07bd8213a890f69854509\";a:10:{s:4:\"hash\";s:32:\"00916b1c91c07bd8213a890f69854509\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621051200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1621051200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c172593c76ece79fc52269ef161cdeae\";a:10:{s:4:\"hash\";s:32:\"c172593c76ece79fc52269ef161cdeae\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621051200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"72f59b7406c11d1265a9a38d0aa8930d\";a:10:{s:4:\"hash\";s:32:\"72f59b7406c11d1265a9a38d0aa8930d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621224000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1621224000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"666208ada9ceb6ad857199726db87b39\";a:10:{s:4:\"hash\";s:32:\"666208ada9ceb6ad857199726db87b39\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621224000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1621224000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b193dda77a304238cbfcb6ece292574\";a:10:{s:4:\"hash\";s:32:\"9b193dda77a304238cbfcb6ece292574\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621224000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1621224000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0bb6af79a8151592f39679fbc4865557\";a:10:{s:4:\"hash\";s:32:\"0bb6af79a8151592f39679fbc4865557\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621224000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1621224000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d73c5f4203ca99d84bf9bfd501e8c14\";a:10:{s:4:\"hash\";s:32:\"9d73c5f4203ca99d84bf9bfd501e8c14\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621310400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1621310400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1fb08231a68ae666e5d2d87a87f65ae\";a:10:{s:4:\"hash\";s:32:\"b1fb08231a68ae666e5d2d87a87f65ae\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621396800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1621396800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"72d4a64f74e5746ec0b7628de882d532\";a:10:{s:4:\"hash\";s:32:\"72d4a64f74e5746ec0b7628de882d532\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621828800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1621828800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2eef35a8385f6f8839c16eeceb5aaa91\";a:10:{s:4:\"hash\";s:32:\"2eef35a8385f6f8839c16eeceb5aaa91\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621915200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1621915200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8dbcf0a6d478d0e7f90593e59d304ca\";a:10:{s:4:\"hash\";s:32:\"b8dbcf0a6d478d0e7f90593e59d304ca\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621915200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1621915200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1022bf64c9157cecd944871d865494c\";a:10:{s:4:\"hash\";s:32:\"f1022bf64c9157cecd944871d865494c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1621915200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1621915200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5efc1fbd7b3c41d9f11e8e59efc7e7d\";a:10:{s:4:\"hash\";s:32:\"d5efc1fbd7b3c41d9f11e8e59efc7e7d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622001600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1622001600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd12f98ea8a897187e07f465c8da8ca9\";a:10:{s:4:\"hash\";s:32:\"cd12f98ea8a897187e07f465c8da8ca9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622001600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1622001600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37adf5fe2b16ec433c39cba94a5c0ccd\";a:10:{s:4:\"hash\";s:32:\"37adf5fe2b16ec433c39cba94a5c0ccd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622174400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1622174400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d73398c5ff4a65070d6feacad84573f\";a:10:{s:4:\"hash\";s:32:\"3d73398c5ff4a65070d6feacad84573f\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622520000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1622520000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8825d26519b73e326c66169a2309047c\";a:10:{s:4:\"hash\";s:32:\"8825d26519b73e326c66169a2309047c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622520000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1622520000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04a79b10982e359db62d92cf708846c3\";a:10:{s:4:\"hash\";s:32:\"04a79b10982e359db62d92cf708846c3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622520000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1622520000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71fe8d18c105c9d1d2f66b76596a4875\";a:10:{s:4:\"hash\";s:32:\"71fe8d18c105c9d1d2f66b76596a4875\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622692800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1622692800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5168bd8acd4b2f22ef40ea06560ae39\";a:10:{s:4:\"hash\";s:32:\"a5168bd8acd4b2f22ef40ea06560ae39\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622779200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1622779200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7feabc9c21832161916fe947e63f874f\";a:10:{s:4:\"hash\";s:32:\"7feabc9c21832161916fe947e63f874f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622779200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1622779200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"862911796659217ed64ba0dbc500897f\";a:10:{s:4:\"hash\";s:32:\"862911796659217ed64ba0dbc500897f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622779200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1622779200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"014bb49f2963ba9727abec587c8697e8\";a:10:{s:4:\"hash\";s:32:\"014bb49f2963ba9727abec587c8697e8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1622865600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1622865600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7cede52b678053c8392970c12b306387\";a:10:{s:4:\"hash\";s:32:\"7cede52b678053c8392970c12b306387\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623038400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623038400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f262cfb8f6c098f16195d6c61a74d8b\";a:10:{s:4:\"hash\";s:32:\"6f262cfb8f6c098f16195d6c61a74d8b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623124800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623124800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be672bc0a3b436ef481fb3e82e060a18\";a:10:{s:4:\"hash\";s:32:\"be672bc0a3b436ef481fb3e82e060a18\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623124800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623124800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0db87ed5e15076e9c10c9f1970e15173\";a:10:{s:4:\"hash\";s:32:\"0db87ed5e15076e9c10c9f1970e15173\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623211200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"627e026083a357fa2579bae71a57b27b\";a:10:{s:4:\"hash\";s:32:\"627e026083a357fa2579bae71a57b27b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623384000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623384000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4fe220ad817b1e35d150a76846c0f210\";a:10:{s:4:\"hash\";s:32:\"4fe220ad817b1e35d150a76846c0f210\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac63971228ba5638eeba2d174032d384\";a:10:{s:4:\"hash\";s:32:\"ac63971228ba5638eeba2d174032d384\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623384000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b14d526a1a8b85a6a3ced2178c58506\";a:10:{s:4:\"hash\";s:32:\"6b14d526a1a8b85a6a3ced2178c58506\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623470400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623470400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31041126664e49082483fe8484d781de\";a:10:{s:4:\"hash\";s:32:\"31041126664e49082483fe8484d781de\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623556800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623556800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3aeb5e5213476987ce5d41f1fd55161a\";a:10:{s:4:\"hash\";s:32:\"3aeb5e5213476987ce5d41f1fd55161a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623556800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623556800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1f1f38d36211718cd98dbd8e43aa17a\";a:10:{s:4:\"hash\";s:32:\"d1f1f38d36211718cd98dbd8e43aa17a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623643200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623643200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aab19bbb0b18ddc278ba513dde4e207a\";a:10:{s:4:\"hash\";s:32:\"aab19bbb0b18ddc278ba513dde4e207a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623643200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623643200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ade5113bc99103c9f8fc94b8b899c37\";a:10:{s:4:\"hash\";s:32:\"6ade5113bc99103c9f8fc94b8b899c37\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623643200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623643200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fa573ca72ddf634a3fa86e57a50c2a7\";a:10:{s:4:\"hash\";s:32:\"3fa573ca72ddf634a3fa86e57a50c2a7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623643200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623643200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87d42c92c1d4e7119bbe30ed2c0f3a19\";a:10:{s:4:\"hash\";s:32:\"87d42c92c1d4e7119bbe30ed2c0f3a19\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623643200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38717b0a3e51af809ee14da9c89e0b3b\";a:10:{s:4:\"hash\";s:32:\"38717b0a3e51af809ee14da9c89e0b3b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623729600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623729600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2310182d49e5018d29d0af82955d95f\";a:10:{s:4:\"hash\";s:32:\"a2310182d49e5018d29d0af82955d95f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623729600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623729600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a002de7d697f86e91757fbaf987cff0a\";a:10:{s:4:\"hash\";s:32:\"a002de7d697f86e91757fbaf987cff0a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623729600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623729600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5eb432c1ec7230b5085e6960c5c3b681\";a:10:{s:4:\"hash\";s:32:\"5eb432c1ec7230b5085e6960c5c3b681\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623729600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623729600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"432732ea68b10ca23efefd2c614cd2ee\";a:10:{s:4:\"hash\";s:32:\"432732ea68b10ca23efefd2c614cd2ee\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623729600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623729600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2baf4efa9c7473763e8e486be2a263ff\";a:10:{s:4:\"hash\";s:32:\"2baf4efa9c7473763e8e486be2a263ff\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623729600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623729600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f5722fdcbbd3d176392d171700c93d3\";a:10:{s:4:\"hash\";s:32:\"7f5722fdcbbd3d176392d171700c93d3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623729600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a7cac615033eaf8e4ddbd5642f68822\";a:10:{s:4:\"hash\";s:32:\"1a7cac615033eaf8e4ddbd5642f68822\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623816000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623816000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d44557433b6136abfbaa1001bfb76146\";a:10:{s:4:\"hash\";s:32:\"d44557433b6136abfbaa1001bfb76146\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623816000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623816000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c4eddb97a40f44c23f3624c08cadaf8\";a:10:{s:4:\"hash\";s:32:\"8c4eddb97a40f44c23f3624c08cadaf8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623816000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623816000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c6e424e35c61730660db6f3850ec5b7\";a:10:{s:4:\"hash\";s:32:\"1c6e424e35c61730660db6f3850ec5b7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623816000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623816000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa6285dcc1a1dd88ec66002911e537a6\";a:10:{s:4:\"hash\";s:32:\"aa6285dcc1a1dd88ec66002911e537a6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623816000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623816000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0892f4367b420dbd5a6e58407b33f5f6\";a:10:{s:4:\"hash\";s:32:\"0892f4367b420dbd5a6e58407b33f5f6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623902400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623902400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e89bd363a5d4e6fbb9a24657345f16b7\";a:10:{s:4:\"hash\";s:32:\"e89bd363a5d4e6fbb9a24657345f16b7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623902400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623902400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e98dfc65383e6edc501a4967967070e\";a:10:{s:4:\"hash\";s:32:\"1e98dfc65383e6edc501a4967967070e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623902400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623902400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea8efa5cc0cfc8ee8ae663ca19980f5b\";a:10:{s:4:\"hash\";s:32:\"ea8efa5cc0cfc8ee8ae663ca19980f5b\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623988800/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1623988800/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5021a52d72feee73e045f45bff8e0735\";a:10:{s:4:\"hash\";s:32:\"5021a52d72feee73e045f45bff8e0735\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623988800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623988800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f406ae971a1e945dc4ebcf414d4db5f8\";a:10:{s:4:\"hash\";s:32:\"f406ae971a1e945dc4ebcf414d4db5f8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ceea1668c8e52340fd619d41aa4df93a\";a:10:{s:4:\"hash\";s:32:\"ceea1668c8e52340fd619d41aa4df93a\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623988800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1623988800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d43321cb9758618e7d9dd0d0468cd183\";a:10:{s:4:\"hash\";s:32:\"d43321cb9758618e7d9dd0d0468cd183\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21a3887c28aa0bdcbacdea5ad2f1222e\";a:10:{s:4:\"hash\";s:32:\"21a3887c28aa0bdcbacdea5ad2f1222e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1623988800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3ccf88c79ec58bfe4c535efafdea7ca\";a:10:{s:4:\"hash\";s:32:\"d3ccf88c79ec58bfe4c535efafdea7ca\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1624075200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1624075200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d77286e2b52cac0b15f4678a3dfde76d\";a:10:{s:4:\"hash\";s:32:\"d77286e2b52cac0b15f4678a3dfde76d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1624075200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1624075200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60ff2415cb42b9296b1862d7b57136e4\";a:10:{s:4:\"hash\";s:32:\"60ff2415cb42b9296b1862d7b57136e4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1624075200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58defff66c6f0fb12e9ef4a1ca7bb2d9\";a:10:{s:4:\"hash\";s:32:\"58defff66c6f0fb12e9ef4a1ca7bb2d9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1624334400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1624334400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3353f0fea5db0b77a8741fb8d0b5eb53\";a:10:{s:4:\"hash\";s:32:\"3353f0fea5db0b77a8741fb8d0b5eb53\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1624507200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1624507200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c78edd990266a47490d78b0f45ac3b3\";a:10:{s:4:\"hash\";s:32:\"9c78edd990266a47490d78b0f45ac3b3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1624507200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1624507200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1484ed9c6d49b05fe8ba29300d14ecd\";a:10:{s:4:\"hash\";s:32:\"d1484ed9c6d49b05fe8ba29300d14ecd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1624939200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1624939200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b9e5f0617011636a08b300089d79ec5e\";a:10:{s:4:\"hash\";s:32:\"b9e5f0617011636a08b300089d79ec5e\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34bcf22c82f5f9a99944e681416e88b0\";a:10:{s:4:\"hash\";s:32:\"34bcf22c82f5f9a99944e681416e88b0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1625112000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1625112000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"058629b477cf6ec1291af2296a033e20\";a:10:{s:4:\"hash\";s:32:\"058629b477cf6ec1291af2296a033e20\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e58a53c4a8649d62e5446e1e64c910e2\";a:10:{s:4:\"hash\";s:32:\"e58a53c4a8649d62e5446e1e64c910e2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626321600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1626321600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3fc17631b389b3798f69b737d0c9af4\";a:10:{s:4:\"hash\";s:32:\"d3fc17631b389b3798f69b737d0c9af4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626321600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626321600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb5f525aaf3fbf1ff7b69f18a72c9da1\";a:10:{s:4:\"hash\";s:32:\"bb5f525aaf3fbf1ff7b69f18a72c9da1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626321600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626321600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"294933e2311989b8cc17ce24d48304d9\";a:10:{s:4:\"hash\";s:32:\"294933e2311989b8cc17ce24d48304d9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626321600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1626321600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef71c5d79723502fce6222d3b9fe8748\";a:10:{s:4:\"hash\";s:32:\"ef71c5d79723502fce6222d3b9fe8748\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626408000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1626408000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7932f3a367e37ed80ac818f640c5222f\";a:10:{s:4:\"hash\";s:32:\"7932f3a367e37ed80ac818f640c5222f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626494400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626494400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a3d58366963941e9187e0071bd6ab94\";a:10:{s:4:\"hash\";s:32:\"8a3d58366963941e9187e0071bd6ab94\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626494400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626494400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0bd4c831c5d87f64eb7264a8bd68abe\";a:10:{s:4:\"hash\";s:32:\"a0bd4c831c5d87f64eb7264a8bd68abe\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626494400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef4d19a8db6d8a0da2ed79a7094db161\";a:10:{s:4:\"hash\";s:32:\"ef4d19a8db6d8a0da2ed79a7094db161\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626580800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626580800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6eaeb2cf38846edc2a7ef7240a8a6200\";a:10:{s:4:\"hash\";s:32:\"6eaeb2cf38846edc2a7ef7240a8a6200\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626580800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626580800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20075acbbc0b5d5f168efc757096d16a\";a:10:{s:4:\"hash\";s:32:\"20075acbbc0b5d5f168efc757096d16a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626580800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1626580800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"874ff0d76ab79011d8a276d7de302c46\";a:10:{s:4:\"hash\";s:32:\"874ff0d76ab79011d8a276d7de302c46\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626580800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626580800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b8f69c4c601eb9762b04a70cb6c7e25\";a:10:{s:4:\"hash\";s:32:\"3b8f69c4c601eb9762b04a70cb6c7e25\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626580800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1626580800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eaec0b51723700a2731b246e73678fdf\";a:10:{s:4:\"hash\";s:32:\"eaec0b51723700a2731b246e73678fdf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626667200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626667200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"066bb67c16ab3074aa395fd8d90bde12\";a:10:{s:4:\"hash\";s:32:\"066bb67c16ab3074aa395fd8d90bde12\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626667200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1626667200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52f88ac79af88b1c6989a1c206a0e1ee\";a:10:{s:4:\"hash\";s:32:\"52f88ac79af88b1c6989a1c206a0e1ee\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626667200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1626667200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8382cf0f7ceaa194d370c113909c5976\";a:10:{s:4:\"hash\";s:32:\"8382cf0f7ceaa194d370c113909c5976\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626667200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1626667200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8515b1e8dc66bf0baa95764ad060072f\";a:10:{s:4:\"hash\";s:32:\"8515b1e8dc66bf0baa95764ad060072f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1626753600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90cda792b5630f28f3ebe49afd724788\";a:10:{s:4:\"hash\";s:32:\"90cda792b5630f28f3ebe49afd724788\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627099200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627099200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6af4e83e76d58f6645bec1bff646162\";a:10:{s:4:\"hash\";s:32:\"b6af4e83e76d58f6645bec1bff646162\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627099200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627099200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5701917e23f3f45534d6ce56b1346b9f\";a:10:{s:4:\"hash\";s:32:\"5701917e23f3f45534d6ce56b1346b9f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627099200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1627099200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a719afb7e6aca9d5c3e5dcbcb2dfb97\";a:10:{s:4:\"hash\";s:32:\"8a719afb7e6aca9d5c3e5dcbcb2dfb97\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627185600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627185600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a22226be1fa9cacd52bf046ba467786\";a:10:{s:4:\"hash\";s:32:\"5a22226be1fa9cacd52bf046ba467786\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627185600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1627185600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43d4ffe57739e1b95433549aafa10784\";a:10:{s:4:\"hash\";s:32:\"43d4ffe57739e1b95433549aafa10784\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627272000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627272000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02fa9e4bd03acbcab405ee1a4c2270f9\";a:10:{s:4:\"hash\";s:32:\"02fa9e4bd03acbcab405ee1a4c2270f9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627272000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1627272000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0335ff23c41b2f18a40cd8779670c966\";a:10:{s:4:\"hash\";s:32:\"0335ff23c41b2f18a40cd8779670c966\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627358400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1627358400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e690febbfc4bce7e1ab6a8fd9009b5e9\";a:10:{s:4:\"hash\";s:32:\"e690febbfc4bce7e1ab6a8fd9009b5e9\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627358400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1627358400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58aaac1ef879be80e671bb1424517f67\";a:10:{s:4:\"hash\";s:32:\"58aaac1ef879be80e671bb1424517f67\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d76d335abe63ee06bde83bf54a5b73b\";a:10:{s:4:\"hash\";s:32:\"2d76d335abe63ee06bde83bf54a5b73b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a2b9e3e63f696898e5249a48de63bbc\";a:10:{s:4:\"hash\";s:32:\"8a2b9e3e63f696898e5249a48de63bbc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627358400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627358400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"566b6c126520b5cdd1fd612d3c0c0b38\";a:10:{s:4:\"hash\";s:32:\"566b6c126520b5cdd1fd612d3c0c0b38\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627358400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1627358400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6736c4d180a84f27ccffc7a7c3693535\";a:10:{s:4:\"hash\";s:32:\"6736c4d180a84f27ccffc7a7c3693535\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627704000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1627704000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7e894924ff3abd3a467cfe910132d46\";a:10:{s:4:\"hash\";s:32:\"a7e894924ff3abd3a467cfe910132d46\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627704000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627704000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84bc923dbb5f7a2a88187e926a3bf4eb\";a:10:{s:4:\"hash\";s:32:\"84bc923dbb5f7a2a88187e926a3bf4eb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627704000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1627704000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22e37c4cd000f7638371973ce8013bbb\";a:10:{s:4:\"hash\";s:32:\"22e37c4cd000f7638371973ce8013bbb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627790400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627790400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81f561406cf082feba56e86776775b44\";a:10:{s:4:\"hash\";s:32:\"81f561406cf082feba56e86776775b44\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627790400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1627790400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e0428966b439d9e7ac5945c19525ced\";a:10:{s:4:\"hash\";s:32:\"6e0428966b439d9e7ac5945c19525ced\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627790400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1627790400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd25d33a313a2da2f59eacce91fb2885\";a:10:{s:4:\"hash\";s:32:\"fd25d33a313a2da2f59eacce91fb2885\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1627876800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1627876800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"907b1864c6794634a9522429f69f415d\";a:10:{s:4:\"hash\";s:32:\"907b1864c6794634a9522429f69f415d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1635739200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1635739200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5af14da807dd4353b85f532e38ebe9a\";a:10:{s:4:\"hash\";s:32:\"a5af14da807dd4353b85f532e38ebe9a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1635912000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1635912000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ceeaeb79bc2f485b09effd5496123cd\";a:10:{s:4:\"hash\";s:32:\"3ceeaeb79bc2f485b09effd5496123cd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1635998400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1635998400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2c9cf513924ad0f7ac51f6b251e6958\";a:10:{s:4:\"hash\";s:32:\"d2c9cf513924ad0f7ac51f6b251e6958\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636257600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1636257600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1b6f116923de09ccb6a30e81555a762\";a:10:{s:4:\"hash\";s:32:\"a1b6f116923de09ccb6a30e81555a762\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636257600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1636257600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab3d6a3d51e90c8a9be8e6623447f335\";a:10:{s:4:\"hash\";s:32:\"ab3d6a3d51e90c8a9be8e6623447f335\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636257600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1636257600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2588f30027b903e5ef85bbe9dd0323d7\";a:10:{s:4:\"hash\";s:32:\"2588f30027b903e5ef85bbe9dd0323d7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636520400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1636520400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca89f3d26234a3b4a8c20570d48ae906\";a:10:{s:4:\"hash\";s:32:\"ca89f3d26234a3b4a8c20570d48ae906\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636606800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1636606800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8df55e7bf6a2a93d4d4c60edf184436\";a:10:{s:4:\"hash\";s:32:\"d8df55e7bf6a2a93d4d4c60edf184436\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636606800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1636606800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8792630c7433c3944046da9739d96df5\";a:10:{s:4:\"hash\";s:32:\"8792630c7433c3944046da9739d96df5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636606800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1636606800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bae1f684d79cc745b5978b6474333fa7\";a:10:{s:4:\"hash\";s:32:\"bae1f684d79cc745b5978b6474333fa7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636606800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1636606800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9539c3ebfafa7a114fd98a32ce15bb0b\";a:10:{s:4:\"hash\";s:32:\"9539c3ebfafa7a114fd98a32ce15bb0b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1636693200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1636693200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30641de6de1109705bcb178b7e296e6f\";a:10:{s:4:\"hash\";s:32:\"30641de6de1109705bcb178b7e296e6f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e0c442684a526be4eff25e3b32395bc\";a:10:{s:4:\"hash\";s:32:\"5e0c442684a526be4eff25e3b32395bc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637211600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637211600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"737dc8b594bff7664f6fd2f7e554df9f\";a:10:{s:4:\"hash\";s:32:\"737dc8b594bff7664f6fd2f7e554df9f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637211600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637211600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1bdf0582e62985f53b4d6344cc9a56f\";a:10:{s:4:\"hash\";s:32:\"f1bdf0582e62985f53b4d6344cc9a56f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637211600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1637211600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"16b3abdddb32936e03b636b3a312ca63\";a:10:{s:4:\"hash\";s:32:\"16b3abdddb32936e03b636b3a312ca63\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637298000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637298000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c5b504555746270abaa32ff5df5715a\";a:10:{s:4:\"hash\";s:32:\"0c5b504555746270abaa32ff5df5715a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637298000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637298000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf93d454f2367dae34fdcf2b4637f0e0\";a:10:{s:4:\"hash\";s:32:\"cf93d454f2367dae34fdcf2b4637f0e0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637298000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1637298000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"acca4087cf74768bf7fe3f8fafbeab8f\";a:10:{s:4:\"hash\";s:32:\"acca4087cf74768bf7fe3f8fafbeab8f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637298000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637298000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d7e6937b66f15754463b0f0ebd65895\";a:10:{s:4:\"hash\";s:32:\"4d7e6937b66f15754463b0f0ebd65895\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637298000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44e368c2aeaa7c45fc2db8ae8d6eec6f\";a:10:{s:4:\"hash\";s:32:\"44e368c2aeaa7c45fc2db8ae8d6eec6f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637384400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1637384400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0add5e8bbc4e99227662a9de2f33b10d\";a:10:{s:4:\"hash\";s:32:\"0add5e8bbc4e99227662a9de2f33b10d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c8f666c49faeaf79ef8a678832770214\";a:10:{s:4:\"hash\";s:32:\"c8f666c49faeaf79ef8a678832770214\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637384400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1637384400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"653e32fd79fe08975ed618ae43446933\";a:10:{s:4:\"hash\";s:32:\"653e32fd79fe08975ed618ae43446933\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637470800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1637470800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2603924879b0e3bc33fe7e95ff3a47f8\";a:10:{s:4:\"hash\";s:32:\"2603924879b0e3bc33fe7e95ff3a47f8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637470800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637470800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cf712fa2dd4282d0d0b83af7d8de990\";a:10:{s:4:\"hash\";s:32:\"5cf712fa2dd4282d0d0b83af7d8de990\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637470800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1637470800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"905d9e07e8581334c05bff08b569f3fb\";a:10:{s:4:\"hash\";s:32:\"905d9e07e8581334c05bff08b569f3fb\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637557200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/exact_date~1637557200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac7081a6ffb91aac8b1a00156ab6bfbb\";a:10:{s:4:\"hash\";s:32:\"ac7081a6ffb91aac8b1a00156ab6bfbb\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637557200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1637557200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40d3a49d72e6ef065c6f573f2e0cbba8\";a:10:{s:4:\"hash\";s:32:\"40d3a49d72e6ef065c6f573f2e0cbba8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18e3c66b61739023426ff58ae66e7f0f\";a:10:{s:4:\"hash\";s:32:\"18e3c66b61739023426ff58ae66e7f0f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637557200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637557200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6951d319f219ae4a32f69a479811de8b\";a:10:{s:4:\"hash\";s:32:\"6951d319f219ae4a32f69a479811de8b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637557200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1637557200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d795a0dc0db5b387354b2e9780184503\";a:10:{s:4:\"hash\";s:32:\"d795a0dc0db5b387354b2e9780184503\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637730000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637730000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6276fb5e2c075343686087d542ce4da2\";a:10:{s:4:\"hash\";s:32:\"6276fb5e2c075343686087d542ce4da2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637816400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1637816400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25664bc70312af0fc8c9602cd1542704\";a:10:{s:4:\"hash\";s:32:\"25664bc70312af0fc8c9602cd1542704\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02eb9b4c7a8530a5d692a82c553d5777\";a:10:{s:4:\"hash\";s:32:\"02eb9b4c7a8530a5d692a82c553d5777\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637816400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d97b3720b7536e12c9bd79c6572ed359\";a:10:{s:4:\"hash\";s:32:\"d97b3720b7536e12c9bd79c6572ed359\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637902800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1637902800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a831daf1f0c87cf3fd6f1e4995996dd2\";a:10:{s:4:\"hash\";s:32:\"a831daf1f0c87cf3fd6f1e4995996dd2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637989200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637989200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d28982cef0da52f439f621c9e562cff\";a:10:{s:4:\"hash\";s:32:\"5d28982cef0da52f439f621c9e562cff\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637989200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1637989200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb70d0f68aeeefe22c5dde86e022593a\";a:10:{s:4:\"hash\";s:32:\"bb70d0f68aeeefe22c5dde86e022593a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5807745c5504a19fbc1d86d24aa5c0b1\";a:10:{s:4:\"hash\";s:32:\"5807745c5504a19fbc1d86d24aa5c0b1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1637989200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c8531cbbc02778a2ee3a40e324983c1\";a:10:{s:4:\"hash\";s:32:\"5c8531cbbc02778a2ee3a40e324983c1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1638075600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1638075600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f257e004a0fc1a0559d45668ccdb9da\";a:10:{s:4:\"hash\";s:32:\"3f257e004a0fc1a0559d45668ccdb9da\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1638075600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/exact_date~1638075600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b564a64b4800e9cbbf0a3668769fcbd\";a:10:{s:4:\"hash\";s:32:\"5b564a64b4800e9cbbf0a3668769fcbd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1638075600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1638075600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ce3ce1e8f4ac9887793c5d94c3ee8d9d\";a:10:{s:4:\"hash\";s:32:\"ce3ce1e8f4ac9887793c5d94c3ee8d9d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1638162000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1638162000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1a2956806b6215969ca6ca7da389091\";a:10:{s:4:\"hash\";s:32:\"d1a2956806b6215969ca6ca7da389091\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1638162000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1638162000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13a3733c1237b01448f44350e4cdab18\";a:10:{s:4:\"hash\";s:32:\"13a3733c1237b01448f44350e4cdab18\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1638248400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"419cf7ef25d3f5ed9445a20681a0636f\";a:10:{s:4:\"hash\";s:32:\"419cf7ef25d3f5ed9445a20681a0636f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1638594000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1638594000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bbf975954ff7b35c5621bc6d752f07a\";a:10:{s:4:\"hash\";s:32:\"4bbf975954ff7b35c5621bc6d752f07a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1651377600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/exact_date~1651377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f27af5be3db868275ba63be7a80b522\";a:10:{s:4:\"hash\";s:32:\"1f27af5be3db868275ba63be7a80b522\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/exact_date~1654056000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/exact_date~1654056000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d630d2044715422f990d3a9739ab066\";a:10:{s:4:\"hash\";s:32:\"2d630d2044715422f990d3a9739ab066\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1557201600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46e19f5ae3f714f74c4f8217d8250e7e\";a:10:{s:4:\"hash\";s:32:\"46e19f5ae3f714f74c4f8217d8250e7e\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1558411200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c17dfdca28d9f4b8f9fdc3b071ecb57\";a:10:{s:4:\"hash\";s:32:\"8c17dfdca28d9f4b8f9fdc3b071ecb57\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1558497600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3946383536cf7505b86e5fc86f96e51d\";a:10:{s:4:\"hash\";s:32:\"3946383536cf7505b86e5fc86f96e51d\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1558929600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6a172380d99f1870a919a1b2ca5e8b04\";a:10:{s:4:\"hash\";s:32:\"6a172380d99f1870a919a1b2ca5e8b04\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6180c529423d8e98cd9f43cddbefd09\";a:10:{s:4:\"hash\";s:32:\"e6180c529423d8e98cd9f43cddbefd09\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1559707200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b36cdfcb0a5a2733bd6409b8c4949ac\";a:10:{s:4:\"hash\";s:32:\"7b36cdfcb0a5a2733bd6409b8c4949ac\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac79898c5c4425c333d0991e32c6cda0\";a:10:{s:4:\"hash\";s:32:\"ac79898c5c4425c333d0991e32c6cda0\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69409233381762a422e65af9862e6cd5\";a:10:{s:4:\"hash\";s:32:\"69409233381762a422e65af9862e6cd5\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1560312000/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c045283d978d44ef445eead13e5780f\";a:10:{s:4:\"hash\";s:32:\"2c045283d978d44ef445eead13e5780f\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5891320fb37154a1755b3da6060a8ed3\";a:10:{s:4:\"hash\";s:32:\"5891320fb37154a1755b3da6060a8ed3\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fbe0bfd197cd34c3b78d1584dc203e64\";a:10:{s:4:\"hash\";s:32:\"fbe0bfd197cd34c3b78d1584dc203e64\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02902951954f7d553997a1538c568b59\";a:10:{s:4:\"hash\";s:32:\"02902951954f7d553997a1538c568b59\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b99d4560f93d891ca68f40487ce679d\";a:10:{s:4:\"hash\";s:32:\"5b99d4560f93d891ca68f40487ce679d\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1590379200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67d79cdfa28bf9b5f52b8d50a2f6add1\";a:10:{s:4:\"hash\";s:32:\"67d79cdfa28bf9b5f52b8d50a2f6add1\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1590552000/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a9401dc9db27e8c1d768af11d11fd57\";a:10:{s:4:\"hash\";s:32:\"7a9401dc9db27e8c1d768af11d11fd57\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81e2c9aaf1aeba5aa6f6c27ce595dfad\";a:10:{s:4:\"hash\";s:32:\"81e2c9aaf1aeba5aa6f6c27ce595dfad\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c79871f703cd6e98f1a9125abcf6907d\";a:10:{s:4:\"hash\";s:32:\"c79871f703cd6e98f1a9125abcf6907d\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30906d98667def8ea2585fc2e27a8689\";a:10:{s:4:\"hash\";s:32:\"30906d98667def8ea2585fc2e27a8689\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1590984000/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ada3d70d8b70f554197d5720844aee4b\";a:10:{s:4:\"hash\";s:32:\"ada3d70d8b70f554197d5720844aee4b\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f87d8acea4fa48ea991022b34cf2509\";a:10:{s:4:\"hash\";s:32:\"7f87d8acea4fa48ea991022b34cf2509\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2cee11303e25ccdd350e61de9ea95a04\";a:10:{s:4:\"hash\";s:32:\"2cee11303e25ccdd350e61de9ea95a04\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1592020800/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85b0b88bf267c6d02f32347289b46522\";a:10:{s:4:\"hash\";s:32:\"85b0b88bf267c6d02f32347289b46522\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1592107200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad6dc5e91387805b0455f61c50b75449\";a:10:{s:4:\"hash\";s:32:\"ad6dc5e91387805b0455f61c50b75449\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1593576000/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96030f84a9db03b448018b2efcabe573\";a:10:{s:4:\"hash\";s:32:\"96030f84a9db03b448018b2efcabe573\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5b1a4e152a989e88716e88d993f5077\";a:10:{s:4:\"hash\";s:32:\"e5b1a4e152a989e88716e88d993f5077\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7bd7702ee2ef7875c55c0f411a3b9660\";a:10:{s:4:\"hash\";s:32:\"7bd7702ee2ef7875c55c0f411a3b9660\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1594612800/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96d2affa405935f8feb27c0432325088\";a:10:{s:4:\"hash\";s:32:\"96d2affa405935f8feb27c0432325088\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d4d9fa6e6f3434ff51592a26ca4ff92\";a:10:{s:4:\"hash\";s:32:\"9d4d9fa6e6f3434ff51592a26ca4ff92\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1594958400/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb143835f328a8ab694758173db9b7ae\";a:10:{s:4:\"hash\";s:32:\"cb143835f328a8ab694758173db9b7ae\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1595131200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52aac5f30a484b44b319e5d63c960111\";a:10:{s:4:\"hash\";s:32:\"52aac5f30a484b44b319e5d63c960111\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1595908800/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d4f1f9d262f66977c00c6d5c9a8659b\";a:10:{s:4:\"hash\";s:32:\"2d4f1f9d262f66977c00c6d5c9a8659b\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1596254400/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f2529796844fb13893bd12ff24cdb91\";a:10:{s:4:\"hash\";s:32:\"7f2529796844fb13893bd12ff24cdb91\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1596859200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e335ffd0ec0da33761e9e3fa011bf86\";a:10:{s:4:\"hash\";s:32:\"9e335ffd0ec0da33761e9e3fa011bf86\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1597032000/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b303b87159180f44482ab50b91708b26\";a:10:{s:4:\"hash\";s:32:\"b303b87159180f44482ab50b91708b26\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1597377600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"caf9f3e3684feb8d2a336cb9cea64f1e\";a:10:{s:4:\"hash\";s:32:\"caf9f3e3684feb8d2a336cb9cea64f1e\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"015445891ea54e78e08f70bb7cd3791d\";a:10:{s:4:\"hash\";s:32:\"015445891ea54e78e08f70bb7cd3791d\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1605070800/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c6b8b5d95fbeee9195d88f98ce572bc\";a:10:{s:4:\"hash\";s:32:\"9c6b8b5d95fbeee9195d88f98ce572bc\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1605243600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42e714e7bb98cb14dcf6e9ecafe24b81\";a:10:{s:4:\"hash\";s:32:\"42e714e7bb98cb14dcf6e9ecafe24b81\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ee4a99d530c2665760106b36a106f66\";a:10:{s:4:\"hash\";s:32:\"2ee4a99d530c2665760106b36a106f66\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a07ceee36e06b8cfe2755a251a2ab23\";a:10:{s:4:\"hash\";s:32:\"3a07ceee36e06b8cfe2755a251a2ab23\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:96:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e5d934bd38a1b1692c49330c380fde4\";a:10:{s:4:\"hash\";s:32:\"6e5d934bd38a1b1692c49330c380fde4\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5bcab8a90575d57fb53adacb7934e5a\";a:10:{s:4:\"hash\";s:32:\"a5bcab8a90575d57fb53adacb7934e5a\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bcfc1869e6e84109b27fd1cf01e84c20\";a:10:{s:4:\"hash\";s:32:\"bcfc1869e6e84109b27fd1cf01e84c20\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d814b07455ca00d616deb64a824a0874\";a:10:{s:4:\"hash\";s:32:\"d814b07455ca00d616deb64a824a0874\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:96:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd68430cf8fdd18e17bdab6c7d9c0fd5\";a:10:{s:4:\"hash\";s:32:\"dd68430cf8fdd18e17bdab6c7d9c0fd5\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d58c5b67bf66a8eeac1dab83d0465026\";a:10:{s:4:\"hash\";s:32:\"d58c5b67bf66a8eeac1dab83d0465026\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:96:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6aea3631609f0050d378c5da9c239c2\";a:10:{s:4:\"hash\";s:32:\"c6aea3631609f0050d378c5da9c239c2\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b67697c986c3b4ca4494b9ca156a588e\";a:10:{s:4:\"hash\";s:32:\"b67697c986c3b4ca4494b9ca156a588e\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fcd029f5499d8244ee5d5d63cef46c1f\";a:10:{s:4:\"hash\";s:32:\"fcd029f5499d8244ee5d5d63cef46c1f\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:96:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe7afb917090376c43b018f5183ce124\";a:10:{s:4:\"hash\";s:32:\"fe7afb917090376c43b018f5183ce124\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfaaaf981c5ebac86516302a23206846\";a:10:{s:4:\"hash\";s:32:\"dfaaaf981c5ebac86516302a23206846\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:96:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"72d557f3079b566b8b5c58aeaa30c5b6\";a:10:{s:4:\"hash\";s:32:\"72d557f3079b566b8b5c58aeaa30c5b6\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93e2a906a0d9c3315e0879bec1d5b615\";a:10:{s:4:\"hash\";s:32:\"93e2a906a0d9c3315e0879bec1d5b615\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a2853b0d95ea9e947bb4c467faff9ff\";a:10:{s:4:\"hash\";s:32:\"0a2853b0d95ea9e947bb4c467faff9ff\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6bae64dfca233fdf9adee6e9a2ab50bc\";a:10:{s:4:\"hash\";s:32:\"6bae64dfca233fdf9adee6e9a2ab50bc\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/request_format~json/cat_ids~87/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e4b06e45e62db8fb6b28de9d377ebc5\";a:10:{s:4:\"hash\";s:32:\"3e4b06e45e62db8fb6b28de9d377ebc5\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/request_format~json/cat_ids~88/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fa91e183373b1e87e7bc5bab8135bf8\";a:10:{s:4:\"hash\";s:32:\"6fa91e183373b1e87e7bc5bab8135bf8\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612155600/request_format~json/cat_ids~89/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1612155600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6609c0833dfa1d0166b70a5561d4834d\";a:10:{s:4:\"hash\";s:32:\"6609c0833dfa1d0166b70a5561d4834d\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90a86ecf725a04d370a5286703514938\";a:10:{s:4:\"hash\";s:32:\"90a86ecf725a04d370a5286703514938\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c63055c171121c673e8231848fc7b0ab\";a:10:{s:4:\"hash\";s:32:\"c63055c171121c673e8231848fc7b0ab\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1612760400/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aecfa01689f66ce0255a8be7138a498c\";a:10:{s:4:\"hash\";s:32:\"aecfa01689f66ce0255a8be7138a498c\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1619323200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e50128203361932a53f268a32956dddb\";a:10:{s:4:\"hash\";s:32:\"e50128203361932a53f268a32956dddb\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da54472d100b37f1859ac857ff64fe69\";a:10:{s:4:\"hash\";s:32:\"da54472d100b37f1859ac857ff64fe69\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1619841600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91c6c80e9a117feda47720a5d70ee94c\";a:10:{s:4:\"hash\";s:32:\"91c6c80e9a117feda47720a5d70ee94c\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1620532800/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b7f2d04fcf0da1a852dee15e37bc905\";a:10:{s:4:\"hash\";s:32:\"1b7f2d04fcf0da1a852dee15e37bc905\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1620705600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b21c8834fcf25cc822e42511f5a210b4\";a:10:{s:4:\"hash\";s:32:\"b21c8834fcf25cc822e42511f5a210b4\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1620964800/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2043edaf4deeb40e18ae7d42ebc31989\";a:10:{s:4:\"hash\";s:32:\"2043edaf4deeb40e18ae7d42ebc31989\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1621051200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc6f76b4b778fb42ac151543a3f58bb6\";a:10:{s:4:\"hash\";s:32:\"dc6f76b4b778fb42ac151543a3f58bb6\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1623211200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51129a3f92b0a3c84e3e127b89ceae6a\";a:10:{s:4:\"hash\";s:32:\"51129a3f92b0a3c84e3e127b89ceae6a\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ffbee2d2b5bb1bd2f288949dd1a5c33\";a:10:{s:4:\"hash\";s:32:\"2ffbee2d2b5bb1bd2f288949dd1a5c33\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1623384000/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ab068ea63a318216cc7d63efcf82021\";a:10:{s:4:\"hash\";s:32:\"0ab068ea63a318216cc7d63efcf82021\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1623643200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff853898ce68dc28fe9becbdd24de0cf\";a:10:{s:4:\"hash\";s:32:\"ff853898ce68dc28fe9becbdd24de0cf\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1623729600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9ae63521e22505ddd386c96ef0e5170\";a:10:{s:4:\"hash\";s:32:\"a9ae63521e22505ddd386c96ef0e5170\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fb07062d62be5f20427d41951f973f6\";a:10:{s:4:\"hash\";s:32:\"6fb07062d62be5f20427d41951f973f6\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"050b89e3e54121247f9593b771323f7a\";a:10:{s:4:\"hash\";s:32:\"050b89e3e54121247f9593b771323f7a\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1623988800/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ba2d3b02132eac1c767578455f7c2ef\";a:10:{s:4:\"hash\";s:32:\"1ba2d3b02132eac1c767578455f7c2ef\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1624075200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90fa0a333a7412a04328f83e1d6c75fa\";a:10:{s:4:\"hash\";s:32:\"90fa0a333a7412a04328f83e1d6c75fa\";s:3:\"url\";s:150:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:96:\"/events/action~agenda/page_offset~-1/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c8d690c034bcf4db49adc352163749e\";a:10:{s:4:\"hash\";s:32:\"5c8d690c034bcf4db49adc352163749e\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14d5d34ad441c152105b91f18357f2d6\";a:10:{s:4:\"hash\";s:32:\"14d5d34ad441c152105b91f18357f2d6\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1626494400/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f16e5bdd5b67937da7be39e4ee52ca7\";a:10:{s:4:\"hash\";s:32:\"4f16e5bdd5b67937da7be39e4ee52ca7\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1626753600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44c857111579b2f4571b9777f00dbbec\";a:10:{s:4:\"hash\";s:32:\"44c857111579b2f4571b9777f00dbbec\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-1/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b61e5c029eaffe6b8aaa7bfb30fe492e\";a:10:{s:4:\"hash\";s:32:\"b61e5c029eaffe6b8aaa7bfb30fe492e\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6503d858da8b696accdb11b63ea60ed\";a:10:{s:4:\"hash\";s:32:\"e6503d858da8b696accdb11b63ea60ed\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0182e2966f9e2f191c4a2af677254d0b\";a:10:{s:4:\"hash\";s:32:\"0182e2966f9e2f191c4a2af677254d0b\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1637298000/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3b8c0320479ab0c2603eb52b3c26209\";a:10:{s:4:\"hash\";s:32:\"f3b8c0320479ab0c2603eb52b3c26209\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73830cf466d40b2e6cfbfbc77e8a9d98\";a:10:{s:4:\"hash\";s:32:\"73830cf466d40b2e6cfbfbc77e8a9d98\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9390440fb32ab78ae328d97022eeda00\";a:10:{s:4:\"hash\";s:32:\"9390440fb32ab78ae328d97022eeda00\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30b8cbbfe015392641f350c11b4f7b73\";a:10:{s:4:\"hash\";s:32:\"30b8cbbfe015392641f350c11b4f7b73\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1637816400/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"829c919f9c07c4f17685e8a4c84664af\";a:10:{s:4:\"hash\";s:32:\"829c919f9c07c4f17685e8a4c84664af\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-1/time_limit~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2bca413506b2f520f6168455df9f344e\";a:10:{s:4:\"hash\";s:32:\"2bca413506b2f520f6168455df9f344e\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1637989200/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25b5ac5461635044ff74e7f301406136\";a:10:{s:4:\"hash\";s:32:\"25b5ac5461635044ff74e7f301406136\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-1/time_limit~1638248400/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-1/time_limit~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8da435b0f268de61a6b2047e7eaccef2\";a:10:{s:4:\"hash\";s:32:\"8da435b0f268de61a6b2047e7eaccef2\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-2/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-2/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e865c5e47a7ad67e805996d9c323bf4f\";a:10:{s:4:\"hash\";s:32:\"e865c5e47a7ad67e805996d9c323bf4f\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-2/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-2/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0e27878d21f474b3d462e3ad0fe4f29\";a:10:{s:4:\"hash\";s:32:\"a0e27878d21f474b3d462e3ad0fe4f29\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-2/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:93:\"/events/action~agenda/page_offset~-2/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af2876858e9b315c336bdc8b635980c5\";a:10:{s:4:\"hash\";s:32:\"af2876858e9b315c336bdc8b635980c5\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-2/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~agenda/page_offset~-2/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a766474dbcac821a994b9da13a3d043a\";a:10:{s:4:\"hash\";s:32:\"a766474dbcac821a994b9da13a3d043a\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~-2/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~agenda/page_offset~-2/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b11dd833d7f327f5927d0e13c1e43943\";a:10:{s:4:\"hash\";s:32:\"b11dd833d7f327f5927d0e13c1e43943\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1557201600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2502c2c23af6f75b4dc8ab38f71e7ca\";a:10:{s:4:\"hash\";s:32:\"a2502c2c23af6f75b4dc8ab38f71e7ca\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1558411200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afc888d001d769dcd2dbc6c87c75f697\";a:10:{s:4:\"hash\";s:32:\"afc888d001d769dcd2dbc6c87c75f697\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1558497600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53d87f3945ed54efcd74d119d1b14031\";a:10:{s:4:\"hash\";s:32:\"53d87f3945ed54efcd74d119d1b14031\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1558929600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf4cbf9e5c71df2a34b214d86c98ebdd\";a:10:{s:4:\"hash\";s:32:\"bf4cbf9e5c71df2a34b214d86c98ebdd\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48d2c374896facdd2b8d0371ca5785fe\";a:10:{s:4:\"hash\";s:32:\"48d2c374896facdd2b8d0371ca5785fe\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1559707200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93f2ab6cb62219d43df6e4fbfed5e985\";a:10:{s:4:\"hash\";s:32:\"93f2ab6cb62219d43df6e4fbfed5e985\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"913b01447cb96e4cd530431922d269df\";a:10:{s:4:\"hash\";s:32:\"913b01447cb96e4cd530431922d269df\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"302d792f2d1bf496d78a1bff8872c891\";a:10:{s:4:\"hash\";s:32:\"302d792f2d1bf496d78a1bff8872c891\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1560312000/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7bb9ab1d668d63afd5419e5e0c7b2957\";a:10:{s:4:\"hash\";s:32:\"7bb9ab1d668d63afd5419e5e0c7b2957\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51bf40a410eb28063f6e3300c46e4df0\";a:10:{s:4:\"hash\";s:32:\"51bf40a410eb28063f6e3300c46e4df0\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8ee91106a10e06bc675a53a8e09a141\";a:10:{s:4:\"hash\";s:32:\"e8ee91106a10e06bc675a53a8e09a141\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec3e38d2be5196aee9f3917fafe7c728\";a:10:{s:4:\"hash\";s:32:\"ec3e38d2be5196aee9f3917fafe7c728\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f4c659570a650a2b17d3b3e646a23340\";a:10:{s:4:\"hash\";s:32:\"f4c659570a650a2b17d3b3e646a23340\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1590379200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"523191c277298a76d939dd88065c57b0\";a:10:{s:4:\"hash\";s:32:\"523191c277298a76d939dd88065c57b0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1590552000/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"205d6fedf00af0b5f378d2f11ceb5ec0\";a:10:{s:4:\"hash\";s:32:\"205d6fedf00af0b5f378d2f11ceb5ec0\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37b0224d3004f01a4b3ca915d5e7f941\";a:10:{s:4:\"hash\";s:32:\"37b0224d3004f01a4b3ca915d5e7f941\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54bae3eb72d331591af5dac026632989\";a:10:{s:4:\"hash\";s:32:\"54bae3eb72d331591af5dac026632989\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d52e9d9b5980c3e67a53d05a69e97ab\";a:10:{s:4:\"hash\";s:32:\"3d52e9d9b5980c3e67a53d05a69e97ab\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1590984000/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d5422b8769d93e817982daeb3f8cf9f\";a:10:{s:4:\"hash\";s:32:\"3d5422b8769d93e817982daeb3f8cf9f\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d8feaa06b4c26bdda19cdd0eb05e5bd\";a:10:{s:4:\"hash\";s:32:\"9d8feaa06b4c26bdda19cdd0eb05e5bd\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c8fb3488ea20223da639306a7ece0524\";a:10:{s:4:\"hash\";s:32:\"c8fb3488ea20223da639306a7ece0524\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1592020800/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fddc61c4e44896f6f0a6c923640d1cda\";a:10:{s:4:\"hash\";s:32:\"fddc61c4e44896f6f0a6c923640d1cda\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1592107200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"834be57a68c74739387d3e8be854d22f\";a:10:{s:4:\"hash\";s:32:\"834be57a68c74739387d3e8be854d22f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1593576000/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"feef5b903196f1b74685b043262b84e0\";a:10:{s:4:\"hash\";s:32:\"feef5b903196f1b74685b043262b84e0\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af73b3f22b945ba772530d5a40ae6c83\";a:10:{s:4:\"hash\";s:32:\"af73b3f22b945ba772530d5a40ae6c83\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd94b629f8e3c42004b5ba8b1214fcec\";a:10:{s:4:\"hash\";s:32:\"dd94b629f8e3c42004b5ba8b1214fcec\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1594612800/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aed688751295eb37ca2bc4da1c0a94c0\";a:10:{s:4:\"hash\";s:32:\"aed688751295eb37ca2bc4da1c0a94c0\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09c0d309ded39d53f17928ad011941db\";a:10:{s:4:\"hash\";s:32:\"09c0d309ded39d53f17928ad011941db\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1594958400/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20ea596d487a4080553f0f02591bcb24\";a:10:{s:4:\"hash\";s:32:\"20ea596d487a4080553f0f02591bcb24\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1595131200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b45fe98f997ba7bbe437b73cb05d24e\";a:10:{s:4:\"hash\";s:32:\"6b45fe98f997ba7bbe437b73cb05d24e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1595908800/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70ca35d13b4a54361bda75e774a47d4f\";a:10:{s:4:\"hash\";s:32:\"70ca35d13b4a54361bda75e774a47d4f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1596254400/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"651ada36a97155cc996560564426cbdf\";a:10:{s:4:\"hash\";s:32:\"651ada36a97155cc996560564426cbdf\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1596859200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ea5870c5c4b46de67d4fdea9a4b384c\";a:10:{s:4:\"hash\";s:32:\"2ea5870c5c4b46de67d4fdea9a4b384c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1597032000/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34e076ecc9cf1a62711d6e08dc3eb7db\";a:10:{s:4:\"hash\";s:32:\"34e076ecc9cf1a62711d6e08dc3eb7db\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1597377600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2f3313b15159d693320ed9f6c0f40f4\";a:10:{s:4:\"hash\";s:32:\"a2f3313b15159d693320ed9f6c0f40f4\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"570ca05dd7abd5aa58d20b6a32360455\";a:10:{s:4:\"hash\";s:32:\"570ca05dd7abd5aa58d20b6a32360455\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1605070800/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"903e8bf14ed7528ec360aeac3a09fb83\";a:10:{s:4:\"hash\";s:32:\"903e8bf14ed7528ec360aeac3a09fb83\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1605243600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d86c20d94e56617978f3d04c1347018\";a:10:{s:4:\"hash\";s:32:\"9d86c20d94e56617978f3d04c1347018\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba6b5e251fcef792d1d4163619840e88\";a:10:{s:4:\"hash\";s:32:\"ba6b5e251fcef792d1d4163619840e88\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92d64407ca80ee17fa700f138f923d40\";a:10:{s:4:\"hash\";s:32:\"92d64407ca80ee17fa700f138f923d40\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:95:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec46ffbf571a3b768b121312f456b732\";a:10:{s:4:\"hash\";s:32:\"ec46ffbf571a3b768b121312f456b732\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"843f8194bb6ec660c5d7a7b075f524d5\";a:10:{s:4:\"hash\";s:32:\"843f8194bb6ec660c5d7a7b075f524d5\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:95:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ab0687601869871517affa2e2e794cf\";a:10:{s:4:\"hash\";s:32:\"8ab0687601869871517affa2e2e794cf\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1ad2e52b0e60db045fbece48c78b80c\";a:10:{s:4:\"hash\";s:32:\"b1ad2e52b0e60db045fbece48c78b80c\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:95:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fda36847799a2630a6b2919e930d2d2a\";a:10:{s:4:\"hash\";s:32:\"fda36847799a2630a6b2919e930d2d2a\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c8e80464fce0cf0ac1e9f76eba86bf08\";a:10:{s:4:\"hash\";s:32:\"c8e80464fce0cf0ac1e9f76eba86bf08\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"293acf7cad83f67b15cb774fb5d8ce17\";a:10:{s:4:\"hash\";s:32:\"293acf7cad83f67b15cb774fb5d8ce17\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:95:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c77d5c99ae658875a98af9b6bcbe371\";a:10:{s:4:\"hash\";s:32:\"3c77d5c99ae658875a98af9b6bcbe371\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be4aa6396014cb7a8e10bf501419c01a\";a:10:{s:4:\"hash\";s:32:\"be4aa6396014cb7a8e10bf501419c01a\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:95:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c3f1eef5ffcc6ab901e9a1b548a675f\";a:10:{s:4:\"hash\";s:32:\"2c3f1eef5ffcc6ab901e9a1b548a675f\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c796a79cfa4919241d4cf530b970ab6b\";a:10:{s:4:\"hash\";s:32:\"c796a79cfa4919241d4cf530b970ab6b\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc3f4d1ee9fc72fbd09ce4f90f4625d7\";a:10:{s:4:\"hash\";s:32:\"dc3f4d1ee9fc72fbd09ce4f90f4625d7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a52c08f208c93083ce1eb665c87bd9d8\";a:10:{s:4:\"hash\";s:32:\"a52c08f208c93083ce1eb665c87bd9d8\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/request_format~json/cat_ids~87/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1612155600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42b9edb493c40a2fe5348bfad94fac32\";a:10:{s:4:\"hash\";s:32:\"42b9edb493c40a2fe5348bfad94fac32\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/request_format~json/cat_ids~88/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1612155600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0fa982432e7c0e72c52183a219d7b301\";a:10:{s:4:\"hash\";s:32:\"0fa982432e7c0e72c52183a219d7b301\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612155600/request_format~json/cat_ids~89/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1612155600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"609df7c45afb227e1c16c0950bf5f829\";a:10:{s:4:\"hash\";s:32:\"609df7c45afb227e1c16c0950bf5f829\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"27604d2ab2f75727fb1173c63bcfc161\";a:10:{s:4:\"hash\";s:32:\"27604d2ab2f75727fb1173c63bcfc161\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"564b92ecb915134e265a37b49b16a5e9\";a:10:{s:4:\"hash\";s:32:\"564b92ecb915134e265a37b49b16a5e9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1612760400/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ab7c94c3856f0d50b0751dc823898ab\";a:10:{s:4:\"hash\";s:32:\"3ab7c94c3856f0d50b0751dc823898ab\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1619323200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b52e6818fe8e77b6b444e3975d28d5cf\";a:10:{s:4:\"hash\";s:32:\"b52e6818fe8e77b6b444e3975d28d5cf\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1114712547555e3fb49ed9149aea1924\";a:10:{s:4:\"hash\";s:32:\"1114712547555e3fb49ed9149aea1924\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1619841600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3183e3ec6614587feff806765a43b1f8\";a:10:{s:4:\"hash\";s:32:\"3183e3ec6614587feff806765a43b1f8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1620532800/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d6cf2f095374a58f19f72ba162d1008\";a:10:{s:4:\"hash\";s:32:\"5d6cf2f095374a58f19f72ba162d1008\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1620705600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"39efbb11f91811645a28bbf3813e706c\";a:10:{s:4:\"hash\";s:32:\"39efbb11f91811645a28bbf3813e706c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1620964800/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4839e455c81cde935864752b085b6a5\";a:10:{s:4:\"hash\";s:32:\"d4839e455c81cde935864752b085b6a5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1621051200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d33508b474ddac5ec45361e3ab63b68e\";a:10:{s:4:\"hash\";s:32:\"d33508b474ddac5ec45361e3ab63b68e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1623211200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a705a3837a514f1eb1e774a2b2635e0b\";a:10:{s:4:\"hash\";s:32:\"a705a3837a514f1eb1e774a2b2635e0b\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14fed312ca4b9dd53eeb00b412dba91b\";a:10:{s:4:\"hash\";s:32:\"14fed312ca4b9dd53eeb00b412dba91b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1623384000/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06560fd4114daa45006f476277cf7e07\";a:10:{s:4:\"hash\";s:32:\"06560fd4114daa45006f476277cf7e07\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1623643200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51875f34fe5d28a46fa2d051c536696f\";a:10:{s:4:\"hash\";s:32:\"51875f34fe5d28a46fa2d051c536696f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1623729600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1023c90b2591e01656781e8b67b444bf\";a:10:{s:4:\"hash\";s:32:\"1023c90b2591e01656781e8b67b444bf\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb027992f4d7ba9005921b56955d5e68\";a:10:{s:4:\"hash\";s:32:\"cb027992f4d7ba9005921b56955d5e68\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfd9eb59b2718450cc192edc6cdce66c\";a:10:{s:4:\"hash\";s:32:\"cfd9eb59b2718450cc192edc6cdce66c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1623988800/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3996e4aa23d5d8635cb0b1efb9b00bbf\";a:10:{s:4:\"hash\";s:32:\"3996e4aa23d5d8635cb0b1efb9b00bbf\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1624075200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"503611af44e2a1114a11de00a2a4d5c8\";a:10:{s:4:\"hash\";s:32:\"503611af44e2a1114a11de00a2a4d5c8\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:95:\"/events/action~agenda/page_offset~1/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98ccea60434e68e2d0cf0b98da647554\";a:10:{s:4:\"hash\";s:32:\"98ccea60434e68e2d0cf0b98da647554\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00be0ec19bf83a39e17324b10ff68964\";a:10:{s:4:\"hash\";s:32:\"00be0ec19bf83a39e17324b10ff68964\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1626494400/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21253f2df694a09f7dc5bb8f7f355b69\";a:10:{s:4:\"hash\";s:32:\"21253f2df694a09f7dc5bb8f7f355b69\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1626753600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3207f5dca5c705c331613e1dae151322\";a:10:{s:4:\"hash\";s:32:\"3207f5dca5c705c331613e1dae151322\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~1/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d20198d606c40e144155955b043a29b\";a:10:{s:4:\"hash\";s:32:\"5d20198d606c40e144155955b043a29b\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d715f2653e80e3aeba4e87fac6846299\";a:10:{s:4:\"hash\";s:32:\"d715f2653e80e3aeba4e87fac6846299\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a872957d4b172b0077b9cf81d915fa7\";a:10:{s:4:\"hash\";s:32:\"5a872957d4b172b0077b9cf81d915fa7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1637298000/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d24b91593b03bbd18a0d7b0bdca8fa01\";a:10:{s:4:\"hash\";s:32:\"d24b91593b03bbd18a0d7b0bdca8fa01\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"589786f942c091b2c9b6103824b57d7c\";a:10:{s:4:\"hash\";s:32:\"589786f942c091b2c9b6103824b57d7c\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"188b2ae8f0c1ce9e159825c4e12ebaf1\";a:10:{s:4:\"hash\";s:32:\"188b2ae8f0c1ce9e159825c4e12ebaf1\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"869b566a9581323487a57b823c69b1e6\";a:10:{s:4:\"hash\";s:32:\"869b566a9581323487a57b823c69b1e6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1637816400/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef25891e53a652ae462bc66b97aaf60e\";a:10:{s:4:\"hash\";s:32:\"ef25891e53a652ae462bc66b97aaf60e\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~1/time_limit~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed6336981570b91f2ce41d2a06fcf0f1\";a:10:{s:4:\"hash\";s:32:\"ed6336981570b91f2ce41d2a06fcf0f1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1637989200/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12056884efbcafc9aa2255af3a004940\";a:10:{s:4:\"hash\";s:32:\"12056884efbcafc9aa2255af3a004940\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~1/time_limit~1638248400/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~1/time_limit~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77f51057f8852e4a0ae93fb1f090ddc9\";a:10:{s:4:\"hash\";s:32:\"77f51057f8852e4a0ae93fb1f090ddc9\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c838ab1d2eb9b7d9b6cb549cdaedf73d\";a:10:{s:4:\"hash\";s:32:\"c838ab1d2eb9b7d9b6cb549cdaedf73d\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5f0b5d9abc1fe71b223c301a2db03c2\";a:10:{s:4:\"hash\";s:32:\"f5f0b5d9abc1fe71b223c301a2db03c2\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"437800488735f30749efc4e0f43e8d08\";a:10:{s:4:\"hash\";s:32:\"437800488735f30749efc4e0f43e8d08\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:95:\"/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd20bb6a6a19237532eb43a081f95fa9\";a:10:{s:4:\"hash\";s:32:\"cd20bb6a6a19237532eb43a081f95fa9\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:92:\"/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"066187af147793db2df276330a6f6c8a\";a:10:{s:4:\"hash\";s:32:\"066187af147793db2df276330a6f6c8a\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~agenda/page_offset~2/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96e164fd8aef835b427e754a7174aa58\";a:10:{s:4:\"hash\";s:32:\"96e164fd8aef835b427e754a7174aa58\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/page_offset~2/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/page_offset~2/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e7694738599b04e2560e24cf6348212c\";a:10:{s:4:\"hash\";s:32:\"e7694738599b04e2560e24cf6348212c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1557201600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4999061382f7e6db62b626e0af8b2524\";a:10:{s:4:\"hash\";s:32:\"4999061382f7e6db62b626e0af8b2524\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1557201600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1557201600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b64ba0e54bbc9b5ebb319cf8661d91a\";a:10:{s:4:\"hash\";s:32:\"4b64ba0e54bbc9b5ebb319cf8661d91a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1557201600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1557201600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2f8879f570cf847184110a715b440ad\";a:10:{s:4:\"hash\";s:32:\"d2f8879f570cf847184110a715b440ad\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1557201600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1557201600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90a415767a3f9e9fad2ebe496e9bc428\";a:10:{s:4:\"hash\";s:32:\"90a415767a3f9e9fad2ebe496e9bc428\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558411200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6df1863aa67c5d00eafdc0a1df1e1491\";a:10:{s:4:\"hash\";s:32:\"6df1863aa67c5d00eafdc0a1df1e1491\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558411200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558411200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"487277c090ea480079d1ceadb9a8f312\";a:10:{s:4:\"hash\";s:32:\"487277c090ea480079d1ceadb9a8f312\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558411200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558411200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76e67070c444b317cc0ed97d86fd7ef2\";a:10:{s:4:\"hash\";s:32:\"76e67070c444b317cc0ed97d86fd7ef2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558411200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558411200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2dc0cbfa11b113ec73e64e2be3a8fc0\";a:10:{s:4:\"hash\";s:32:\"d2dc0cbfa11b113ec73e64e2be3a8fc0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558497600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe0c18cd944380acd2fabba5b918bc1b\";a:10:{s:4:\"hash\";s:32:\"fe0c18cd944380acd2fabba5b918bc1b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558497600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558497600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9807fc098ab79227338d35a90bf98752\";a:10:{s:4:\"hash\";s:32:\"9807fc098ab79227338d35a90bf98752\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558497600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558497600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca8d0508539d2b841d12ea111d339033\";a:10:{s:4:\"hash\";s:32:\"ca8d0508539d2b841d12ea111d339033\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558497600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558497600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1a1f30d4169342e4f50fc58c89aa708\";a:10:{s:4:\"hash\";s:32:\"a1a1f30d4169342e4f50fc58c89aa708\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558929600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85169aa1b4b1606f1960ab7ea595dfae\";a:10:{s:4:\"hash\";s:32:\"85169aa1b4b1606f1960ab7ea595dfae\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558929600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558929600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ed294a3aa78014933eb87c3084d34cc\";a:10:{s:4:\"hash\";s:32:\"8ed294a3aa78014933eb87c3084d34cc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558929600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558929600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86fe04fff5d9ec92062b231b12ee2f47\";a:10:{s:4:\"hash\";s:32:\"86fe04fff5d9ec92062b231b12ee2f47\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1558929600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1558929600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a93e08d5bf77efa472d3d51d5d4b64bd\";a:10:{s:4:\"hash\";s:32:\"a93e08d5bf77efa472d3d51d5d4b64bd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1559620800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1559620800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74de54ed9de2db32acaac235cdc31d7b\";a:10:{s:4:\"hash\";s:32:\"74de54ed9de2db32acaac235cdc31d7b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1559620800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1559620800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e6cbb026c90aa5498f7191780246b28\";a:10:{s:4:\"hash\";s:32:\"1e6cbb026c90aa5498f7191780246b28\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f36ec9fc3faca70705258ccc6a031f6a\";a:10:{s:4:\"hash\";s:32:\"f36ec9fc3faca70705258ccc6a031f6a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1559620800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1559620800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f82c86b4a8018ea1876fd4de6de51d5\";a:10:{s:4:\"hash\";s:32:\"5f82c86b4a8018ea1876fd4de6de51d5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1559707200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20ae52743fb292c8ccf1a46a02a8a253\";a:10:{s:4:\"hash\";s:32:\"20ae52743fb292c8ccf1a46a02a8a253\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1559707200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1559707200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"236cd76a916828b2e5a48f92cdfea1d3\";a:10:{s:4:\"hash\";s:32:\"236cd76a916828b2e5a48f92cdfea1d3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1559707200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1559707200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"014e122f8a7796e58f91e9e67a9c6a44\";a:10:{s:4:\"hash\";s:32:\"014e122f8a7796e58f91e9e67a9c6a44\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1559707200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1559707200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db96ecceb254a99267fdfa96898a1780\";a:10:{s:4:\"hash\";s:32:\"db96ecceb254a99267fdfa96898a1780\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560052800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560052800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e0dfca4cca12a53b40b6da4ec17e00d0\";a:10:{s:4:\"hash\";s:32:\"e0dfca4cca12a53b40b6da4ec17e00d0\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560052800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1560052800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f982b371541e2a9ae54efd34c3081253\";a:10:{s:4:\"hash\";s:32:\"f982b371541e2a9ae54efd34c3081253\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a84cd3df0ca8dafcd9c7bd95e2afd97\";a:10:{s:4:\"hash\";s:32:\"7a84cd3df0ca8dafcd9c7bd95e2afd97\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560052800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560052800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91374945512068a4f1114628b91f3ed5\";a:10:{s:4:\"hash\";s:32:\"91374945512068a4f1114628b91f3ed5\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560225600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1560225600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"288f836bcacde8f71cbe7b55f0380ac0\";a:10:{s:4:\"hash\";s:32:\"288f836bcacde8f71cbe7b55f0380ac0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"748f51a69cc524c65630d1bb3fd5e70a\";a:10:{s:4:\"hash\";s:32:\"748f51a69cc524c65630d1bb3fd5e70a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560225600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560225600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2824f615fbab064bd7d1e9f050842b0b\";a:10:{s:4:\"hash\";s:32:\"2824f615fbab064bd7d1e9f050842b0b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560225600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560225600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"65a9e7e4a23193a81d12b89eeaa47b4c\";a:10:{s:4:\"hash\";s:32:\"65a9e7e4a23193a81d12b89eeaa47b4c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560312000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7622fc405dad4d4a182f35ce8716bdcf\";a:10:{s:4:\"hash\";s:32:\"7622fc405dad4d4a182f35ce8716bdcf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560312000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560312000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bfe976a41287ad06c37d59825dcd340d\";a:10:{s:4:\"hash\";s:32:\"bfe976a41287ad06c37d59825dcd340d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560312000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560312000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"625250b387074ccb803a5dbe4f99ae47\";a:10:{s:4:\"hash\";s:32:\"625250b387074ccb803a5dbe4f99ae47\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560312000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560312000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e7ccbcaae80f600922350a3ddf31ccbd\";a:10:{s:4:\"hash\";s:32:\"e7ccbcaae80f600922350a3ddf31ccbd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560830400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560830400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac564b51e3c4f20c98c105a5e74ecfe6\";a:10:{s:4:\"hash\";s:32:\"ac564b51e3c4f20c98c105a5e74ecfe6\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560830400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1560830400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d503863d2f32072dd044974188622f64\";a:10:{s:4:\"hash\";s:32:\"d503863d2f32072dd044974188622f64\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c2a17f911c317474cf5fe5ab141a1c9\";a:10:{s:4:\"hash\";s:32:\"3c2a17f911c317474cf5fe5ab141a1c9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1560830400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1560830400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7066614776eecb1704ec3f0d9f1a26db\";a:10:{s:4:\"hash\";s:32:\"7066614776eecb1704ec3f0d9f1a26db\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1561176000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1561176000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a428bf050d875e6896f912d953adc99f\";a:10:{s:4:\"hash\";s:32:\"a428bf050d875e6896f912d953adc99f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1561176000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1561176000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c32759b39184102e81ae8d2ba642edd\";a:10:{s:4:\"hash\";s:32:\"2c32759b39184102e81ae8d2ba642edd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b5c0651958122fe0586fc7bd62b5aa1\";a:10:{s:4:\"hash\";s:32:\"5b5c0651958122fe0586fc7bd62b5aa1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1561176000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1561176000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7b2dd0dffa782ef41361ef4563c168c\";a:10:{s:4:\"hash\";s:32:\"c7b2dd0dffa782ef41361ef4563c168c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1561953600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1561953600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc1840a2ede4566b1ab68bad6f411766\";a:10:{s:4:\"hash\";s:32:\"dc1840a2ede4566b1ab68bad6f411766\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1561953600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1561953600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64c4e2c538bb597ca1dd525d2e83b4cc\";a:10:{s:4:\"hash\";s:32:\"64c4e2c538bb597ca1dd525d2e83b4cc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c2b3c897858e70dc76eb5554bebcf90\";a:10:{s:4:\"hash\";s:32:\"7c2b3c897858e70dc76eb5554bebcf90\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1561953600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1561953600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7dad73787007a71416d4355ad7bce7de\";a:10:{s:4:\"hash\";s:32:\"7dad73787007a71416d4355ad7bce7de\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1588737600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1588737600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e187dc674c833b96bd79aedc8c1292b\";a:10:{s:4:\"hash\";s:32:\"1e187dc674c833b96bd79aedc8c1292b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1588737600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1588737600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e877f9300b590123b4d64b6015fca5e\";a:10:{s:4:\"hash\";s:32:\"7e877f9300b590123b4d64b6015fca5e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a666179af7a8c9ea509bbc69d37da57e\";a:10:{s:4:\"hash\";s:32:\"a666179af7a8c9ea509bbc69d37da57e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1588737600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1588737600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6ad3d37a8255c7bf585ba96af1e765a\";a:10:{s:4:\"hash\";s:32:\"b6ad3d37a8255c7bf585ba96af1e765a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590379200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f548cc4942e30d8b27dda03ef2b2a188\";a:10:{s:4:\"hash\";s:32:\"f548cc4942e30d8b27dda03ef2b2a188\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590379200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590379200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"072c3ec95d48df5c422740653b02b7ac\";a:10:{s:4:\"hash\";s:32:\"072c3ec95d48df5c422740653b02b7ac\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590379200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590379200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76ddf0f1972ae912a09195c5ad8a0d90\";a:10:{s:4:\"hash\";s:32:\"76ddf0f1972ae912a09195c5ad8a0d90\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590379200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590379200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"875216f11207c19f65105c1fd8ac5e2e\";a:10:{s:4:\"hash\";s:32:\"875216f11207c19f65105c1fd8ac5e2e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590552000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e27b719ef7a9db45516a9f5989024e48\";a:10:{s:4:\"hash\";s:32:\"e27b719ef7a9db45516a9f5989024e48\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590552000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590552000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93d1314d2394e8978968729feed03c1e\";a:10:{s:4:\"hash\";s:32:\"93d1314d2394e8978968729feed03c1e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590552000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590552000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3b4abdd6ae742da6daced4e85e95a34\";a:10:{s:4:\"hash\";s:32:\"b3b4abdd6ae742da6daced4e85e95a34\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590552000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590552000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6531c8b002110843f5a21882c885f43c\";a:10:{s:4:\"hash\";s:32:\"6531c8b002110843f5a21882c885f43c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590638400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1590638400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fec9084f2fdc3285ba0fac83784aff00\";a:10:{s:4:\"hash\";s:32:\"fec9084f2fdc3285ba0fac83784aff00\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590638400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1590638400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25edd046e80b63139ce88dc82a1d01c3\";a:10:{s:4:\"hash\";s:32:\"25edd046e80b63139ce88dc82a1d01c3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cba0a7cb2e4f38a4067dfea538146b88\";a:10:{s:4:\"hash\";s:32:\"cba0a7cb2e4f38a4067dfea538146b88\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590638400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1590638400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec66cedf44dbf32b596e01d652361f76\";a:10:{s:4:\"hash\";s:32:\"ec66cedf44dbf32b596e01d652361f76\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1590984000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40b4216722313dd9b757a8a533b335cd\";a:10:{s:4:\"hash\";s:32:\"40b4216722313dd9b757a8a533b335cd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1590984000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b2515e21c849f166f04b3088b511878\";a:10:{s:4:\"hash\";s:32:\"0b2515e21c849f166f04b3088b511878\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50db2099bb518df6b61700ccb22b5c5f\";a:10:{s:4:\"hash\";s:32:\"50db2099bb518df6b61700ccb22b5c5f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1590984000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"267122e33fc861bd1686adee071b94bc\";a:10:{s:4:\"hash\";s:32:\"267122e33fc861bd1686adee071b94bc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1590984000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fd8f3956c2682e5e751fb5840d98569\";a:10:{s:4:\"hash\";s:32:\"7fd8f3956c2682e5e751fb5840d98569\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e224a574967a1e7a006c8f28db15e2a2\";a:10:{s:4:\"hash\";s:32:\"e224a574967a1e7a006c8f28db15e2a2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5e35cc06a4028b66c4be4fcb829fa03\";a:10:{s:4:\"hash\";s:32:\"a5e35cc06a4028b66c4be4fcb829fa03\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590984000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd68f5fe54632ffa77bc7c28fb0ceff1\";a:10:{s:4:\"hash\";s:32:\"bd68f5fe54632ffa77bc7c28fb0ceff1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590984000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b047d4172fe6b8a6563127b07ef7989\";a:10:{s:4:\"hash\";s:32:\"3b047d4172fe6b8a6563127b07ef7989\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1590984000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1590984000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d397abeb9e394c9c867736a6b1bb8257\";a:10:{s:4:\"hash\";s:32:\"d397abeb9e394c9c867736a6b1bb8257\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1591070400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1591070400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd7382c53f6e4a497b8a6d18707e7b35\";a:10:{s:4:\"hash\";s:32:\"dd7382c53f6e4a497b8a6d18707e7b35\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1591070400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1591070400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0119445320f108d8ddebe4f7c3a8c7ef\";a:10:{s:4:\"hash\";s:32:\"0119445320f108d8ddebe4f7c3a8c7ef\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ebc5664d7fd5a88a5cc67285c035f42\";a:10:{s:4:\"hash\";s:32:\"8ebc5664d7fd5a88a5cc67285c035f42\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1591070400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1591070400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6094e7c32f1ca5a6d7e877f7e3a67da1\";a:10:{s:4:\"hash\";s:32:\"6094e7c32f1ca5a6d7e877f7e3a67da1\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1591675200/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1591675200/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"986da5baca24e1cc0e3d9d6bf8f6fc7a\";a:10:{s:4:\"hash\";s:32:\"986da5baca24e1cc0e3d9d6bf8f6fc7a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"058c0b39352776f120a7117b17c6a278\";a:10:{s:4:\"hash\";s:32:\"058c0b39352776f120a7117b17c6a278\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1591675200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1591675200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa53d39ce441ffcfb723f63c987a14f6\";a:10:{s:4:\"hash\";s:32:\"fa53d39ce441ffcfb723f63c987a14f6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1591675200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1591675200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c05bc61b2420fd60a9f6240ab165a182\";a:10:{s:4:\"hash\";s:32:\"c05bc61b2420fd60a9f6240ab165a182\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1592020800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3aac45b686046a65de19d8b55cf430e1\";a:10:{s:4:\"hash\";s:32:\"3aac45b686046a65de19d8b55cf430e1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1592020800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1592020800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3b3c11583c5615213325b4f31337d2d\";a:10:{s:4:\"hash\";s:32:\"c3b3c11583c5615213325b4f31337d2d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1592020800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1592020800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df8b7d71f38bc908decb3f003f4886af\";a:10:{s:4:\"hash\";s:32:\"df8b7d71f38bc908decb3f003f4886af\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1592020800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1592020800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"368388bab62e452f1534a0477131a50d\";a:10:{s:4:\"hash\";s:32:\"368388bab62e452f1534a0477131a50d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1592107200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91df23253b389104eba3698087c3aafd\";a:10:{s:4:\"hash\";s:32:\"91df23253b389104eba3698087c3aafd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1592107200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1592107200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ffa839dfa84dd2452085ce971938885\";a:10:{s:4:\"hash\";s:32:\"1ffa839dfa84dd2452085ce971938885\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1592107200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1592107200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2d9dbbf8afb76608d563f111c5c398c\";a:10:{s:4:\"hash\";s:32:\"a2d9dbbf8afb76608d563f111c5c398c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1592107200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1592107200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"270a475061103fdbcdd342ca474627c5\";a:10:{s:4:\"hash\";s:32:\"270a475061103fdbcdd342ca474627c5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593576000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2229ceb8b738251fe7df5865d1f3024d\";a:10:{s:4:\"hash\";s:32:\"2229ceb8b738251fe7df5865d1f3024d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593576000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1593576000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e177959ebea8ae3fa421eefeefa6b532\";a:10:{s:4:\"hash\";s:32:\"e177959ebea8ae3fa421eefeefa6b532\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593576000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1593576000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae5e591dee5f3e89bb7b694166925a96\";a:10:{s:4:\"hash\";s:32:\"ae5e591dee5f3e89bb7b694166925a96\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593576000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1593576000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e040fd1c2a9402ed712dc231130d64f4\";a:10:{s:4:\"hash\";s:32:\"e040fd1c2a9402ed712dc231130d64f4\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593662400/cat_ids~87,89,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1593662400/cat_ids~87,89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8bf8e1dc4512c5751f0a01dc3443fe9d\";a:10:{s:4:\"hash\";s:32:\"8bf8e1dc4512c5751f0a01dc3443fe9d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ef6f7ad11aedd7a71114e8a19d14a55\";a:10:{s:4:\"hash\";s:32:\"4ef6f7ad11aedd7a71114e8a19d14a55\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593662400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1593662400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b782cf9c47522177f14a7b16a4c008c\";a:10:{s:4:\"hash\";s:32:\"3b782cf9c47522177f14a7b16a4c008c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593662400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1593662400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"619c33d1bbb907135d576911b33967be\";a:10:{s:4:\"hash\";s:32:\"619c33d1bbb907135d576911b33967be\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593835200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1593835200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8595c7237e169cfcc052648a051310f1\";a:10:{s:4:\"hash\";s:32:\"8595c7237e169cfcc052648a051310f1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593835200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1593835200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d87c7320c152256c214bdaf5d5fdffa4\";a:10:{s:4:\"hash\";s:32:\"d87c7320c152256c214bdaf5d5fdffa4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b0375de46aef87936cd3ac7a3542b6e\";a:10:{s:4:\"hash\";s:32:\"2b0375de46aef87936cd3ac7a3542b6e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1593835200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1593835200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5667af443f2f1625b68ac5c9ff87dbd7\";a:10:{s:4:\"hash\";s:32:\"5667af443f2f1625b68ac5c9ff87dbd7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594612800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"885c606e81390c81c7db1a5a81f02ab3\";a:10:{s:4:\"hash\";s:32:\"885c606e81390c81c7db1a5a81f02ab3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594612800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1594612800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09514c8054075077ca9314a5d0cd6eed\";a:10:{s:4:\"hash\";s:32:\"09514c8054075077ca9314a5d0cd6eed\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594612800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1594612800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f4fceee3bd8c0889153a520e0b8ca77\";a:10:{s:4:\"hash\";s:32:\"5f4fceee3bd8c0889153a520e0b8ca77\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594612800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1594612800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1cba918322101413f25654bdc759024\";a:10:{s:4:\"hash\";s:32:\"a1cba918322101413f25654bdc759024\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594785600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1594785600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fafcdb74c89b72fcc8a259453fbe91c\";a:10:{s:4:\"hash\";s:32:\"1fafcdb74c89b72fcc8a259453fbe91c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594785600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1594785600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e549a0945087b78cac3f3fe9165beb34\";a:10:{s:4:\"hash\";s:32:\"e549a0945087b78cac3f3fe9165beb34\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30c017393461c712a6d07e10b5f148f7\";a:10:{s:4:\"hash\";s:32:\"30c017393461c712a6d07e10b5f148f7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594785600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1594785600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"061052b4c41d046eb3b1a6a054eccb4d\";a:10:{s:4:\"hash\";s:32:\"061052b4c41d046eb3b1a6a054eccb4d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594958400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"baebd3de1fa6617e440a83a70a8faa5b\";a:10:{s:4:\"hash\";s:32:\"baebd3de1fa6617e440a83a70a8faa5b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594958400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1594958400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"482e344f1b046ff038680a2e2486a061\";a:10:{s:4:\"hash\";s:32:\"482e344f1b046ff038680a2e2486a061\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594958400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1594958400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2af5376dea5d2d9ee6f8016c03d7950\";a:10:{s:4:\"hash\";s:32:\"a2af5376dea5d2d9ee6f8016c03d7950\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1594958400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1594958400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b57394fea3018f6c63279737633553c\";a:10:{s:4:\"hash\";s:32:\"3b57394fea3018f6c63279737633553c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1595131200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"347c75fd28969bb311ed68c9e26f4b80\";a:10:{s:4:\"hash\";s:32:\"347c75fd28969bb311ed68c9e26f4b80\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1595131200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1595131200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"56b2ba68ad1af7482ecc9d10b6637955\";a:10:{s:4:\"hash\";s:32:\"56b2ba68ad1af7482ecc9d10b6637955\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1595131200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1595131200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e0c802a50f2bd4fcc2cb77d0fa5b0bc\";a:10:{s:4:\"hash\";s:32:\"4e0c802a50f2bd4fcc2cb77d0fa5b0bc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1595131200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1595131200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50c1cd2b7861a145228381f7da46f369\";a:10:{s:4:\"hash\";s:32:\"50c1cd2b7861a145228381f7da46f369\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1595908800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"35338780508f90835cf8391e54a7d7c7\";a:10:{s:4:\"hash\";s:32:\"35338780508f90835cf8391e54a7d7c7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1595908800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1595908800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc626f3ee05aac32ec6560951eae5645\";a:10:{s:4:\"hash\";s:32:\"fc626f3ee05aac32ec6560951eae5645\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1595908800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1595908800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3a3d62afbc7b70723191f3c72957cf5\";a:10:{s:4:\"hash\";s:32:\"e3a3d62afbc7b70723191f3c72957cf5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1595908800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1595908800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aaeee2f75bf8d875f47503cd1ad08832\";a:10:{s:4:\"hash\";s:32:\"aaeee2f75bf8d875f47503cd1ad08832\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1596254400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8487b96d66c924b033b6430a15bd63f3\";a:10:{s:4:\"hash\";s:32:\"8487b96d66c924b033b6430a15bd63f3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1596254400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1596254400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1561f90f98ad63613b65ed6a4cd1555a\";a:10:{s:4:\"hash\";s:32:\"1561f90f98ad63613b65ed6a4cd1555a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1596254400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1596254400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"440ffda1fec1ecfd8600fb50bb3983e7\";a:10:{s:4:\"hash\";s:32:\"440ffda1fec1ecfd8600fb50bb3983e7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1596254400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1596254400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e03702961f926e0eb8f68e1c5bac0aa9\";a:10:{s:4:\"hash\";s:32:\"e03702961f926e0eb8f68e1c5bac0aa9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1596859200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0fcb34b1f1b5f6867c01401a922887ac\";a:10:{s:4:\"hash\";s:32:\"0fcb34b1f1b5f6867c01401a922887ac\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1596859200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1596859200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9cd8b7d5abc612b53b89b139a3897813\";a:10:{s:4:\"hash\";s:32:\"9cd8b7d5abc612b53b89b139a3897813\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1596859200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1596859200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5e36ff4ae009de5d7b9c3bfdb8bc8f9\";a:10:{s:4:\"hash\";s:32:\"c5e36ff4ae009de5d7b9c3bfdb8bc8f9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1596859200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1596859200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec1dc1e3c06516d945ae5dc1bbdd7c8a\";a:10:{s:4:\"hash\";s:32:\"ec1dc1e3c06516d945ae5dc1bbdd7c8a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1597032000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da4cceb65940753610fe778abfc6db65\";a:10:{s:4:\"hash\";s:32:\"da4cceb65940753610fe778abfc6db65\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1597032000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1597032000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83b6020f2ff30c49b27af4a434281581\";a:10:{s:4:\"hash\";s:32:\"83b6020f2ff30c49b27af4a434281581\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1597032000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1597032000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b1d9127f475188cab62a9cab3a10f38\";a:10:{s:4:\"hash\";s:32:\"6b1d9127f475188cab62a9cab3a10f38\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1597032000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1597032000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"152e504adfbffcf9449c719f41e6d1c8\";a:10:{s:4:\"hash\";s:32:\"152e504adfbffcf9449c719f41e6d1c8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1597377600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0e84f71f3f275bdf6a9010783b10865\";a:10:{s:4:\"hash\";s:32:\"f0e84f71f3f275bdf6a9010783b10865\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1597377600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1597377600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"395ddca98e5467d71b287f23c1639ca7\";a:10:{s:4:\"hash\";s:32:\"395ddca98e5467d71b287f23c1639ca7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1597377600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1597377600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b1e3271882421cab5d83fe8d46f19b2\";a:10:{s:4:\"hash\";s:32:\"1b1e3271882421cab5d83fe8d46f19b2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1597377600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1597377600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13825053b7144b29a837b60b5554d8e8\";a:10:{s:4:\"hash\";s:32:\"13825053b7144b29a837b60b5554d8e8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1604203200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1604203200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a8f289098c32f473e40d2f4cd59ce03\";a:10:{s:4:\"hash\";s:32:\"2a8f289098c32f473e40d2f4cd59ce03\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1604203200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1604203200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc69c96fee6cce91123a07248645f7a6\";a:10:{s:4:\"hash\";s:32:\"fc69c96fee6cce91123a07248645f7a6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86af7a2b9f5bb3923b9379d207cfb06a\";a:10:{s:4:\"hash\";s:32:\"86af7a2b9f5bb3923b9379d207cfb06a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1604203200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1604203200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f7301614f438c8b12fee7c0ef017c6a\";a:10:{s:4:\"hash\";s:32:\"7f7301614f438c8b12fee7c0ef017c6a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605070800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5019bd2af14278fe043601674558de54\";a:10:{s:4:\"hash\";s:32:\"5019bd2af14278fe043601674558de54\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605070800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1605070800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48433dd51ce0057da58ad0df2fda4514\";a:10:{s:4:\"hash\";s:32:\"48433dd51ce0057da58ad0df2fda4514\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605070800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1605070800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f8fa3c62b0e24ed432b039c73293125\";a:10:{s:4:\"hash\";s:32:\"0f8fa3c62b0e24ed432b039c73293125\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605070800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1605070800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"28dd4876fbb2cd0fc24b41f2b512da17\";a:10:{s:4:\"hash\";s:32:\"28dd4876fbb2cd0fc24b41f2b512da17\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605243600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8731418b266a376febe57693f120bb6\";a:10:{s:4:\"hash\";s:32:\"b8731418b266a376febe57693f120bb6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605243600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1605243600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"efacfa66b89b69229f9a89cab5d81dc2\";a:10:{s:4:\"hash\";s:32:\"efacfa66b89b69229f9a89cab5d81dc2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605243600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1605243600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12a7432aeceed11fb6e8665c999b7cab\";a:10:{s:4:\"hash\";s:32:\"12a7432aeceed11fb6e8665c999b7cab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605243600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1605243600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f912f38c0ab234e6df5e764c6371245\";a:10:{s:4:\"hash\";s:32:\"2f912f38c0ab234e6df5e764c6371245\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605762000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1605762000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12199cf084d059202ae73360f1f251a4\";a:10:{s:4:\"hash\";s:32:\"12199cf084d059202ae73360f1f251a4\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605762000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1605762000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5187748aae6f50f3d727d701c0684dc0\";a:10:{s:4:\"hash\";s:32:\"5187748aae6f50f3d727d701c0684dc0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f47ceb57df33d1b0a4efe2fbdb75c22\";a:10:{s:4:\"hash\";s:32:\"3f47ceb57df33d1b0a4efe2fbdb75c22\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1605762000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1605762000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5387c5706ff6888ddc2be521b8d8571\";a:10:{s:4:\"hash\";s:32:\"d5387c5706ff6888ddc2be521b8d8571\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612069200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612069200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df3b0ff099abea7d489d57bd9c6802e1\";a:10:{s:4:\"hash\";s:32:\"df3b0ff099abea7d489d57bd9c6802e1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612069200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612069200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d847c3cb51dbac5ee2fd0d909b09fb88\";a:10:{s:4:\"hash\";s:32:\"d847c3cb51dbac5ee2fd0d909b09fb88\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11833ad07490063dcba399973e400a83\";a:10:{s:4:\"hash\";s:32:\"11833ad07490063dcba399973e400a83\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612069200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1612069200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3abedd9138de0d9ee62a0f0c56d29cb\";a:10:{s:4:\"hash\";s:32:\"c3abedd9138de0d9ee62a0f0c56d29cb\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"29a94ccf27335b20fa02fc173613263f\";a:10:{s:4:\"hash\";s:32:\"29a94ccf27335b20fa02fc173613263f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612155600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75d298794910f5531e5fa133877d5753\";a:10:{s:4:\"hash\";s:32:\"75d298794910f5531e5fa133877d5753\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612155600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71736d392c48e8baee613507396e7024\";a:10:{s:4:\"hash\";s:32:\"71736d392c48e8baee613507396e7024\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13f4ef76b91201ec210d265c94371d5d\";a:10:{s:4:\"hash\";s:32:\"13f4ef76b91201ec210d265c94371d5d\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06e409884838f5eb3fde2d1c02ac02db\";a:10:{s:4:\"hash\";s:32:\"06e409884838f5eb3fde2d1c02ac02db\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"adbc2a43eb4b15d038b5491f1b668d69\";a:10:{s:4:\"hash\";s:32:\"adbc2a43eb4b15d038b5491f1b668d69\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b8d914cecb3df28b42bf3b23dc1eddd\";a:10:{s:4:\"hash\";s:32:\"4b8d914cecb3df28b42bf3b23dc1eddd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ed4d63ef49f338d4c78ba44c8a67bd8\";a:10:{s:4:\"hash\";s:32:\"8ed4d63ef49f338d4c78ba44c8a67bd8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b43ae2f410800df6144a70c9c4c27969\";a:10:{s:4:\"hash\";s:32:\"b43ae2f410800df6144a70c9c4c27969\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"759a613744d27cf1096ab5e41fa15f69\";a:10:{s:4:\"hash\";s:32:\"759a613744d27cf1096ab5e41fa15f69\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d51610e61bcc26a5f6c5f542ad7a332\";a:10:{s:4:\"hash\";s:32:\"2d51610e61bcc26a5f6c5f542ad7a332\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a9bfd43ed6ecbaaf14fed9b2f917bfd\";a:10:{s:4:\"hash\";s:32:\"7a9bfd43ed6ecbaaf14fed9b2f917bfd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2ad185215541c3ffe2206319068e90b\";a:10:{s:4:\"hash\";s:32:\"d2ad185215541c3ffe2206319068e90b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0732e70df480ef6160ec8e34163d42be\";a:10:{s:4:\"hash\";s:32:\"0732e70df480ef6160ec8e34163d42be\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b1fe25dc7a017ad582a5aa731ed7bd0\";a:10:{s:4:\"hash\";s:32:\"2b1fe25dc7a017ad582a5aa731ed7bd0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612155600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2dda7b0c6ce08c3788ab47e3ffefce49\";a:10:{s:4:\"hash\";s:32:\"2dda7b0c6ce08c3788ab47e3ffefce49\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612155600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db5cd13246017875307c1724e1071cef\";a:10:{s:4:\"hash\";s:32:\"db5cd13246017875307c1724e1071cef\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612155600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612155600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68a5a384dc4c2ddd8de661cc8b88422f\";a:10:{s:4:\"hash\";s:32:\"68a5a384dc4c2ddd8de661cc8b88422f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612242000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612242000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45ae64f8f9a9658347d8c0651f33d12d\";a:10:{s:4:\"hash\";s:32:\"45ae64f8f9a9658347d8c0651f33d12d\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612242000/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1612242000/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"988a770e8c2f0a730409c50918b5de52\";a:10:{s:4:\"hash\";s:32:\"988a770e8c2f0a730409c50918b5de52\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22c53e29e6afb7294aa157c2403c3140\";a:10:{s:4:\"hash\";s:32:\"22c53e29e6afb7294aa157c2403c3140\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612242000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612242000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb3264d0ea2fbe857e18e8b044650e7d\";a:10:{s:4:\"hash\";s:32:\"fb3264d0ea2fbe857e18e8b044650e7d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612760400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612760400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ed92f2535415cb9e2544d9208ecbcf3\";a:10:{s:4:\"hash\";s:32:\"4ed92f2535415cb9e2544d9208ecbcf3\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612760400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1612760400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22d8357d2b17952ae220eeca19dc1032\";a:10:{s:4:\"hash\";s:32:\"22d8357d2b17952ae220eeca19dc1032\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"652d9b579ad3a89ac859c03838f6cdd7\";a:10:{s:4:\"hash\";s:32:\"652d9b579ad3a89ac859c03838f6cdd7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612760400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612760400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f101fde527ea362b6ddc1bfe67907cc7\";a:10:{s:4:\"hash\";s:32:\"f101fde527ea362b6ddc1bfe67907cc7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612760400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9696bac3508d495ff0c5e1ba0da73ee9\";a:10:{s:4:\"hash\";s:32:\"9696bac3508d495ff0c5e1ba0da73ee9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612760400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612760400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ec5a3ecb2051fe381f72dc2ea2e3d24\";a:10:{s:4:\"hash\";s:32:\"3ec5a3ecb2051fe381f72dc2ea2e3d24\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612760400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612760400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"39ca5f6280eea130e660c872ff77f28e\";a:10:{s:4:\"hash\";s:32:\"39ca5f6280eea130e660c872ff77f28e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1612760400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1612760400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"adde837532490394ce393160a8862882\";a:10:{s:4:\"hash\";s:32:\"adde837532490394ce393160a8862882\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619323200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0de230d42344070e755fcb908836e344\";a:10:{s:4:\"hash\";s:32:\"0de230d42344070e755fcb908836e344\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619323200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1619323200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fcf69f074aaeee83682cc06b0295c8e\";a:10:{s:4:\"hash\";s:32:\"7fcf69f074aaeee83682cc06b0295c8e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619323200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1619323200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b66763ac6ce9a38f56770da3882db28e\";a:10:{s:4:\"hash\";s:32:\"b66763ac6ce9a38f56770da3882db28e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619323200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1619323200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99ebf82ed98031e15b20d53f798f2eae\";a:10:{s:4:\"hash\";s:32:\"99ebf82ed98031e15b20d53f798f2eae\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619841600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1619841600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"344a21a6dc838870b1e32d0d1e24545f\";a:10:{s:4:\"hash\";s:32:\"344a21a6dc838870b1e32d0d1e24545f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619841600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1619841600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12a1c6c69025628c49f3666e4d88f9a1\";a:10:{s:4:\"hash\";s:32:\"12a1c6c69025628c49f3666e4d88f9a1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cd3aafc25cf8c77ef468d070d66fbf3\";a:10:{s:4:\"hash\";s:32:\"5cd3aafc25cf8c77ef468d070d66fbf3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619841600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89d7737a93ea99d96f980bdcf9832357\";a:10:{s:4:\"hash\";s:32:\"89d7737a93ea99d96f980bdcf9832357\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619841600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1619841600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bee474b71dc190da52dd2b8fafeb6bd3\";a:10:{s:4:\"hash\";s:32:\"bee474b71dc190da52dd2b8fafeb6bd3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619841600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1619841600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b70621f281899ffe9703785fd99649aa\";a:10:{s:4:\"hash\";s:32:\"b70621f281899ffe9703785fd99649aa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1619841600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1619841600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c55faa0fea61e567db5deba40e29026a\";a:10:{s:4:\"hash\";s:32:\"c55faa0fea61e567db5deba40e29026a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620532800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d27dfb2da6fa91f0316568233c26398\";a:10:{s:4:\"hash\";s:32:\"7d27dfb2da6fa91f0316568233c26398\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620532800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620532800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"160aecd9c61b1352532694865de75c95\";a:10:{s:4:\"hash\";s:32:\"160aecd9c61b1352532694865de75c95\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620532800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620532800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37ddbffd20336edcdfd4a440fa751834\";a:10:{s:4:\"hash\";s:32:\"37ddbffd20336edcdfd4a440fa751834\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620532800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620532800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1cd0aba1bc8d3393dd9035234f6a5652\";a:10:{s:4:\"hash\";s:32:\"1cd0aba1bc8d3393dd9035234f6a5652\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620705600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54b13aba7f88177b3f5722183cf95d4a\";a:10:{s:4:\"hash\";s:32:\"54b13aba7f88177b3f5722183cf95d4a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620705600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620705600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9885e8503d234784dc890ec36c869e8a\";a:10:{s:4:\"hash\";s:32:\"9885e8503d234784dc890ec36c869e8a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620705600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620705600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d719080002e4ee112f0151ec7a833d3b\";a:10:{s:4:\"hash\";s:32:\"d719080002e4ee112f0151ec7a833d3b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620705600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620705600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c23286d952fe9bd457e874ec3af7b1f\";a:10:{s:4:\"hash\";s:32:\"3c23286d952fe9bd457e874ec3af7b1f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620964800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"467e0ec8bf4fd708da7d42dcf597c52b\";a:10:{s:4:\"hash\";s:32:\"467e0ec8bf4fd708da7d42dcf597c52b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620964800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620964800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f079a199d17c05838265f5a1d8f984e\";a:10:{s:4:\"hash\";s:32:\"3f079a199d17c05838265f5a1d8f984e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620964800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620964800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7deeb89518d5d0550291f6585c86ad5\";a:10:{s:4:\"hash\";s:32:\"a7deeb89518d5d0550291f6585c86ad5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1620964800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1620964800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32cc2a4595e38cda20905a88edda6d53\";a:10:{s:4:\"hash\";s:32:\"32cc2a4595e38cda20905a88edda6d53\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1621051200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b9adf9b0a2e952a05625037eb55bbb6\";a:10:{s:4:\"hash\";s:32:\"2b9adf9b0a2e952a05625037eb55bbb6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1621051200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1621051200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a295a825d9c2dabbbf9adc0b3aa0e081\";a:10:{s:4:\"hash\";s:32:\"a295a825d9c2dabbbf9adc0b3aa0e081\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1621051200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1621051200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3ca0266fa30b35d4831003e8819b47a\";a:10:{s:4:\"hash\";s:32:\"f3ca0266fa30b35d4831003e8819b47a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1621051200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1621051200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0f2ec794b05315e6e518d460234e615\";a:10:{s:4:\"hash\";s:32:\"b0f2ec794b05315e6e518d460234e615\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623211200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67ea823cd8267e13e4c19c52b6eb634e\";a:10:{s:4:\"hash\";s:32:\"67ea823cd8267e13e4c19c52b6eb634e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623211200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623211200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d753f49d0ada4ed42cf797f336c6268\";a:10:{s:4:\"hash\";s:32:\"3d753f49d0ada4ed42cf797f336c6268\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623211200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623211200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51055bdddb364e92e78f636e7bdb5ab6\";a:10:{s:4:\"hash\";s:32:\"51055bdddb364e92e78f636e7bdb5ab6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623211200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623211200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eefcc3b3a0fee42a0f69cdef8dfdc2e0\";a:10:{s:4:\"hash\";s:32:\"eefcc3b3a0fee42a0f69cdef8dfdc2e0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623384000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1623384000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33ca3a9df1696c60841c8a4c03369176\";a:10:{s:4:\"hash\";s:32:\"33ca3a9df1696c60841c8a4c03369176\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623384000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1623384000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e52918239edc96de27400860d3aa67f\";a:10:{s:4:\"hash\";s:32:\"4e52918239edc96de27400860d3aa67f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c04a1a43ed331cb0ad4a84e980b9eaf\";a:10:{s:4:\"hash\";s:32:\"0c04a1a43ed331cb0ad4a84e980b9eaf\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623384000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83c34387fcb4cacaae77ec69cf42d72c\";a:10:{s:4:\"hash\";s:32:\"83c34387fcb4cacaae77ec69cf42d72c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623384000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623384000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"685ebaf5211f9abf41b851ea904e3dc3\";a:10:{s:4:\"hash\";s:32:\"685ebaf5211f9abf41b851ea904e3dc3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623384000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623384000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf56db920726270053ccc4accfa455e0\";a:10:{s:4:\"hash\";s:32:\"cf56db920726270053ccc4accfa455e0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623384000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623384000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4d618e49e8ed56d308f0b55298f6477\";a:10:{s:4:\"hash\";s:32:\"b4d618e49e8ed56d308f0b55298f6477\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623643200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e07eb31fd5a92770c44de3f7df35a6d3\";a:10:{s:4:\"hash\";s:32:\"e07eb31fd5a92770c44de3f7df35a6d3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623643200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623643200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ce49092947e1d5dc8698a6f039b22524\";a:10:{s:4:\"hash\";s:32:\"ce49092947e1d5dc8698a6f039b22524\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623643200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623643200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62283f7058f3b550d075aa6d063a88e6\";a:10:{s:4:\"hash\";s:32:\"62283f7058f3b550d075aa6d063a88e6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623643200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623643200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0039801d09f2095abfd2729fd32e52be\";a:10:{s:4:\"hash\";s:32:\"0039801d09f2095abfd2729fd32e52be\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623729600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13553374e75f121f3e9229fa44049ee6\";a:10:{s:4:\"hash\";s:32:\"13553374e75f121f3e9229fa44049ee6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623729600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623729600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"35b7946625915e15f654254e57eda8a9\";a:10:{s:4:\"hash\";s:32:\"35b7946625915e15f654254e57eda8a9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623729600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623729600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97d3a1829d8a47a27d3f178ee4cd948c\";a:10:{s:4:\"hash\";s:32:\"97d3a1829d8a47a27d3f178ee4cd948c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623729600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623729600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"981cc7750385a9d9d90665ad6342f044\";a:10:{s:4:\"hash\";s:32:\"981cc7750385a9d9d90665ad6342f044\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623988800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b598a4844333cf238c1504c29121561\";a:10:{s:4:\"hash\";s:32:\"4b598a4844333cf238c1504c29121561\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1623988800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"543dab9e84f4d18539504fa22e2f336e\";a:10:{s:4:\"hash\";s:32:\"543dab9e84f4d18539504fa22e2f336e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1623988800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6a5cba413d6c77eb8019ac682e6e2c0\";a:10:{s:4:\"hash\";s:32:\"c6a5cba413d6c77eb8019ac682e6e2c0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53179834347ed87c2e16e7bb162fbf22\";a:10:{s:4:\"hash\";s:32:\"53179834347ed87c2e16e7bb162fbf22\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1623988800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e578be4d702c08b5ec224a793e49edce\";a:10:{s:4:\"hash\";s:32:\"e578be4d702c08b5ec224a793e49edce\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9629b439fd4f45ac38ddab5015255488\";a:10:{s:4:\"hash\";s:32:\"9629b439fd4f45ac38ddab5015255488\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623988800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6eda2552bb765b7eb5479d7a29a1db7a\";a:10:{s:4:\"hash\";s:32:\"6eda2552bb765b7eb5479d7a29a1db7a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5747b0ff7a32ab0d13126f6bc5e2d8d1\";a:10:{s:4:\"hash\";s:32:\"5747b0ff7a32ab0d13126f6bc5e2d8d1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623988800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ccfa5c6f979830663f84b0730aa55b3\";a:10:{s:4:\"hash\";s:32:\"3ccfa5c6f979830663f84b0730aa55b3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623988800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d2ea90ba5a2ba7c26ad13db44774947\";a:10:{s:4:\"hash\";s:32:\"1d2ea90ba5a2ba7c26ad13db44774947\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1623988800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1623988800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58028420c7599e777f1fd5c752a13040\";a:10:{s:4:\"hash\";s:32:\"58028420c7599e777f1fd5c752a13040\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1624075200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a10d7407a8cc78415f2085e9a91b0f6a\";a:10:{s:4:\"hash\";s:32:\"a10d7407a8cc78415f2085e9a91b0f6a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1624075200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1624075200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"557025f8d9ccc6dd1f0c59185f9ac6f3\";a:10:{s:4:\"hash\";s:32:\"557025f8d9ccc6dd1f0c59185f9ac6f3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1624075200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1624075200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfc5acf85504ed80f6ba9a6cb25a8a72\";a:10:{s:4:\"hash\";s:32:\"dfc5acf85504ed80f6ba9a6cb25a8a72\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1624075200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1624075200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e73ca981ac5637f8ae6164777deca49\";a:10:{s:4:\"hash\";s:32:\"2e73ca981ac5637f8ae6164777deca49\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1625112000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1625112000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6afb15ddaa40c2edd626a8b7d6abfb17\";a:10:{s:4:\"hash\";s:32:\"6afb15ddaa40c2edd626a8b7d6abfb17\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1625112000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1625112000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99aeee07d85fef8041ec48154b50712e\";a:10:{s:4:\"hash\";s:32:\"99aeee07d85fef8041ec48154b50712e\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cada608ce6561e4b170717dd5383b0e1\";a:10:{s:4:\"hash\";s:32:\"cada608ce6561e4b170717dd5383b0e1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1625112000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1625112000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa118608fbd9319c7a859b30d0313f39\";a:10:{s:4:\"hash\";s:32:\"aa118608fbd9319c7a859b30d0313f39\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1625112000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1625112000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53ebf8d7e7a287efe8d5a280e19e76c1\";a:10:{s:4:\"hash\";s:32:\"53ebf8d7e7a287efe8d5a280e19e76c1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99b8213db64b539775e41836e6d1ddc2\";a:10:{s:4:\"hash\";s:32:\"99b8213db64b539775e41836e6d1ddc2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1625112000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1625112000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f28d7abf9e8304e7c8b9369e3e97b2c5\";a:10:{s:4:\"hash\";s:32:\"f28d7abf9e8304e7c8b9369e3e97b2c5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1626494400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c792abc4807ea3be34fda0c6d1aa8ba5\";a:10:{s:4:\"hash\";s:32:\"c792abc4807ea3be34fda0c6d1aa8ba5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1626494400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1626494400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c7d1a182fa2969da9df5e08c26346e2\";a:10:{s:4:\"hash\";s:32:\"2c7d1a182fa2969da9df5e08c26346e2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1626494400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1626494400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13e8c1d2d346ff99e3f34383b94912f2\";a:10:{s:4:\"hash\";s:32:\"13e8c1d2d346ff99e3f34383b94912f2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1626494400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1626494400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2460b0757d7c4f98be823ff9a271e68\";a:10:{s:4:\"hash\";s:32:\"d2460b0757d7c4f98be823ff9a271e68\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1626753600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99f15a14008c7ddc609cdaf5d6766817\";a:10:{s:4:\"hash\";s:32:\"99f15a14008c7ddc609cdaf5d6766817\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1626753600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1626753600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d8a216baffd2d7d8e32be4dbfb24f72\";a:10:{s:4:\"hash\";s:32:\"1d8a216baffd2d7d8e32be4dbfb24f72\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1626753600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1626753600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b30a33ca7fe7504ebdbbc08e64b08ed8\";a:10:{s:4:\"hash\";s:32:\"b30a33ca7fe7504ebdbbc08e64b08ed8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1626753600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1626753600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4f83f8c0a6ef374ba19563f6e85967f\";a:10:{s:4:\"hash\";s:32:\"d4f83f8c0a6ef374ba19563f6e85967f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1627358400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1627358400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c40bd06f77b2f029ead3827e36304d04\";a:10:{s:4:\"hash\";s:32:\"c40bd06f77b2f029ead3827e36304d04\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1627358400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~agenda/time_limit~1627358400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e8cf6baa6ef5bce34ccba5df8a76351\";a:10:{s:4:\"hash\";s:32:\"9e8cf6baa6ef5bce34ccba5df8a76351\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2bfa1d91bb675a3d3876b8b88d6a967d\";a:10:{s:4:\"hash\";s:32:\"2bfa1d91bb675a3d3876b8b88d6a967d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"902ebe22fd0c2e0f400b48a9852a13c7\";a:10:{s:4:\"hash\";s:32:\"902ebe22fd0c2e0f400b48a9852a13c7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1627358400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1627358400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8d5faf294c08f9b0aabb8cbac5e6729\";a:10:{s:4:\"hash\";s:32:\"b8d5faf294c08f9b0aabb8cbac5e6729\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1627358400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1627358400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c17fd4ed972437acf0cef0555fc9d2d7\";a:10:{s:4:\"hash\";s:32:\"c17fd4ed972437acf0cef0555fc9d2d7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637125200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637125200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cd2b2e2656fc82acee45ff0ce647600\";a:10:{s:4:\"hash\";s:32:\"0cd2b2e2656fc82acee45ff0ce647600\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637125200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637125200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c2121e27abd52a6627d717bb4275af6\";a:10:{s:4:\"hash\";s:32:\"0c2121e27abd52a6627d717bb4275af6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ff79e6be1bd780f5baa9678a3177ecb\";a:10:{s:4:\"hash\";s:32:\"0ff79e6be1bd780f5baa9678a3177ecb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637125200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1637125200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b4ba10c24a65739d7391ffea79e956e\";a:10:{s:4:\"hash\";s:32:\"4b4ba10c24a65739d7391ffea79e956e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637298000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0df8d652f0eb305dea63391832161e9\";a:10:{s:4:\"hash\";s:32:\"b0df8d652f0eb305dea63391832161e9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637298000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637298000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8f2366df45a903e041408cdefa249f6\";a:10:{s:4:\"hash\";s:32:\"d8f2366df45a903e041408cdefa249f6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637298000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637298000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f3e114f16945801d2a4c25a87c8ac72\";a:10:{s:4:\"hash\";s:32:\"7f3e114f16945801d2a4c25a87c8ac72\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637298000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637298000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eaab135f1653478b41fdefdd7d25b97b\";a:10:{s:4:\"hash\";s:32:\"eaab135f1653478b41fdefdd7d25b97b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637384400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637384400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a745ec18ac7cb2df9102fde398d9d49\";a:10:{s:4:\"hash\";s:32:\"4a745ec18ac7cb2df9102fde398d9d49\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637384400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637384400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0151bbaa3c555ac316ae923275e7ee6e\";a:10:{s:4:\"hash\";s:32:\"0151bbaa3c555ac316ae923275e7ee6e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"416099efeae54f1968a4d12b48806d40\";a:10:{s:4:\"hash\";s:32:\"416099efeae54f1968a4d12b48806d40\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637384400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1637384400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"860ae493fcb33b9b80715764658c30a9\";a:10:{s:4:\"hash\";s:32:\"860ae493fcb33b9b80715764658c30a9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637557200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637557200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0b6c959e49c1e20a8ea3abd51595a22\";a:10:{s:4:\"hash\";s:32:\"b0b6c959e49c1e20a8ea3abd51595a22\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637557200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637557200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68661062091b796016a5c20b77991a4e\";a:10:{s:4:\"hash\";s:32:\"68661062091b796016a5c20b77991a4e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a00ba6b8f313455a56643108656c3df1\";a:10:{s:4:\"hash\";s:32:\"a00ba6b8f313455a56643108656c3df1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637557200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1637557200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87da74e36218980467762f569a238a5d\";a:10:{s:4:\"hash\";s:32:\"87da74e36218980467762f569a238a5d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637816400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637816400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49fbb2cc20ebdfcb352b7b247206eeef\";a:10:{s:4:\"hash\";s:32:\"49fbb2cc20ebdfcb352b7b247206eeef\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637816400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637816400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd28fed27ac0613f21b5ecbc2774825a\";a:10:{s:4:\"hash\";s:32:\"cd28fed27ac0613f21b5ecbc2774825a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04f22c6d61aadd5cf2425a76fbb6bdab\";a:10:{s:4:\"hash\";s:32:\"04f22c6d61aadd5cf2425a76fbb6bdab\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637816400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45450a19c0ccba29710bcd76b6b40d91\";a:10:{s:4:\"hash\";s:32:\"45450a19c0ccba29710bcd76b6b40d91\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637816400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637816400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5709de2b845ae40800293997e87a5c49\";a:10:{s:4:\"hash\";s:32:\"5709de2b845ae40800293997e87a5c49\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637816400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637816400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75f30742971cee63bdc3c3bf384265ba\";a:10:{s:4:\"hash\";s:32:\"75f30742971cee63bdc3c3bf384265ba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637816400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637816400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"397a665342e774a103067832fcc800c8\";a:10:{s:4:\"hash\";s:32:\"397a665342e774a103067832fcc800c8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637989200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637989200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dbfc003d2242845840d860b848032255\";a:10:{s:4:\"hash\";s:32:\"dbfc003d2242845840d860b848032255\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637989200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~agenda/time_limit~1637989200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74181012cc515677a0a1ffd4c8159bb0\";a:10:{s:4:\"hash\";s:32:\"74181012cc515677a0a1ffd4c8159bb0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be477fd362dc892c287487f05f8e9ce4\";a:10:{s:4:\"hash\";s:32:\"be477fd362dc892c287487f05f8e9ce4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637989200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f0a56d4380a30e182c96d63f2e4dc86\";a:10:{s:4:\"hash\";s:32:\"1f0a56d4380a30e182c96d63f2e4dc86\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637989200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637989200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"031d0cfd282b7a63e12eb0633aee5743\";a:10:{s:4:\"hash\";s:32:\"031d0cfd282b7a63e12eb0633aee5743\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637989200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637989200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67c01114824fb36062edf5a8c3957791\";a:10:{s:4:\"hash\";s:32:\"67c01114824fb36062edf5a8c3957791\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1637989200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1637989200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22509e3fcb9cf61b1965841010714484\";a:10:{s:4:\"hash\";s:32:\"22509e3fcb9cf61b1965841010714484\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1638248400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~agenda/time_limit~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"139cda3171471a6019790beb2fba377c\";a:10:{s:4:\"hash\";s:32:\"139cda3171471a6019790beb2fba377c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1638248400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1638248400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62fd2dcf157f4e92b2614a20df260f8d\";a:10:{s:4:\"hash\";s:32:\"62fd2dcf157f4e92b2614a20df260f8d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1638248400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1638248400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f70345587b95a1cf0609d3c9e86fbf00\";a:10:{s:4:\"hash\";s:32:\"f70345587b95a1cf0609d3c9e86fbf00\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~agenda/time_limit~1638248400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~agenda/time_limit~1638248400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0887fd3a1f600f92eddf6b76bbf5d63b\";a:10:{s:4:\"hash\";s:32:\"0887fd3a1f600f92eddf6b76bbf5d63b\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1493611200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1493611200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8aaa8dc343621a8e0254ba35876b2710\";a:10:{s:4:\"hash\";s:32:\"8aaa8dc343621a8e0254ba35876b2710\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1509508800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1509508800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fab6924a2a7748101904d27a6274eddd\";a:10:{s:4:\"hash\";s:32:\"fab6924a2a7748101904d27a6274eddd\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1522555200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1522555200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"290d3632f5a57f7d1df309df88a4f97c\";a:10:{s:4:\"hash\";s:32:\"290d3632f5a57f7d1df309df88a4f97c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1525147200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3447b17e590f46247952c04ab7fe913\";a:10:{s:4:\"hash\";s:32:\"e3447b17e590f46247952c04ab7fe913\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1525147200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e8e9e4786450039d7bd70a8d5d3eca1\";a:10:{s:4:\"hash\";s:32:\"4e8e9e4786450039d7bd70a8d5d3eca1\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1525147200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb5612dd40df356926c1ac44bbb044cf\";a:10:{s:4:\"hash\";s:32:\"cb5612dd40df356926c1ac44bbb044cf\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1525147200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b575e25536314ea97ebd3852b1ce4fa7\";a:10:{s:4:\"hash\";s:32:\"b575e25536314ea97ebd3852b1ce4fa7\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1525147200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63663836e3bd7cb2ee3f8cf42a92e32a\";a:10:{s:4:\"hash\";s:32:\"63663836e3bd7cb2ee3f8cf42a92e32a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1525147200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c6c7b99e9567d7506786b85b46fffbe\";a:10:{s:4:\"hash\";s:32:\"6c6c7b99e9567d7506786b85b46fffbe\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1525147200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3bf8d36e4dbb349761e612948446476\";a:10:{s:4:\"hash\";s:32:\"c3bf8d36e4dbb349761e612948446476\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1525147200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"61320ae0e2bc4af516afb125de0f9918\";a:10:{s:4:\"hash\";s:32:\"61320ae0e2bc4af516afb125de0f9918\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1525147200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1525147200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50bc34892399d694661c2bd5b42aa353\";a:10:{s:4:\"hash\";s:32:\"50bc34892399d694661c2bd5b42aa353\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1527825600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0eb8d3c8dcc396fb6ad37cda5d37121d\";a:10:{s:4:\"hash\";s:32:\"0eb8d3c8dcc396fb6ad37cda5d37121d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1527825600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed16569833f9c9900678271dad4e7d9a\";a:10:{s:4:\"hash\";s:32:\"ed16569833f9c9900678271dad4e7d9a\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1527825600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1d4b9e6d5f5052603689dc27b297aed\";a:10:{s:4:\"hash\";s:32:\"b1d4b9e6d5f5052603689dc27b297aed\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1527825600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3777185f71cd756d8abdba016d944b0b\";a:10:{s:4:\"hash\";s:32:\"3777185f71cd756d8abdba016d944b0b\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1527825600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1d1eff23df55b43ef2bbf8e4f92681c\";a:10:{s:4:\"hash\";s:32:\"e1d1eff23df55b43ef2bbf8e4f92681c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1527825600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34d058d68489092315e267884a39f33a\";a:10:{s:4:\"hash\";s:32:\"34d058d68489092315e267884a39f33a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1527825600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"584268b4aadc1ea570c77dbedaee8916\";a:10:{s:4:\"hash\";s:32:\"584268b4aadc1ea570c77dbedaee8916\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1527825600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54eef6b03bf4a11e606ea90b497689ef\";a:10:{s:4:\"hash\";s:32:\"54eef6b03bf4a11e606ea90b497689ef\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1527825600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1527825600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"203a52f41f8bf96e37dc9ecbe079fd8e\";a:10:{s:4:\"hash\";s:32:\"203a52f41f8bf96e37dc9ecbe079fd8e\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1530417600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1530417600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5bfa5ff874e7df1ce3d83a4d4159e73b\";a:10:{s:4:\"hash\";s:32:\"5bfa5ff874e7df1ce3d83a4d4159e73b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1530417600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1530417600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06ab76dd57bd2087ccbf184d445ad9cf\";a:10:{s:4:\"hash\";s:32:\"06ab76dd57bd2087ccbf184d445ad9cf\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1530417600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1530417600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c23f8d8147f32ea312f43156fe1eb30\";a:10:{s:4:\"hash\";s:32:\"4c23f8d8147f32ea312f43156fe1eb30\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1530417600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1530417600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"860452b378a80636b620c013a4778081\";a:10:{s:4:\"hash\";s:32:\"860452b378a80636b620c013a4778081\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1530417600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1530417600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d66a8fab3c944b080320566ba87d2a0\";a:10:{s:4:\"hash\";s:32:\"6d66a8fab3c944b080320566ba87d2a0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1530417600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1530417600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d4727f170c81b2e3527e3636ed842c1\";a:10:{s:4:\"hash\";s:32:\"3d4727f170c81b2e3527e3636ed842c1\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1533096000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1533096000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77d430f6a92380a7353defecea2177f6\";a:10:{s:4:\"hash\";s:32:\"77d430f6a92380a7353defecea2177f6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1533096000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1533096000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a7046291343704fbb6c666c9ee784e3\";a:10:{s:4:\"hash\";s:32:\"1a7046291343704fbb6c666c9ee784e3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1533096000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1533096000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"146bbfbf9e4998c66d9ac27f4b30a59f\";a:10:{s:4:\"hash\";s:32:\"146bbfbf9e4998c66d9ac27f4b30a59f\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1533096000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1533096000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98296fd4cfe80b3dad37eb07f48324d0\";a:10:{s:4:\"hash\";s:32:\"98296fd4cfe80b3dad37eb07f48324d0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1538366400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1538366400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08c6b6a5c172d5a327a0413ab984b30f\";a:10:{s:4:\"hash\";s:32:\"08c6b6a5c172d5a327a0413ab984b30f\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1541044800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1541044800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"07262f75e3aea5e723fc2e0013c175d2\";a:10:{s:4:\"hash\";s:32:\"07262f75e3aea5e723fc2e0013c175d2\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1541044800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1541044800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d845b5277d6d4b7cc999d28a2c352cd9\";a:10:{s:4:\"hash\";s:32:\"d845b5277d6d4b7cc999d28a2c352cd9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1541044800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1541044800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1017a5862a75d95b7625adffba4340d\";a:10:{s:4:\"hash\";s:32:\"e1017a5862a75d95b7625adffba4340d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1541044800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1541044800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e19a6cff2f66756fb6c7c751dbaa291\";a:10:{s:4:\"hash\";s:32:\"9e19a6cff2f66756fb6c7c751dbaa291\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1541044800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1541044800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0074b23220e82fede35fe34201a399ac\";a:10:{s:4:\"hash\";s:32:\"0074b23220e82fede35fe34201a399ac\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1543640400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1543640400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca9c4184cb4a676306c4fce04c5259d2\";a:10:{s:4:\"hash\";s:32:\"ca9c4184cb4a676306c4fce04c5259d2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1548997200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1548997200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8bab51e93d8f287c1fa0ff6922c94b6\";a:10:{s:4:\"hash\";s:32:\"a8bab51e93d8f287c1fa0ff6922c94b6\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1554091200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2faadf24a2d3b77dfa11ec9c50081c88\";a:10:{s:4:\"hash\";s:32:\"2faadf24a2d3b77dfa11ec9c50081c88\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1554091200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d6b9e5656dc7899ea347f5730687e83\";a:10:{s:4:\"hash\";s:32:\"3d6b9e5656dc7899ea347f5730687e83\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1554091200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cbec2bcb0674765b0ec761399eb07607\";a:10:{s:4:\"hash\";s:32:\"cbec2bcb0674765b0ec761399eb07607\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1554091200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ac8bf36723bb7b08638c380caf053b2\";a:10:{s:4:\"hash\";s:32:\"9ac8bf36723bb7b08638c380caf053b2\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1554091200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5af9c50802ba1961404ef23be5b176c6\";a:10:{s:4:\"hash\";s:32:\"5af9c50802ba1961404ef23be5b176c6\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1554091200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e2e07055123d22b005ec90637ee83b8\";a:10:{s:4:\"hash\";s:32:\"1e2e07055123d22b005ec90637ee83b8\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1554091200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d98812dad7e7c99cd554c8084f3e98c\";a:10:{s:4:\"hash\";s:32:\"5d98812dad7e7c99cd554c8084f3e98c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1554091200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"834e209a560da20b71393abaa01ba06b\";a:10:{s:4:\"hash\";s:32:\"834e209a560da20b71393abaa01ba06b\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1554091200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1554091200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43694c96fad0cffc3fe3ee5684628ce5\";a:10:{s:4:\"hash\";s:32:\"43694c96fad0cffc3fe3ee5684628ce5\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1556683200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac85c0379fa7d712376d389ea0948610\";a:10:{s:4:\"hash\";s:32:\"ac85c0379fa7d712376d389ea0948610\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1556683200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ebf723d349dbe5db17d930bb0a35a7e\";a:10:{s:4:\"hash\";s:32:\"9ebf723d349dbe5db17d930bb0a35a7e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1556683200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f62e542826531a34b00796a78df0b465\";a:10:{s:4:\"hash\";s:32:\"f62e542826531a34b00796a78df0b465\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1556683200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87b01f7f050aaabc6f5d60081dc083a5\";a:10:{s:4:\"hash\";s:32:\"87b01f7f050aaabc6f5d60081dc083a5\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1556683200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d2a8467f71599fc4c45e8f1c4b38eea\";a:10:{s:4:\"hash\";s:32:\"1d2a8467f71599fc4c45e8f1c4b38eea\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1556683200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b42303e7a797fcc713a87c5606e2173\";a:10:{s:4:\"hash\";s:32:\"9b42303e7a797fcc713a87c5606e2173\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1556683200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"579b1e529ccbfdf8bf27db50ac299ba8\";a:10:{s:4:\"hash\";s:32:\"579b1e529ccbfdf8bf27db50ac299ba8\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1556683200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a90ee137eed098518bc1bfc3a0c8ceb\";a:10:{s:4:\"hash\";s:32:\"8a90ee137eed098518bc1bfc3a0c8ceb\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1556683200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"491d14eaae733e4e0af30edc118c3e84\";a:10:{s:4:\"hash\";s:32:\"491d14eaae733e4e0af30edc118c3e84\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1556683200/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d0fea097186a49760faf79884bbfd80\";a:10:{s:4:\"hash\";s:32:\"6d0fea097186a49760faf79884bbfd80\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1556683200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f8fc34b6c12554bc78de94e20ce662d\";a:10:{s:4:\"hash\";s:32:\"5f8fc34b6c12554bc78de94e20ce662d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1556683200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"365e17ca95bf8f6dc790572e040b9cd2\";a:10:{s:4:\"hash\";s:32:\"365e17ca95bf8f6dc790572e040b9cd2\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1556683200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1556683200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e26bee7273e48087639af4c95219679a\";a:10:{s:4:\"hash\";s:32:\"e26bee7273e48087639af4c95219679a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557201600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1557201600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f0f3cb48ae9bf06ac76c89253052785\";a:10:{s:4:\"hash\";s:32:\"2f0f3cb48ae9bf06ac76c89253052785\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557201600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1557201600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e555092576a07e8e8eb6124ad3184ec0\";a:10:{s:4:\"hash\";s:32:\"e555092576a07e8e8eb6124ad3184ec0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557201600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"250ab425d05a2ad676139b3405cabe3d\";a:10:{s:4:\"hash\";s:32:\"250ab425d05a2ad676139b3405cabe3d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557288000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1557288000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c0bc5c5b89ff2efd66ef1813773e523\";a:10:{s:4:\"hash\";s:32:\"3c0bc5c5b89ff2efd66ef1813773e523\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557806400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1557806400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c6ae486507675cd0990253131310c05\";a:10:{s:4:\"hash\";s:32:\"4c6ae486507675cd0990253131310c05\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557806400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1557806400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cbef828fe4d7e176ad749b4532e2057\";a:10:{s:4:\"hash\";s:32:\"0cbef828fe4d7e176ad749b4532e2057\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557806400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1557806400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"869c678fefb6be32bd65ef7c0fe601c4\";a:10:{s:4:\"hash\";s:32:\"869c678fefb6be32bd65ef7c0fe601c4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557806400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1557806400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"114d062f597d2d45f8356c6c30c5566f\";a:10:{s:4:\"hash\";s:32:\"114d062f597d2d45f8356c6c30c5566f\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557806400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1557806400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"047232a47a12211691ece485d447efdf\";a:10:{s:4:\"hash\";s:32:\"047232a47a12211691ece485d447efdf\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557806400/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1557806400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7bf27c635d4f6229f9a711f3bb3f272d\";a:10:{s:4:\"hash\";s:32:\"7bf27c635d4f6229f9a711f3bb3f272d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557806400/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1557806400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a7072206e87e069ecc76119d4708508\";a:10:{s:4:\"hash\";s:32:\"4a7072206e87e069ecc76119d4708508\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557806400/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1557806400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"823183e8de9fb1e09c9fa7f1eb66ffc7\";a:10:{s:4:\"hash\";s:32:\"823183e8de9fb1e09c9fa7f1eb66ffc7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1557892800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1557892800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"715d337cd56c0517481ebb523fcc81f8\";a:10:{s:4:\"hash\";s:32:\"715d337cd56c0517481ebb523fcc81f8\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558238400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1558238400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cba85028fc32bc80c3a3a7b61f9f5113\";a:10:{s:4:\"hash\";s:32:\"cba85028fc32bc80c3a3a7b61f9f5113\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558324800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558324800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40f9db41fee77df25f3f823573231e69\";a:10:{s:4:\"hash\";s:32:\"40f9db41fee77df25f3f823573231e69\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558324800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1558324800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a6a1ae109848f2ca5f49a537cac2617\";a:10:{s:4:\"hash\";s:32:\"4a6a1ae109848f2ca5f49a537cac2617\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558411200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e02b7753bf2596688036e4922dcdb93\";a:10:{s:4:\"hash\";s:32:\"9e02b7753bf2596688036e4922dcdb93\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558497600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6066a58aeea768f02952e992d8f12c2\";a:10:{s:4:\"hash\";s:32:\"f6066a58aeea768f02952e992d8f12c2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558497600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558497600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"439182e39f625d4a365190173be09a90\";a:10:{s:4:\"hash\";s:32:\"439182e39f625d4a365190173be09a90\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558497600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558497600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ce98266c7e1c20e3229fe6a15d0412a\";a:10:{s:4:\"hash\";s:32:\"8ce98266c7e1c20e3229fe6a15d0412a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558497600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558497600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b5061a3f4861bed5caf3ecdf231154d\";a:10:{s:4:\"hash\";s:32:\"0b5061a3f4861bed5caf3ecdf231154d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1558756800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f56664ec23d0be1cd74acceb9406b73\";a:10:{s:4:\"hash\";s:32:\"8f56664ec23d0be1cd74acceb9406b73\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1558756800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e39f5a6217dc4982003fb2f85f7cd2fb\";a:10:{s:4:\"hash\";s:32:\"e39f5a6217dc4982003fb2f85f7cd2fb\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558756800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1cba54c0f7a46296c871b3dafacc469\";a:10:{s:4:\"hash\";s:32:\"f1cba54c0f7a46296c871b3dafacc469\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1558756800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08fe3527e67586d1b5d4f8380f585f59\";a:10:{s:4:\"hash\";s:32:\"08fe3527e67586d1b5d4f8380f585f59\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558756800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a77efa009db32a878f4c5a21438843b3\";a:10:{s:4:\"hash\";s:32:\"a77efa009db32a878f4c5a21438843b3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1558756800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a90f97eee5043c7d780c59bbc6a37e0\";a:10:{s:4:\"hash\";s:32:\"2a90f97eee5043c7d780c59bbc6a37e0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558756800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d5833e7bfe201c5ce051f639827812d\";a:10:{s:4:\"hash\";s:32:\"5d5833e7bfe201c5ce051f639827812d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558756800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2273e7fd3ede101853322c5ea4ceb911\";a:10:{s:4:\"hash\";s:32:\"2273e7fd3ede101853322c5ea4ceb911\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558756800/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558756800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff85c1e4ff13fa3a3bd97d0aa6b13b4f\";a:10:{s:4:\"hash\";s:32:\"ff85c1e4ff13fa3a3bd97d0aa6b13b4f\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558929600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1558929600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da93ed4c4dafbdf0c17ce2a410d2b32c\";a:10:{s:4:\"hash\";s:32:\"da93ed4c4dafbdf0c17ce2a410d2b32c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558929600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1558929600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a5b802d7ff347bf3c455df4b736c3c0\";a:10:{s:4:\"hash\";s:32:\"8a5b802d7ff347bf3c455df4b736c3c0\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558929600/cat_ids~87,89,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1558929600/cat_ids~87,89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b071d6a3929be61d7704c4b5b9b8fc36\";a:10:{s:4:\"hash\";s:32:\"b071d6a3929be61d7704c4b5b9b8fc36\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558929600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1558929600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5add8f4cfac894e60c203186f795fbc3\";a:10:{s:4:\"hash\";s:32:\"5add8f4cfac894e60c203186f795fbc3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558929600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558929600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38cb44ae412d4a136404c8b237765034\";a:10:{s:4:\"hash\";s:32:\"38cb44ae412d4a136404c8b237765034\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558929600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558929600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b39ac5cc72bf283d1080ce97510e5552\";a:10:{s:4:\"hash\";s:32:\"b39ac5cc72bf283d1080ce97510e5552\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558929600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1558929600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e1de76610c546f0f740bff9162cf9f6\";a:10:{s:4:\"hash\";s:32:\"3e1de76610c546f0f740bff9162cf9f6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1558929600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7cdba30c5c49d5472052e8a5bfb4500e\";a:10:{s:4:\"hash\";s:32:\"7cdba30c5c49d5472052e8a5bfb4500e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559188800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559188800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a6f94760d239645c26bf792f5d653fb\";a:10:{s:4:\"hash\";s:32:\"0a6f94760d239645c26bf792f5d653fb\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559188800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559188800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5642e4f530322de3cbde42b44088f054\";a:10:{s:4:\"hash\";s:32:\"5642e4f530322de3cbde42b44088f054\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559188800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1559188800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a706f099f8b594c1e729170a8c3f7e1e\";a:10:{s:4:\"hash\";s:32:\"a706f099f8b594c1e729170a8c3f7e1e\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559188800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559188800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a50795796116716993146d469efa800\";a:10:{s:4:\"hash\";s:32:\"3a50795796116716993146d469efa800\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559188800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559188800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ddb70b59dbdffcc705fb29eb64b4c959\";a:10:{s:4:\"hash\";s:32:\"ddb70b59dbdffcc705fb29eb64b4c959\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559188800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1559188800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"879647eec7e1c01922bd659ef248eb71\";a:10:{s:4:\"hash\";s:32:\"879647eec7e1c01922bd659ef248eb71\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559275200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559275200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01cf330be368c5bd9e0be9761d2e45a2\";a:10:{s:4:\"hash\";s:32:\"01cf330be368c5bd9e0be9761d2e45a2\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559275200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559275200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83ffe83758d37f871dc11ab0b9da5513\";a:10:{s:4:\"hash\";s:32:\"83ffe83758d37f871dc11ab0b9da5513\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559275200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559275200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08e7cdd9f7a0966ea25b32e6713b9939\";a:10:{s:4:\"hash\";s:32:\"08e7cdd9f7a0966ea25b32e6713b9939\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559275200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1559275200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"39b52e8a1b567f295f4af8f8d1aba18c\";a:10:{s:4:\"hash\";s:32:\"39b52e8a1b567f295f4af8f8d1aba18c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559361600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8e3053364e05ba65d321530f3354cc1\";a:10:{s:4:\"hash\";s:32:\"a8e3053364e05ba65d321530f3354cc1\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559361600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa8362661134efb7264df4860001c3b7\";a:10:{s:4:\"hash\";s:32:\"aa8362661134efb7264df4860001c3b7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559361600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"347d0f9b74da1c4189a9585565f6a0f3\";a:10:{s:4:\"hash\";s:32:\"347d0f9b74da1c4189a9585565f6a0f3\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559361600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b687fc4921a2bb30a79fac490ee013e6\";a:10:{s:4:\"hash\";s:32:\"b687fc4921a2bb30a79fac490ee013e6\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1559361600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"000acfa2de92b3f036be1e0a639b384a\";a:10:{s:4:\"hash\";s:32:\"000acfa2de92b3f036be1e0a639b384a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559361600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2dae8695335207ac03deb049be9b1736\";a:10:{s:4:\"hash\";s:32:\"2dae8695335207ac03deb049be9b1736\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559361600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d173b1e4702ff7424f0bcf5ce2f56720\";a:10:{s:4:\"hash\";s:32:\"d173b1e4702ff7424f0bcf5ce2f56720\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1559361600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2018276bc8ac2572ab1f94724e42a6b\";a:10:{s:4:\"hash\";s:32:\"c2018276bc8ac2572ab1f94724e42a6b\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559361600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"211080774ba8d96b4482d82e0d8b696f\";a:10:{s:4:\"hash\";s:32:\"211080774ba8d96b4482d82e0d8b696f\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559361600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c89b4bea40f7ea8f709f4d6d5405e832\";a:10:{s:4:\"hash\";s:32:\"c89b4bea40f7ea8f709f4d6d5405e832\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559361600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31743f657de710d25361b4066c2749b0\";a:10:{s:4:\"hash\";s:32:\"31743f657de710d25361b4066c2749b0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1559361600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74943f43579d012c501ffec24c3aaf12\";a:10:{s:4:\"hash\";s:32:\"74943f43579d012c501ffec24c3aaf12\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559361600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4fdf824495259ab2f8017514dc6e974b\";a:10:{s:4:\"hash\";s:32:\"4fdf824495259ab2f8017514dc6e974b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559361600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff321f031f43baf7d194e13c55d05276\";a:10:{s:4:\"hash\";s:32:\"ff321f031f43baf7d194e13c55d05276\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559361600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559361600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a81685d9fd64cc434339b3e16084e13a\";a:10:{s:4:\"hash\";s:32:\"a81685d9fd64cc434339b3e16084e13a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559448000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559448000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53c6565971a19131acdfe6148a5278f2\";a:10:{s:4:\"hash\";s:32:\"53c6565971a19131acdfe6148a5278f2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559534400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559534400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70bb326402d37def7ea9a33657aefb72\";a:10:{s:4:\"hash\";s:32:\"70bb326402d37def7ea9a33657aefb72\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559620800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559620800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"29a7dfea060cc04ea86e95294b349513\";a:10:{s:4:\"hash\";s:32:\"29a7dfea060cc04ea86e95294b349513\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559620800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559620800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"531e99538c82ea13d25dc61f8b31ddde\";a:10:{s:4:\"hash\";s:32:\"531e99538c82ea13d25dc61f8b31ddde\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559620800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559620800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1ea3b8f198d365ac160f8eb1997fcd9\";a:10:{s:4:\"hash\";s:32:\"f1ea3b8f198d365ac160f8eb1997fcd9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad64891f3336ac37791a8f2b144efe03\";a:10:{s:4:\"hash\";s:32:\"ad64891f3336ac37791a8f2b144efe03\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559620800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1559620800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bef8fb3c58e0c79d62b56eaae7aa5fa0\";a:10:{s:4:\"hash\";s:32:\"bef8fb3c58e0c79d62b56eaae7aa5fa0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559620800/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559620800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49ff3d55b299c045d573cb0f78584df0\";a:10:{s:4:\"hash\";s:32:\"49ff3d55b299c045d573cb0f78584df0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559620800/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559620800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9abf079f3bd37fd912bff7a5f8f623f4\";a:10:{s:4:\"hash\";s:32:\"9abf079f3bd37fd912bff7a5f8f623f4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559620800/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559620800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34ce8dbc64ccd89ca01372d5d3bcc88b\";a:10:{s:4:\"hash\";s:32:\"34ce8dbc64ccd89ca01372d5d3bcc88b\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559707200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1559707200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a4e2c187726d8f84455f30f0ca545bf\";a:10:{s:4:\"hash\";s:32:\"3a4e2c187726d8f84455f30f0ca545bf\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559707200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559707200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c2b9a72ddb2b273c84ee3f9849b5ab5\";a:10:{s:4:\"hash\";s:32:\"9c2b9a72ddb2b273c84ee3f9849b5ab5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559707200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559707200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a06b2f3cf6c7ba1843ffbe3ec19a69ac\";a:10:{s:4:\"hash\";s:32:\"a06b2f3cf6c7ba1843ffbe3ec19a69ac\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559707200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a4889998b626c983007486fb68f02f7\";a:10:{s:4:\"hash\";s:32:\"9a4889998b626c983007486fb68f02f7\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559793600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1559793600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2b20118698c3e58029c7b8963cbe2de\";a:10:{s:4:\"hash\";s:32:\"a2b20118698c3e58029c7b8963cbe2de\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559880000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1559880000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10cc151adf60dde55d6685b70164105c\";a:10:{s:4:\"hash\";s:32:\"10cc151adf60dde55d6685b70164105c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1559880000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1559880000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a35be012da7601b712a7841c2285d65\";a:10:{s:4:\"hash\";s:32:\"7a35be012da7601b712a7841c2285d65\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560052800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1560052800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dca13c1830d2a00801a75311e6530b2a\";a:10:{s:4:\"hash\";s:32:\"dca13c1830d2a00801a75311e6530b2a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86a5be0c3510f37b24ce73d5a3f5b145\";a:10:{s:4:\"hash\";s:32:\"86a5be0c3510f37b24ce73d5a3f5b145\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560139200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0715d0f1012b81c2a6d48a7a9f677a22\";a:10:{s:4:\"hash\";s:32:\"0715d0f1012b81c2a6d48a7a9f677a22\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560139200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0908b1159d05af65e102846c9359d92a\";a:10:{s:4:\"hash\";s:32:\"0908b1159d05af65e102846c9359d92a\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1560139200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4843a770e96f780474a1a1dc6b121efc\";a:10:{s:4:\"hash\";s:32:\"4843a770e96f780474a1a1dc6b121efc\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560139200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ce2daef6ea19ffb4bbf72b499ba76922\";a:10:{s:4:\"hash\";s:32:\"ce2daef6ea19ffb4bbf72b499ba76922\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560139200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55e10c85384c0ad8ad7ddef1e48a68a7\";a:10:{s:4:\"hash\";s:32:\"55e10c85384c0ad8ad7ddef1e48a68a7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560139200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ba230a2a47c9e3e58c324aa74afcd0a\";a:10:{s:4:\"hash\";s:32:\"3ba230a2a47c9e3e58c324aa74afcd0a\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1560139200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52944507538120a47c54c300f40c6889\";a:10:{s:4:\"hash\";s:32:\"52944507538120a47c54c300f40c6889\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560139200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3a8a1858b3540759d5b276d286940d6\";a:10:{s:4:\"hash\";s:32:\"b3a8a1858b3540759d5b276d286940d6\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1560139200/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"031349de4a6bc75c4621de6b6a9fa697\";a:10:{s:4:\"hash\";s:32:\"031349de4a6bc75c4621de6b6a9fa697\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560139200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e215da787513a70268207cece94a9bf4\";a:10:{s:4:\"hash\";s:32:\"e215da787513a70268207cece94a9bf4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560139200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3f1fa7512c006224aeb7dc874f31136\";a:10:{s:4:\"hash\";s:32:\"e3f1fa7512c006224aeb7dc874f31136\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1560139200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f718187612bdc1b5440c09131c1099b3\";a:10:{s:4:\"hash\";s:32:\"f718187612bdc1b5440c09131c1099b3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560139200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd9cb13c2b6219e259763f6a25b43b06\";a:10:{s:4:\"hash\";s:32:\"bd9cb13c2b6219e259763f6a25b43b06\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560139200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f9bcd5d7e504fc34648f9a12ac9e818\";a:10:{s:4:\"hash\";s:32:\"7f9bcd5d7e504fc34648f9a12ac9e818\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560139200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560139200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d327de255d667151c1e5d6c069d1433\";a:10:{s:4:\"hash\";s:32:\"6d327de255d667151c1e5d6c069d1433\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560225600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1560225600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6384eb17c8c56bea2bf5102bce63e02\";a:10:{s:4:\"hash\";s:32:\"a6384eb17c8c56bea2bf5102bce63e02\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d51ba7bc8d569730292dd9e04a93f3fd\";a:10:{s:4:\"hash\";s:32:\"d51ba7bc8d569730292dd9e04a93f3fd\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560312000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560312000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f26218beec10b9f55221c3275df8f378\";a:10:{s:4:\"hash\";s:32:\"f26218beec10b9f55221c3275df8f378\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560312000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5007c11105ca53e43ef1492ebf0af67\";a:10:{s:4:\"hash\";s:32:\"e5007c11105ca53e43ef1492ebf0af67\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560571200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1560571200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"037a1824fc03564512b89e5bb217ae97\";a:10:{s:4:\"hash\";s:32:\"037a1824fc03564512b89e5bb217ae97\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560830400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560830400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8e39ed3b6883ea41733711e463b0df85\";a:10:{s:4:\"hash\";s:32:\"8e39ed3b6883ea41733711e463b0df85\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6dfc3566706663ac2b8c1f7cac5b537\";a:10:{s:4:\"hash\";s:32:\"e6dfc3566706663ac2b8c1f7cac5b537\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560830400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560830400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"719c53ddc4aa8799cd99bc8a56b33824\";a:10:{s:4:\"hash\";s:32:\"719c53ddc4aa8799cd99bc8a56b33824\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560916800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1560916800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93d85b10232f271d7ff001620f7243f6\";a:10:{s:4:\"hash\";s:32:\"93d85b10232f271d7ff001620f7243f6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1560916800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1560916800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"efe29dea6b43fd5fcf0a35e490dc4987\";a:10:{s:4:\"hash\";s:32:\"efe29dea6b43fd5fcf0a35e490dc4987\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed4417b3d30e76a45f4379d2dbb3ce18\";a:10:{s:4:\"hash\";s:32:\"ed4417b3d30e76a45f4379d2dbb3ce18\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561262400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1561262400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85a16e612a731907bf1f15588fcc0f48\";a:10:{s:4:\"hash\";s:32:\"85a16e612a731907bf1f15588fcc0f48\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561262400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1561262400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7d52754807281c1f5965b9602c20ead\";a:10:{s:4:\"hash\";s:32:\"f7d52754807281c1f5965b9602c20ead\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561608000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1561608000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74a37207a360d491857771b1947bfe5e\";a:10:{s:4:\"hash\";s:32:\"74a37207a360d491857771b1947bfe5e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561694400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1561694400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"682e6d4bfe58fb587e36b6230eaa2676\";a:10:{s:4:\"hash\";s:32:\"682e6d4bfe58fb587e36b6230eaa2676\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1561953600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44fb285f54383c37a90e5ad747c4a151\";a:10:{s:4:\"hash\";s:32:\"44fb285f54383c37a90e5ad747c4a151\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1561953600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e2f43f0d0d3621a74b2795cda3917ee\";a:10:{s:4:\"hash\";s:32:\"2e2f43f0d0d3621a74b2795cda3917ee\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1561953600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2cacaa862c825dbc7389e1f46e8b5c4c\";a:10:{s:4:\"hash\";s:32:\"2cacaa862c825dbc7389e1f46e8b5c4c\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1561953600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a32232901fab3beb33f3eddd6c2fc20\";a:10:{s:4:\"hash\";s:32:\"7a32232901fab3beb33f3eddd6c2fc20\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1561953600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20531cf6c0c372faf32ab6d7ce0a5416\";a:10:{s:4:\"hash\";s:32:\"20531cf6c0c372faf32ab6d7ce0a5416\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9670bcb006539416b7b5e65935237675\";a:10:{s:4:\"hash\";s:32:\"9670bcb006539416b7b5e65935237675\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1561953600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a69eddfa622a5feb76b3c27d983d2694\";a:10:{s:4:\"hash\";s:32:\"a69eddfa622a5feb76b3c27d983d2694\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1561953600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66d007a3da77a69ed954a0dee4c4d1cf\";a:10:{s:4:\"hash\";s:32:\"66d007a3da77a69ed954a0dee4c4d1cf\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1561953600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a63e739d85742c644c3bb06c5ab5abf3\";a:10:{s:4:\"hash\";s:32:\"a63e739d85742c644c3bb06c5ab5abf3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1561953600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"682bdafe602af9c7dd88f1f8b9f8e871\";a:10:{s:4:\"hash\";s:32:\"682bdafe602af9c7dd88f1f8b9f8e871\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1561953600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cc663dc874d1c50fced9f76b612e6d1\";a:10:{s:4:\"hash\";s:32:\"0cc663dc874d1c50fced9f76b612e6d1\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1561953600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7c5b296d1ecb4ff3aaad532539bcc78\";a:10:{s:4:\"hash\";s:32:\"a7c5b296d1ecb4ff3aaad532539bcc78\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1561953600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3fc84ee2df89c8c5afb11be678072d8\";a:10:{s:4:\"hash\";s:32:\"a3fc84ee2df89c8c5afb11be678072d8\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1561953600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1561953600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62033d1122706a799c9274bb7a98d7e0\";a:10:{s:4:\"hash\";s:32:\"62033d1122706a799c9274bb7a98d7e0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1562385600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1562385600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e80472ccc3a05a8792529d3c1f0c294\";a:10:{s:4:\"hash\";s:32:\"3e80472ccc3a05a8792529d3c1f0c294\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1562904000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1562904000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4dbbcec52918d5d32d2e89d533ece755\";a:10:{s:4:\"hash\";s:32:\"4dbbcec52918d5d32d2e89d533ece755\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1562990400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1562990400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4fc23f79f18be00f4dd34a151bfe591a\";a:10:{s:4:\"hash\";s:32:\"4fc23f79f18be00f4dd34a151bfe591a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1562990400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1562990400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7268049c3e9f477aed56d19be368e8a7\";a:10:{s:4:\"hash\";s:32:\"7268049c3e9f477aed56d19be368e8a7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1562990400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1562990400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"395c6deffd74861553df291b56018260\";a:10:{s:4:\"hash\";s:32:\"395c6deffd74861553df291b56018260\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563076800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1563076800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2ad3de76f39bdeeaba70e6694ee5f65\";a:10:{s:4:\"hash\";s:32:\"c2ad3de76f39bdeeaba70e6694ee5f65\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563076800/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1563076800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"686156349336ef4f99b6fb6f937eff40\";a:10:{s:4:\"hash\";s:32:\"686156349336ef4f99b6fb6f937eff40\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563076800/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1563076800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d0812d962aa7be5bdadc925d0a1ef8c\";a:10:{s:4:\"hash\";s:32:\"3d0812d962aa7be5bdadc925d0a1ef8c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563076800/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1563076800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c570918886a1110a595803a6b640ebe9\";a:10:{s:4:\"hash\";s:32:\"c570918886a1110a595803a6b640ebe9\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1563163200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74b6323d12a177d73e9b4c031878834e\";a:10:{s:4:\"hash\";s:32:\"74b6323d12a177d73e9b4c031878834e\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1563163200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5678f5d64be2d49911e9a1c769f7f0b1\";a:10:{s:4:\"hash\";s:32:\"5678f5d64be2d49911e9a1c769f7f0b1\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1563163200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c2545b8f5925abd8d679ca02c994b77\";a:10:{s:4:\"hash\";s:32:\"2c2545b8f5925abd8d679ca02c994b77\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1563163200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c22097cc18ded2e33486d6b344afd71\";a:10:{s:4:\"hash\";s:32:\"4c22097cc18ded2e33486d6b344afd71\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1563163200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d382403a40a65574923cbd1e0781f060\";a:10:{s:4:\"hash\";s:32:\"d382403a40a65574923cbd1e0781f060\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1563163200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b55270ff5e934c49f5f762225379c90b\";a:10:{s:4:\"hash\";s:32:\"b55270ff5e934c49f5f762225379c90b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1563163200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9cb59cd7d8ea69a7f72894e6fc989a32\";a:10:{s:4:\"hash\";s:32:\"9cb59cd7d8ea69a7f72894e6fc989a32\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1563163200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c12199239eb0aae215c6fdfdc6327e5c\";a:10:{s:4:\"hash\";s:32:\"c12199239eb0aae215c6fdfdc6327e5c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1563163200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2180d4f20810a7eabe3d6eac4f223a8\";a:10:{s:4:\"hash\";s:32:\"c2180d4f20810a7eabe3d6eac4f223a8\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1563163200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"79cd1f6f354f03345c34a935e70ddb69\";a:10:{s:4:\"hash\";s:32:\"79cd1f6f354f03345c34a935e70ddb69\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563163200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1563163200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8bbf78d702e29f8d4bc2faf8580d5a06\";a:10:{s:4:\"hash\";s:32:\"8bbf78d702e29f8d4bc2faf8580d5a06\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1563508800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1563508800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81d9ef7559fed4cce8688500609ef1ad\";a:10:{s:4:\"hash\";s:32:\"81d9ef7559fed4cce8688500609ef1ad\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564632000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1564632000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"495e6520eae03b3fb394fd16c95c7d32\";a:10:{s:4:\"hash\";s:32:\"495e6520eae03b3fb394fd16c95c7d32\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564632000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1564632000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f880866e80f2291b13a5475291c69ed\";a:10:{s:4:\"hash\";s:32:\"1f880866e80f2291b13a5475291c69ed\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564632000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1564632000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad228df8116a7be08a7debced0f00cb9\";a:10:{s:4:\"hash\";s:32:\"ad228df8116a7be08a7debced0f00cb9\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564632000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1564632000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77c4746fbb3881e21b71ee35a614a8fb\";a:10:{s:4:\"hash\";s:32:\"77c4746fbb3881e21b71ee35a614a8fb\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564632000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1564632000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c2e547ba54f7048842d9f06a671ac53\";a:10:{s:4:\"hash\";s:32:\"2c2e547ba54f7048842d9f06a671ac53\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564632000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1564632000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c584587c33da4bea66910430e032c9f\";a:10:{s:4:\"hash\";s:32:\"6c584587c33da4bea66910430e032c9f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564632000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1564632000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee37f2250a73fb80ff79dcde9a3479b9\";a:10:{s:4:\"hash\";s:32:\"ee37f2250a73fb80ff79dcde9a3479b9\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564632000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1564632000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01e026e48e6a96c3f5820137eeeda0cc\";a:10:{s:4:\"hash\";s:32:\"01e026e48e6a96c3f5820137eeeda0cc\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564718400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1564718400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9f73444c2bd2ddd946eeabd7f62a5f0\";a:10:{s:4:\"hash\";s:32:\"e9f73444c2bd2ddd946eeabd7f62a5f0\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564718400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1564718400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"051b2ec2a630b2e8142d070ff83cd101\";a:10:{s:4:\"hash\";s:32:\"051b2ec2a630b2e8142d070ff83cd101\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564718400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1564718400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"282f0dfb62594a2ca966ed10f5b46e3c\";a:10:{s:4:\"hash\";s:32:\"282f0dfb62594a2ca966ed10f5b46e3c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564718400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1564718400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a912fb78d3c6b002baa63873cd099ac4\";a:10:{s:4:\"hash\";s:32:\"a912fb78d3c6b002baa63873cd099ac4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564718400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1564718400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0556057d356f094fb6dba69b5465fa78\";a:10:{s:4:\"hash\";s:32:\"0556057d356f094fb6dba69b5465fa78\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564718400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1564718400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"917589ad4b53a3581ffbf496ce6df497\";a:10:{s:4:\"hash\";s:32:\"917589ad4b53a3581ffbf496ce6df497\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564804800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1564804800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32961bc9d1fa172c9e1a863dfbacb196\";a:10:{s:4:\"hash\";s:32:\"32961bc9d1fa172c9e1a863dfbacb196\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564804800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1564804800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5494dd55e8424ab4d1b73d3b2aa4ebb\";a:10:{s:4:\"hash\";s:32:\"c5494dd55e8424ab4d1b73d3b2aa4ebb\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1564804800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1564804800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e26df4a777c08917210ecb0eb1edd09c\";a:10:{s:4:\"hash\";s:32:\"e26df4a777c08917210ecb0eb1edd09c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567051200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1567051200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62442d93a3ff5adbe57a37dd964855c3\";a:10:{s:4:\"hash\";s:32:\"62442d93a3ff5adbe57a37dd964855c3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567051200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1567051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ab8abde3ddcee1db878ca16aecc23b1\";a:10:{s:4:\"hash\";s:32:\"8ab8abde3ddcee1db878ca16aecc23b1\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567051200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1567051200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3148ee893975561b88ee51e003d890d3\";a:10:{s:4:\"hash\";s:32:\"3148ee893975561b88ee51e003d890d3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567051200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1567051200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7cb59f9e006f19564c81014aa4bb72c2\";a:10:{s:4:\"hash\";s:32:\"7cb59f9e006f19564c81014aa4bb72c2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567051200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1567051200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7c1942478f5604575016c109b85a281\";a:10:{s:4:\"hash\";s:32:\"c7c1942478f5604575016c109b85a281\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567137600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1567137600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c56ed033f525194ecd57d673ba47c167\";a:10:{s:4:\"hash\";s:32:\"c56ed033f525194ecd57d673ba47c167\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567224000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1567224000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a3903551007caefaf1618bf5aeab814\";a:10:{s:4:\"hash\";s:32:\"7a3903551007caefaf1618bf5aeab814\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567310400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1567310400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b046f3a9558d16fb734d24bff36796cd\";a:10:{s:4:\"hash\";s:32:\"b046f3a9558d16fb734d24bff36796cd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567310400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1567310400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"964ab89d8c1cca7454f8a08ff88992a6\";a:10:{s:4:\"hash\";s:32:\"964ab89d8c1cca7454f8a08ff88992a6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567310400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1567310400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0bbd56572df46c28d1b7a4bb86baf369\";a:10:{s:4:\"hash\";s:32:\"0bbd56572df46c28d1b7a4bb86baf369\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1567310400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1567310400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30e527c3a34955d0dc293d399442d41d\";a:10:{s:4:\"hash\";s:32:\"30e527c3a34955d0dc293d399442d41d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1569902400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1569902400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5f55c7b69eff0dc52f8b056bcddc748\";a:10:{s:4:\"hash\";s:32:\"b5f55c7b69eff0dc52f8b056bcddc748\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1569902400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1569902400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d968f19d414afe122a7f100d3d32d69a\";a:10:{s:4:\"hash\";s:32:\"d968f19d414afe122a7f100d3d32d69a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572580800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1572580800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11834322dde5737916b8d2683f6d8474\";a:10:{s:4:\"hash\";s:32:\"11834322dde5737916b8d2683f6d8474\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572580800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1572580800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"282f29aa6cb5460085147f4d1b127529\";a:10:{s:4:\"hash\";s:32:\"282f29aa6cb5460085147f4d1b127529\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572580800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1572580800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b0f7f75db39f139f3e95fe4e9a11ec9\";a:10:{s:4:\"hash\";s:32:\"1b0f7f75db39f139f3e95fe4e9a11ec9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572580800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1572580800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dea7d32f379d5b55bcf4e38f11d07a68\";a:10:{s:4:\"hash\";s:32:\"dea7d32f379d5b55bcf4e38f11d07a68\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572580800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1572580800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"05413ed7705fc3013d128d31321ba454\";a:10:{s:4:\"hash\";s:32:\"05413ed7705fc3013d128d31321ba454\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572580800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1572580800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1691cc134b0c48d5efbbc13106a26df\";a:10:{s:4:\"hash\";s:32:\"d1691cc134b0c48d5efbbc13106a26df\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572580800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1572580800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21136dfa47add1604d0bea2f812e6c43\";a:10:{s:4:\"hash\";s:32:\"21136dfa47add1604d0bea2f812e6c43\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572580800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1572580800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c95836a6b6f4dff8cd4dcd85c4dec209\";a:10:{s:4:\"hash\";s:32:\"c95836a6b6f4dff8cd4dcd85c4dec209\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572667200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1572667200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4607462d6bf7695c320b4c77e6038e73\";a:10:{s:4:\"hash\";s:32:\"4607462d6bf7695c320b4c77e6038e73\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1572753600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1572753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8463fb56d1d3cbace8ba296d18d52f19\";a:10:{s:4:\"hash\";s:32:\"8463fb56d1d3cbace8ba296d18d52f19\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1573275600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1573275600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"550908b07630c0761989e5b358bac3e7\";a:10:{s:4:\"hash\";s:32:\"550908b07630c0761989e5b358bac3e7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1573362000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1573362000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9337c1ca3013e38dd9da74bf3f7ea6d\";a:10:{s:4:\"hash\";s:32:\"e9337c1ca3013e38dd9da74bf3f7ea6d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1573448400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1573448400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"675db40bb14f369b9a14f1f94e65914e\";a:10:{s:4:\"hash\";s:32:\"675db40bb14f369b9a14f1f94e65914e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1573707600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1573707600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3c32cccf39f817818c70a9f37c525ca\";a:10:{s:4:\"hash\";s:32:\"d3c32cccf39f817818c70a9f37c525ca\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1574053200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1574053200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cac86e30c9fc235a12504bc7beed47b7\";a:10:{s:4:\"hash\";s:32:\"cac86e30c9fc235a12504bc7beed47b7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1574485200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1574485200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9da3c295ba79bea017c71706fcbe7d3\";a:10:{s:4:\"hash\";s:32:\"d9da3c295ba79bea017c71706fcbe7d3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1574658000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1574658000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c308fabb343b850cba281007a1a70e6\";a:10:{s:4:\"hash\";s:32:\"7c308fabb343b850cba281007a1a70e6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1574830800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1574830800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa520433f8dab251808cbe33edb4b866\";a:10:{s:4:\"hash\";s:32:\"aa520433f8dab251808cbe33edb4b866\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1574917200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1574917200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"683e283fd500bac3cceb1ed419c15b4a\";a:10:{s:4:\"hash\";s:32:\"683e283fd500bac3cceb1ed419c15b4a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1575176400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1575176400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d5b3c5378e3d3ffe87c405de555fcd4\";a:10:{s:4:\"hash\";s:32:\"8d5b3c5378e3d3ffe87c405de555fcd4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1575176400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1575176400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6aba4242c26acc9b57e00fc1f34f126\";a:10:{s:4:\"hash\";s:32:\"a6aba4242c26acc9b57e00fc1f34f126\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1577854800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1577854800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47558e4621a8ba68e621044ea739265d\";a:10:{s:4:\"hash\";s:32:\"47558e4621a8ba68e621044ea739265d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1580533200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1580533200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5acc6e82a414a6323bdcce6d4049eb03\";a:10:{s:4:\"hash\";s:32:\"5acc6e82a414a6323bdcce6d4049eb03\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1580533200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1580533200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83f36bc6551b428540de65369bef6882\";a:10:{s:4:\"hash\";s:32:\"83f36bc6551b428540de65369bef6882\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1580533200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1580533200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0efd2ba08bd46e3c668d6fcaf0057ba4\";a:10:{s:4:\"hash\";s:32:\"0efd2ba08bd46e3c668d6fcaf0057ba4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1580533200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1580533200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4d25e9c68f9c4e3e301e9b1742681d4\";a:10:{s:4:\"hash\";s:32:\"e4d25e9c68f9c4e3e301e9b1742681d4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1580533200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1580533200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c09b88627a16c5e961a97e9ee50e163\";a:10:{s:4:\"hash\";s:32:\"8c09b88627a16c5e961a97e9ee50e163\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1580533200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1580533200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa30af72b35bfc3e8b99eea1bd9a89fb\";a:10:{s:4:\"hash\";s:32:\"aa30af72b35bfc3e8b99eea1bd9a89fb\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1580533200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1580533200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"519a64a0d7f2bbc840bc5b1b80735aa5\";a:10:{s:4:\"hash\";s:32:\"519a64a0d7f2bbc840bc5b1b80735aa5\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1583038800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1583038800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b32dcd3e637285fd652879276dc1e913\";a:10:{s:4:\"hash\";s:32:\"b32dcd3e637285fd652879276dc1e913\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1583038800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1583038800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ee971d9e6b26021630e2df5be0178b9\";a:10:{s:4:\"hash\";s:32:\"4ee971d9e6b26021630e2df5be0178b9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1583038800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1583038800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"322cf7de6f8ebeeed138b099c1f39c93\";a:10:{s:4:\"hash\";s:32:\"322cf7de6f8ebeeed138b099c1f39c93\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1585713600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1585713600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a6d1c0d187a8f636d84b0a772e39bc5\";a:10:{s:4:\"hash\";s:32:\"7a6d1c0d187a8f636d84b0a772e39bc5\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1585713600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1585713600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24e5b192cea323b8c4d66d81135c773d\";a:10:{s:4:\"hash\";s:32:\"24e5b192cea323b8c4d66d81135c773d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1585713600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1585713600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8526263f5183b447a5ed30431156a0b\";a:10:{s:4:\"hash\";s:32:\"d8526263f5183b447a5ed30431156a0b\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1585713600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1585713600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"88a7e8520b5a0c51d2f4e67aa76e7cb7\";a:10:{s:4:\"hash\";s:32:\"88a7e8520b5a0c51d2f4e67aa76e7cb7\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1585713600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1585713600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84ad523e05c7544077087606409eefcc\";a:10:{s:4:\"hash\";s:32:\"84ad523e05c7544077087606409eefcc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1585713600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1585713600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c648c4c6eae2ca3601ef4acf1373c6e\";a:10:{s:4:\"hash\";s:32:\"6c648c4c6eae2ca3601ef4acf1373c6e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1585713600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1585713600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37f34445f31c4487146a851cc739f905\";a:10:{s:4:\"hash\";s:32:\"37f34445f31c4487146a851cc739f905\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1586318400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1586318400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4560c10ea4fcfc1a5f865fd477bf153\";a:10:{s:4:\"hash\";s:32:\"c4560c10ea4fcfc1a5f865fd477bf153\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1586577600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1586577600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77a1eba2c0394d3f8f43274343c8c77d\";a:10:{s:4:\"hash\";s:32:\"77a1eba2c0394d3f8f43274343c8c77d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1587096000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1587096000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8cdf0cf6de4f2e6ceb87c4021ceb10d\";a:10:{s:4:\"hash\";s:32:\"f8cdf0cf6de4f2e6ceb87c4021ceb10d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1587355200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1587355200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb00749128c2a93e2465e1169c4e9358\";a:10:{s:4:\"hash\";s:32:\"bb00749128c2a93e2465e1169c4e9358\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1587960000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1587960000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5aac99ae3b0515e2700aaf8ba2ed62ad\";a:10:{s:4:\"hash\";s:32:\"5aac99ae3b0515e2700aaf8ba2ed62ad\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588132800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1588132800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50df03902f1bdab29f554ad49a630735\";a:10:{s:4:\"hash\";s:32:\"50df03902f1bdab29f554ad49a630735\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1588305600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3375effca8ba7cb46b0fc57f070aefe4\";a:10:{s:4:\"hash\";s:32:\"3375effca8ba7cb46b0fc57f070aefe4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1588305600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9bd263b3e124ff44bfe951b65e96bfc6\";a:10:{s:4:\"hash\";s:32:\"9bd263b3e124ff44bfe951b65e96bfc6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588305600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"435bb0bd1c83addeed4050878d5fed15\";a:10:{s:4:\"hash\";s:32:\"435bb0bd1c83addeed4050878d5fed15\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1588305600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df37bd8102db60c12d4f01a02ae36d93\";a:10:{s:4:\"hash\";s:32:\"df37bd8102db60c12d4f01a02ae36d93\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1588305600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8ba8f3d47084d9f42f6c4f0025f8199\";a:10:{s:4:\"hash\";s:32:\"b8ba8f3d47084d9f42f6c4f0025f8199\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1588305600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3811ba5651f8f73cdbf9060b80850d2\";a:10:{s:4:\"hash\";s:32:\"d3811ba5651f8f73cdbf9060b80850d2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588305600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8c17e33c582e828cdfc4c6b2e50ce8e\";a:10:{s:4:\"hash\";s:32:\"b8c17e33c582e828cdfc4c6b2e50ce8e\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1588305600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53a17ea4259cd73b109453bac8951bd6\";a:10:{s:4:\"hash\";s:32:\"53a17ea4259cd73b109453bac8951bd6\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1588305600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"053a85efa1c9dbf5d0f69014b5021cc4\";a:10:{s:4:\"hash\";s:32:\"053a85efa1c9dbf5d0f69014b5021cc4\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1588305600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01b445c4c986a0e251933fe370184755\";a:10:{s:4:\"hash\";s:32:\"01b445c4c986a0e251933fe370184755\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1588305600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df9f1074d02f9a685ab02f8e37c95340\";a:10:{s:4:\"hash\";s:32:\"df9f1074d02f9a685ab02f8e37c95340\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588305600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c730dd26a0df5984464f1f8c58a8a9a\";a:10:{s:4:\"hash\";s:32:\"6c730dd26a0df5984464f1f8c58a8a9a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588305600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1588305600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32565871618c7d051179203d87c75522\";a:10:{s:4:\"hash\";s:32:\"32565871618c7d051179203d87c75522\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588651200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588651200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6786ff771ab6fafc30994f09417e471f\";a:10:{s:4:\"hash\";s:32:\"6786ff771ab6fafc30994f09417e471f\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588651200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1588651200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6da1d651d48ac95b299df82ecb8e7210\";a:10:{s:4:\"hash\";s:32:\"6da1d651d48ac95b299df82ecb8e7210\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588651200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588651200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be0593ddbdda885bac8d9a6c3f16840a\";a:10:{s:4:\"hash\";s:32:\"be0593ddbdda885bac8d9a6c3f16840a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588651200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588651200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4853bb2f2debdf3d7d61540d2d93f85b\";a:10:{s:4:\"hash\";s:32:\"4853bb2f2debdf3d7d61540d2d93f85b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588651200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588651200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4386ff4851ba6e3e273adaa62eb0ebae\";a:10:{s:4:\"hash\";s:32:\"4386ff4851ba6e3e273adaa62eb0ebae\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588737600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1588737600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f13dc04786995ce4baab729687fd4e5\";a:10:{s:4:\"hash\";s:32:\"6f13dc04786995ce4baab729687fd4e5\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588737600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1588737600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc425ba3610aae7c2c2d9f6034a72499\";a:10:{s:4:\"hash\";s:32:\"fc425ba3610aae7c2c2d9f6034a72499\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60efd88871d52f8105dea22545c012b1\";a:10:{s:4:\"hash\";s:32:\"60efd88871d52f8105dea22545c012b1\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588737600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1588737600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6dd1d3e38ee85c188c081dee80786632\";a:10:{s:4:\"hash\";s:32:\"6dd1d3e38ee85c188c081dee80786632\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1588824000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1588824000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0eeffe014e1c11157f3219bfbb4992d2\";a:10:{s:4:\"hash\";s:32:\"0eeffe014e1c11157f3219bfbb4992d2\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589428800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1589428800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4265ccd19edf4145270379afe0f99ac3\";a:10:{s:4:\"hash\";s:32:\"4265ccd19edf4145270379afe0f99ac3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589601600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1589601600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09b83ba86347abcd045e99e5a2202f91\";a:10:{s:4:\"hash\";s:32:\"09b83ba86347abcd045e99e5a2202f91\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589601600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589601600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3aa0fbc9aba7e64f62e5508ef735c0ea\";a:10:{s:4:\"hash\";s:32:\"3aa0fbc9aba7e64f62e5508ef735c0ea\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589601600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589601600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"576c966e97fdbebe27f104a9deea0994\";a:10:{s:4:\"hash\";s:32:\"576c966e97fdbebe27f104a9deea0994\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589601600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589601600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"828ef25db2ff9cf1e45cb7524765351e\";a:10:{s:4:\"hash\";s:32:\"828ef25db2ff9cf1e45cb7524765351e\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1589688000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dedf4312e46de84dadc4dd0a3e4f3059\";a:10:{s:4:\"hash\";s:32:\"dedf4312e46de84dadc4dd0a3e4f3059\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1589688000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b171de23e81c98288075be87f891fcc5\";a:10:{s:4:\"hash\";s:32:\"b171de23e81c98288075be87f891fcc5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589688000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f41f9b1c0c248a580867b21e62b1e491\";a:10:{s:4:\"hash\";s:32:\"f41f9b1c0c248a580867b21e62b1e491\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1589688000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a819c7474865e4fed2acb9d5e4fc5826\";a:10:{s:4:\"hash\";s:32:\"a819c7474865e4fed2acb9d5e4fc5826\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1589688000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de81d816c7c864c2e297f86ccded7332\";a:10:{s:4:\"hash\";s:32:\"de81d816c7c864c2e297f86ccded7332\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589688000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63c6739a9e219fc9ac6e77501a51dd5c\";a:10:{s:4:\"hash\";s:32:\"63c6739a9e219fc9ac6e77501a51dd5c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1589688000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa043e4f6e9a25008b6f542f9d46b589\";a:10:{s:4:\"hash\";s:32:\"fa043e4f6e9a25008b6f542f9d46b589\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589688000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a3801e633a5aa7fca34c814bc7d896f\";a:10:{s:4:\"hash\";s:32:\"0a3801e633a5aa7fca34c814bc7d896f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589688000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45785f98181a365fda1074843fc5f8f8\";a:10:{s:4:\"hash\";s:32:\"45785f98181a365fda1074843fc5f8f8\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589688000/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589688000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aafaf029cec71940a4cfd9d21241a329\";a:10:{s:4:\"hash\";s:32:\"aafaf029cec71940a4cfd9d21241a329\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589860800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1589860800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69d4cbbd252efe31e9f2d6140db0a0bc\";a:10:{s:4:\"hash\";s:32:\"69d4cbbd252efe31e9f2d6140db0a0bc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589860800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589860800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c26aefadcef42541ce737d96ccf79852\";a:10:{s:4:\"hash\";s:32:\"c26aefadcef42541ce737d96ccf79852\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589860800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589860800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fd4c383e3b50642361af5a648763f38\";a:10:{s:4:\"hash\";s:32:\"6fd4c383e3b50642361af5a648763f38\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589947200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589947200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"244850b6957d86e9192c76a50b472532\";a:10:{s:4:\"hash\";s:32:\"244850b6957d86e9192c76a50b472532\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589947200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1589947200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71e74995b9a64181e3f752d615d3b3ae\";a:10:{s:4:\"hash\";s:32:\"71e74995b9a64181e3f752d615d3b3ae\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589947200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589947200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6bfaa5f7b203761f81dde4b1eabd934b\";a:10:{s:4:\"hash\";s:32:\"6bfaa5f7b203761f81dde4b1eabd934b\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589947200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1589947200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ad59ef495bf3c2f76f8455fd8fc97f6\";a:10:{s:4:\"hash\";s:32:\"4ad59ef495bf3c2f76f8455fd8fc97f6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589947200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589947200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5acfbbd21e506275b42e91216b3c5c48\";a:10:{s:4:\"hash\";s:32:\"5acfbbd21e506275b42e91216b3c5c48\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589947200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589947200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eab9aebf99e2ba44d936ddcf8b92a676\";a:10:{s:4:\"hash\";s:32:\"eab9aebf99e2ba44d936ddcf8b92a676\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1589947200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1589947200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3538248dad47e732da05f58b2ec1573\";a:10:{s:4:\"hash\";s:32:\"d3538248dad47e732da05f58b2ec1573\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590033600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590033600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6e754ad6e2b8ade588836a888b01243\";a:10:{s:4:\"hash\";s:32:\"f6e754ad6e2b8ade588836a888b01243\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590033600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590033600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e04b5d304950b4970b153fdefe81f93a\";a:10:{s:4:\"hash\";s:32:\"e04b5d304950b4970b153fdefe81f93a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590033600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590033600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e69664025464f8c015061a51be234a6\";a:10:{s:4:\"hash\";s:32:\"4e69664025464f8c015061a51be234a6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590033600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590033600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"61a694e35c5a9a2713c9534e9a62fbe0\";a:10:{s:4:\"hash\";s:32:\"61a694e35c5a9a2713c9534e9a62fbe0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590033600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1590033600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fbf77770e931a046f425a6e012033f64\";a:10:{s:4:\"hash\";s:32:\"fbf77770e931a046f425a6e012033f64\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590033600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590033600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b4e804d8c8ca088fe874325a53a1677\";a:10:{s:4:\"hash\";s:32:\"9b4e804d8c8ca088fe874325a53a1677\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590033600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590033600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"419aa84c1f199bc5d52ceba972d1516a\";a:10:{s:4:\"hash\";s:32:\"419aa84c1f199bc5d52ceba972d1516a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590033600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590033600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7841997a5900b20c01697b4dcfac021e\";a:10:{s:4:\"hash\";s:32:\"7841997a5900b20c01697b4dcfac021e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590379200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db7e1537412c2b1a87629036277db067\";a:10:{s:4:\"hash\";s:32:\"db7e1537412c2b1a87629036277db067\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590552000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08b00e6817655a2534252c6697fd9285\";a:10:{s:4:\"hash\";s:32:\"08b00e6817655a2534252c6697fd9285\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590638400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590638400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5d8ea5454446b9b2d1cbd84b5ae141a\";a:10:{s:4:\"hash\";s:32:\"b5d8ea5454446b9b2d1cbd84b5ae141a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590638400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590638400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24eac06aded3ae634155ad9ce55c60c3\";a:10:{s:4:\"hash\";s:32:\"24eac06aded3ae634155ad9ce55c60c3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68c9bf37de4abbc3f278a8c3c1622593\";a:10:{s:4:\"hash\";s:32:\"68c9bf37de4abbc3f278a8c3c1622593\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590638400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1590638400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9d16287097de14e3d2679433fc6958c\";a:10:{s:4:\"hash\";s:32:\"a9d16287097de14e3d2679433fc6958c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590984000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e1ffb1cdb4184b750cac2f38369e56b\";a:10:{s:4:\"hash\";s:32:\"5e1ffb1cdb4184b750cac2f38369e56b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590984000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fa7e9a22d62757c76e259f4cadabc5c\";a:10:{s:4:\"hash\";s:32:\"1fa7e9a22d62757c76e259f4cadabc5c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590984000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c20354441dd38bb52fda54561204f4b3\";a:10:{s:4:\"hash\";s:32:\"c20354441dd38bb52fda54561204f4b3\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1590984000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa5364254f1a566ad5f3aa3a687390ea\";a:10:{s:4:\"hash\";s:32:\"fa5364254f1a566ad5f3aa3a687390ea\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590984000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c9e9460729dfba35bd3ad56b3a9cb75\";a:10:{s:4:\"hash\";s:32:\"4c9e9460729dfba35bd3ad56b3a9cb75\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"800983c7d715ac9fe40521fb391cdc88\";a:10:{s:4:\"hash\";s:32:\"800983c7d715ac9fe40521fb391cdc88\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1590984000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ebd5ec076c96e34f65b9fd923e28b37a\";a:10:{s:4:\"hash\";s:32:\"ebd5ec076c96e34f65b9fd923e28b37a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590984000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a170e0f65597cdba0a68e1aa1f7b4513\";a:10:{s:4:\"hash\";s:32:\"a170e0f65597cdba0a68e1aa1f7b4513\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1590984000/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8cca1c49dfab258f6291cbb13b8c0fa8\";a:10:{s:4:\"hash\";s:32:\"8cca1c49dfab258f6291cbb13b8c0fa8\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1590984000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd0cad19f6d27300a4dd362f127db147\";a:10:{s:4:\"hash\";s:32:\"dd0cad19f6d27300a4dd362f127db147\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60d3831bd6161c1dfc0c8fc1bfbcdba4\";a:10:{s:4:\"hash\";s:32:\"60d3831bd6161c1dfc0c8fc1bfbcdba4\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"128e7430fa4c99e71666ba0a61a323cc\";a:10:{s:4:\"hash\";s:32:\"128e7430fa4c99e71666ba0a61a323cc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590984000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f94251b0d5a912fe5995fa34ee3ff4b\";a:10:{s:4:\"hash\";s:32:\"6f94251b0d5a912fe5995fa34ee3ff4b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590984000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"56d4962dcbaea6f22356bf13ab70b8f6\";a:10:{s:4:\"hash\";s:32:\"56d4962dcbaea6f22356bf13ab70b8f6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1590984000/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1590984000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c5093d177b3db0e293b334ecb6ff981\";a:10:{s:4:\"hash\";s:32:\"7c5093d177b3db0e293b334ecb6ff981\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591070400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1591070400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5dc13154e13b3403373d8ad81506237a\";a:10:{s:4:\"hash\";s:32:\"5dc13154e13b3403373d8ad81506237a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f7ac1f341fe4e2e70b9d698e6d2c2b5\";a:10:{s:4:\"hash\";s:32:\"1f7ac1f341fe4e2e70b9d698e6d2c2b5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591070400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1591070400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54c65336d35dd68e794a8c9da23c5487\";a:10:{s:4:\"hash\";s:32:\"54c65336d35dd68e794a8c9da23c5487\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591156800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1591156800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4098698dcd1261d79f58590fcbf87e5\";a:10:{s:4:\"hash\";s:32:\"e4098698dcd1261d79f58590fcbf87e5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591156800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1591156800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"066bfc02ac2ef3bd3bf6ec44446e833b\";a:10:{s:4:\"hash\";s:32:\"066bfc02ac2ef3bd3bf6ec44446e833b\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591243200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1591243200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92ebb74de422020c29785e29dea07312\";a:10:{s:4:\"hash\";s:32:\"92ebb74de422020c29785e29dea07312\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591329600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1591329600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9502ee6d7e0242235377b967c7f2a780\";a:10:{s:4:\"hash\";s:32:\"9502ee6d7e0242235377b967c7f2a780\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591588800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1591588800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf587261ce2ebe9584984dace3aaad96\";a:10:{s:4:\"hash\";s:32:\"bf587261ce2ebe9584984dace3aaad96\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ea352ad052c52a544eb7fa14f6b261f\";a:10:{s:4:\"hash\";s:32:\"1ea352ad052c52a544eb7fa14f6b261f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591675200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1591675200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49ba4609d4fc1b3eb50a333918c4877c\";a:10:{s:4:\"hash\";s:32:\"49ba4609d4fc1b3eb50a333918c4877c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591675200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1591675200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d858f85c114c41a20cc282c840a41246\";a:10:{s:4:\"hash\";s:32:\"d858f85c114c41a20cc282c840a41246\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591761600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1591761600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d873c51410e9dba2e4b597d1eb2800ba\";a:10:{s:4:\"hash\";s:32:\"d873c51410e9dba2e4b597d1eb2800ba\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1591761600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1591761600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"197d48f87316b353069dfd2c65802fd1\";a:10:{s:4:\"hash\";s:32:\"197d48f87316b353069dfd2c65802fd1\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1592020800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"310b2d0430149606dac411a7bc589e4f\";a:10:{s:4:\"hash\";s:32:\"310b2d0430149606dac411a7bc589e4f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1592107200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1592107200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"07278c9814217acb016f3fd8c08725d3\";a:10:{s:4:\"hash\";s:32:\"07278c9814217acb016f3fd8c08725d3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1592107200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dbe427f8fbf899f10425f6f34c0a3522\";a:10:{s:4:\"hash\";s:32:\"dbe427f8fbf899f10425f6f34c0a3522\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1592280000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1592280000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec9928ac03f369f066a5d51b5a33e116\";a:10:{s:4:\"hash\";s:32:\"ec9928ac03f369f066a5d51b5a33e116\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1592280000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1592280000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b7acae0a5d90a1b3cde321205dc294e\";a:10:{s:4:\"hash\";s:32:\"7b7acae0a5d90a1b3cde321205dc294e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1592366400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1592366400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5d9ef34758287a0fc957f9f5485dfb7\";a:10:{s:4:\"hash\";s:32:\"d5d9ef34758287a0fc957f9f5485dfb7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593057600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1593057600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a4c57491906290a95699c970433b621\";a:10:{s:4:\"hash\";s:32:\"9a4c57491906290a95699c970433b621\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593144000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593144000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3482f470ff87f31f6898377a6e677a9d\";a:10:{s:4:\"hash\";s:32:\"3482f470ff87f31f6898377a6e677a9d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593144000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1593144000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e675d89dab8f283a54ccfba1714860e1\";a:10:{s:4:\"hash\";s:32:\"e675d89dab8f283a54ccfba1714860e1\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593576000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c344fa777de53551d9f2f04e5a499323\";a:10:{s:4:\"hash\";s:32:\"c344fa777de53551d9f2f04e5a499323\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593576000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe5588e745849118e816dc680f0573e9\";a:10:{s:4:\"hash\";s:32:\"fe5588e745849118e816dc680f0573e9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593576000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"216e696904b72300673b15d9a439454b\";a:10:{s:4:\"hash\";s:32:\"216e696904b72300673b15d9a439454b\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1593576000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"860997dbc1688290636305c9a19ac626\";a:10:{s:4:\"hash\";s:32:\"860997dbc1688290636305c9a19ac626\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593576000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e93f28f22f85e8fd6ee399a231e9bf91\";a:10:{s:4:\"hash\";s:32:\"e93f28f22f85e8fd6ee399a231e9bf91\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593576000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30b2a497c53eaddc6b7b2388ac136ebc\";a:10:{s:4:\"hash\";s:32:\"30b2a497c53eaddc6b7b2388ac136ebc\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1593576000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"515e90497ce9f7a3f4d8e387bd6a18c6\";a:10:{s:4:\"hash\";s:32:\"515e90497ce9f7a3f4d8e387bd6a18c6\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593576000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10139608c09ce044a66d7507de0e4d76\";a:10:{s:4:\"hash\";s:32:\"10139608c09ce044a66d7507de0e4d76\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593576000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6a220f9033762f57e0eae76819cfa4f\";a:10:{s:4:\"hash\";s:32:\"b6a220f9033762f57e0eae76819cfa4f\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b03f2341e7974be27381b350509fb4b\";a:10:{s:4:\"hash\";s:32:\"6b03f2341e7974be27381b350509fb4b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593576000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d464588319121b80e1ffe0a715426b9\";a:10:{s:4:\"hash\";s:32:\"6d464588319121b80e1ffe0a715426b9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593576000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d2163aab16306cfc617ad3b42f91219\";a:10:{s:4:\"hash\";s:32:\"5d2163aab16306cfc617ad3b42f91219\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593576000/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593576000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82e9ae0ce47335015f5bbcc1af7f741e\";a:10:{s:4:\"hash\";s:32:\"82e9ae0ce47335015f5bbcc1af7f741e\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593662400/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1593662400/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6866df93e998262fd2ff40dd4a158e3a\";a:10:{s:4:\"hash\";s:32:\"6866df93e998262fd2ff40dd4a158e3a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593662400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593662400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c300e6603a6e52136bd385b289088fbb\";a:10:{s:4:\"hash\";s:32:\"c300e6603a6e52136bd385b289088fbb\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae3fe894fc97aca043b4c3505e8a1273\";a:10:{s:4:\"hash\";s:32:\"ae3fe894fc97aca043b4c3505e8a1273\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593662400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593662400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0db1ad1a865a5fb07f131a508585135\";a:10:{s:4:\"hash\";s:32:\"c0db1ad1a865a5fb07f131a508585135\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593662400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593662400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ad3a87698ae0043e67b64394f9cc850\";a:10:{s:4:\"hash\";s:32:\"1ad3a87698ae0043e67b64394f9cc850\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593662400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593662400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a172659dac625a9b164e938b9026e64\";a:10:{s:4:\"hash\";s:32:\"3a172659dac625a9b164e938b9026e64\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593662400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1593662400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cbb220a11580ad1c39f8644c82d386d7\";a:10:{s:4:\"hash\";s:32:\"cbb220a11580ad1c39f8644c82d386d7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593748800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593748800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2c8241ca2ed282af7ecd5801b14fbf5\";a:10:{s:4:\"hash\";s:32:\"b2c8241ca2ed282af7ecd5801b14fbf5\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593748800/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1593748800/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98459d2d4c5f04ce1c3e7dc5eb162ac4\";a:10:{s:4:\"hash\";s:32:\"98459d2d4c5f04ce1c3e7dc5eb162ac4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593748800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593748800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44fea6fb37c67c018f15f7b2cb1fddf7\";a:10:{s:4:\"hash\";s:32:\"44fea6fb37c67c018f15f7b2cb1fddf7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593748800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593748800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cc38d708b5cd40cc82a27f7f479788e\";a:10:{s:4:\"hash\";s:32:\"3cc38d708b5cd40cc82a27f7f479788e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593748800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593748800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf88e944b5d3f870d07764a9c140c428\";a:10:{s:4:\"hash\";s:32:\"cf88e944b5d3f870d07764a9c140c428\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593748800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1593748800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44708a5f6b6ae6f88ca7a6019c3247a4\";a:10:{s:4:\"hash\";s:32:\"44708a5f6b6ae6f88ca7a6019c3247a4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593835200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593835200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba090fa77f9685e20eca490c72f05c6e\";a:10:{s:4:\"hash\";s:32:\"ba090fa77f9685e20eca490c72f05c6e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e516db53b537d568318164347358740\";a:10:{s:4:\"hash\";s:32:\"3e516db53b537d568318164347358740\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593835200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1593835200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1236bc32beaa36153d00d93a6fa7057\";a:10:{s:4:\"hash\";s:32:\"e1236bc32beaa36153d00d93a6fa7057\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593921600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593921600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ac537738467afb6ae88931aa695ae36\";a:10:{s:4:\"hash\";s:32:\"0ac537738467afb6ae88931aa695ae36\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593921600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1593921600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ac08587ffeed1d81e6ecf9d075d5cbe\";a:10:{s:4:\"hash\";s:32:\"9ac08587ffeed1d81e6ecf9d075d5cbe\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593921600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593921600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"35cfd4c53e2ab09b87f99eb4dcbf32b4\";a:10:{s:4:\"hash\";s:32:\"35cfd4c53e2ab09b87f99eb4dcbf32b4\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593921600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1593921600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c58bad4f7d22b6830548dd94e0cae92a\";a:10:{s:4:\"hash\";s:32:\"c58bad4f7d22b6830548dd94e0cae92a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593921600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593921600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"335be242fa79f5d7acef0916b6a281dc\";a:10:{s:4:\"hash\";s:32:\"335be242fa79f5d7acef0916b6a281dc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593921600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593921600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bf35c65207d3100ce1d182b4e8389f1\";a:10:{s:4:\"hash\";s:32:\"4bf35c65207d3100ce1d182b4e8389f1\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1593921600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1593921600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc13c3c8dbc33bc513e28ce5aa1ed54d\";a:10:{s:4:\"hash\";s:32:\"dc13c3c8dbc33bc513e28ce5aa1ed54d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594353600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1594353600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d0b5b7ae2504769a21bd8845b214f99\";a:10:{s:4:\"hash\";s:32:\"9d0b5b7ae2504769a21bd8845b214f99\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594353600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594353600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1f78d945153c03e8599c40bc911ae96\";a:10:{s:4:\"hash\";s:32:\"a1f78d945153c03e8599c40bc911ae96\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594353600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1594353600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e14f3a5298fac510249835f6f9210fb7\";a:10:{s:4:\"hash\";s:32:\"e14f3a5298fac510249835f6f9210fb7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594526400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1594526400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a60f481ff51ee544997bb318db9abb1c\";a:10:{s:4:\"hash\";s:32:\"a60f481ff51ee544997bb318db9abb1c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594612800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99e9f491c9ee5731b892f921a9455749\";a:10:{s:4:\"hash\";s:32:\"99e9f491c9ee5731b892f921a9455749\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594785600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dcadba0b780d12db2ff8007bce33ecd7\";a:10:{s:4:\"hash\";s:32:\"dcadba0b780d12db2ff8007bce33ecd7\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1594785600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e035ed1fd5aa132c7d4c5c6635e11f30\";a:10:{s:4:\"hash\";s:32:\"e035ed1fd5aa132c7d4c5c6635e11f30\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1594785600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"88fe84ff3126bc58b16737f00cb9087e\";a:10:{s:4:\"hash\";s:32:\"88fe84ff3126bc58b16737f00cb9087e\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1594785600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3f90afe3b55eb89c19602651f1d155f\";a:10:{s:4:\"hash\";s:32:\"e3f90afe3b55eb89c19602651f1d155f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6634f43247d4c58cd62625b1f9091dc\";a:10:{s:4:\"hash\";s:32:\"a6634f43247d4c58cd62625b1f9091dc\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1594785600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c1de2dc5c5150bfe8dc51e5674edaa8\";a:10:{s:4:\"hash\";s:32:\"8c1de2dc5c5150bfe8dc51e5674edaa8\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1594785600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c268e9231a312af60d9851a906859a40\";a:10:{s:4:\"hash\";s:32:\"c268e9231a312af60d9851a906859a40\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1594785600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58e16a21677e1421570f3afa7a5273b0\";a:10:{s:4:\"hash\";s:32:\"58e16a21677e1421570f3afa7a5273b0\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1594785600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f89ec1ea1def98e0a715a150090624a\";a:10:{s:4:\"hash\";s:32:\"9f89ec1ea1def98e0a715a150090624a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594785600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c567756d15a3049743c909c4d288b36\";a:10:{s:4:\"hash\";s:32:\"8c567756d15a3049743c909c4d288b36\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1594785600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70350db6123aaadc4146586cb7491a95\";a:10:{s:4:\"hash\";s:32:\"70350db6123aaadc4146586cb7491a95\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594785600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a43258349087a70cfa361ef932a620a1\";a:10:{s:4:\"hash\";s:32:\"a43258349087a70cfa361ef932a620a1\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594785600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c6e7c8a861068e5429f571b0ee1aeba\";a:10:{s:4:\"hash\";s:32:\"3c6e7c8a861068e5429f571b0ee1aeba\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594785600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594785600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"218e96e9e06a1c053b62cd3cba8a6453\";a:10:{s:4:\"hash\";s:32:\"218e96e9e06a1c053b62cd3cba8a6453\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594958400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594958400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"869b8a6804f15d8c38c965ca388f4a5b\";a:10:{s:4:\"hash\";s:32:\"869b8a6804f15d8c38c965ca388f4a5b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594958400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594958400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94a3c319e966be979fdd6a5e29a80fd4\";a:10:{s:4:\"hash\";s:32:\"94a3c319e966be979fdd6a5e29a80fd4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594958400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594958400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1e94b729a58ef85890aaaced63f5b08\";a:10:{s:4:\"hash\";s:32:\"a1e94b729a58ef85890aaaced63f5b08\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594958400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4adc8be6193bf1f86da7e609450389e5\";a:10:{s:4:\"hash\";s:32:\"4adc8be6193bf1f86da7e609450389e5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594958400/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594958400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50f7e7b4d3099fd1e98a05cd08ff5787\";a:10:{s:4:\"hash\";s:32:\"50f7e7b4d3099fd1e98a05cd08ff5787\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594958400/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594958400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54927e5532077f7ad94ec0b3f59a1e4a\";a:10:{s:4:\"hash\";s:32:\"54927e5532077f7ad94ec0b3f59a1e4a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1594958400/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1594958400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1bf3cc582ca83d42fdc8e45b3fa2b153\";a:10:{s:4:\"hash\";s:32:\"1bf3cc582ca83d42fdc8e45b3fa2b153\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595131200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f861ebc54fa7cf422dcc4c9dc7afb6d\";a:10:{s:4:\"hash\";s:32:\"8f861ebc54fa7cf422dcc4c9dc7afb6d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595217600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1595217600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dad3e341ce808d0930cb62dda2dd309d\";a:10:{s:4:\"hash\";s:32:\"dad3e341ce808d0930cb62dda2dd309d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595390400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1595390400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba6202dde8026c9bcfdb3bae21ede2eb\";a:10:{s:4:\"hash\";s:32:\"ba6202dde8026c9bcfdb3bae21ede2eb\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595736000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1595736000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b93c361dd3c9e29f23246948ed557e5d\";a:10:{s:4:\"hash\";s:32:\"b93c361dd3c9e29f23246948ed557e5d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595736000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1595736000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ed334ba43126a21d1efb4cdeca2a302\";a:10:{s:4:\"hash\";s:32:\"2ed334ba43126a21d1efb4cdeca2a302\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595822400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1595822400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fea6a6804dcffe5c8c2aaa76cd4d2149\";a:10:{s:4:\"hash\";s:32:\"fea6a6804dcffe5c8c2aaa76cd4d2149\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595822400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1595822400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c0258117c2adb672ff80897e97f7e42\";a:10:{s:4:\"hash\";s:32:\"8c0258117c2adb672ff80897e97f7e42\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595908800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1595908800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33473b40069e5a73c481daeba63e8255\";a:10:{s:4:\"hash\";s:32:\"33473b40069e5a73c481daeba63e8255\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595908800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1595908800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc06bb8393bfbf1c1c648e7b17197476\";a:10:{s:4:\"hash\";s:32:\"dc06bb8393bfbf1c1c648e7b17197476\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595908800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1595908800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62de99b97897d1ce1ef16935ba593106\";a:10:{s:4:\"hash\";s:32:\"62de99b97897d1ce1ef16935ba593106\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595908800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1595908800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc24158e772767abb2132bc9c18af74a\";a:10:{s:4:\"hash\";s:32:\"dc24158e772767abb2132bc9c18af74a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595908800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cf3576fecaf79d92ecc023a119ee0b8\";a:10:{s:4:\"hash\";s:32:\"6cf3576fecaf79d92ecc023a119ee0b8\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595995200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1595995200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7af31f20c9763596d6c4b7d064d4ecd\";a:10:{s:4:\"hash\";s:32:\"d7af31f20c9763596d6c4b7d064d4ecd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1595995200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1595995200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"029a9a01ff2991d81e04b1a80bccde41\";a:10:{s:4:\"hash\";s:32:\"029a9a01ff2991d81e04b1a80bccde41\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1596254400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47586ae41ab859fb934fcb3bb6acfc7b\";a:10:{s:4:\"hash\";s:32:\"47586ae41ab859fb934fcb3bb6acfc7b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1596254400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9565b47e462888f100263976119d98d1\";a:10:{s:4:\"hash\";s:32:\"9565b47e462888f100263976119d98d1\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1596254400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"deae1a5815d070f8bb6a617a117a8ede\";a:10:{s:4:\"hash\";s:32:\"deae1a5815d070f8bb6a617a117a8ede\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1596254400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bfe7dd368ac839acae8b7d2e10cabb63\";a:10:{s:4:\"hash\";s:32:\"bfe7dd368ac839acae8b7d2e10cabb63\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1596254400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60443083b592eb278ece99d5c5288878\";a:10:{s:4:\"hash\";s:32:\"60443083b592eb278ece99d5c5288878\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1596254400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c02e3547d6aa1078ff9eaf0a07025862\";a:10:{s:4:\"hash\";s:32:\"c02e3547d6aa1078ff9eaf0a07025862\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1596254400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"814cb9b9e5c2e29f24751ed9dc8ed859\";a:10:{s:4:\"hash\";s:32:\"814cb9b9e5c2e29f24751ed9dc8ed859\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1596254400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c452ae4e6a97a3706efeeca2989f4ce1\";a:10:{s:4:\"hash\";s:32:\"c452ae4e6a97a3706efeeca2989f4ce1\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1596254400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b76a9faee5e3db410a7c4312bdb492b\";a:10:{s:4:\"hash\";s:32:\"6b76a9faee5e3db410a7c4312bdb492b\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596254400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b48a581a7f6cc1ff28ee2d05cfd3eb2a\";a:10:{s:4:\"hash\";s:32:\"b48a581a7f6cc1ff28ee2d05cfd3eb2a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596340800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1596340800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dda969c7b6a90db288a5751eb475811e\";a:10:{s:4:\"hash\";s:32:\"dda969c7b6a90db288a5751eb475811e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596600000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1596600000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"817489428beb67adfe6e733f52eed32a\";a:10:{s:4:\"hash\";s:32:\"817489428beb67adfe6e733f52eed32a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596686400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1596686400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13a79ce241fbd5e343ece711d34baf07\";a:10:{s:4:\"hash\";s:32:\"13a79ce241fbd5e343ece711d34baf07\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596686400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1596686400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2621fbc06838c43aa85c1d97f6968b81\";a:10:{s:4:\"hash\";s:32:\"2621fbc06838c43aa85c1d97f6968b81\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596686400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1596686400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8f07b6a47ea4830a71fca0ca5b4beb5\";a:10:{s:4:\"hash\";s:32:\"e8f07b6a47ea4830a71fca0ca5b4beb5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596859200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47cea39afa767aac1019bc91d76a75d5\";a:10:{s:4:\"hash\";s:32:\"47cea39afa767aac1019bc91d76a75d5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1596945600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1596945600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32134e3d87cd0c8e54453de56a49fa60\";a:10:{s:4:\"hash\";s:32:\"32134e3d87cd0c8e54453de56a49fa60\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597032000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597032000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6528f92b4ea77e1a751e92e94dcb13f3\";a:10:{s:4:\"hash\";s:32:\"6528f92b4ea77e1a751e92e94dcb13f3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597032000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c2659b6f5656792fa5d91c18382d22a\";a:10:{s:4:\"hash\";s:32:\"6c2659b6f5656792fa5d91c18382d22a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597032000/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597032000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9f96404358797339db5015342ab7ae3\";a:10:{s:4:\"hash\";s:32:\"e9f96404358797339db5015342ab7ae3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597032000/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597032000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1dd385d753540e15740a1aefe4df21f2\";a:10:{s:4:\"hash\";s:32:\"1dd385d753540e15740a1aefe4df21f2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597032000/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597032000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fc5a0530977f2f7a05f21de348a8e41\";a:10:{s:4:\"hash\";s:32:\"3fc5a0530977f2f7a05f21de348a8e41\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597377600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597377600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c329668bfa9c59405655e328b02c29c\";a:10:{s:4:\"hash\";s:32:\"8c329668bfa9c59405655e328b02c29c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597377600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597377600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ad67aa89bcb619f934bb03da5ddf420\";a:10:{s:4:\"hash\";s:32:\"8ad67aa89bcb619f934bb03da5ddf420\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597377600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e6ed88029bca3e70f56ffb05c8eb4da\";a:10:{s:4:\"hash\";s:32:\"1e6ed88029bca3e70f56ffb05c8eb4da\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597550400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1597550400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6826023ad15e411a73cccbe9f06d1be5\";a:10:{s:4:\"hash\";s:32:\"6826023ad15e411a73cccbe9f06d1be5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597550400/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597550400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c46393d3e802fdeec03a3e48f4af9b3\";a:10:{s:4:\"hash\";s:32:\"7c46393d3e802fdeec03a3e48f4af9b3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597550400/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597550400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14b478b3922d1e256d50cc00cc49fa60\";a:10:{s:4:\"hash\";s:32:\"14b478b3922d1e256d50cc00cc49fa60\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597550400/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597550400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32c4426be4651f8131f1d844dcab7295\";a:10:{s:4:\"hash\";s:32:\"32c4426be4651f8131f1d844dcab7295\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597636800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1597636800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2bf9d0269aae6c1ac3a736c5f9c30a14\";a:10:{s:4:\"hash\";s:32:\"2bf9d0269aae6c1ac3a736c5f9c30a14\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1597636800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1597636800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee41ebcfa365634a5f9ba418baeba692\";a:10:{s:4:\"hash\";s:32:\"ee41ebcfa365634a5f9ba418baeba692\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598155200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598155200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ad862ea750861f8619034eb7ed499f0\";a:10:{s:4:\"hash\";s:32:\"4ad862ea750861f8619034eb7ed499f0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598155200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598155200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e03de0c1b933e0d0b29e14463b00b909\";a:10:{s:4:\"hash\";s:32:\"e03de0c1b933e0d0b29e14463b00b909\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598155200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1598155200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b99be0a774867116849fc1f3a067803e\";a:10:{s:4:\"hash\";s:32:\"b99be0a774867116849fc1f3a067803e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598241600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598241600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f13e6efca11229c74a1076a897ce7e7\";a:10:{s:4:\"hash\";s:32:\"9f13e6efca11229c74a1076a897ce7e7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598241600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598241600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78b095ef809cc20b3b77ba99d6ef6fc7\";a:10:{s:4:\"hash\";s:32:\"78b095ef809cc20b3b77ba99d6ef6fc7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598241600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1598241600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"033935b90bf9ca624eabce664155e6c9\";a:10:{s:4:\"hash\";s:32:\"033935b90bf9ca624eabce664155e6c9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598414400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598414400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b49888b14b3ff4da21c5f94731e5487\";a:10:{s:4:\"hash\";s:32:\"8b49888b14b3ff4da21c5f94731e5487\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598414400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1598414400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9ccd1096b0197d188a944e68351dbef\";a:10:{s:4:\"hash\";s:32:\"c9ccd1096b0197d188a944e68351dbef\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598414400/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598414400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2788715a2facf230658cb3fbeedada86\";a:10:{s:4:\"hash\";s:32:\"2788715a2facf230658cb3fbeedada86\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598414400/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598414400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0226b5577a21ac8a70f065ac24f63da2\";a:10:{s:4:\"hash\";s:32:\"0226b5577a21ac8a70f065ac24f63da2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598414400/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598414400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f05c3e963fd8ba092baae18f08244d8\";a:10:{s:4:\"hash\";s:32:\"4f05c3e963fd8ba092baae18f08244d8\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598500800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1598500800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1b810f4f29e25af8a01a5f2a6f9a044\";a:10:{s:4:\"hash\";s:32:\"d1b810f4f29e25af8a01a5f2a6f9a044\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598932800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1598932800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a1ce9f887fc43f65ee169357c9e462e\";a:10:{s:4:\"hash\";s:32:\"5a1ce9f887fc43f65ee169357c9e462e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598932800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1598932800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fdcb2afaee70f4be6bb1071e4e2bf3de\";a:10:{s:4:\"hash\";s:32:\"fdcb2afaee70f4be6bb1071e4e2bf3de\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1598932800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1598932800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"def518b26690f4ed1fa7fa9914847a1e\";a:10:{s:4:\"hash\";s:32:\"def518b26690f4ed1fa7fa9914847a1e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1601524800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1601524800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c82e8e8541477f0d2043585350a5c0eb\";a:10:{s:4:\"hash\";s:32:\"c82e8e8541477f0d2043585350a5c0eb\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1601524800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1601524800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e93438ce584bb95c90fe020a88d2c178\";a:10:{s:4:\"hash\";s:32:\"e93438ce584bb95c90fe020a88d2c178\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1601524800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1601524800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"56107f6f0fd80e75d49febb8a084a6b3\";a:10:{s:4:\"hash\";s:32:\"56107f6f0fd80e75d49febb8a084a6b3\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1601524800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1601524800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33958806d0bb598b451b11743abf0014\";a:10:{s:4:\"hash\";s:32:\"33958806d0bb598b451b11743abf0014\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1601524800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1601524800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60fc8de5afd6435b410a5c2ae91d41e6\";a:10:{s:4:\"hash\";s:32:\"60fc8de5afd6435b410a5c2ae91d41e6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1601524800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1601524800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cc68e098b11d4899b3b974136c9d495\";a:10:{s:4:\"hash\";s:32:\"5cc68e098b11d4899b3b974136c9d495\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604116800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1604116800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e00c50960d69884390ff273555168f24\";a:10:{s:4:\"hash\";s:32:\"e00c50960d69884390ff273555168f24\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604203200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1604203200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85a37a7afa32f5648073c4ce2c442d84\";a:10:{s:4:\"hash\";s:32:\"85a37a7afa32f5648073c4ce2c442d84\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604203200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1604203200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77b0af355e71deb82309816747955d90\";a:10:{s:4:\"hash\";s:32:\"77b0af355e71deb82309816747955d90\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604203200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1604203200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6f4a1117e02e015fb644bf444c89339\";a:10:{s:4:\"hash\";s:32:\"f6f4a1117e02e015fb644bf444c89339\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604203200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1604203200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5beba9130c8e00ff09ab170fe07a79e4\";a:10:{s:4:\"hash\";s:32:\"5beba9130c8e00ff09ab170fe07a79e4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604203200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1604203200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1431e834a0ca61c7d523be7a8e2429c4\";a:10:{s:4:\"hash\";s:32:\"1431e834a0ca61c7d523be7a8e2429c4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604203200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1604203200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba3b356d554a2bc0482865491b878b66\";a:10:{s:4:\"hash\";s:32:\"ba3b356d554a2bc0482865491b878b66\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d76ba5e7830d29c333be3cc8c1e6d212\";a:10:{s:4:\"hash\";s:32:\"d76ba5e7830d29c333be3cc8c1e6d212\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604203200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1604203200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ae10401cf7923c14c744d37569e7976\";a:10:{s:4:\"hash\";s:32:\"5ae10401cf7923c14c744d37569e7976\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604293200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1604293200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3b8ac9e0c822dce9e47035344febc9c\";a:10:{s:4:\"hash\";s:32:\"f3b8ac9e0c822dce9e47035344febc9c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604293200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1604293200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b8370932403ecb258d22681ad317f32\";a:10:{s:4:\"hash\";s:32:\"6b8370932403ecb258d22681ad317f32\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1604552400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1604552400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"244ff9e9379bc124e5b894d0d3339560\";a:10:{s:4:\"hash\";s:32:\"244ff9e9379bc124e5b894d0d3339560\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605070800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605070800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eaabe57ba752f926fbdf4f0a511137e6\";a:10:{s:4:\"hash\";s:32:\"eaabe57ba752f926fbdf4f0a511137e6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605070800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c98bc22e404602d28c8252775b0955e7\";a:10:{s:4:\"hash\";s:32:\"c98bc22e404602d28c8252775b0955e7\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1605157200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fbd449c3ca48d7f51ad8f7da14feae4\";a:10:{s:4:\"hash\";s:32:\"7fbd449c3ca48d7f51ad8f7da14feae4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605157200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bdf9ae776fb38a0773d9927f27e5b02f\";a:10:{s:4:\"hash\";s:32:\"bdf9ae776fb38a0773d9927f27e5b02f\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1605157200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca899a78b22ced031e40bc52432ff73c\";a:10:{s:4:\"hash\";s:32:\"ca899a78b22ced031e40bc52432ff73c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1605157200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95f2c8ea16771c0044127e3a09372d8d\";a:10:{s:4:\"hash\";s:32:\"95f2c8ea16771c0044127e3a09372d8d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605157200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e34e277109c0b4d54627df936d6f7b7\";a:10:{s:4:\"hash\";s:32:\"3e34e277109c0b4d54627df936d6f7b7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605157200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f32081b40c024f6a18cc5c400e30a85a\";a:10:{s:4:\"hash\";s:32:\"f32081b40c024f6a18cc5c400e30a85a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1605157200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f353f3ca0b1202b80587bca2e1ff89e7\";a:10:{s:4:\"hash\";s:32:\"f353f3ca0b1202b80587bca2e1ff89e7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605157200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"372521f5b0a8add14bb70c88c69f55fa\";a:10:{s:4:\"hash\";s:32:\"372521f5b0a8add14bb70c88c69f55fa\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605157200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e97a8e3924de47b39cf9ffc413859fd5\";a:10:{s:4:\"hash\";s:32:\"e97a8e3924de47b39cf9ffc413859fd5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605157200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605157200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa4c935ebae95f5f9274955644b848c4\";a:10:{s:4:\"hash\";s:32:\"aa4c935ebae95f5f9274955644b848c4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605243600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605243600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d99bd5a7299f60159cfe4cf79e08139\";a:10:{s:4:\"hash\";s:32:\"4d99bd5a7299f60159cfe4cf79e08139\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605243600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a49f6a643cf72e77d94d2a9042d5caaf\";a:10:{s:4:\"hash\";s:32:\"a49f6a643cf72e77d94d2a9042d5caaf\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dde92665a16cb25505edd0b559dd8fa9\";a:10:{s:4:\"hash\";s:32:\"dde92665a16cb25505edd0b559dd8fa9\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605762000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1605762000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49a1b415ab1d17f2664199c946d4cada\";a:10:{s:4:\"hash\";s:32:\"49a1b415ab1d17f2664199c946d4cada\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605934800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1605934800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02eeb1c437c1a756f9da72feb7ec2f77\";a:10:{s:4:\"hash\";s:32:\"02eeb1c437c1a756f9da72feb7ec2f77\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605934800/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605934800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4500647231c2899db032c22e8265b335\";a:10:{s:4:\"hash\";s:32:\"4500647231c2899db032c22e8265b335\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605934800/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605934800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"111ad8ab9f3049f4070cd8ba1b4abde4\";a:10:{s:4:\"hash\";s:32:\"111ad8ab9f3049f4070cd8ba1b4abde4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1605934800/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1605934800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86ca3a887655357e4322518341520981\";a:10:{s:4:\"hash\";s:32:\"86ca3a887655357e4322518341520981\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606539600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1606539600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab5beb2a5456516845cef10aaa1fd8a4\";a:10:{s:4:\"hash\";s:32:\"ab5beb2a5456516845cef10aaa1fd8a4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606626000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1606626000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f2b59f697bddf895f99ace751c5639e\";a:10:{s:4:\"hash\";s:32:\"1f2b59f697bddf895f99ace751c5639e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606626000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1606626000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff8cc7036954015624309ad3b5d75687\";a:10:{s:4:\"hash\";s:32:\"ff8cc7036954015624309ad3b5d75687\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606626000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1606626000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a214147fd005726f516775cad7242a1c\";a:10:{s:4:\"hash\";s:32:\"a214147fd005726f516775cad7242a1c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606712400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1606712400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad3c90177e5e89cc2a6d967fc996ace4\";a:10:{s:4:\"hash\";s:32:\"ad3c90177e5e89cc2a6d967fc996ace4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606798800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1606798800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dbaeefb80beb5ffee906f2384f24f9e9\";a:10:{s:4:\"hash\";s:32:\"dbaeefb80beb5ffee906f2384f24f9e9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606798800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1606798800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ddf13305fd99787256a5657e1a7d87cd\";a:10:{s:4:\"hash\";s:32:\"ddf13305fd99787256a5657e1a7d87cd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606798800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1606798800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89d2cc68946df01982e080ab32be1554\";a:10:{s:4:\"hash\";s:32:\"89d2cc68946df01982e080ab32be1554\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1606798800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1606798800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40ecba6f9b7644a0dba7df67071d8d57\";a:10:{s:4:\"hash\";s:32:\"40ecba6f9b7644a0dba7df67071d8d57\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1609477200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1609477200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ebd65d32bc74eb0e8c90de7eec39821c\";a:10:{s:4:\"hash\";s:32:\"ebd65d32bc74eb0e8c90de7eec39821c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1609477200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1609477200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71b91b77c6905bd14818df31688eee5a\";a:10:{s:4:\"hash\";s:32:\"71b91b77c6905bd14818df31688eee5a\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1609477200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1609477200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c005c803cea977b5391b973a334b5f19\";a:10:{s:4:\"hash\";s:32:\"c005c803cea977b5391b973a334b5f19\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1609477200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1609477200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2ca2a4c8f7cf818b2598d748c8aad9d\";a:10:{s:4:\"hash\";s:32:\"d2ca2a4c8f7cf818b2598d748c8aad9d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1609477200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1609477200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dacc0a68061ecbe9d8885a828208b59e\";a:10:{s:4:\"hash\";s:32:\"dacc0a68061ecbe9d8885a828208b59e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1609477200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1609477200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3641004e92b607a27a38976e3a6e3606\";a:10:{s:4:\"hash\";s:32:\"3641004e92b607a27a38976e3a6e3606\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1609477200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1609477200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e0cfdde9d6781547c0e76712d123e956\";a:10:{s:4:\"hash\";s:32:\"e0cfdde9d6781547c0e76712d123e956\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1611550800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1611550800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2035f8ee12fc5e49b54d9e5c3e2117a\";a:10:{s:4:\"hash\";s:32:\"b2035f8ee12fc5e49b54d9e5c3e2117a\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612069200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1612069200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cecbbd37239ada392c47017a7c33f12c\";a:10:{s:4:\"hash\";s:32:\"cecbbd37239ada392c47017a7c33f12c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f2b522a056b0167e7c971fc598e41d2\";a:10:{s:4:\"hash\";s:32:\"4f2b522a056b0167e7c971fc598e41d2\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612155600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f3ef8e59947973d44193b7472eddc85\";a:10:{s:4:\"hash\";s:32:\"9f3ef8e59947973d44193b7472eddc85\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e640b976a1df15f42ec1e727e574a33\";a:10:{s:4:\"hash\";s:32:\"1e640b976a1df15f42ec1e727e574a33\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01d29d2405bbc661845f931e1c32ff62\";a:10:{s:4:\"hash\";s:32:\"01d29d2405bbc661845f931e1c32ff62\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68fa2c02cfef65e173c7439b64cf24d1\";a:10:{s:4:\"hash\";s:32:\"68fa2c02cfef65e173c7439b64cf24d1\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"037f145151675c239d3f7e2d25851c6d\";a:10:{s:4:\"hash\";s:32:\"037f145151675c239d3f7e2d25851c6d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bba50454627dc17018e8da975069195b\";a:10:{s:4:\"hash\";s:32:\"bba50454627dc17018e8da975069195b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b814635e469d8794778f7ba216bf5165\";a:10:{s:4:\"hash\";s:32:\"b814635e469d8794778f7ba216bf5165\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d90be7011f466eb0ab9544dc225392c3\";a:10:{s:4:\"hash\";s:32:\"d90be7011f466eb0ab9544dc225392c3\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"878101995948b498970d31367a8d73a8\";a:10:{s:4:\"hash\";s:32:\"878101995948b498970d31367a8d73a8\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"153a417645611d9b46ed237cebeba495\";a:10:{s:4:\"hash\";s:32:\"153a417645611d9b46ed237cebeba495\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"79626bd3862e37098e2fb473f37845d9\";a:10:{s:4:\"hash\";s:32:\"79626bd3862e37098e2fb473f37845d9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f8f44abc86b839c8e4d9b11a610efd5\";a:10:{s:4:\"hash\";s:32:\"9f8f44abc86b839c8e4d9b11a610efd5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ce1e1bacf6875755fdedf98927a0aab\";a:10:{s:4:\"hash\";s:32:\"5ce1e1bacf6875755fdedf98927a0aab\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612155600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0258788946e04872f812698bd2a9c392\";a:10:{s:4:\"hash\";s:32:\"0258788946e04872f812698bd2a9c392\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612155600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed829247672f23302bff604854513139\";a:10:{s:4:\"hash\";s:32:\"ed829247672f23302bff604854513139\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612155600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612155600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"678ccb48d53c2a5083fa4061676ee5bb\";a:10:{s:4:\"hash\";s:32:\"678ccb48d53c2a5083fa4061676ee5bb\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612242000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612242000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"907d8273ef1982b7612d573a26ea9cfb\";a:10:{s:4:\"hash\";s:32:\"907d8273ef1982b7612d573a26ea9cfb\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612242000/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1612242000/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"561cfcf6443e3d13ae713bd907aaa8e3\";a:10:{s:4:\"hash\";s:32:\"561cfcf6443e3d13ae713bd907aaa8e3\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55b1b380aff6981f6199f5d64f13e923\";a:10:{s:4:\"hash\";s:32:\"55b1b380aff6981f6199f5d64f13e923\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612242000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612242000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0299f572d549dedd6da421b72b051fe4\";a:10:{s:4:\"hash\";s:32:\"0299f572d549dedd6da421b72b051fe4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612674000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612674000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a836c89c6e933d2f317fea6c5b421d20\";a:10:{s:4:\"hash\";s:32:\"a836c89c6e933d2f317fea6c5b421d20\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612674000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612674000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff617fcca3a56796bca3e0e81b336496\";a:10:{s:4:\"hash\";s:32:\"ff617fcca3a56796bca3e0e81b336496\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612674000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612674000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fcb95e09bc1fc0eda3f3c61cf42071fd\";a:10:{s:4:\"hash\";s:32:\"fcb95e09bc1fc0eda3f3c61cf42071fd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612674000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612674000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6754cdfa223bcb18623f8a277b456a14\";a:10:{s:4:\"hash\";s:32:\"6754cdfa223bcb18623f8a277b456a14\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612674000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1612674000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d39354be905f18db5a6805179456f0c\";a:10:{s:4:\"hash\";s:32:\"9d39354be905f18db5a6805179456f0c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612760400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612760400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ec0f089db75c9c9608b74c5bd781560\";a:10:{s:4:\"hash\";s:32:\"3ec0f089db75c9c9608b74c5bd781560\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612760400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1612760400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef1ce09f78ed4594d7c083a895971a9a\";a:10:{s:4:\"hash\";s:32:\"ef1ce09f78ed4594d7c083a895971a9a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"72b9d2941785fbf4a12c53dadd7eea03\";a:10:{s:4:\"hash\";s:32:\"72b9d2941785fbf4a12c53dadd7eea03\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612760400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612760400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b714e157f9aab3ae15d961919cb62a7\";a:10:{s:4:\"hash\";s:32:\"2b714e157f9aab3ae15d961919cb62a7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612760400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1612760400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d0cbc7303b1149106b56c555f2ce432\";a:10:{s:4:\"hash\";s:32:\"2d0cbc7303b1149106b56c555f2ce432\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612760400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1612760400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7690083aa369d79f6058109806da280\";a:10:{s:4:\"hash\";s:32:\"c7690083aa369d79f6058109806da280\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1612760400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9fdc3f0b8b398228c82cebac69fd5a3b\";a:10:{s:4:\"hash\";s:32:\"9fdc3f0b8b398228c82cebac69fd5a3b\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1613278800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1613278800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ecbaee2caf9176ef0b08d94e8972592\";a:10:{s:4:\"hash\";s:32:\"3ecbaee2caf9176ef0b08d94e8972592\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1613365200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1613365200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85244b942a2f0f77010deffdc44aff5c\";a:10:{s:4:\"hash\";s:32:\"85244b942a2f0f77010deffdc44aff5c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1614574800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1614574800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3b9c09a7367788bb713c86ca8c64e13\";a:10:{s:4:\"hash\";s:32:\"e3b9c09a7367788bb713c86ca8c64e13\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1614574800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1614574800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"426e7eac82e795cee95aec138f87e23f\";a:10:{s:4:\"hash\";s:32:\"426e7eac82e795cee95aec138f87e23f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1614574800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1614574800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb35c5d62f042e51e166d9c338cea99c\";a:10:{s:4:\"hash\";s:32:\"fb35c5d62f042e51e166d9c338cea99c\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1614574800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1614574800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d0fc09ba37559142233c9f9bc8a7b38\";a:10:{s:4:\"hash\";s:32:\"1d0fc09ba37559142233c9f9bc8a7b38\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1614574800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1614574800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97a1e242164b7fea007e77ad3a16e2a0\";a:10:{s:4:\"hash\";s:32:\"97a1e242164b7fea007e77ad3a16e2a0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1614574800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1614574800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6ca3646826ca7e95ab7e61eba4b3cf8\";a:10:{s:4:\"hash\";s:32:\"a6ca3646826ca7e95ab7e61eba4b3cf8\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1614574800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1614574800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85e64a1686e61a5d0a78b2fcc4e11449\";a:10:{s:4:\"hash\";s:32:\"85e64a1686e61a5d0a78b2fcc4e11449\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1617249600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1617249600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd004caf37b43aafabae2b029caf6429\";a:10:{s:4:\"hash\";s:32:\"fd004caf37b43aafabae2b029caf6429\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1617249600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1617249600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ebc5b6780fbffea4deb179a3bc0d695\";a:10:{s:4:\"hash\";s:32:\"6ebc5b6780fbffea4deb179a3bc0d695\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1617249600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1617249600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22b1be8998d4d2399bcaeec7a8b449af\";a:10:{s:4:\"hash\";s:32:\"22b1be8998d4d2399bcaeec7a8b449af\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1617249600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1617249600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"614e71b48cd587397bedb850451d0353\";a:10:{s:4:\"hash\";s:32:\"614e71b48cd587397bedb850451d0353\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1617249600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1617249600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06df205bbde0a9514c39c870b282efc6\";a:10:{s:4:\"hash\";s:32:\"06df205bbde0a9514c39c870b282efc6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1617249600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1617249600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"472373349aff4376ff4c5510098adb64\";a:10:{s:4:\"hash\";s:32:\"472373349aff4376ff4c5510098adb64\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619236800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1619236800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6452b67ea8d078e6bb1d9615960f479\";a:10:{s:4:\"hash\";s:32:\"c6452b67ea8d078e6bb1d9615960f479\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619236800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1619236800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c14016e2783c0f2b826eb899d290491\";a:10:{s:4:\"hash\";s:32:\"1c14016e2783c0f2b826eb899d290491\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619323200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1619323200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f8b3f9abb52e47594174749cf135b81\";a:10:{s:4:\"hash\";s:32:\"8f8b3f9abb52e47594174749cf135b81\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619323200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1619323200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"56841f89a20b4acd53b8fe581ef8c252\";a:10:{s:4:\"hash\";s:32:\"56841f89a20b4acd53b8fe581ef8c252\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619323200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e86ec845a095078dd9fccec8300737ab\";a:10:{s:4:\"hash\";s:32:\"e86ec845a095078dd9fccec8300737ab\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619496000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1619496000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23e5e0851dcb66a53803b791eb4ce393\";a:10:{s:4:\"hash\";s:32:\"23e5e0851dcb66a53803b791eb4ce393\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619668800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1619668800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8dc9f99c5b8674b9e600f5272600af64\";a:10:{s:4:\"hash\";s:32:\"8dc9f99c5b8674b9e600f5272600af64\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619755200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1619755200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df269758294806cf4ddad04bd2ab914c\";a:10:{s:4:\"hash\";s:32:\"df269758294806cf4ddad04bd2ab914c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619755200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1619755200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6073173edd10377d4f31241edc418d3\";a:10:{s:4:\"hash\";s:32:\"b6073173edd10377d4f31241edc418d3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619755200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1619755200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"069f87920108c6a0c7bbdaabb445bf04\";a:10:{s:4:\"hash\";s:32:\"069f87920108c6a0c7bbdaabb445bf04\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1619841600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ca02af6015475a3f958ba769235c4f1\";a:10:{s:4:\"hash\";s:32:\"5ca02af6015475a3f958ba769235c4f1\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1619841600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a705e1f4151ed093d5df6c2da7abdfaf\";a:10:{s:4:\"hash\";s:32:\"a705e1f4151ed093d5df6c2da7abdfaf\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1619841600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e23d9f1dc3fcd2e69a06d3ebc27f7d8f\";a:10:{s:4:\"hash\";s:32:\"e23d9f1dc3fcd2e69a06d3ebc27f7d8f\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1619841600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"56d65e85dcac7ee715247cb3a71ae5d8\";a:10:{s:4:\"hash\";s:32:\"56d65e85dcac7ee715247cb3a71ae5d8\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1619841600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7de621f46f757778c9bcc17548b0d892\";a:10:{s:4:\"hash\";s:32:\"7de621f46f757778c9bcc17548b0d892\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1619841600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1395b80b2354238f91b49a2b9fdfcef2\";a:10:{s:4:\"hash\";s:32:\"1395b80b2354238f91b49a2b9fdfcef2\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1619841600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"88bee13c8edf39eb68d75bcfe7cda047\";a:10:{s:4:\"hash\";s:32:\"88bee13c8edf39eb68d75bcfe7cda047\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1619841600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78a1c333d20796d341889d7ecef43914\";a:10:{s:4:\"hash\";s:32:\"78a1c333d20796d341889d7ecef43914\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1619841600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf0e70455e450955b94db2fbb352ca88\";a:10:{s:4:\"hash\";s:32:\"bf0e70455e450955b94db2fbb352ca88\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc090874745ae1cacdbff73f4004689b\";a:10:{s:4:\"hash\";s:32:\"bc090874745ae1cacdbff73f4004689b\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1619841600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9cb80f552e108acf63a945ee8a03a2e\";a:10:{s:4:\"hash\";s:32:\"e9cb80f552e108acf63a945ee8a03a2e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620100800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620100800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71ffd0756cf83280dd319f44ea5d2994\";a:10:{s:4:\"hash\";s:32:\"71ffd0756cf83280dd319f44ea5d2994\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620100800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620100800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5922a67ef77961b526e55cdd218fade\";a:10:{s:4:\"hash\";s:32:\"a5922a67ef77961b526e55cdd218fade\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620100800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620100800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e0be2aae067df15833168811575f1d6\";a:10:{s:4:\"hash\";s:32:\"9e0be2aae067df15833168811575f1d6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620100800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620100800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8aace05a478cefe6d7c57801faa7718f\";a:10:{s:4:\"hash\";s:32:\"8aace05a478cefe6d7c57801faa7718f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620100800/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620100800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b24637e879ceac8f378a425fecbb455c\";a:10:{s:4:\"hash\";s:32:\"b24637e879ceac8f378a425fecbb455c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620100800/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620100800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19509a8bcca01c253f4b13645aab4bd0\";a:10:{s:4:\"hash\";s:32:\"19509a8bcca01c253f4b13645aab4bd0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620100800/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620100800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"509c39c405323b1466983f7e2f1109cc\";a:10:{s:4:\"hash\";s:32:\"509c39c405323b1466983f7e2f1109cc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620187200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620187200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04163e76a0799721418fa9f050cd8354\";a:10:{s:4:\"hash\";s:32:\"04163e76a0799721418fa9f050cd8354\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620187200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620187200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9104c9d6c96eaa7317eb4897db73fd7\";a:10:{s:4:\"hash\";s:32:\"a9104c9d6c96eaa7317eb4897db73fd7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620273600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620273600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ddb39c49c9b3ad725473bf863e87bc16\";a:10:{s:4:\"hash\";s:32:\"ddb39c49c9b3ad725473bf863e87bc16\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620360000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620360000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bfda61eb7a1ccc469a39e039580a73f6\";a:10:{s:4:\"hash\";s:32:\"bfda61eb7a1ccc469a39e039580a73f6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620446400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620446400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"038c170e4f4f37a69ec077afeb64feb9\";a:10:{s:4:\"hash\";s:32:\"038c170e4f4f37a69ec077afeb64feb9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620532800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620532800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b509edbddb40af897018e80ff28bd56\";a:10:{s:4:\"hash\";s:32:\"8b509edbddb40af897018e80ff28bd56\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620532800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1620532800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"221cdf73c5f44af61b69acaf8d9e0554\";a:10:{s:4:\"hash\";s:32:\"221cdf73c5f44af61b69acaf8d9e0554\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620532800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1620532800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0ddf40ac2e044c85378ffc36083d16e\";a:10:{s:4:\"hash\";s:32:\"f0ddf40ac2e044c85378ffc36083d16e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620532800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620532800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44d025350fb0ce0f25f45a5f8812fc66\";a:10:{s:4:\"hash\";s:32:\"44d025350fb0ce0f25f45a5f8812fc66\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620532800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"127ee6dbb9f4eebf971c8b68aba1ec91\";a:10:{s:4:\"hash\";s:32:\"127ee6dbb9f4eebf971c8b68aba1ec91\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620532800/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620532800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ad74b2720270781d0c1c4e412a8c0a4\";a:10:{s:4:\"hash\";s:32:\"9ad74b2720270781d0c1c4e412a8c0a4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620532800/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620532800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e246325386534cd804037c257d45319f\";a:10:{s:4:\"hash\";s:32:\"e246325386534cd804037c257d45319f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620532800/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620532800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ead145036b37d781a5a45858eba88a12\";a:10:{s:4:\"hash\";s:32:\"ead145036b37d781a5a45858eba88a12\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620619200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620619200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cafe6e793fc2b38d7ef297a77ed0a71b\";a:10:{s:4:\"hash\";s:32:\"cafe6e793fc2b38d7ef297a77ed0a71b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620619200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620619200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2f5345599714a4f68ba637b16bc44e1\";a:10:{s:4:\"hash\";s:32:\"f2f5345599714a4f68ba637b16bc44e1\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620619200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620619200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85afdc207f031989a3bb7fd501a6a30d\";a:10:{s:4:\"hash\";s:32:\"85afdc207f031989a3bb7fd501a6a30d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620705600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620705600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d15fa96f85a615f3a9163b0bca1bb724\";a:10:{s:4:\"hash\";s:32:\"d15fa96f85a615f3a9163b0bca1bb724\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620705600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620705600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98e2a6d28320673345113dd9670ae5dc\";a:10:{s:4:\"hash\";s:32:\"98e2a6d28320673345113dd9670ae5dc\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620705600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68853060789b249dd3d0e916e337e430\";a:10:{s:4:\"hash\";s:32:\"68853060789b249dd3d0e916e337e430\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620792000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620792000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea5b628b8995dd1eee5076f477d82fd9\";a:10:{s:4:\"hash\";s:32:\"ea5b628b8995dd1eee5076f477d82fd9\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620792000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1620792000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18e61a706030068935f5687a6ec643b4\";a:10:{s:4:\"hash\";s:32:\"18e61a706030068935f5687a6ec643b4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620792000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620792000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"353d0243d6f19e40e1e91bb175f952bd\";a:10:{s:4:\"hash\";s:32:\"353d0243d6f19e40e1e91bb175f952bd\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620792000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620792000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7755136f17c7b8900bb8a396d82f657\";a:10:{s:4:\"hash\";s:32:\"d7755136f17c7b8900bb8a396d82f657\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620878400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620878400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e965e4b93932fd8d3325ed8249b2b9c\";a:10:{s:4:\"hash\";s:32:\"2e965e4b93932fd8d3325ed8249b2b9c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620964800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1620964800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ce8c56336172d5dc7a08ba5a690d5f9\";a:10:{s:4:\"hash\";s:32:\"7ce8c56336172d5dc7a08ba5a690d5f9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620964800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1620964800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0eb403d217fbff905552fb21e7f7257a\";a:10:{s:4:\"hash\";s:32:\"0eb403d217fbff905552fb21e7f7257a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1620964800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f85d75bc9fee74df17d9c080877cd7e\";a:10:{s:4:\"hash\";s:32:\"8f85d75bc9fee74df17d9c080877cd7e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621051200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621051200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"efcd97027e513984d702218e75fc170c\";a:10:{s:4:\"hash\";s:32:\"efcd97027e513984d702218e75fc170c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621051200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621051200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55bee1fb1774489abad4173406f77de9\";a:10:{s:4:\"hash\";s:32:\"55bee1fb1774489abad4173406f77de9\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621051200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e29da6e0787a3e5e5c7388b69c5d0453\";a:10:{s:4:\"hash\";s:32:\"e29da6e0787a3e5e5c7388b69c5d0453\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621051200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621051200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b22690e0bf3dac5f2674174ef84c8974\";a:10:{s:4:\"hash\";s:32:\"b22690e0bf3dac5f2674174ef84c8974\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621051200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621051200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2078b4f811b143a276b515258e314230\";a:10:{s:4:\"hash\";s:32:\"2078b4f811b143a276b515258e314230\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621051200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621051200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"931b357cf224cf13307f0512ce502903\";a:10:{s:4:\"hash\";s:32:\"931b357cf224cf13307f0512ce502903\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621224000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621224000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2faae61e9481bc787ac9281ee5df4534\";a:10:{s:4:\"hash\";s:32:\"2faae61e9481bc787ac9281ee5df4534\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621224000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621224000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06d6e5a063e3e54955674db7e084dc5a\";a:10:{s:4:\"hash\";s:32:\"06d6e5a063e3e54955674db7e084dc5a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621224000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621224000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea40f28ab0e7295ca3e8f5f9ac54d9fb\";a:10:{s:4:\"hash\";s:32:\"ea40f28ab0e7295ca3e8f5f9ac54d9fb\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621224000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1621224000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8d9c4f5e72c448a0f289ed42446ec21\";a:10:{s:4:\"hash\";s:32:\"b8d9c4f5e72c448a0f289ed42446ec21\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621310400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1621310400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cfe5e6c9ae69923eb78b4a847918fa8\";a:10:{s:4:\"hash\";s:32:\"6cfe5e6c9ae69923eb78b4a847918fa8\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621396800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1621396800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c9e8cc46a681a4f0e2f34bed4c4f95d\";a:10:{s:4:\"hash\";s:32:\"5c9e8cc46a681a4f0e2f34bed4c4f95d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621396800/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621396800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c78f9e8ccc08a635042ed293faf98ee\";a:10:{s:4:\"hash\";s:32:\"3c78f9e8ccc08a635042ed293faf98ee\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621396800/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621396800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"254751b180c5f2a39231aced3a303105\";a:10:{s:4:\"hash\";s:32:\"254751b180c5f2a39231aced3a303105\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621396800/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621396800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d779e406eeb182e0f58a5dd61af10bf\";a:10:{s:4:\"hash\";s:32:\"4d779e406eeb182e0f58a5dd61af10bf\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621828800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1621828800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed4d5a3d321edba1bb9ddc752b68b8bc\";a:10:{s:4:\"hash\";s:32:\"ed4d5a3d321edba1bb9ddc752b68b8bc\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1621915200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24cf3303f22d3ebc98338b38f3bea9e4\";a:10:{s:4:\"hash\";s:32:\"24cf3303f22d3ebc98338b38f3bea9e4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1621915200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"086e9b59e619627d525df0f403c94685\";a:10:{s:4:\"hash\";s:32:\"086e9b59e619627d525df0f403c94685\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621915200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10bd9f5cfdb7ba865cbae77ea7e8aeba\";a:10:{s:4:\"hash\";s:32:\"10bd9f5cfdb7ba865cbae77ea7e8aeba\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1621915200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cb02f66d91209b02dd42fc451a31ca7\";a:10:{s:4:\"hash\";s:32:\"3cb02f66d91209b02dd42fc451a31ca7\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1621915200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1124cf3e954df5ed3d1330a05c232f33\";a:10:{s:4:\"hash\";s:32:\"1124cf3e954df5ed3d1330a05c232f33\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621915200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3e9ffc78c1888bd18f7f6b28eace6f9\";a:10:{s:4:\"hash\";s:32:\"f3e9ffc78c1888bd18f7f6b28eace6f9\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1621915200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47bca20f0f859ee78452427c04121b5d\";a:10:{s:4:\"hash\";s:32:\"47bca20f0f859ee78452427c04121b5d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621915200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b209a63167a8ffa8a8378f992516d617\";a:10:{s:4:\"hash\";s:32:\"b209a63167a8ffa8a8378f992516d617\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621915200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"148bf9f7865b9eae151862db7976f6ca\";a:10:{s:4:\"hash\";s:32:\"148bf9f7865b9eae151862db7976f6ca\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1621915200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1621915200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21081a5f1a2e2237da5b517f4343f005\";a:10:{s:4:\"hash\";s:32:\"21081a5f1a2e2237da5b517f4343f005\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622001600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622001600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca7ac5cc84dc78395d3a6e8cb96b9a43\";a:10:{s:4:\"hash\";s:32:\"ca7ac5cc84dc78395d3a6e8cb96b9a43\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622001600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1622001600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"372514acca36532ca3332e7f72b605fa\";a:10:{s:4:\"hash\";s:32:\"372514acca36532ca3332e7f72b605fa\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622174400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1622174400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00841a0dc701aa809bb869984d341f98\";a:10:{s:4:\"hash\";s:32:\"00841a0dc701aa809bb869984d341f98\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622520000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f1631c5d453b53b82083b7aef7a9bb4\";a:10:{s:4:\"hash\";s:32:\"6f1631c5d453b53b82083b7aef7a9bb4\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1622520000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a51cc6302486bf8aad09ac5a188f459\";a:10:{s:4:\"hash\";s:32:\"7a51cc6302486bf8aad09ac5a188f459\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1622520000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad5171de7803146105cf3e7e56735efd\";a:10:{s:4:\"hash\";s:32:\"ad5171de7803146105cf3e7e56735efd\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1622520000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1912e60028db808e742b1243200831a9\";a:10:{s:4:\"hash\";s:32:\"1912e60028db808e742b1243200831a9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622520000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ef12a08e6b2d6fb75aeb8133f318b93\";a:10:{s:4:\"hash\";s:32:\"5ef12a08e6b2d6fb75aeb8133f318b93\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1622520000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"307e242e59a6ffbfc3de0da5ab8b97ae\";a:10:{s:4:\"hash\";s:32:\"307e242e59a6ffbfc3de0da5ab8b97ae\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1622520000/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f638d650f0b9ddbd0c47577b22076c4f\";a:10:{s:4:\"hash\";s:32:\"f638d650f0b9ddbd0c47577b22076c4f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622520000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1886eb3497c2fffeba6a921d71fd6b36\";a:10:{s:4:\"hash\";s:32:\"1886eb3497c2fffeba6a921d71fd6b36\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1622520000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0d6129efe4cdf0b618b0c63e5583dec9\";a:10:{s:4:\"hash\";s:32:\"0d6129efe4cdf0b618b0c63e5583dec9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622520000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf1e02936d9bd19b59075ed17cfc5929\";a:10:{s:4:\"hash\";s:32:\"bf1e02936d9bd19b59075ed17cfc5929\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622520000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f148feb44c07806306d0762a6a83ac75\";a:10:{s:4:\"hash\";s:32:\"f148feb44c07806306d0762a6a83ac75\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622520000/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622520000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"216e153109e2e57288bc62d3bfe952ac\";a:10:{s:4:\"hash\";s:32:\"216e153109e2e57288bc62d3bfe952ac\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622692800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622692800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0effc6f795aae63b869ee88ca4d9bac8\";a:10:{s:4:\"hash\";s:32:\"0effc6f795aae63b869ee88ca4d9bac8\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622779200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1622779200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"229119bc90dc16df1f9dfe7d13bc581a\";a:10:{s:4:\"hash\";s:32:\"229119bc90dc16df1f9dfe7d13bc581a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622779200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1622779200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"593b986644f86e84843364d5019fdb9c\";a:10:{s:4:\"hash\";s:32:\"593b986644f86e84843364d5019fdb9c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622779200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622779200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eafc70a3cbe6746275e6c5e714073c74\";a:10:{s:4:\"hash\";s:32:\"eafc70a3cbe6746275e6c5e714073c74\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622779200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622779200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9eed15c2306191a61c7a0bd8047d2c16\";a:10:{s:4:\"hash\";s:32:\"9eed15c2306191a61c7a0bd8047d2c16\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622779200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1622779200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9409061e13369bfaaf3a482ac6e0c41\";a:10:{s:4:\"hash\";s:32:\"d9409061e13369bfaaf3a482ac6e0c41\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1622865600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1622865600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3835f1bb01a343c2d7b88d4b394d3bcc\";a:10:{s:4:\"hash\";s:32:\"3835f1bb01a343c2d7b88d4b394d3bcc\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623038400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623038400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e24f51e1c7f5575753e50cef7dccfedc\";a:10:{s:4:\"hash\";s:32:\"e24f51e1c7f5575753e50cef7dccfedc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623124800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623124800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"624a23fa39099ef9d3356e3e77559eb9\";a:10:{s:4:\"hash\";s:32:\"624a23fa39099ef9d3356e3e77559eb9\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623124800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623124800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a14dce2c9ba66fb166c5d19344929c87\";a:10:{s:4:\"hash\";s:32:\"a14dce2c9ba66fb166c5d19344929c87\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623211200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e7802cce4357eec9f9677dbf150e5672\";a:10:{s:4:\"hash\";s:32:\"e7802cce4357eec9f9677dbf150e5672\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623384000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dae408056b0489a21d97df4cb49036b5\";a:10:{s:4:\"hash\";s:32:\"dae408056b0489a21d97df4cb49036b5\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1623384000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b5b4b9777f3c17ef8178f067d0e9929\";a:10:{s:4:\"hash\";s:32:\"1b5b4b9777f3c17ef8178f067d0e9929\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623384000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4eaa7517c08687caa73c732a32d04b4\";a:10:{s:4:\"hash\";s:32:\"d4eaa7517c08687caa73c732a32d04b4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6d9da28136cca6a48adbc021dfafd23\";a:10:{s:4:\"hash\";s:32:\"c6d9da28136cca6a48adbc021dfafd23\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623384000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"351ba7dbba118c93ffda46dd4fd3f230\";a:10:{s:4:\"hash\";s:32:\"351ba7dbba118c93ffda46dd4fd3f230\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f43d2886949dfc0f6210f53e1cc19322\";a:10:{s:4:\"hash\";s:32:\"f43d2886949dfc0f6210f53e1cc19322\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623384000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd058d6465d08c3474980e138c54cfa4\";a:10:{s:4:\"hash\";s:32:\"bd058d6465d08c3474980e138c54cfa4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623384000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f32ac0d895ecea20137706798ddd40b\";a:10:{s:4:\"hash\";s:32:\"0f32ac0d895ecea20137706798ddd40b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623384000/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623384000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0e86f37a08dc0565561070f86fa8376\";a:10:{s:4:\"hash\";s:32:\"b0e86f37a08dc0565561070f86fa8376\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623470400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623470400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"560c6e33b944f1f0aaaac1ebc485075b\";a:10:{s:4:\"hash\";s:32:\"560c6e33b944f1f0aaaac1ebc485075b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623556800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623556800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8cb4af91f077afe74c841f62dad5d0be\";a:10:{s:4:\"hash\";s:32:\"8cb4af91f077afe74c841f62dad5d0be\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623556800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623556800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c47263751ca8eac9f20ecbbb14f38500\";a:10:{s:4:\"hash\";s:32:\"c47263751ca8eac9f20ecbbb14f38500\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623643200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98e86c5060202c1594e304c6df9239ea\";a:10:{s:4:\"hash\";s:32:\"98e86c5060202c1594e304c6df9239ea\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623643200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4865ca555bcf43d5c9392080a76bbd6\";a:10:{s:4:\"hash\";s:32:\"c4865ca555bcf43d5c9392080a76bbd6\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623643200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40eb1be2bf3a6eb7452cedc6881cf3e3\";a:10:{s:4:\"hash\";s:32:\"40eb1be2bf3a6eb7452cedc6881cf3e3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623643200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3a3ac7fcd7f24c8404716c73c0c7b08\";a:10:{s:4:\"hash\";s:32:\"d3a3ac7fcd7f24c8404716c73c0c7b08\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623643200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ee8f87a710f594a81bc530c3b6b02be\";a:10:{s:4:\"hash\";s:32:\"5ee8f87a710f594a81bc530c3b6b02be\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623643200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef420b3a9e8510a2b0d488269e8fa6bf\";a:10:{s:4:\"hash\";s:32:\"ef420b3a9e8510a2b0d488269e8fa6bf\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"319971e0d9a8e32c47e35826fe2c7751\";a:10:{s:4:\"hash\";s:32:\"319971e0d9a8e32c47e35826fe2c7751\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623643200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"843e59d294ad705634673b1939076286\";a:10:{s:4:\"hash\";s:32:\"843e59d294ad705634673b1939076286\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623643200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1831650f7cb4a2be010fcc771486cc23\";a:10:{s:4:\"hash\";s:32:\"1831650f7cb4a2be010fcc771486cc23\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623643200/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623643200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4195a949f615ebb6f80cd9cefd4f6bd7\";a:10:{s:4:\"hash\";s:32:\"4195a949f615ebb6f80cd9cefd4f6bd7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623729600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24d6119bcf0faec74f333ed5892f250a\";a:10:{s:4:\"hash\";s:32:\"24d6119bcf0faec74f333ed5892f250a\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1623729600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b4f704afcb66af6ea98552eefefe672\";a:10:{s:4:\"hash\";s:32:\"2b4f704afcb66af6ea98552eefefe672\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623729600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac67f2fc229ad52c3d41e80f6aef21b9\";a:10:{s:4:\"hash\";s:32:\"ac67f2fc229ad52c3d41e80f6aef21b9\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1623729600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1741897fafcf8fcd360f9e3164bf9c6\";a:10:{s:4:\"hash\";s:32:\"e1741897fafcf8fcd360f9e3164bf9c6\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623729600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30368a74fd10e48a3ef5e080121518b4\";a:10:{s:4:\"hash\";s:32:\"30368a74fd10e48a3ef5e080121518b4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623729600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53c0be254a822c3665e19335c84b17a6\";a:10:{s:4:\"hash\";s:32:\"53c0be254a822c3665e19335c84b17a6\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623729600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"058ec9662114eeabb46e82b7faa3c2c7\";a:10:{s:4:\"hash\";s:32:\"058ec9662114eeabb46e82b7faa3c2c7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623729600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"362ea11de9cf4e036f23c900f4a0aac3\";a:10:{s:4:\"hash\";s:32:\"362ea11de9cf4e036f23c900f4a0aac3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ce9cfc2d3717ba22125a60c653bd687b\";a:10:{s:4:\"hash\";s:32:\"ce9cfc2d3717ba22125a60c653bd687b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623729600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63db45c27c77408619bc66a9975bc2bf\";a:10:{s:4:\"hash\";s:32:\"63db45c27c77408619bc66a9975bc2bf\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623729600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0d20c43df999c748d12b95d647b2717\";a:10:{s:4:\"hash\";s:32:\"c0d20c43df999c748d12b95d647b2717\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623729600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623729600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78fb226bb67de6ac3bc396a7cd8b867c\";a:10:{s:4:\"hash\";s:32:\"78fb226bb67de6ac3bc396a7cd8b867c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623816000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623816000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25b4cdebd0904b7bda5cce9c07476437\";a:10:{s:4:\"hash\";s:32:\"25b4cdebd0904b7bda5cce9c07476437\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623816000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623816000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c33455d809b2898ea039c730833f64f\";a:10:{s:4:\"hash\";s:32:\"2c33455d809b2898ea039c730833f64f\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623816000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623816000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e413402369e78a09e12945b355925cde\";a:10:{s:4:\"hash\";s:32:\"e413402369e78a09e12945b355925cde\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623816000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623816000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"035168ee922614dafa29e11bde09e080\";a:10:{s:4:\"hash\";s:32:\"035168ee922614dafa29e11bde09e080\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623816000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623816000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48a5ff214b0a4a47a8c3c8fc78cef132\";a:10:{s:4:\"hash\";s:32:\"48a5ff214b0a4a47a8c3c8fc78cef132\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623816000/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623816000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6a3894847e2ea978d7c15c6585f4d608\";a:10:{s:4:\"hash\";s:32:\"6a3894847e2ea978d7c15c6585f4d608\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623816000/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623816000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa40d6dd2d7f7233a95bb03323a0d4f6\";a:10:{s:4:\"hash\";s:32:\"aa40d6dd2d7f7233a95bb03323a0d4f6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623816000/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623816000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58bb6c5c18f5d688f7027e457d3596ed\";a:10:{s:4:\"hash\";s:32:\"58bb6c5c18f5d688f7027e457d3596ed\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623902400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623902400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1abbbd2ef3dc1ab646f025993f0f0aaa\";a:10:{s:4:\"hash\";s:32:\"1abbbd2ef3dc1ab646f025993f0f0aaa\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623902400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623902400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf1e88cf56571e19eb73278aea53f5db\";a:10:{s:4:\"hash\";s:32:\"cf1e88cf56571e19eb73278aea53f5db\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623902400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623902400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1dc35918c6f805cbc5222db8412eeb99\";a:10:{s:4:\"hash\";s:32:\"1dc35918c6f805cbc5222db8412eeb99\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623988800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a326e055ac7abc1315b2cad98147a046\";a:10:{s:4:\"hash\";s:32:\"a326e055ac7abc1315b2cad98147a046\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623988800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31cb9b5bdac9c131c101f608836c4401\";a:10:{s:4:\"hash\";s:32:\"31cb9b5bdac9c131c101f608836c4401\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623988800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a28c02939dba45b7eff6501da0899e2\";a:10:{s:4:\"hash\";s:32:\"3a28c02939dba45b7eff6501da0899e2\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1623988800/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60f24a016cc1fc419bde9fd22a477773\";a:10:{s:4:\"hash\";s:32:\"60f24a016cc1fc419bde9fd22a477773\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623988800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89d42f33f0aae22a9e4907f1839a0078\";a:10:{s:4:\"hash\";s:32:\"89d42f33f0aae22a9e4907f1839a0078\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fe534d0bc15f3c6b335a3ed28ef796d\";a:10:{s:4:\"hash\";s:32:\"6fe534d0bc15f3c6b335a3ed28ef796d\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1623988800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b653dd6df41319caeca320da9d469ea\";a:10:{s:4:\"hash\";s:32:\"6b653dd6df41319caeca320da9d469ea\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ee4b98260da7e42373fa9225fc8994e\";a:10:{s:4:\"hash\";s:32:\"6ee4b98260da7e42373fa9225fc8994e\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1623988800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc1ad876886fe6708fd7cd83da758ead\";a:10:{s:4:\"hash\";s:32:\"fc1ad876886fe6708fd7cd83da758ead\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1623988800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9555b15ec5c2ef9c7948417d55b16271\";a:10:{s:4:\"hash\";s:32:\"9555b15ec5c2ef9c7948417d55b16271\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1623988800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a09d97ec4876de364d2bb534e0d6ba38\";a:10:{s:4:\"hash\";s:32:\"a09d97ec4876de364d2bb534e0d6ba38\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1624075200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1624075200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48af6983f087e83c665081dc6da5fdd4\";a:10:{s:4:\"hash\";s:32:\"48af6983f087e83c665081dc6da5fdd4\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1624075200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1624075200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c1334c900b35eeded8f15b5722a3f16\";a:10:{s:4:\"hash\";s:32:\"7c1334c900b35eeded8f15b5722a3f16\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1624075200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b9b37951206ffff86004154c94bea18\";a:10:{s:4:\"hash\";s:32:\"3b9b37951206ffff86004154c94bea18\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1624334400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1624334400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74ea694393e06348b4030e8104a1750d\";a:10:{s:4:\"hash\";s:32:\"74ea694393e06348b4030e8104a1750d\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1624507200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1624507200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c68aa04a5b78af84172ad618120107b0\";a:10:{s:4:\"hash\";s:32:\"c68aa04a5b78af84172ad618120107b0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1624507200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1624507200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4accfd1f5c7e8c68935e1aee36aa375c\";a:10:{s:4:\"hash\";s:32:\"4accfd1f5c7e8c68935e1aee36aa375c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1624939200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1624939200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97980ae53a0f606370acee798d4b3a42\";a:10:{s:4:\"hash\";s:32:\"97980ae53a0f606370acee798d4b3a42\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1625112000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0892d9e15f311e255dbfeec8d70ee4c\";a:10:{s:4:\"hash\";s:32:\"d0892d9e15f311e255dbfeec8d70ee4c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1625112000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d54c3e814d32f019e42450f5f195398\";a:10:{s:4:\"hash\";s:32:\"4d54c3e814d32f019e42450f5f195398\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1625112000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77cf17b0042de05acc9a3e1eac8a1866\";a:10:{s:4:\"hash\";s:32:\"77cf17b0042de05acc9a3e1eac8a1866\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef28d9a802bb6d89d55fc8dfa015602d\";a:10:{s:4:\"hash\";s:32:\"ef28d9a802bb6d89d55fc8dfa015602d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1625112000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2478b286208c5aaf81cde54c1cd57211\";a:10:{s:4:\"hash\";s:32:\"2478b286208c5aaf81cde54c1cd57211\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1625112000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a24a8c46c0d694f9b23bd77be8fd661\";a:10:{s:4:\"hash\";s:32:\"9a24a8c46c0d694f9b23bd77be8fd661\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1625112000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f501e0d892e1de524e9c283eda9dfe1e\";a:10:{s:4:\"hash\";s:32:\"f501e0d892e1de524e9c283eda9dfe1e\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d54558c4c0599216ffebbf014f8f293a\";a:10:{s:4:\"hash\";s:32:\"d54558c4c0599216ffebbf014f8f293a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1625112000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4bb5f3957a8d2552ad045290bb3e317\";a:10:{s:4:\"hash\";s:32:\"c4bb5f3957a8d2552ad045290bb3e317\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1625112000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ea0447c8d44cea8fed48272e179da34\";a:10:{s:4:\"hash\";s:32:\"3ea0447c8d44cea8fed48272e179da34\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1625112000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1625112000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2cc0cf6ad986c69d7e47502a56f3da12\";a:10:{s:4:\"hash\";s:32:\"2cc0cf6ad986c69d7e47502a56f3da12\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626321600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1626321600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7106ec1b78910b61a565450dfec6ce1b\";a:10:{s:4:\"hash\";s:32:\"7106ec1b78910b61a565450dfec6ce1b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626321600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626321600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6feb1e3bbf3ed929c73665e5df210dbf\";a:10:{s:4:\"hash\";s:32:\"6feb1e3bbf3ed929c73665e5df210dbf\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626321600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626321600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a7d89d0849376ae9ffb40463a3b8be3\";a:10:{s:4:\"hash\";s:32:\"9a7d89d0849376ae9ffb40463a3b8be3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626321600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1626321600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62ef2a799bb66aa7fe9efadd847d2daf\";a:10:{s:4:\"hash\";s:32:\"62ef2a799bb66aa7fe9efadd847d2daf\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626408000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1626408000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"394d59f718d9e22da6a3acd2c6ca4ad6\";a:10:{s:4:\"hash\";s:32:\"394d59f718d9e22da6a3acd2c6ca4ad6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626494400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626494400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6f8b5f9cf34fbedc4357e83d7337893\";a:10:{s:4:\"hash\";s:32:\"c6f8b5f9cf34fbedc4357e83d7337893\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626494400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626494400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"541720c2b7682a22caa988e070d301b5\";a:10:{s:4:\"hash\";s:32:\"541720c2b7682a22caa988e070d301b5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626494400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5226e6021c4f6e76f9b3a309624612e\";a:10:{s:4:\"hash\";s:32:\"c5226e6021c4f6e76f9b3a309624612e\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626580800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1626580800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"141560d55c152f84b947f0908685e8df\";a:10:{s:4:\"hash\";s:32:\"141560d55c152f84b947f0908685e8df\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626580800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1626580800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b6f2b1974e0c43e45e4ac5d3398dd5d\";a:10:{s:4:\"hash\";s:32:\"8b6f2b1974e0c43e45e4ac5d3398dd5d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626580800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626580800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"900722c6f39db0c4b5986e2dc2caf78b\";a:10:{s:4:\"hash\";s:32:\"900722c6f39db0c4b5986e2dc2caf78b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626580800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626580800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee62700820ca8eb10450c2421c584773\";a:10:{s:4:\"hash\";s:32:\"ee62700820ca8eb10450c2421c584773\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626580800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1626580800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"65bc69cecb4631076a82137bed4caf35\";a:10:{s:4:\"hash\";s:32:\"65bc69cecb4631076a82137bed4caf35\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626580800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1626580800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"16a6b8da055793c520f647d36c43f140\";a:10:{s:4:\"hash\";s:32:\"16a6b8da055793c520f647d36c43f140\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626580800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626580800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb8b49dbc9cb4ca731779b825aa7a5d7\";a:10:{s:4:\"hash\";s:32:\"fb8b49dbc9cb4ca731779b825aa7a5d7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626580800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1626580800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b36c62ea428e88c3803123de3460fe0\";a:10:{s:4:\"hash\";s:32:\"7b36c62ea428e88c3803123de3460fe0\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626667200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626667200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5741988a05a44f84988f043c56264ed\";a:10:{s:4:\"hash\";s:32:\"e5741988a05a44f84988f043c56264ed\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626667200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1626667200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f78eaef690b47bfd981cde9c20d479b5\";a:10:{s:4:\"hash\";s:32:\"f78eaef690b47bfd981cde9c20d479b5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626667200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1626667200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ca56c5232d5937d72cccc0be045f012\";a:10:{s:4:\"hash\";s:32:\"9ca56c5232d5937d72cccc0be045f012\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626667200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1626667200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e96116a334b49183b30b6df1bb8b6dd5\";a:10:{s:4:\"hash\";s:32:\"e96116a334b49183b30b6df1bb8b6dd5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1626753600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a412489d93826fd86c73275660b3dc73\";a:10:{s:4:\"hash\";s:32:\"a412489d93826fd86c73275660b3dc73\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627099200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627099200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b45bc9a933e2c91316c6df9cb422046\";a:10:{s:4:\"hash\";s:32:\"3b45bc9a933e2c91316c6df9cb422046\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627099200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627099200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b7ebade3b617a0f4d2a06a0cbdb161a\";a:10:{s:4:\"hash\";s:32:\"5b7ebade3b617a0f4d2a06a0cbdb161a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627099200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1627099200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a11b93b9dd6ea79978c4e6d5825ca47\";a:10:{s:4:\"hash\";s:32:\"8a11b93b9dd6ea79978c4e6d5825ca47\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627185600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1627185600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fdd15397cd92dbefc2cf582bee259d48\";a:10:{s:4:\"hash\";s:32:\"fdd15397cd92dbefc2cf582bee259d48\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627185600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1627185600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da238df9df40af8f992e1067ad290c13\";a:10:{s:4:\"hash\";s:32:\"da238df9df40af8f992e1067ad290c13\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627185600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627185600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"211f547b922fbe3cd5b74155a4b4ce48\";a:10:{s:4:\"hash\";s:32:\"211f547b922fbe3cd5b74155a4b4ce48\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627185600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1627185600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64df14530929e994a1535046311d7b05\";a:10:{s:4:\"hash\";s:32:\"64df14530929e994a1535046311d7b05\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627185600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627185600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ec545959b23c1edbd3388bb9302cd07\";a:10:{s:4:\"hash\";s:32:\"2ec545959b23c1edbd3388bb9302cd07\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627185600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627185600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5493b9e35e875952ed4169e2ac1008b\";a:10:{s:4:\"hash\";s:32:\"f5493b9e35e875952ed4169e2ac1008b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627185600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627185600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b9abc89075562735117efc0fda0b26e8\";a:10:{s:4:\"hash\";s:32:\"b9abc89075562735117efc0fda0b26e8\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627272000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627272000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f56466de173a287b7475cab0be7d642\";a:10:{s:4:\"hash\";s:32:\"9f56466de173a287b7475cab0be7d642\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627272000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1627272000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"401ba2c3f2c856df889a986c05c3c402\";a:10:{s:4:\"hash\";s:32:\"401ba2c3f2c856df889a986c05c3c402\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1627358400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"818b197443902fdd85ee6e2429998e0b\";a:10:{s:4:\"hash\";s:32:\"818b197443902fdd85ee6e2429998e0b\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1627358400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43ecfedf499ce4205544b3c5d43ddefc\";a:10:{s:4:\"hash\";s:32:\"43ecfedf499ce4205544b3c5d43ddefc\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c55c4ab10f7a370e22ec5aa65b47027\";a:10:{s:4:\"hash\";s:32:\"6c55c4ab10f7a370e22ec5aa65b47027\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94f6a6782ab3c43b031c2c9648fbe224\";a:10:{s:4:\"hash\";s:32:\"94f6a6782ab3c43b031c2c9648fbe224\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627358400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fca2a4daefcf508b752fe835932e80a6\";a:10:{s:4:\"hash\";s:32:\"fca2a4daefcf508b752fe835932e80a6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1627358400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"15277cf38d351200a2d29f29023cbeda\";a:10:{s:4:\"hash\";s:32:\"15277cf38d351200a2d29f29023cbeda\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627358400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68e0b963c50b8fdc1b21cb3454e23dff\";a:10:{s:4:\"hash\";s:32:\"68e0b963c50b8fdc1b21cb3454e23dff\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627358400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5254ebcd0875fa5a27a83fd246e2d5df\";a:10:{s:4:\"hash\";s:32:\"5254ebcd0875fa5a27a83fd246e2d5df\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627358400/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627358400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7257a8fa29e5f06237a953e0a4cd3a5\";a:10:{s:4:\"hash\";s:32:\"a7257a8fa29e5f06237a953e0a4cd3a5\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627704000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1627704000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c8b5a65abe1e122cf2bcc8fc69c5ddb\";a:10:{s:4:\"hash\";s:32:\"0c8b5a65abe1e122cf2bcc8fc69c5ddb\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627704000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627704000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7497d14cb11d6a30108ae8aa6eb85d5d\";a:10:{s:4:\"hash\";s:32:\"7497d14cb11d6a30108ae8aa6eb85d5d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627704000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1627704000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa914fe3e3bdd441b76eec611bc55274\";a:10:{s:4:\"hash\";s:32:\"fa914fe3e3bdd441b76eec611bc55274\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627790400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f5407e11f66510d74ee84b2b02b59ef\";a:10:{s:4:\"hash\";s:32:\"0f5407e11f66510d74ee84b2b02b59ef\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1627790400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03e56439ed60a78c900dbe0e3976c38d\";a:10:{s:4:\"hash\";s:32:\"03e56439ed60a78c900dbe0e3976c38d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1627790400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0338fc97098261e68a5cc4539609e609\";a:10:{s:4:\"hash\";s:32:\"0338fc97098261e68a5cc4539609e609\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627790400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6a582cfa44a21b1e61623d07db7a8b7\";a:10:{s:4:\"hash\";s:32:\"e6a582cfa44a21b1e61623d07db7a8b7\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1627790400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5386639ebe7fb13180943f34148f6630\";a:10:{s:4:\"hash\";s:32:\"5386639ebe7fb13180943f34148f6630\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1627790400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6e9be4229cf071edb1aeb37e73e4b87\";a:10:{s:4:\"hash\";s:32:\"a6e9be4229cf071edb1aeb37e73e4b87\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627790400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73ffdd3258718ce4a55fe98d58c78dc0\";a:10:{s:4:\"hash\";s:32:\"73ffdd3258718ce4a55fe98d58c78dc0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1627790400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0fab48748edf25a21af109d5e6eb8a8f\";a:10:{s:4:\"hash\";s:32:\"0fab48748edf25a21af109d5e6eb8a8f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627790400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b9795cd9ae607bbc0f6c7369fbfbfc9\";a:10:{s:4:\"hash\";s:32:\"8b9795cd9ae607bbc0f6c7369fbfbfc9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627790400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"406b3dc235dc86182d689fed0e4c163b\";a:10:{s:4:\"hash\";s:32:\"406b3dc235dc86182d689fed0e4c163b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627790400/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1627790400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5c34c528c5183c45035ff39b67fbdee\";a:10:{s:4:\"hash\";s:32:\"a5c34c528c5183c45035ff39b67fbdee\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1627876800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1627876800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94a52d198187dab7e2c66cc5e66b1f57\";a:10:{s:4:\"hash\";s:32:\"94a52d198187dab7e2c66cc5e66b1f57\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1630468800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1630468800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f1309fabacba415937b292747ae011a\";a:10:{s:4:\"hash\";s:32:\"7f1309fabacba415937b292747ae011a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1630468800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1630468800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a34d8cd8505c8d83ab668483b803c7cf\";a:10:{s:4:\"hash\";s:32:\"a34d8cd8505c8d83ab668483b803c7cf\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1633060800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1633060800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86970a7ce0728e0e2b29cdfd4221702f\";a:10:{s:4:\"hash\";s:32:\"86970a7ce0728e0e2b29cdfd4221702f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1633060800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1633060800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ce7ea35839a4da8e811b1738f9b1f47\";a:10:{s:4:\"hash\";s:32:\"7ce7ea35839a4da8e811b1738f9b1f47\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1633060800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1633060800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fe60e74353d14b8f59b988a24c321cd\";a:10:{s:4:\"hash\";s:32:\"6fe60e74353d14b8f59b988a24c321cd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1633060800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1633060800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a3b4e6303d77e44360d2438fe6570ee\";a:10:{s:4:\"hash\";s:32:\"5a3b4e6303d77e44360d2438fe6570ee\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1633060800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1633060800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7bf9d310280792fe8ca345ed5ec6e47\";a:10:{s:4:\"hash\";s:32:\"c7bf9d310280792fe8ca345ed5ec6e47\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1635739200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1635739200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4dfa4eef99f2550a3d26e842663614c\";a:10:{s:4:\"hash\";s:32:\"c4dfa4eef99f2550a3d26e842663614c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1635739200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1635739200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dff1db400a526f4209d9b802b019e107\";a:10:{s:4:\"hash\";s:32:\"dff1db400a526f4209d9b802b019e107\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1635739200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1635739200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9abd9102254fca45a30f6a4aa76ae252\";a:10:{s:4:\"hash\";s:32:\"9abd9102254fca45a30f6a4aa76ae252\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1635739200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1635739200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc1650313e2d56246a1a7a28cc3ae30f\";a:10:{s:4:\"hash\";s:32:\"dc1650313e2d56246a1a7a28cc3ae30f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1635739200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1635739200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eacfd80ee247105b8b4d1c4d821a268c\";a:10:{s:4:\"hash\";s:32:\"eacfd80ee247105b8b4d1c4d821a268c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1635739200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1635739200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae45ea8561d67427a4abcd0dbc86cf34\";a:10:{s:4:\"hash\";s:32:\"ae45ea8561d67427a4abcd0dbc86cf34\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1635912000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1635912000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52b98d011d26a1feba832dd8d59174d0\";a:10:{s:4:\"hash\";s:32:\"52b98d011d26a1feba832dd8d59174d0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1635998400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1635998400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b87bcad24f82110121bfb6705aede3d\";a:10:{s:4:\"hash\";s:32:\"0b87bcad24f82110121bfb6705aede3d\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636257600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1636257600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc8f568952723546f0e91eca20bd1852\";a:10:{s:4:\"hash\";s:32:\"fc8f568952723546f0e91eca20bd1852\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636257600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1636257600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8cc204451516bc390992225a6d98084a\";a:10:{s:4:\"hash\";s:32:\"8cc204451516bc390992225a6d98084a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636257600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1636257600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dcf0224ae91d56269ca9b5abcd14de23\";a:10:{s:4:\"hash\";s:32:\"dcf0224ae91d56269ca9b5abcd14de23\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636257600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1636257600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a15a67939d11aaea142bc4e9cbbe3d93\";a:10:{s:4:\"hash\";s:32:\"a15a67939d11aaea142bc4e9cbbe3d93\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636257600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1636257600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cc8ea901aa2878979fffe1f41e53f538\";a:10:{s:4:\"hash\";s:32:\"cc8ea901aa2878979fffe1f41e53f538\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636257600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1636257600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"faa65cd63112936d8c939b225243898f\";a:10:{s:4:\"hash\";s:32:\"faa65cd63112936d8c939b225243898f\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636520400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1636520400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"267028cb51e09d859ee27849cff8319c\";a:10:{s:4:\"hash\";s:32:\"267028cb51e09d859ee27849cff8319c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636606800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1636606800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd7dee22a1eee811727cfc3b8f82fc7a\";a:10:{s:4:\"hash\";s:32:\"cd7dee22a1eee811727cfc3b8f82fc7a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636606800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1636606800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43f9ac1a541d40ae6b76e70af29f1738\";a:10:{s:4:\"hash\";s:32:\"43f9ac1a541d40ae6b76e70af29f1738\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636606800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1636606800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ded6cb3123beb37e3cacf705bbf39c5\";a:10:{s:4:\"hash\";s:32:\"1ded6cb3123beb37e3cacf705bbf39c5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636606800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1636606800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bbf05c104c40b6b806d994149c291eeb\";a:10:{s:4:\"hash\";s:32:\"bbf05c104c40b6b806d994149c291eeb\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1636693200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1636693200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db5b999b18f42cdf249c26f7f35a49de\";a:10:{s:4:\"hash\";s:32:\"db5b999b18f42cdf249c26f7f35a49de\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637125200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637125200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f9c9e6aaa3fd040c266d3673ec25798\";a:10:{s:4:\"hash\";s:32:\"7f9c9e6aaa3fd040c266d3673ec25798\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637125200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637125200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4abe5be5205231f77b8acd67d3e12c11\";a:10:{s:4:\"hash\";s:32:\"4abe5be5205231f77b8acd67d3e12c11\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a08338cfe136412c6b536865025e9b85\";a:10:{s:4:\"hash\";s:32:\"a08338cfe136412c6b536865025e9b85\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637125200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637125200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a29f30276e5fb1a3bc2a577ea71d041\";a:10:{s:4:\"hash\";s:32:\"3a29f30276e5fb1a3bc2a577ea71d041\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637211600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637211600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8360bc5d03e802a1e05032b4c76327a8\";a:10:{s:4:\"hash\";s:32:\"8360bc5d03e802a1e05032b4c76327a8\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637211600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637211600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d35b9f1b0c1ff29e98a20d5a0d7a93f\";a:10:{s:4:\"hash\";s:32:\"5d35b9f1b0c1ff29e98a20d5a0d7a93f\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637211600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637211600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a568bda33764fb0cb8cdf9a354997d5\";a:10:{s:4:\"hash\";s:32:\"4a568bda33764fb0cb8cdf9a354997d5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637211600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637211600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0d1e5a83acd9d50cd51cf1fe10419d9\";a:10:{s:4:\"hash\";s:32:\"b0d1e5a83acd9d50cd51cf1fe10419d9\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637211600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637211600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"168e33453bc3cb919078d6de7c004453\";a:10:{s:4:\"hash\";s:32:\"168e33453bc3cb919078d6de7c004453\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637211600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637211600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18021f156f141efceb9fa96e5393dd50\";a:10:{s:4:\"hash\";s:32:\"18021f156f141efceb9fa96e5393dd50\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637298000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637298000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cc4e15e8b42f937d21f8bff87ab8d3c7\";a:10:{s:4:\"hash\";s:32:\"cc4e15e8b42f937d21f8bff87ab8d3c7\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637298000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637298000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02e5b0f621c3fea3af69724c8c5f110f\";a:10:{s:4:\"hash\";s:32:\"02e5b0f621c3fea3af69724c8c5f110f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637298000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637298000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5bf9e0fda3930ad579fe43d71d59053\";a:10:{s:4:\"hash\";s:32:\"d5bf9e0fda3930ad579fe43d71d59053\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637298000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637298000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b1252f0fd9aa812aa00c05e20abe18a\";a:10:{s:4:\"hash\";s:32:\"6b1252f0fd9aa812aa00c05e20abe18a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637298000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637298000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd254a0918afa1df33046feec3163936\";a:10:{s:4:\"hash\";s:32:\"cd254a0918afa1df33046feec3163936\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637298000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637298000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed1986e53940ec203d5e13e2fc9520b1\";a:10:{s:4:\"hash\";s:32:\"ed1986e53940ec203d5e13e2fc9520b1\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637298000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c8c8d453040b5ea3eedbe0243a44f1c\";a:10:{s:4:\"hash\";s:32:\"0c8c8d453040b5ea3eedbe0243a44f1c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637384400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637384400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f7fe0e154aa8cb19b17c304aab892d7\";a:10:{s:4:\"hash\";s:32:\"5f7fe0e154aa8cb19b17c304aab892d7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"562a09285bb54e519c94c06750d1c30c\";a:10:{s:4:\"hash\";s:32:\"562a09285bb54e519c94c06750d1c30c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637384400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637384400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a6db8886292e454d803384d9279c4ac\";a:10:{s:4:\"hash\";s:32:\"5a6db8886292e454d803384d9279c4ac\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637384400/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637384400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c3c3cc7ba465913e8d9e5504a83c931\";a:10:{s:4:\"hash\";s:32:\"9c3c3cc7ba465913e8d9e5504a83c931\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637384400/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637384400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7de905e99ed1bea39e0cafb51bdce84\";a:10:{s:4:\"hash\";s:32:\"a7de905e99ed1bea39e0cafb51bdce84\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637384400/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637384400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c17eeb2da9f0c5828b9b9f00668aa71\";a:10:{s:4:\"hash\";s:32:\"1c17eeb2da9f0c5828b9b9f00668aa71\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637470800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637470800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85a177678a376dd2c0c918c696cd5da7\";a:10:{s:4:\"hash\";s:32:\"85a177678a376dd2c0c918c696cd5da7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637470800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637470800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb862db6e0c2fdb98ef96fcdbd288b9a\";a:10:{s:4:\"hash\";s:32:\"fb862db6e0c2fdb98ef96fcdbd288b9a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637470800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637470800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"319a2cfb87ca9ab79bb3446a9993dc8b\";a:10:{s:4:\"hash\";s:32:\"319a2cfb87ca9ab79bb3446a9993dc8b\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637557200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1637557200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5fc79c0161ec548881174e84051c348\";a:10:{s:4:\"hash\";s:32:\"c5fc79c0161ec548881174e84051c348\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637557200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637557200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1206edfee610985b6727b53b7a07377\";a:10:{s:4:\"hash\";s:32:\"a1206edfee610985b6727b53b7a07377\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e95d5cae8075f7b64eeaeabd6223d1ca\";a:10:{s:4:\"hash\";s:32:\"e95d5cae8075f7b64eeaeabd6223d1ca\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637557200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637557200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"507dff71557de4b99ad624b6f8f7830b\";a:10:{s:4:\"hash\";s:32:\"507dff71557de4b99ad624b6f8f7830b\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637557200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637557200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17ede38ceeb0aaedb3cb078c7b4beb07\";a:10:{s:4:\"hash\";s:32:\"17ede38ceeb0aaedb3cb078c7b4beb07\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637730000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637730000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5bc34d38eea8b3298f91a3a7b6fd276\";a:10:{s:4:\"hash\";s:32:\"e5bc34d38eea8b3298f91a3a7b6fd276\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637816400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637816400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc0946f2d643a6e5102c7bf8e69e95d8\";a:10:{s:4:\"hash\";s:32:\"fc0946f2d643a6e5102c7bf8e69e95d8\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637816400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637816400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cb8995f2d19daa0adb364b2889eb25a\";a:10:{s:4:\"hash\";s:32:\"6cb8995f2d19daa0adb364b2889eb25a\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"479b45fcddf920ef464d28f080105062\";a:10:{s:4:\"hash\";s:32:\"479b45fcddf920ef464d28f080105062\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637816400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8dc0d8493d5dc60c05cea29db3fd15d\";a:10:{s:4:\"hash\";s:32:\"f8dc0d8493d5dc60c05cea29db3fd15d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637902800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637902800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"376f87a7dc314e771195e612d7000cdb\";a:10:{s:4:\"hash\";s:32:\"376f87a7dc314e771195e612d7000cdb\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637989200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637989200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5306fd665aea00d32305d425dd41d9c8\";a:10:{s:4:\"hash\";s:32:\"5306fd665aea00d32305d425dd41d9c8\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637989200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637989200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19f637242cfefff6d926a4f0ac1dfac5\";a:10:{s:4:\"hash\";s:32:\"19f637242cfefff6d926a4f0ac1dfac5\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637989200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637989200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e00092c9698be762f5cb8a53fb3e008d\";a:10:{s:4:\"hash\";s:32:\"e00092c9698be762f5cb8a53fb3e008d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637989200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1637989200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2afd802d4c4fe1882533142a51c16309\";a:10:{s:4:\"hash\";s:32:\"2afd802d4c4fe1882533142a51c16309\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24517d25da494b04745ed43402a1a4a5\";a:10:{s:4:\"hash\";s:32:\"24517d25da494b04745ed43402a1a4a5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1637989200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66480f5ecbb26f013a91a77c68c505cd\";a:10:{s:4:\"hash\";s:32:\"66480f5ecbb26f013a91a77c68c505cd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638075600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1638075600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5706ae36678faba4c40ee9b1658bd331\";a:10:{s:4:\"hash\";s:32:\"5706ae36678faba4c40ee9b1658bd331\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638075600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1638075600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b585487cf825a7930b7c95bab279722d\";a:10:{s:4:\"hash\";s:32:\"b585487cf825a7930b7c95bab279722d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638075600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1638075600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c328914d1521d4b642f8f79e592c0c0\";a:10:{s:4:\"hash\";s:32:\"4c328914d1521d4b642f8f79e592c0c0\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638162000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1638162000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d120b23dc781299c98eb7d3bbf1de796\";a:10:{s:4:\"hash\";s:32:\"d120b23dc781299c98eb7d3bbf1de796\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638162000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1638162000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a433a16a1b60aa65f198422a35170b7\";a:10:{s:4:\"hash\";s:32:\"5a433a16a1b60aa65f198422a35170b7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638248400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa76824341283953447009c3d1bd2493\";a:10:{s:4:\"hash\";s:32:\"fa76824341283953447009c3d1bd2493\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638248400/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1638248400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fb99272c225af6045cfd45c704201ce\";a:10:{s:4:\"hash\";s:32:\"3fb99272c225af6045cfd45c704201ce\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638248400/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1638248400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71c70c332b2ac11f622410bb74ec2514\";a:10:{s:4:\"hash\";s:32:\"71c70c332b2ac11f622410bb74ec2514\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638248400/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1638248400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"906e5af2964b36051eaac62b6f9dfb7a\";a:10:{s:4:\"hash\";s:32:\"906e5af2964b36051eaac62b6f9dfb7a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638334800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1638334800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"147a3387844540ebfcdc5aa7dc6cffc7\";a:10:{s:4:\"hash\";s:32:\"147a3387844540ebfcdc5aa7dc6cffc7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638334800/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1638334800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44b2b9f9bc4af719f498a4e29c9e8568\";a:10:{s:4:\"hash\";s:32:\"44b2b9f9bc4af719f498a4e29c9e8568\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638334800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1638334800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4fcc63793015063adee18ed331a241ec\";a:10:{s:4:\"hash\";s:32:\"4fcc63793015063adee18ed331a241ec\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638334800/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1638334800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7bd779da137c5368bf4b8fb40871ba17\";a:10:{s:4:\"hash\";s:32:\"7bd779da137c5368bf4b8fb40871ba17\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638334800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1638334800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f600bf641573278c07c74c54279bc94a\";a:10:{s:4:\"hash\";s:32:\"f600bf641573278c07c74c54279bc94a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1638594000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1638594000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0d44635d48faf5f06836f7033b46c342\";a:10:{s:4:\"hash\";s:32:\"0d44635d48faf5f06836f7033b46c342\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1641013200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1641013200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a4b45b39ad03d8a898cb0b5ec40b1ca9\";a:10:{s:4:\"hash\";s:32:\"a4b45b39ad03d8a898cb0b5ec40b1ca9\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1643691600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1643691600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11a3285ab1eeecb125ff47da5c693bcd\";a:10:{s:4:\"hash\";s:32:\"11a3285ab1eeecb125ff47da5c693bcd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1643691600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1643691600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0a2cd414a3d8fc751b688c2d559ff19\";a:10:{s:4:\"hash\";s:32:\"c0a2cd414a3d8fc751b688c2d559ff19\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1643691600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1643691600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6bfb66035081011b2636770577fc187\";a:10:{s:4:\"hash\";s:32:\"e6bfb66035081011b2636770577fc187\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1643691600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1643691600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fa8acd71d1a39c7283023c8e424c9cd\";a:10:{s:4:\"hash\";s:32:\"3fa8acd71d1a39c7283023c8e424c9cd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1643691600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1643691600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"214c6cbd7e4d44d1d8b0e52e88567e9d\";a:10:{s:4:\"hash\";s:32:\"214c6cbd7e4d44d1d8b0e52e88567e9d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1643691600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1643691600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"306bfaf1619b414b4d9be80e54c6705c\";a:10:{s:4:\"hash\";s:32:\"306bfaf1619b414b4d9be80e54c6705c\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1646110800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1646110800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4343968b752b1c16911bd3adb065980\";a:10:{s:4:\"hash\";s:32:\"c4343968b752b1c16911bd3adb065980\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1648785600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1648785600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"513d5fe7d5447668e0303d5ad4b5ed6f\";a:10:{s:4:\"hash\";s:32:\"513d5fe7d5447668e0303d5ad4b5ed6f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1651377600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1651377600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02a72262c466b0b49873a8beb4ea22ce\";a:10:{s:4:\"hash\";s:32:\"02a72262c466b0b49873a8beb4ea22ce\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1651377600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1651377600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93a35483369b8801849c8cdef72a9ae0\";a:10:{s:4:\"hash\";s:32:\"93a35483369b8801849c8cdef72a9ae0\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1651377600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1651377600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5008d380352bae6918017f00c4561018\";a:10:{s:4:\"hash\";s:32:\"5008d380352bae6918017f00c4561018\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1651377600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1651377600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee7314cd760637d0546151f4696ffc70\";a:10:{s:4:\"hash\";s:32:\"ee7314cd760637d0546151f4696ffc70\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1651377600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1651377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c38db7b3823596bf233796305225c190\";a:10:{s:4:\"hash\";s:32:\"c38db7b3823596bf233796305225c190\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1651377600/request_format~json/cat_ids~87/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1651377600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1bfb4b1b4964acda1ae3cbae900b604\";a:10:{s:4:\"hash\";s:32:\"d1bfb4b1b4964acda1ae3cbae900b604\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1651377600/request_format~json/cat_ids~88/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1651377600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bad73e61eecd206766f23705efe9dd65\";a:10:{s:4:\"hash\";s:32:\"bad73e61eecd206766f23705efe9dd65\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1651377600/request_format~json/cat_ids~89/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1651377600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ffe813c07bcb937176945accd1499685\";a:10:{s:4:\"hash\";s:32:\"ffe813c07bcb937176945accd1499685\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1654056000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cbe279f64fdf0b0300a3ba803d3d3534\";a:10:{s:4:\"hash\";s:32:\"cbe279f64fdf0b0300a3ba803d3d3534\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1654056000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"144f8d8e9c93bf8d69e5b6611abce119\";a:10:{s:4:\"hash\";s:32:\"144f8d8e9c93bf8d69e5b6611abce119\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1654056000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5ad447086f31606cd1d0c1117cd0a85\";a:10:{s:4:\"hash\";s:32:\"b5ad447086f31606cd1d0c1117cd0a85\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1654056000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd31e4d9ed8018f4895dc0ccaee3d12f\";a:10:{s:4:\"hash\";s:32:\"cd31e4d9ed8018f4895dc0ccaee3d12f\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1654056000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51ad91b67e6c7d3f38544474f39c7495\";a:10:{s:4:\"hash\";s:32:\"51ad91b67e6c7d3f38544474f39c7495\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1654056000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b56c7710197b8e42e4ce555bada688f9\";a:10:{s:4:\"hash\";s:32:\"b56c7710197b8e42e4ce555bada688f9\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1654056000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a99b40a32b8efecf74b2d190a2b1e576\";a:10:{s:4:\"hash\";s:32:\"a99b40a32b8efecf74b2d190a2b1e576\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1654056000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ec0be4f329fad7f685b1cc009601848\";a:10:{s:4:\"hash\";s:32:\"3ec0be4f329fad7f685b1cc009601848\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1654056000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1654056000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b9680164aaf1f44fc796eca978b399e\";a:10:{s:4:\"hash\";s:32:\"7b9680164aaf1f44fc796eca978b399e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1656648000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1656648000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12eb37dfeb6212e5822da4f1704a7d31\";a:10:{s:4:\"hash\";s:32:\"12eb37dfeb6212e5822da4f1704a7d31\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1656648000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/exact_date~1656648000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d36b7d9ebed34a3346b9bf6dbc41531e\";a:10:{s:4:\"hash\";s:32:\"d36b7d9ebed34a3346b9bf6dbc41531e\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1656648000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1656648000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f4127d0f0f1155f568b2d76240d08940\";a:10:{s:4:\"hash\";s:32:\"f4127d0f0f1155f568b2d76240d08940\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1656648000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1656648000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"996114da990c52f8cbe1b8c207ada3c5\";a:10:{s:4:\"hash\";s:32:\"996114da990c52f8cbe1b8c207ada3c5\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1656648000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1656648000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9847663c6e2e906a280d0b157306dead\";a:10:{s:4:\"hash\";s:32:\"9847663c6e2e906a280d0b157306dead\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1656648000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1656648000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b789a07cbf62b976cd80e29f1d9da7e\";a:10:{s:4:\"hash\";s:32:\"8b789a07cbf62b976cd80e29f1d9da7e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1656648000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1656648000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"943e438580e0024fc637b3436be85999\";a:10:{s:4:\"hash\";s:32:\"943e438580e0024fc637b3436be85999\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1659326400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1659326400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ae57da9a35a136266d70139d0e43e18\";a:10:{s:4:\"hash\";s:32:\"5ae57da9a35a136266d70139d0e43e18\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1659326400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1659326400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e8354b03416a90e0a87bf9dc2be6bd0\";a:10:{s:4:\"hash\";s:32:\"3e8354b03416a90e0a87bf9dc2be6bd0\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1667275200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1667275200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8121ce8643eb25be1775de48a9596e11\";a:10:{s:4:\"hash\";s:32:\"8121ce8643eb25be1775de48a9596e11\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1667275200/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1667275200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"389393907c09c3dc2d84894a98796e5d\";a:10:{s:4:\"hash\";s:32:\"389393907c09c3dc2d84894a98796e5d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1667275200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1667275200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"419e0853caa6137df87a730e67a12e1d\";a:10:{s:4:\"hash\";s:32:\"419e0853caa6137df87a730e67a12e1d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1667275200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/exact_date~1667275200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ebd90dcbfc0e0b89ced818a1997f653b\";a:10:{s:4:\"hash\";s:32:\"ebd90dcbfc0e0b89ced818a1997f653b\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1667275200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1667275200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5d03a942ee6bf5a43e79820b3f68bfe\";a:10:{s:4:\"hash\";s:32:\"c5d03a942ee6bf5a43e79820b3f68bfe\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1682913600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/exact_date~1682913600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6acdd57124a477c6c49781a7f87e643d\";a:10:{s:4:\"hash\";s:32:\"6acdd57124a477c6c49781a7f87e643d\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/exact_date~1685592000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/exact_date~1685592000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3045c7e6ce79d9226bfbb4e4b86b3421\";a:10:{s:4:\"hash\";s:32:\"3045c7e6ce79d9226bfbb4e4b86b3421\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~-1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:89:\"/events/action~month/page_offset~-1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"528f9bbce005206be24a5674b8d472dc\";a:10:{s:4:\"hash\";s:32:\"528f9bbce005206be24a5674b8d472dc\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~-1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~month/page_offset~-1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f88cb80b1a287e23fb4cd075036c09d5\";a:10:{s:4:\"hash\";s:32:\"f88cb80b1a287e23fb4cd075036c09d5\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~-1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:92:\"/events/action~month/page_offset~-1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ae32a2de261f9b907e48cf37ff9b29c\";a:10:{s:4:\"hash\";s:32:\"7ae32a2de261f9b907e48cf37ff9b29c\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~-1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~month/page_offset~-1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"266b09079f2d3b045f13298a164a537d\";a:10:{s:4:\"hash\";s:32:\"266b09079f2d3b045f13298a164a537d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~-1/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~month/page_offset~-1/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75281f5bda22502c24f099fc0c3f73c2\";a:10:{s:4:\"hash\";s:32:\"75281f5bda22502c24f099fc0c3f73c2\";s:3:\"url\";s:145:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:91:\"/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bcd971c212933c2729feb9526bca288c\";a:10:{s:4:\"hash\";s:32:\"bcd971c212933c2729feb9526bca288c\";s:3:\"url\";s:142:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:88:\"/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ea78748da360b966fcb6eedc6220329\";a:10:{s:4:\"hash\";s:32:\"9ea78748da360b966fcb6eedc6220329\";s:3:\"url\";s:145:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:91:\"/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e6d46c0d6cdfb6b8e6d246a1cf685c2\";a:10:{s:4:\"hash\";s:32:\"5e6d46c0d6cdfb6b8e6d246a1cf685c2\";s:3:\"url\";s:148:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:94:\"/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0043e2361e02a3b9e4966fe0c48bc021\";a:10:{s:4:\"hash\";s:32:\"0043e2361e02a3b9e4966fe0c48bc021\";s:3:\"url\";s:145:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:91:\"/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"41112d9f6ce08f3e49474b092763a818\";a:10:{s:4:\"hash\";s:32:\"41112d9f6ce08f3e49474b092763a818\";s:3:\"url\";s:142:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:88:\"/events/action~month/page_offset~1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01dc5e3ee8313b23b265048d5f388c43\";a:10:{s:4:\"hash\";s:32:\"01dc5e3ee8313b23b265048d5f388c43\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/page_offset~1/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/page_offset~1/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c06ff789d2821a46e5b9a2feb5670cd\";a:10:{s:4:\"hash\";s:32:\"2c06ff789d2821a46e5b9a2feb5670cd\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1557201600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"854119006671c474345e6679c8967918\";a:10:{s:4:\"hash\";s:32:\"854119006671c474345e6679c8967918\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1558411200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2cb7deae1af5ba9b8346e6212135fc5\";a:10:{s:4:\"hash\";s:32:\"d2cb7deae1af5ba9b8346e6212135fc5\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1558497600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d6e78652383ccb1501bf2ca31b80ba9\";a:10:{s:4:\"hash\";s:32:\"7d6e78652383ccb1501bf2ca31b80ba9\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1558929600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3f587243bdd81bf9354943f475acfe7\";a:10:{s:4:\"hash\";s:32:\"a3f587243bdd81bf9354943f475acfe7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db27302bf13ce29396138dcc977079c3\";a:10:{s:4:\"hash\";s:32:\"db27302bf13ce29396138dcc977079c3\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1559707200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74d5b93e161022d7470e623368b834da\";a:10:{s:4:\"hash\";s:32:\"74d5b93e161022d7470e623368b834da\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b5b35d9aceaf7696e4245d0251952f3\";a:10:{s:4:\"hash\";s:32:\"6b5b35d9aceaf7696e4245d0251952f3\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3722f28a69ecb66ecc8d9f6fc317ae45\";a:10:{s:4:\"hash\";s:32:\"3722f28a69ecb66ecc8d9f6fc317ae45\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1560312000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26201ec74b383a279974862141f1de05\";a:10:{s:4:\"hash\";s:32:\"26201ec74b383a279974862141f1de05\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ccde03e746ce4065f07290ddb8b81ead\";a:10:{s:4:\"hash\";s:32:\"ccde03e746ce4065f07290ddb8b81ead\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cfefed39e6b04acd040110137e1c5b6\";a:10:{s:4:\"hash\";s:32:\"5cfefed39e6b04acd040110137e1c5b6\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ad0a240962f6278a29db3ac9e3492fd\";a:10:{s:4:\"hash\";s:32:\"3ad0a240962f6278a29db3ac9e3492fd\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7993d76e5e5f44fdcb08a09f3e533337\";a:10:{s:4:\"hash\";s:32:\"7993d76e5e5f44fdcb08a09f3e533337\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1590379200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e430d00a26aafff95cbc648a3e93b34e\";a:10:{s:4:\"hash\";s:32:\"e430d00a26aafff95cbc648a3e93b34e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1590552000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3b402254834940f36832e60dd67a31e\";a:10:{s:4:\"hash\";s:32:\"e3b402254834940f36832e60dd67a31e\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e8114ff0d5412d90866eb3f38a7701c\";a:10:{s:4:\"hash\";s:32:\"0e8114ff0d5412d90866eb3f38a7701c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f04d52c9d3eef2f9968a016f4627b970\";a:10:{s:4:\"hash\";s:32:\"f04d52c9d3eef2f9968a016f4627b970\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2652d783853c26dc82487710111603fc\";a:10:{s:4:\"hash\";s:32:\"2652d783853c26dc82487710111603fc\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1590984000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0cb82db33e3b92b87627186f7b75b51\";a:10:{s:4:\"hash\";s:32:\"d0cb82db33e3b92b87627186f7b75b51\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8db9b2982508848b4185f85f8d573ddd\";a:10:{s:4:\"hash\";s:32:\"8db9b2982508848b4185f85f8d573ddd\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3dabbd139f83e859f0474d59e43d079\";a:10:{s:4:\"hash\";s:32:\"a3dabbd139f83e859f0474d59e43d079\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1592020800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fa55f06e1e8b67a28bc630473ec8292\";a:10:{s:4:\"hash\";s:32:\"1fa55f06e1e8b67a28bc630473ec8292\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1592107200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"05b4df0855b1366480a5d4ad8560fbe7\";a:10:{s:4:\"hash\";s:32:\"05b4df0855b1366480a5d4ad8560fbe7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1593576000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47b3d83529e6463274ff977ac3ea02de\";a:10:{s:4:\"hash\";s:32:\"47b3d83529e6463274ff977ac3ea02de\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0874b2e3a0753544cb00d2e1b8c691fc\";a:10:{s:4:\"hash\";s:32:\"0874b2e3a0753544cb00d2e1b8c691fc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"390873d81c16489c08568d8ec15a44a6\";a:10:{s:4:\"hash\";s:32:\"390873d81c16489c08568d8ec15a44a6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1594612800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ccbf7b2a3d4fdcd3e661eb1386460b3\";a:10:{s:4:\"hash\";s:32:\"9ccbf7b2a3d4fdcd3e661eb1386460b3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cdc130493e5c9a4a61d10de8843385db\";a:10:{s:4:\"hash\";s:32:\"cdc130493e5c9a4a61d10de8843385db\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1594958400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"666b2517682d582ab95436ef29ec9198\";a:10:{s:4:\"hash\";s:32:\"666b2517682d582ab95436ef29ec9198\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1595131200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76a6c2c736577c9cd6733242789e402f\";a:10:{s:4:\"hash\";s:32:\"76a6c2c736577c9cd6733242789e402f\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1595908800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"312c8b324f95d6db9eaae9bbcaa2d927\";a:10:{s:4:\"hash\";s:32:\"312c8b324f95d6db9eaae9bbcaa2d927\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1596254400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"284ed58f233b5ebf12d6d73d4f42e96c\";a:10:{s:4:\"hash\";s:32:\"284ed58f233b5ebf12d6d73d4f42e96c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1596859200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43e9c7b62e1340a5675e1a3ea7777f42\";a:10:{s:4:\"hash\";s:32:\"43e9c7b62e1340a5675e1a3ea7777f42\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1597032000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"091f4919df73bb7becf5892d2cdd12e4\";a:10:{s:4:\"hash\";s:32:\"091f4919df73bb7becf5892d2cdd12e4\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1597377600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c6bda8406fbb27d013db8e895007944\";a:10:{s:4:\"hash\";s:32:\"8c6bda8406fbb27d013db8e895007944\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe761a15cb65def35c87a627dbe6c105\";a:10:{s:4:\"hash\";s:32:\"fe761a15cb65def35c87a627dbe6c105\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1605070800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b83113fc95c485a8e239f92ba7b98f0\";a:10:{s:4:\"hash\";s:32:\"7b83113fc95c485a8e239f92ba7b98f0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1605243600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bfbf4b31abbb64f5c94c9e5c7616ae1b\";a:10:{s:4:\"hash\";s:32:\"bfbf4b31abbb64f5c94c9e5c7616ae1b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c3dc8398bbdcca6730963dbd12ecdf3\";a:10:{s:4:\"hash\";s:32:\"3c3dc8398bbdcca6730963dbd12ecdf3\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5e54bcf40d9e8f61bb86775d405d9ee\";a:10:{s:4:\"hash\";s:32:\"c5e54bcf40d9e8f61bb86775d405d9ee\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f77531db4dcfbdf950862a8959adeaf\";a:10:{s:4:\"hash\";s:32:\"7f77531db4dcfbdf950862a8959adeaf\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94f585ee07b29c942f2d2a1e9c3a7ced\";a:10:{s:4:\"hash\";s:32:\"94f585ee07b29c942f2d2a1e9c3a7ced\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff3c3844358c97a898be739266af27be\";a:10:{s:4:\"hash\";s:32:\"ff3c3844358c97a898be739266af27be\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3812a4fdde5d3f460b1793b07027c22\";a:10:{s:4:\"hash\";s:32:\"c3812a4fdde5d3f460b1793b07027c22\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5128ff4b2a933a1a95466ee3544b7d1\";a:10:{s:4:\"hash\";s:32:\"b5128ff4b2a933a1a95466ee3544b7d1\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3079b241bb8f148233fe4a01257c9384\";a:10:{s:4:\"hash\";s:32:\"3079b241bb8f148233fe4a01257c9384\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb21c7b0b352a3c86d18de43569ec872\";a:10:{s:4:\"hash\";s:32:\"cb21c7b0b352a3c86d18de43569ec872\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e51863555a5e561f5d72f9a0714c442\";a:10:{s:4:\"hash\";s:32:\"1e51863555a5e561f5d72f9a0714c442\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"684a00dd70c66a7edcf58357aa0829b7\";a:10:{s:4:\"hash\";s:32:\"684a00dd70c66a7edcf58357aa0829b7\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d22ef776c88a793214ff277d718561cc\";a:10:{s:4:\"hash\";s:32:\"d22ef776c88a793214ff277d718561cc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50414621395052f1b366ba8f873b8ec4\";a:10:{s:4:\"hash\";s:32:\"50414621395052f1b366ba8f873b8ec4\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0d9ba68a269f1337e9621b608f44bcc\";a:10:{s:4:\"hash\";s:32:\"c0d9ba68a269f1337e9621b608f44bcc\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d6fc52daca98733074a5e735fb2d4a80\";a:10:{s:4:\"hash\";s:32:\"d6fc52daca98733074a5e735fb2d4a80\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54aacb55c50d4b90ea2ba4ab69549077\";a:10:{s:4:\"hash\";s:32:\"54aacb55c50d4b90ea2ba4ab69549077\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1612760400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ddd5a1ebaa2c0a4afb30ccc21bdfa468\";a:10:{s:4:\"hash\";s:32:\"ddd5a1ebaa2c0a4afb30ccc21bdfa468\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1619323200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23a72dd9345b0138fc145a4e4eace019\";a:10:{s:4:\"hash\";s:32:\"23a72dd9345b0138fc145a4e4eace019\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c8f477fcda4f296602dd5a04571b98c\";a:10:{s:4:\"hash\";s:32:\"6c8f477fcda4f296602dd5a04571b98c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1619841600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e858b4bcd090bb1dc90f5b1d55811829\";a:10:{s:4:\"hash\";s:32:\"e858b4bcd090bb1dc90f5b1d55811829\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1620532800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63a7f6989155eef0947c40d94c4514a0\";a:10:{s:4:\"hash\";s:32:\"63a7f6989155eef0947c40d94c4514a0\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1620705600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab4131de428fc0bb0eeea6ead1efcdc6\";a:10:{s:4:\"hash\";s:32:\"ab4131de428fc0bb0eeea6ead1efcdc6\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1620964800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb07ac8835711c2fbf8e300162df05ef\";a:10:{s:4:\"hash\";s:32:\"cb07ac8835711c2fbf8e300162df05ef\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1621051200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf50fe096b829c2e49c33b72b64c9b1c\";a:10:{s:4:\"hash\";s:32:\"cf50fe096b829c2e49c33b72b64c9b1c\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1623211200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d158b0726fcf11c4a14332f6dc55c6c\";a:10:{s:4:\"hash\";s:32:\"7d158b0726fcf11c4a14332f6dc55c6c\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8950c7908b6fc0e86bed646add57e38d\";a:10:{s:4:\"hash\";s:32:\"8950c7908b6fc0e86bed646add57e38d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1623384000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54181873a52e2023b13f3cda4df38e4d\";a:10:{s:4:\"hash\";s:32:\"54181873a52e2023b13f3cda4df38e4d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1623643200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1aef2504d4225efecb35fa64cdc8a4f2\";a:10:{s:4:\"hash\";s:32:\"1aef2504d4225efecb35fa64cdc8a4f2\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1623729600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"240818ee64d8736dc6b46a900c6b33f7\";a:10:{s:4:\"hash\";s:32:\"240818ee64d8736dc6b46a900c6b33f7\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"749e123a82bc799aa9e70862b8216d28\";a:10:{s:4:\"hash\";s:32:\"749e123a82bc799aa9e70862b8216d28\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e53295a9443117a938640ef207ac4242\";a:10:{s:4:\"hash\";s:32:\"e53295a9443117a938640ef207ac4242\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1623988800/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59e5a28e694ca0f3a5772b8e4fc1e02d\";a:10:{s:4:\"hash\";s:32:\"59e5a28e694ca0f3a5772b8e4fc1e02d\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1624075200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55e1a22e0c0eaced02fda0606985a019\";a:10:{s:4:\"hash\";s:32:\"55e1a22e0c0eaced02fda0606985a019\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:80:\"/events/action~month/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02a2bd94d9ad8fecc06ec4847b327fd5\";a:10:{s:4:\"hash\";s:32:\"02a2bd94d9ad8fecc06ec4847b327fd5\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34dbfe6dc8e2fca43b2ef3bb6f587988\";a:10:{s:4:\"hash\";s:32:\"34dbfe6dc8e2fca43b2ef3bb6f587988\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1626494400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09b296c533737d6c290412457b7d601f\";a:10:{s:4:\"hash\";s:32:\"09b296c533737d6c290412457b7d601f\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1626753600/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f4386fe92d7c7c0a82fe33c7d07dcffb\";a:10:{s:4:\"hash\";s:32:\"f4386fe92d7c7c0a82fe33c7d07dcffb\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:77:\"/events/action~month/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a3eb78eeabbd2be8cfa757b5089ba17\";a:10:{s:4:\"hash\";s:32:\"4a3eb78eeabbd2be8cfa757b5089ba17\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e86d277a07ce8e4509d3498be85a226d\";a:10:{s:4:\"hash\";s:32:\"e86d277a07ce8e4509d3498be85a226d\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f4800120e3ddc2b85cff45ee8306c28\";a:10:{s:4:\"hash\";s:32:\"8f4800120e3ddc2b85cff45ee8306c28\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1637298000/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae0a618e284b224ca09ebe5b1c841447\";a:10:{s:4:\"hash\";s:32:\"ae0a618e284b224ca09ebe5b1c841447\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b731992b03a8043cd33b6a5fb49ed81\";a:10:{s:4:\"hash\";s:32:\"9b731992b03a8043cd33b6a5fb49ed81\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"592e04e496686b6e1bdd261bb06bff6b\";a:10:{s:4:\"hash\";s:32:\"592e04e496686b6e1bdd261bb06bff6b\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"969001912618a42ee157c6ed14a1bb94\";a:10:{s:4:\"hash\";s:32:\"969001912618a42ee157c6ed14a1bb94\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1637816400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"424e7899a2f8c8fb52dd9d0f16fb61f2\";a:10:{s:4:\"hash\";s:32:\"424e7899a2f8c8fb52dd9d0f16fb61f2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:74:\"/events/action~month/time_limit~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea8547a6d365da6b7f35ec7248eade48\";a:10:{s:4:\"hash\";s:32:\"ea8547a6d365da6b7f35ec7248eade48\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1637989200/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0e1416e62694830d6d973d538e21ba7\";a:10:{s:4:\"hash\";s:32:\"c0e1416e62694830d6d973d538e21ba7\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~month/time_limit~1638248400/request_format~json/\";s:4:\"path\";s:63:\"/events/action~month/time_limit~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b34b72da26ff807be99b0a98542962e3\";a:10:{s:4:\"hash\";s:32:\"b34b72da26ff807be99b0a98542962e3\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-1-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"930ebdb81dad61ceac486bc5152c7fc4\";a:10:{s:4:\"hash\";s:32:\"930ebdb81dad61ceac486bc5152c7fc4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-10-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-10-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2236071dad295e19c0792cdde484e51\";a:10:{s:4:\"hash\";s:32:\"e2236071dad295e19c0792cdde484e51\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-11-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-11-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e7bb7a45f3f7e6cc1b95b61c21fc781c\";a:10:{s:4:\"hash\";s:32:\"e7bb7a45f3f7e6cc1b95b61c21fc781c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-12-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-12-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0e716370bdd75e5b559f88bc21f2e2f\";a:10:{s:4:\"hash\";s:32:\"f0e716370bdd75e5b559f88bc21f2e2f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-13-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-13-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4f2d2a388f13f733f34837129678342\";a:10:{s:4:\"hash\";s:32:\"c4f2d2a388f13f733f34837129678342\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-14-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-14-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6a4fee270a935477c28ddbb39f4192a\";a:10:{s:4:\"hash\";s:32:\"a6a4fee270a935477c28ddbb39f4192a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-15-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-15-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4480ab39225e48ed1dc079e3990c3f6e\";a:10:{s:4:\"hash\";s:32:\"4480ab39225e48ed1dc079e3990c3f6e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-16-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-16-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6b602a700f3e6f7e14d32fe9a4c6cef\";a:10:{s:4:\"hash\";s:32:\"a6b602a700f3e6f7e14d32fe9a4c6cef\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-17-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c4a9ee90af5b57cbd79187d2fa053b4\";a:10:{s:4:\"hash\";s:32:\"0c4a9ee90af5b57cbd79187d2fa053b4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-18-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"796b690d9e4f4922ed3d49bec7ba44c9\";a:10:{s:4:\"hash\";s:32:\"796b690d9e4f4922ed3d49bec7ba44c9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-19-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77224adf484d57bf5b7455c522c6f9c3\";a:10:{s:4:\"hash\";s:32:\"77224adf484d57bf5b7455c522c6f9c3\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-2-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b29d9c845d048cfcbe390de9ba896bb2\";a:10:{s:4:\"hash\";s:32:\"b29d9c845d048cfcbe390de9ba896bb2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-20-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6eab34958512b731bf4e9e2a1c3e422a\";a:10:{s:4:\"hash\";s:32:\"6eab34958512b731bf4e9e2a1c3e422a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-21-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf1a0b5f225eb369f54d8c5423cb0274\";a:10:{s:4:\"hash\";s:32:\"bf1a0b5f225eb369f54d8c5423cb0274\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-22-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1248dd0a8db76ee6888c5c82b42ec6d3\";a:10:{s:4:\"hash\";s:32:\"1248dd0a8db76ee6888c5c82b42ec6d3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-23-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31b09a68140e7d8e13060843dea83b42\";a:10:{s:4:\"hash\";s:32:\"31b09a68140e7d8e13060843dea83b42\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-24-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ba350098a4a0d4f1508edc7554834dc\";a:10:{s:4:\"hash\";s:32:\"4ba350098a4a0d4f1508edc7554834dc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5170dce9bea8848bd056ade10a0fd3a1\";a:10:{s:4:\"hash\";s:32:\"5170dce9bea8848bd056ade10a0fd3a1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-25-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98aeb7b3769202f1c7dd1e0dcfd67060\";a:10:{s:4:\"hash\";s:32:\"98aeb7b3769202f1c7dd1e0dcfd67060\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-26-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6532fdfede59384909d04a7a6270244d\";a:10:{s:4:\"hash\";s:32:\"6532fdfede59384909d04a7a6270244d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-27-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f1a8cc83dc91006011e92a096a98edc\";a:10:{s:4:\"hash\";s:32:\"7f1a8cc83dc91006011e92a096a98edc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-28-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5da4a48bc44df95089d588bad7b25313\";a:10:{s:4:\"hash\";s:32:\"5da4a48bc44df95089d588bad7b25313\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-28-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-28-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51eada9befd2eaed992a8910dcef6372\";a:10:{s:4:\"hash\";s:32:\"51eada9befd2eaed992a8910dcef6372\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-29-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-29-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d401c3c781dafde1704f66f48e3f9d3e\";a:10:{s:4:\"hash\";s:32:\"d401c3c781dafde1704f66f48e3f9d3e\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-3-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a508b6c3338eb5c9617596b07ac352e\";a:10:{s:4:\"hash\";s:32:\"9a508b6c3338eb5c9617596b07ac352e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-30-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-30-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a065fd5540ad8134e1980646b4a5ca2\";a:10:{s:4:\"hash\";s:32:\"9a065fd5540ad8134e1980646b4a5ca2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-31-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~1-31-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a94e81f26b109cd8b1e790f4d2a8c2f\";a:10:{s:4:\"hash\";s:32:\"7a94e81f26b109cd8b1e790f4d2a8c2f\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-4-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c28a325a2a491fe42a18011606d656f\";a:10:{s:4:\"hash\";s:32:\"4c28a325a2a491fe42a18011606d656f\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-5-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-5-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2b54a4db3d35a003bf6f52e0ea19237\";a:10:{s:4:\"hash\";s:32:\"c2b54a4db3d35a003bf6f52e0ea19237\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-6-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-6-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"959c74a91bbdf495949263b632366fbf\";a:10:{s:4:\"hash\";s:32:\"959c74a91bbdf495949263b632366fbf\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-7-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-7-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d09122b484d2db8cf401efb60b217054\";a:10:{s:4:\"hash\";s:32:\"d09122b484d2db8cf401efb60b217054\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-8-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-8-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ef92afe7b7f6c97ef4bdb36b84323f1\";a:10:{s:4:\"hash\";s:32:\"8ef92afe7b7f6c97ef4bdb36b84323f1\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1-9-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~1-9-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ff46cf40ccc838547fd3d2297b8e6e6\";a:10:{s:4:\"hash\";s:32:\"0ff46cf40ccc838547fd3d2297b8e6e6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-1-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-1-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"255fd9e1fced87b7e550c59fae42b3c7\";a:10:{s:4:\"hash\";s:32:\"255fd9e1fced87b7e550c59fae42b3c7\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-10-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-10-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84bf62b724ca1dc7850bcacbdd9193b9\";a:10:{s:4:\"hash\";s:32:\"84bf62b724ca1dc7850bcacbdd9193b9\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-11-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-11-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af15c245305bb72770b31a490dba024d\";a:10:{s:4:\"hash\";s:32:\"af15c245305bb72770b31a490dba024d\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-12-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-12-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cc243f98f2a59b26a3cbbffcaeae848\";a:10:{s:4:\"hash\";s:32:\"5cc243f98f2a59b26a3cbbffcaeae848\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-13-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-13-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2700e8f23c9fa43f9de3d217d41734c3\";a:10:{s:4:\"hash\";s:32:\"2700e8f23c9fa43f9de3d217d41734c3\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-14-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-14-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1558968cea02602623887d4945b2b5dd\";a:10:{s:4:\"hash\";s:32:\"1558968cea02602623887d4945b2b5dd\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-15-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-15-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"baced4ac2bcf31a0b6faa661ef8e4a8b\";a:10:{s:4:\"hash\";s:32:\"baced4ac2bcf31a0b6faa661ef8e4a8b\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-16-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-16-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"41902b732a49814e4c09c225427d8312\";a:10:{s:4:\"hash\";s:32:\"41902b732a49814e4c09c225427d8312\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-17-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-17-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"247eb6e9d8f19d3050ea0537029ddb4a\";a:10:{s:4:\"hash\";s:32:\"247eb6e9d8f19d3050ea0537029ddb4a\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-17-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-17-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d71eac01a2338f1bc5c20871c5b741a\";a:10:{s:4:\"hash\";s:32:\"7d71eac01a2338f1bc5c20871c5b741a\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-18-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-18-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3cdf6e87588dc9d09b15fd58b880fce\";a:10:{s:4:\"hash\";s:32:\"a3cdf6e87588dc9d09b15fd58b880fce\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-18-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f93ad37492b7bd4bb79a328cdf5f9ad3\";a:10:{s:4:\"hash\";s:32:\"f93ad37492b7bd4bb79a328cdf5f9ad3\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-19-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-19-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63f7e3588e7cd36199951a81c4236893\";a:10:{s:4:\"hash\";s:32:\"63f7e3588e7cd36199951a81c4236893\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-2-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-2-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d605f84cb82db525d4928f9854767093\";a:10:{s:4:\"hash\";s:32:\"d605f84cb82db525d4928f9854767093\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-20-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-20-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b032c8e0d1f779e28bbf4aa1cd4b0496\";a:10:{s:4:\"hash\";s:32:\"b032c8e0d1f779e28bbf4aa1cd4b0496\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-21-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-21-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85aece1f4f52ef281a171eff4c989505\";a:10:{s:4:\"hash\";s:32:\"85aece1f4f52ef281a171eff4c989505\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-22-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-22-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c91a74148967050f643b245e123b5190\";a:10:{s:4:\"hash\";s:32:\"c91a74148967050f643b245e123b5190\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-22-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38f4fe096666a3e11f6ed30e9a072570\";a:10:{s:4:\"hash\";s:32:\"38f4fe096666a3e11f6ed30e9a072570\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-23-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-23-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"527d7b7a684714de6b1b617e805d800b\";a:10:{s:4:\"hash\";s:32:\"527d7b7a684714de6b1b617e805d800b\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-24-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f10321aadbe0a25452a27d21c4d47d13\";a:10:{s:4:\"hash\";s:32:\"f10321aadbe0a25452a27d21c4d47d13\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-25-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-25-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9dcd8a72bcf2a6285a144a6dbfacec6c\";a:10:{s:4:\"hash\";s:32:\"9dcd8a72bcf2a6285a144a6dbfacec6c\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-25-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"637880a39ddf2522e9a1fbd65eafca87\";a:10:{s:4:\"hash\";s:32:\"637880a39ddf2522e9a1fbd65eafca87\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-26-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-26-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e97af304b00a2e0a0a35557e8a730582\";a:10:{s:4:\"hash\";s:32:\"e97af304b00a2e0a0a35557e8a730582\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-27-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-27-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ac203947667a41ef8e44665fec5a93d\";a:10:{s:4:\"hash\";s:32:\"8ac203947667a41ef8e44665fec5a93d\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-28-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-28-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8557776acfd796a05eed278c794f02f8\";a:10:{s:4:\"hash\";s:32:\"8557776acfd796a05eed278c794f02f8\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-29-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-29-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d2a51d89427217b9dfd48f9a69e1e93\";a:10:{s:4:\"hash\";s:32:\"3d2a51d89427217b9dfd48f9a69e1e93\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-3-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-3-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66358e147e6de03e0183dbce4585250a\";a:10:{s:4:\"hash\";s:32:\"66358e147e6de03e0183dbce4585250a\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-30-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-30-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"308c349e99b4fe8fa0f5e61684251122\";a:10:{s:4:\"hash\";s:32:\"308c349e99b4fe8fa0f5e61684251122\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-31-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~10-31-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b56cde6ed8cfea0bf76da86ae9909e0\";a:10:{s:4:\"hash\";s:32:\"9b56cde6ed8cfea0bf76da86ae9909e0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-4-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-4-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bfbbcb64088a1b649481ec82d571fdf3\";a:10:{s:4:\"hash\";s:32:\"bfbbcb64088a1b649481ec82d571fdf3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-5-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-5-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11f7d347b462a753fed045cb2018e8f2\";a:10:{s:4:\"hash\";s:32:\"11f7d347b462a753fed045cb2018e8f2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-6-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-6-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5379ca2d853da64a398facebbeada78c\";a:10:{s:4:\"hash\";s:32:\"5379ca2d853da64a398facebbeada78c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-7-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-7-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bbe222cfc2c2a34608b50d48786f1574\";a:10:{s:4:\"hash\";s:32:\"bbe222cfc2c2a34608b50d48786f1574\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-8-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-8-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74d7ace95590ebfa92b2134bfd712302\";a:10:{s:4:\"hash\";s:32:\"74d7ace95590ebfa92b2134bfd712302\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~10-9-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~10-9-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f859905c511c82c1fd4f2ece8e436a2\";a:10:{s:4:\"hash\";s:32:\"8f859905c511c82c1fd4f2ece8e436a2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-1-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-1-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"36031a8cdafa3a8d413e57f0957f0d7e\";a:10:{s:4:\"hash\";s:32:\"36031a8cdafa3a8d413e57f0957f0d7e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-1-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-1-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f60e1c1cb539a38f130f88468b1ebd6d\";a:10:{s:4:\"hash\";s:32:\"f60e1c1cb539a38f130f88468b1ebd6d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-1-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-1-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7573d492f833f61f02670dd6280e7f1b\";a:10:{s:4:\"hash\";s:32:\"7573d492f833f61f02670dd6280e7f1b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-1-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cd5bcb2747c493251a84ed5e7be9bb7\";a:10:{s:4:\"hash\";s:32:\"3cd5bcb2747c493251a84ed5e7be9bb7\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-10-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-10-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7d1c59085f59bf923fc31658dda5187\";a:10:{s:4:\"hash\";s:32:\"c7d1c59085f59bf923fc31658dda5187\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-10-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-10-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eb601001c825b8d76ac6cefcadc86b1c\";a:10:{s:4:\"hash\";s:32:\"eb601001c825b8d76ac6cefcadc86b1c\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-10-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-10-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ce7add3e546cd0cb1f345ca7c5dd994a\";a:10:{s:4:\"hash\";s:32:\"ce7add3e546cd0cb1f345ca7c5dd994a\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-10-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-10-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4297c697403c8de05c93c64120363227\";a:10:{s:4:\"hash\";s:32:\"4297c697403c8de05c93c64120363227\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-11-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-11-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31375740a95606b70aa07188bd2cd138\";a:10:{s:4:\"hash\";s:32:\"31375740a95606b70aa07188bd2cd138\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-11-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-11-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff9208952b168fda065d401e8fce24e4\";a:10:{s:4:\"hash\";s:32:\"ff9208952b168fda065d401e8fce24e4\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-11-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-11-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d4632e6b9b75c23c89cd71084151e1e\";a:10:{s:4:\"hash\";s:32:\"8d4632e6b9b75c23c89cd71084151e1e\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-11-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-11-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"36461a9999e5b9bbde3c1974266d59ad\";a:10:{s:4:\"hash\";s:32:\"36461a9999e5b9bbde3c1974266d59ad\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-12-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-12-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f6bbb2f53acbea6bd4948bbb44d3787\";a:10:{s:4:\"hash\";s:32:\"2f6bbb2f53acbea6bd4948bbb44d3787\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-12-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-12-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"903f02e662a4a0ec113837f4681f7c34\";a:10:{s:4:\"hash\";s:32:\"903f02e662a4a0ec113837f4681f7c34\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-12-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-12-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cea4206e3158c167b6746f94a99bc22e\";a:10:{s:4:\"hash\";s:32:\"cea4206e3158c167b6746f94a99bc22e\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-12-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-12-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c063a83b64c9adbb221fee3f47283246\";a:10:{s:4:\"hash\";s:32:\"c063a83b64c9adbb221fee3f47283246\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-13-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-13-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d64e2efdf9e0914fbfcc450fb29a5c12\";a:10:{s:4:\"hash\";s:32:\"d64e2efdf9e0914fbfcc450fb29a5c12\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-13-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-13-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95dee1cdcf55c47a41abbbf9826ea256\";a:10:{s:4:\"hash\";s:32:\"95dee1cdcf55c47a41abbbf9826ea256\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-13-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-13-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f848ff6c0a4b5e8d558ad7b8b96b7f5f\";a:10:{s:4:\"hash\";s:32:\"f848ff6c0a4b5e8d558ad7b8b96b7f5f\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-13-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-13-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94282f3390dfe4bdfd9f0f742b57f5ff\";a:10:{s:4:\"hash\";s:32:\"94282f3390dfe4bdfd9f0f742b57f5ff\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-14-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-14-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac4ecba6a30931e172b37312deb9a41d\";a:10:{s:4:\"hash\";s:32:\"ac4ecba6a30931e172b37312deb9a41d\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-14-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-14-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67ce03e7a44efb56f8a7790462280839\";a:10:{s:4:\"hash\";s:32:\"67ce03e7a44efb56f8a7790462280839\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-14-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-14-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b911bdd86c91c45a127a6d85be86cf7d\";a:10:{s:4:\"hash\";s:32:\"b911bdd86c91c45a127a6d85be86cf7d\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-14-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-14-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"abd6c33963c4d251f8bba4f0544209f3\";a:10:{s:4:\"hash\";s:32:\"abd6c33963c4d251f8bba4f0544209f3\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-15-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-15-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab4611a19ee95438f4817d5e44af001e\";a:10:{s:4:\"hash\";s:32:\"ab4611a19ee95438f4817d5e44af001e\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-15-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-15-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c294c4948b006a1bfe53a83e6482c6c\";a:10:{s:4:\"hash\";s:32:\"4c294c4948b006a1bfe53a83e6482c6c\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-15-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-15-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6dfea1f2d0c6f53d2d698b1adfb5446d\";a:10:{s:4:\"hash\";s:32:\"6dfea1f2d0c6f53d2d698b1adfb5446d\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-15-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-15-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63a27733cb8e45aa62b215a7fab8118b\";a:10:{s:4:\"hash\";s:32:\"63a27733cb8e45aa62b215a7fab8118b\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-16-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-16-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6e63b994d379e5f4780e09a8ff50041\";a:10:{s:4:\"hash\";s:32:\"a6e63b994d379e5f4780e09a8ff50041\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-16-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-16-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d501d2e7175b24fed22a356e14852e40\";a:10:{s:4:\"hash\";s:32:\"d501d2e7175b24fed22a356e14852e40\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-16-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-16-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d637564687699f624df492f7a682625\";a:10:{s:4:\"hash\";s:32:\"5d637564687699f624df492f7a682625\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-16-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-16-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5b34526aaf053f5efd00b4b774461e4\";a:10:{s:4:\"hash\";s:32:\"a5b34526aaf053f5efd00b4b774461e4\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-17-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-17-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75e7ad9a46cc9b057103ad7dbbfcf030\";a:10:{s:4:\"hash\";s:32:\"75e7ad9a46cc9b057103ad7dbbfcf030\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-17-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-17-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"27a8bfac5fdb4ab19d401c0fee14a0be\";a:10:{s:4:\"hash\";s:32:\"27a8bfac5fdb4ab19d401c0fee14a0be\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-17-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-17-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"324164ad3f1bf02ea2aa02f854451a53\";a:10:{s:4:\"hash\";s:32:\"324164ad3f1bf02ea2aa02f854451a53\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-17-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9259cfbe5a29256f02bd483be43d738\";a:10:{s:4:\"hash\";s:32:\"c9259cfbe5a29256f02bd483be43d738\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-18-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-18-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b800652db3cbe36c9180bfc068c7663c\";a:10:{s:4:\"hash\";s:32:\"b800652db3cbe36c9180bfc068c7663c\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-18-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-18-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8317c1d3196f295913ea21ea65b6c55\";a:10:{s:4:\"hash\";s:32:\"a8317c1d3196f295913ea21ea65b6c55\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-18-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e15b27509796036ab8dfb44fdf60157d\";a:10:{s:4:\"hash\";s:32:\"e15b27509796036ab8dfb44fdf60157d\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-18-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8e3822f31911c9121d7c3d2b8dd9b839\";a:10:{s:4:\"hash\";s:32:\"8e3822f31911c9121d7c3d2b8dd9b839\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-19-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-19-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6a28687be347aa7aaf26fcc4b73cc6a2\";a:10:{s:4:\"hash\";s:32:\"6a28687be347aa7aaf26fcc4b73cc6a2\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-19-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-19-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38d781796a32f117c7767a0e62730cfe\";a:10:{s:4:\"hash\";s:32:\"38d781796a32f117c7767a0e62730cfe\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-19-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-19-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17be4301398ae5a1ac8b8e86a670d8fb\";a:10:{s:4:\"hash\";s:32:\"17be4301398ae5a1ac8b8e86a670d8fb\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-19-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5e120f45f268654d88b25429a8657ed\";a:10:{s:4:\"hash\";s:32:\"a5e120f45f268654d88b25429a8657ed\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-2-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-2-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c588a53261e4d3602a960dde4dd82b8b\";a:10:{s:4:\"hash\";s:32:\"c588a53261e4d3602a960dde4dd82b8b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-2-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-2-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"15ceae583fd2537e33b5610083f4a81e\";a:10:{s:4:\"hash\";s:32:\"15ceae583fd2537e33b5610083f4a81e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-2-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-2-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc62847dd69c94c59fe0468088b0841d\";a:10:{s:4:\"hash\";s:32:\"bc62847dd69c94c59fe0468088b0841d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-2-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d6c091980890a049a40861616b255e02\";a:10:{s:4:\"hash\";s:32:\"d6c091980890a049a40861616b255e02\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-20-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-20-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fa44817de147f18304b2e6b9300ac06\";a:10:{s:4:\"hash\";s:32:\"7fa44817de147f18304b2e6b9300ac06\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-20-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-20-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c7cdd8b7fd7489c9a181be87c9c97df\";a:10:{s:4:\"hash\";s:32:\"0c7cdd8b7fd7489c9a181be87c9c97df\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-20-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-20-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53a4cc9e890f3b2e99f63806abbd8e9b\";a:10:{s:4:\"hash\";s:32:\"53a4cc9e890f3b2e99f63806abbd8e9b\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-20-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dae2e1f63253d47c0db3db05fe0620a3\";a:10:{s:4:\"hash\";s:32:\"dae2e1f63253d47c0db3db05fe0620a3\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-21-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-21-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d35d1ec70683ae190fad3ce32ddc05d3\";a:10:{s:4:\"hash\";s:32:\"d35d1ec70683ae190fad3ce32ddc05d3\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-21-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-21-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9077ac020d1965949d7b841833f07ecf\";a:10:{s:4:\"hash\";s:32:\"9077ac020d1965949d7b841833f07ecf\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-21-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-21-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a710f62e95e539dda1909e9399a09362\";a:10:{s:4:\"hash\";s:32:\"a710f62e95e539dda1909e9399a09362\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-21-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40c3deebe6292d2ce9d907412a2bec75\";a:10:{s:4:\"hash\";s:32:\"40c3deebe6292d2ce9d907412a2bec75\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-22-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-22-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a325c76e43fe53fcacbab821079dafdf\";a:10:{s:4:\"hash\";s:32:\"a325c76e43fe53fcacbab821079dafdf\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-22-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-22-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99e760a71da49bcc32fc9649693a0796\";a:10:{s:4:\"hash\";s:32:\"99e760a71da49bcc32fc9649693a0796\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-22-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-22-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1cc56932b14dbfa57a6f5f13d291100\";a:10:{s:4:\"hash\";s:32:\"a1cc56932b14dbfa57a6f5f13d291100\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-22-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66539e9c90e1002179b8e31a26b8c981\";a:10:{s:4:\"hash\";s:32:\"66539e9c90e1002179b8e31a26b8c981\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-23-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-23-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"386147be5efccc51c974fbea3b1133d3\";a:10:{s:4:\"hash\";s:32:\"386147be5efccc51c974fbea3b1133d3\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-23-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-23-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfbc1c7f5c3220e9d3c3e47ab0843843\";a:10:{s:4:\"hash\";s:32:\"dfbc1c7f5c3220e9d3c3e47ab0843843\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-23-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-23-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0b7f7477593f09d27d7e46efc20cdc4\";a:10:{s:4:\"hash\";s:32:\"b0b7f7477593f09d27d7e46efc20cdc4\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-23-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4627c1ea4e4f8b903d5535de9f786f0c\";a:10:{s:4:\"hash\";s:32:\"4627c1ea4e4f8b903d5535de9f786f0c\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-24-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-24-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60e131981d3beb2d0f441d821c24ace4\";a:10:{s:4:\"hash\";s:32:\"60e131981d3beb2d0f441d821c24ace4\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-24-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-24-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6a0b4dcc127254a0a278b82ae885dcbf\";a:10:{s:4:\"hash\";s:32:\"6a0b4dcc127254a0a278b82ae885dcbf\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-24-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"057d93dc1f1467b6ce9b9612686f533e\";a:10:{s:4:\"hash\";s:32:\"057d93dc1f1467b6ce9b9612686f533e\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-24-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a23db7d8ba18d1095cab4bb931bbd989\";a:10:{s:4:\"hash\";s:32:\"a23db7d8ba18d1095cab4bb931bbd989\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-25-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-25-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"247ef023f00e0f18b88089771db77a38\";a:10:{s:4:\"hash\";s:32:\"247ef023f00e0f18b88089771db77a38\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-25-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-25-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a05910ad23405aa230ebfa7a239e732\";a:10:{s:4:\"hash\";s:32:\"8a05910ad23405aa230ebfa7a239e732\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-25-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30f4f1e37587085abbb6654ce46adbc9\";a:10:{s:4:\"hash\";s:32:\"30f4f1e37587085abbb6654ce46adbc9\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-25-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f3245d3b0fffa9753999d1ed0b20d4f\";a:10:{s:4:\"hash\";s:32:\"4f3245d3b0fffa9753999d1ed0b20d4f\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-26-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-26-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e19b55289a6ebe617d282155a85aebe4\";a:10:{s:4:\"hash\";s:32:\"e19b55289a6ebe617d282155a85aebe4\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-26-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-26-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01bdc34dc2af389cabe72197f1595e21\";a:10:{s:4:\"hash\";s:32:\"01bdc34dc2af389cabe72197f1595e21\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-26-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-26-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"faf4d85453a9d4bed84b02afbbd6c16c\";a:10:{s:4:\"hash\";s:32:\"faf4d85453a9d4bed84b02afbbd6c16c\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-26-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f300f092b4465f3460ac67f2468855ea\";a:10:{s:4:\"hash\";s:32:\"f300f092b4465f3460ac67f2468855ea\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-27-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-27-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5430080714251b0958aebd2a52a4efa\";a:10:{s:4:\"hash\";s:32:\"a5430080714251b0958aebd2a52a4efa\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-27-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-27-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6dd8545b22bd28b7e4b153350fa93536\";a:10:{s:4:\"hash\";s:32:\"6dd8545b22bd28b7e4b153350fa93536\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-27-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-27-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"197a04fdbd49925f0ed7c8f0ad7490e1\";a:10:{s:4:\"hash\";s:32:\"197a04fdbd49925f0ed7c8f0ad7490e1\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-27-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3caf6a1f0f220f631767f1254ba3907e\";a:10:{s:4:\"hash\";s:32:\"3caf6a1f0f220f631767f1254ba3907e\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-28-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-28-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ebb09d340cf47071f50435ec8317efec\";a:10:{s:4:\"hash\";s:32:\"ebb09d340cf47071f50435ec8317efec\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-28-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-28-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aaee76bbaee049580a752cd997b9d87b\";a:10:{s:4:\"hash\";s:32:\"aaee76bbaee049580a752cd997b9d87b\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-28-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-28-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f6c0deac7abef3ce2dd5e02731ffaa2\";a:10:{s:4:\"hash\";s:32:\"9f6c0deac7abef3ce2dd5e02731ffaa2\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-28-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c993227d012944de14a518e071adc9e1\";a:10:{s:4:\"hash\";s:32:\"c993227d012944de14a518e071adc9e1\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-29-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-29-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b19cd846226feb66106c779c7b0aac2d\";a:10:{s:4:\"hash\";s:32:\"b19cd846226feb66106c779c7b0aac2d\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-29-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-29-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1d4f78d0dd81e6293096da6225cc4ac\";a:10:{s:4:\"hash\";s:32:\"a1d4f78d0dd81e6293096da6225cc4ac\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-29-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-29-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"65f02bec79f893eb960aaebb6004b2a4\";a:10:{s:4:\"hash\";s:32:\"65f02bec79f893eb960aaebb6004b2a4\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-29-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-29-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64d5ce851388169556744744bdae04dc\";a:10:{s:4:\"hash\";s:32:\"64d5ce851388169556744744bdae04dc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-3-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-3-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1e9459f55291868e2ff3ceff1a9ed0e\";a:10:{s:4:\"hash\";s:32:\"e1e9459f55291868e2ff3ceff1a9ed0e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-3-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-3-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d292b182764fb764cd8ac9bf0d1d294\";a:10:{s:4:\"hash\";s:32:\"4d292b182764fb764cd8ac9bf0d1d294\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-3-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-3-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfaa0c034a01ae08f7170a18789bb589\";a:10:{s:4:\"hash\";s:32:\"cfaa0c034a01ae08f7170a18789bb589\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-3-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25c5d07be85058ae7948187f1d211d44\";a:10:{s:4:\"hash\";s:32:\"25c5d07be85058ae7948187f1d211d44\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-30-2018/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-30-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fbcb6464f745c26ff60b08478ed98e0\";a:10:{s:4:\"hash\";s:32:\"7fbcb6464f745c26ff60b08478ed98e0\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-30-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-30-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"576616693f9243ade92d7a7adb3a4692\";a:10:{s:4:\"hash\";s:32:\"576616693f9243ade92d7a7adb3a4692\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-30-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-30-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd090c48e2c4e0d4190b4694cecfb36d\";a:10:{s:4:\"hash\";s:32:\"bd090c48e2c4e0d4190b4694cecfb36d\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-30-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~11-30-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eadbd383cae1287cf10165f7a067e63d\";a:10:{s:4:\"hash\";s:32:\"eadbd383cae1287cf10165f7a067e63d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-4-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-4-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9fcb25e84731aae8b55a8838e1f4336e\";a:10:{s:4:\"hash\";s:32:\"9fcb25e84731aae8b55a8838e1f4336e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-4-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-4-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11afaec21c18c2043a0828d2db47c0fd\";a:10:{s:4:\"hash\";s:32:\"11afaec21c18c2043a0828d2db47c0fd\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-4-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-4-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9bf09d37e757abfa785487a50be07b4\";a:10:{s:4:\"hash\";s:32:\"d9bf09d37e757abfa785487a50be07b4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-4-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2bc413e679a3dab15b96fc782d86705\";a:10:{s:4:\"hash\";s:32:\"b2bc413e679a3dab15b96fc782d86705\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-5-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-5-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5055c7b0aefe46fa287bcec508ccef38\";a:10:{s:4:\"hash\";s:32:\"5055c7b0aefe46fa287bcec508ccef38\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-5-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-5-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4cf0c79f5099fa2f735868ca997cf9d6\";a:10:{s:4:\"hash\";s:32:\"4cf0c79f5099fa2f735868ca997cf9d6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-5-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-5-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23e09657a351c40e8de2078e3406373c\";a:10:{s:4:\"hash\";s:32:\"23e09657a351c40e8de2078e3406373c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-5-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-5-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80305a87c30a363cd5cbc698ba220841\";a:10:{s:4:\"hash\";s:32:\"80305a87c30a363cd5cbc698ba220841\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-6-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-6-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b3cc662d39df7eb73d6377748a338e2\";a:10:{s:4:\"hash\";s:32:\"5b3cc662d39df7eb73d6377748a338e2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-6-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-6-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92369e12bef2398c20e00616b3aff834\";a:10:{s:4:\"hash\";s:32:\"92369e12bef2398c20e00616b3aff834\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-6-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-6-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a5d7525cb32fc7baaafcec7d24cc0fe\";a:10:{s:4:\"hash\";s:32:\"1a5d7525cb32fc7baaafcec7d24cc0fe\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-6-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-6-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6426ae9faf7d972189c15b38846e193\";a:10:{s:4:\"hash\";s:32:\"a6426ae9faf7d972189c15b38846e193\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-7-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-7-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c64a64235313c570609a196f405f8ede\";a:10:{s:4:\"hash\";s:32:\"c64a64235313c570609a196f405f8ede\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-7-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-7-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3480b27a3d9200fd5bfb6721bff46a04\";a:10:{s:4:\"hash\";s:32:\"3480b27a3d9200fd5bfb6721bff46a04\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-7-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-7-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c150f235b6fab793cc3934829409a30a\";a:10:{s:4:\"hash\";s:32:\"c150f235b6fab793cc3934829409a30a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-7-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-7-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"587915d74c664b2f02875aff10ca4120\";a:10:{s:4:\"hash\";s:32:\"587915d74c664b2f02875aff10ca4120\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-8-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-8-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14a877b208527736f0a53bcc5082abc6\";a:10:{s:4:\"hash\";s:32:\"14a877b208527736f0a53bcc5082abc6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-8-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-8-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f94ce33e294de0a45cad4b9b855caad\";a:10:{s:4:\"hash\";s:32:\"4f94ce33e294de0a45cad4b9b855caad\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-8-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-8-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e2a58cfeabe2c46d6d2e064b3b9fd98\";a:10:{s:4:\"hash\";s:32:\"5e2a58cfeabe2c46d6d2e064b3b9fd98\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-8-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-8-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e49f7ac8e4a6c9eb57eccb69363fcc2d\";a:10:{s:4:\"hash\";s:32:\"e49f7ac8e4a6c9eb57eccb69363fcc2d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-9-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-9-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"012bf7ffbec20049eb4d5b54d6e5b387\";a:10:{s:4:\"hash\";s:32:\"012bf7ffbec20049eb4d5b54d6e5b387\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-9-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-9-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6bc47b0cce093cfa73c7af8f23d23abc\";a:10:{s:4:\"hash\";s:32:\"6bc47b0cce093cfa73c7af8f23d23abc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-9-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-9-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7673d669e0542dfeb6088406f200f8da\";a:10:{s:4:\"hash\";s:32:\"7673d669e0542dfeb6088406f200f8da\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~11-9-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~11-9-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"79f8a9ee41f4811ed39006e4ed0ee9e5\";a:10:{s:4:\"hash\";s:32:\"79f8a9ee41f4811ed39006e4ed0ee9e5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~12-1-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~12-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c147306aa66954924b4742f15360b161\";a:10:{s:4:\"hash\";s:32:\"c147306aa66954924b4742f15360b161\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~12-17-2021/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~12-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1208a114e7ad7b24cf586cca96a7b510\";a:10:{s:4:\"hash\";s:32:\"1208a114e7ad7b24cf586cca96a7b510\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~12-18-2020/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~12-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"017c7a544251613de0334f1ae9316a29\";a:10:{s:4:\"hash\";s:32:\"017c7a544251613de0334f1ae9316a29\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~12-2-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~12-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c54c52f813d32436ee3d54e60837cde\";a:10:{s:4:\"hash\";s:32:\"3c54c52f813d32436ee3d54e60837cde\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~12-27-2019/\";s:4:\"path\";s:44:\"/events/action~oneday/exact_date~12-27-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7295371ad988ba00a3339350d3f6391\";a:10:{s:4:\"hash\";s:32:\"a7295371ad988ba00a3339350d3f6391\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~12-3-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~12-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"263c28795112c5be3859c645dd553c95\";a:10:{s:4:\"hash\";s:32:\"263c28795112c5be3859c645dd553c95\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~12-4-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~12-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c822b177b9f4cdd4264c3e62b9885fc6\";a:10:{s:4:\"hash\";s:32:\"c822b177b9f4cdd4264c3e62b9885fc6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1525147200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1525147200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c9c09a8a530ef1bb47b8308d1b3053a\";a:10:{s:4:\"hash\";s:32:\"7c9c09a8a530ef1bb47b8308d1b3053a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1541044800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1541044800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b3f9b20be1de52cb61e20c6931e56be\";a:10:{s:4:\"hash\";s:32:\"1b3f9b20be1de52cb61e20c6931e56be\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1556683200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1556683200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98f99389a63a4b7535fb5dd4d51b4b6d\";a:10:{s:4:\"hash\";s:32:\"98f99389a63a4b7535fb5dd4d51b4b6d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1556683200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1556683200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f15f46c66fd9209ff0bfc45ba37ad26\";a:10:{s:4:\"hash\";s:32:\"6f15f46c66fd9209ff0bfc45ba37ad26\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1556683200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1556683200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f89370bacd92aeaba7396f5b5fcd59e\";a:10:{s:4:\"hash\";s:32:\"9f89370bacd92aeaba7396f5b5fcd59e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1556683200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1556683200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e02e15d672acf9c0542e05a1b6cbac6c\";a:10:{s:4:\"hash\";s:32:\"e02e15d672acf9c0542e05a1b6cbac6c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557115200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557115200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43e0f4ed4b68515c8030c2364bcee1eb\";a:10:{s:4:\"hash\";s:32:\"43e0f4ed4b68515c8030c2364bcee1eb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557115200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557115200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ced94aa9333d7df2f49e797f3ef3d2d0\";a:10:{s:4:\"hash\";s:32:\"ced94aa9333d7df2f49e797f3ef3d2d0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557115200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1557115200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1f77b8413db63f3c8ad04f40f436fc5\";a:10:{s:4:\"hash\";s:32:\"a1f77b8413db63f3c8ad04f40f436fc5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557201600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"331073f11f7d00d0437f073ab4173814\";a:10:{s:4:\"hash\";s:32:\"331073f11f7d00d0437f073ab4173814\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557201600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfaafeec5d411972ef530be25874cd74\";a:10:{s:4:\"hash\";s:32:\"dfaafeec5d411972ef530be25874cd74\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557201600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6d64eb6d048329dbb4d144d16f1f6dc\";a:10:{s:4:\"hash\";s:32:\"e6d64eb6d048329dbb4d144d16f1f6dc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557201600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6a3c03466dd1097c02417b37afbb23e\";a:10:{s:4:\"hash\";s:32:\"b6a3c03466dd1097c02417b37afbb23e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557201600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"478ca9248a198dc28f023b308b8f8a4a\";a:10:{s:4:\"hash\";s:32:\"478ca9248a198dc28f023b308b8f8a4a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557201600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97fecd0f6986e33a50295ca45ab684c6\";a:10:{s:4:\"hash\";s:32:\"97fecd0f6986e33a50295ca45ab684c6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d418f81f2496f62ccc4061388548ca7d\";a:10:{s:4:\"hash\";s:32:\"d418f81f2496f62ccc4061388548ca7d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557201600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2a49e70adfaea688fe0244d6ed5e222\";a:10:{s:4:\"hash\";s:32:\"c2a49e70adfaea688fe0244d6ed5e222\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557201600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75d21996144a495827ee384b1e947b9a\";a:10:{s:4:\"hash\";s:32:\"75d21996144a495827ee384b1e947b9a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557201600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557201600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4f35e1a44c12f5cf984b59a31549e88\";a:10:{s:4:\"hash\";s:32:\"c4f35e1a44c12f5cf984b59a31549e88\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557288000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557288000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa30221a9d8e862acbabeb0dde20f487\";a:10:{s:4:\"hash\";s:32:\"aa30221a9d8e862acbabeb0dde20f487\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557288000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557288000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de429eb61fbe02a14ab97a50e1ae4cba\";a:10:{s:4:\"hash\";s:32:\"de429eb61fbe02a14ab97a50e1ae4cba\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557288000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1557288000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0dd7e88db128e712b33d3db4a1247dde\";a:10:{s:4:\"hash\";s:32:\"0dd7e88db128e712b33d3db4a1247dde\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557288000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557288000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab4f00c95f46046908cd625261b0e935\";a:10:{s:4:\"hash\";s:32:\"ab4f00c95f46046908cd625261b0e935\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557288000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557288000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1dc91098247af037a7e5646479230628\";a:10:{s:4:\"hash\";s:32:\"1dc91098247af037a7e5646479230628\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557288000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557288000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b5e5df9540e0b6b0137f34095c92085\";a:10:{s:4:\"hash\";s:32:\"2b5e5df9540e0b6b0137f34095c92085\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557374400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1557374400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd8460f67ce76bae3051d845cfd191e8\";a:10:{s:4:\"hash\";s:32:\"dd8460f67ce76bae3051d845cfd191e8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557720000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557720000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a3279256b00646cbd51b0143fc40065\";a:10:{s:4:\"hash\";s:32:\"8a3279256b00646cbd51b0143fc40065\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557720000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557720000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13e6181b55a1e4473a258758b28b9597\";a:10:{s:4:\"hash\";s:32:\"13e6181b55a1e4473a258758b28b9597\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557720000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1557720000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4777c5683e0410c4c674605316bf38c9\";a:10:{s:4:\"hash\";s:32:\"4777c5683e0410c4c674605316bf38c9\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1557806400/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae9d03bce59e2037f3d093ab47378e03\";a:10:{s:4:\"hash\";s:32:\"ae9d03bce59e2037f3d093ab47378e03\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557806400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f2d8345f210679e5170fe1ed1df585f\";a:10:{s:4:\"hash\";s:32:\"4f2d8345f210679e5170fe1ed1df585f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557806400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3f53fccfa6b09998fd2c3502d544754\";a:10:{s:4:\"hash\";s:32:\"e3f53fccfa6b09998fd2c3502d544754\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557806400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"392ba1940eca81bd74c7fb49d774c4fd\";a:10:{s:4:\"hash\";s:32:\"392ba1940eca81bd74c7fb49d774c4fd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557806400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6f6b4d7a209f9d54ab0af955d103104\";a:10:{s:4:\"hash\";s:32:\"e6f6b4d7a209f9d54ab0af955d103104\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1557806400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f34c822f63cfe4e5329eda573f90afec\";a:10:{s:4:\"hash\";s:32:\"f34c822f63cfe4e5329eda573f90afec\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557806400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8986ff5443da1cce7aab3c0c5a6798e\";a:10:{s:4:\"hash\";s:32:\"b8986ff5443da1cce7aab3c0c5a6798e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557806400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d24e685e763ec4cc3ae09e7283aca01\";a:10:{s:4:\"hash\";s:32:\"9d24e685e763ec4cc3ae09e7283aca01\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557806400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557806400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ddc95ad77c735d7df8958504d2cab730\";a:10:{s:4:\"hash\";s:32:\"ddc95ad77c735d7df8958504d2cab730\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557892800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557892800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d58e967b3191471eeb3b52e75bfadba4\";a:10:{s:4:\"hash\";s:32:\"d58e967b3191471eeb3b52e75bfadba4\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557892800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1557892800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6da803bcbd5ab195fc62fb48e79c94da\";a:10:{s:4:\"hash\";s:32:\"6da803bcbd5ab195fc62fb48e79c94da\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557892800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557892800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7a98f64db0896bf95fb1ec894df230e\";a:10:{s:4:\"hash\";s:32:\"c7a98f64db0896bf95fb1ec894df230e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557892800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1557892800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24b4c03dcdfbd554062eb72d464a03aa\";a:10:{s:4:\"hash\";s:32:\"24b4c03dcdfbd554062eb72d464a03aa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1557979200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1557979200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98f12774af1a7568197e7d03b43d8b58\";a:10:{s:4:\"hash\";s:32:\"98f12774af1a7568197e7d03b43d8b58\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558152000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558152000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cee5353f946a02d8129d59d3ed5ffb9\";a:10:{s:4:\"hash\";s:32:\"3cee5353f946a02d8129d59d3ed5ffb9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558238400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558238400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cd739df23b3ef3c5326e1dc5b3daffa\";a:10:{s:4:\"hash\";s:32:\"6cd739df23b3ef3c5326e1dc5b3daffa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558238400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558238400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e6ba4117ae5d22d797544e2fad00302\";a:10:{s:4:\"hash\";s:32:\"4e6ba4117ae5d22d797544e2fad00302\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558238400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558238400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8a4a439eee8392ff16b8a99e0840387\";a:10:{s:4:\"hash\";s:32:\"d8a4a439eee8392ff16b8a99e0840387\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558238400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558238400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33672d51f54342fb6fa0eb285c12b64b\";a:10:{s:4:\"hash\";s:32:\"33672d51f54342fb6fa0eb285c12b64b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558238400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558238400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cbd456a2bc45a55f3dd9877a6bb8087c\";a:10:{s:4:\"hash\";s:32:\"cbd456a2bc45a55f3dd9877a6bb8087c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558324800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1558324800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2447fad0001525bf078969e1078e7cd1\";a:10:{s:4:\"hash\";s:32:\"2447fad0001525bf078969e1078e7cd1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558324800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1558324800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d419020213f77653ef7fff09b1c96b05\";a:10:{s:4:\"hash\";s:32:\"d419020213f77653ef7fff09b1c96b05\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558324800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558324800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af9c26e42a45c85c27725da7a209e6ee\";a:10:{s:4:\"hash\";s:32:\"af9c26e42a45c85c27725da7a209e6ee\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558324800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558324800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c68655b55bc8fd084f221adf3cda6d59\";a:10:{s:4:\"hash\";s:32:\"c68655b55bc8fd084f221adf3cda6d59\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558324800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558324800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98bb805fb6882aab65575eaa56b4b662\";a:10:{s:4:\"hash\";s:32:\"98bb805fb6882aab65575eaa56b4b662\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558324800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558324800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7ab4f0110a9189cecf727bb12c031ff\";a:10:{s:4:\"hash\";s:32:\"d7ab4f0110a9189cecf727bb12c031ff\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558324800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558324800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c754c799074e4ae2c970b52b1c8f356\";a:10:{s:4:\"hash\";s:32:\"5c754c799074e4ae2c970b52b1c8f356\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558411200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558411200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1007caefdd87b63fd5efd68b513a2a9e\";a:10:{s:4:\"hash\";s:32:\"1007caefdd87b63fd5efd68b513a2a9e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558411200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"870f9e3f74acedeb62a866b197bef223\";a:10:{s:4:\"hash\";s:32:\"870f9e3f74acedeb62a866b197bef223\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558411200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558411200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"56327b0602b9377015f10134e95cf8bc\";a:10:{s:4:\"hash\";s:32:\"56327b0602b9377015f10134e95cf8bc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558411200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558411200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85db561878a7592bb5e80097123b7ced\";a:10:{s:4:\"hash\";s:32:\"85db561878a7592bb5e80097123b7ced\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558411200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558411200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b425f9c5f3b99f7fafead6c06f92681\";a:10:{s:4:\"hash\";s:32:\"4b425f9c5f3b99f7fafead6c06f92681\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558497600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c568a3a6a0e983c46952eaf9f0061ae\";a:10:{s:4:\"hash\";s:32:\"8c568a3a6a0e983c46952eaf9f0061ae\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558497600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558497600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1be3fb497c49e86cedacd1da08b1227f\";a:10:{s:4:\"hash\";s:32:\"1be3fb497c49e86cedacd1da08b1227f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558497600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558497600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e0d875ef9036168769fe23ef12ddff2\";a:10:{s:4:\"hash\";s:32:\"9e0d875ef9036168769fe23ef12ddff2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558497600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558497600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e00494bc9e12401e8a315b7e17545c59\";a:10:{s:4:\"hash\";s:32:\"e00494bc9e12401e8a315b7e17545c59\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558584000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558584000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d35d0d2ce2487298a0499114e38df0f1\";a:10:{s:4:\"hash\";s:32:\"d35d0d2ce2487298a0499114e38df0f1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558670400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1558670400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"918ea4df635d1aac8a77a5d96b20e62a\";a:10:{s:4:\"hash\";s:32:\"918ea4df635d1aac8a77a5d96b20e62a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558670400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558670400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab409f1842e34ae3e44faa3d3eb6ae32\";a:10:{s:4:\"hash\";s:32:\"ab409f1842e34ae3e44faa3d3eb6ae32\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558670400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558670400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9dd25768ca9f3cd54da991c8389f739\";a:10:{s:4:\"hash\";s:32:\"e9dd25768ca9f3cd54da991c8389f739\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558756800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9a01df0551fa2de90f8188d9d04a9b1\";a:10:{s:4:\"hash\";s:32:\"a9a01df0551fa2de90f8188d9d04a9b1\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1558756800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95a81298d5be778fa41e198f18cc18a9\";a:10:{s:4:\"hash\";s:32:\"95a81298d5be778fa41e198f18cc18a9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1558756800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06629280d64d35f3ef774c80e6d113de\";a:10:{s:4:\"hash\";s:32:\"06629280d64d35f3ef774c80e6d113de\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1558756800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2e6735a1eb941814198c65ea3781fad\";a:10:{s:4:\"hash\";s:32:\"d2e6735a1eb941814198c65ea3781fad\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558756800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0410432ab15354b2afc70a9b956a5c4\";a:10:{s:4:\"hash\";s:32:\"a0410432ab15354b2afc70a9b956a5c4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558756800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba9e453f7ddd9698da80804be11eafd1\";a:10:{s:4:\"hash\";s:32:\"ba9e453f7ddd9698da80804be11eafd1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558756800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8157abd2d53892db04432d6a856a8c4\";a:10:{s:4:\"hash\";s:32:\"a8157abd2d53892db04432d6a856a8c4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558756800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a96fcd5ae5e73b2faad48e0d2fc641a\";a:10:{s:4:\"hash\";s:32:\"1a96fcd5ae5e73b2faad48e0d2fc641a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558756800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558756800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f61782c992d6b094f3f04500a01f115\";a:10:{s:4:\"hash\";s:32:\"5f61782c992d6b094f3f04500a01f115\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558843200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558843200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7919319fad036cd7a389af3db2ade337\";a:10:{s:4:\"hash\";s:32:\"7919319fad036cd7a389af3db2ade337\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558843200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1558843200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe500fac5989067afb0e3a92ad5eb197\";a:10:{s:4:\"hash\";s:32:\"fe500fac5989067afb0e3a92ad5eb197\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558843200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558843200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d618980a323012d3268c8707a23e32b\";a:10:{s:4:\"hash\";s:32:\"7d618980a323012d3268c8707a23e32b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558843200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558843200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"585c353b3fb834264dabb86774aedcf0\";a:10:{s:4:\"hash\";s:32:\"585c353b3fb834264dabb86774aedcf0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558929600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1558929600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5f604258b09c459267eba915fc5be96\";a:10:{s:4:\"hash\";s:32:\"f5f604258b09c459267eba915fc5be96\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558929600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1558929600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7220feaa2bb501c463d316cb9d668058\";a:10:{s:4:\"hash\";s:32:\"7220feaa2bb501c463d316cb9d668058\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558929600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558929600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12bb520c4521b19fbeedecf1cd9b4077\";a:10:{s:4:\"hash\";s:32:\"12bb520c4521b19fbeedecf1cd9b4077\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558929600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea53af7baa98d9dbaa07d7244d3ff979\";a:10:{s:4:\"hash\";s:32:\"ea53af7baa98d9dbaa07d7244d3ff979\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558929600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558929600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"edf4d44ceafe71b76253334a49dd2245\";a:10:{s:4:\"hash\";s:32:\"edf4d44ceafe71b76253334a49dd2245\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558929600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558929600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c3206e1b98861e62f197b4f2853149b\";a:10:{s:4:\"hash\";s:32:\"7c3206e1b98861e62f197b4f2853149b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1558929600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1558929600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7bcbf390069f89889f7913a5a7fd440b\";a:10:{s:4:\"hash\";s:32:\"7bcbf390069f89889f7913a5a7fd440b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559016000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559016000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97ec20ee08116cb1a298c24c03f49f53\";a:10:{s:4:\"hash\";s:32:\"97ec20ee08116cb1a298c24c03f49f53\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559016000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559016000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2b914a2d8666cf889d23579fd36f141\";a:10:{s:4:\"hash\";s:32:\"a2b914a2d8666cf889d23579fd36f141\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559102400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559102400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dba05295794a4df8082a24067b3495e1\";a:10:{s:4:\"hash\";s:32:\"dba05295794a4df8082a24067b3495e1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559102400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559102400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e50d8702ebb2f6772a8daa241f96fe25\";a:10:{s:4:\"hash\";s:32:\"e50d8702ebb2f6772a8daa241f96fe25\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559102400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559102400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92b736634d847d987c0ad3e811367682\";a:10:{s:4:\"hash\";s:32:\"92b736634d847d987c0ad3e811367682\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559188800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5af17698c78196dc6f13c59c71065311\";a:10:{s:4:\"hash\";s:32:\"5af17698c78196dc6f13c59c71065311\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559188800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee45a447345b492a49f4fe7fc6e48b0b\";a:10:{s:4:\"hash\";s:32:\"ee45a447345b492a49f4fe7fc6e48b0b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559188800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"27b7c221505c6395e9e76e9b81a4216f\";a:10:{s:4:\"hash\";s:32:\"27b7c221505c6395e9e76e9b81a4216f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559188800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dea4031583c8786d202739b8a77a8df6\";a:10:{s:4:\"hash\";s:32:\"dea4031583c8786d202739b8a77a8df6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559188800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0143979334d2d73ca7bf17aae55973ff\";a:10:{s:4:\"hash\";s:32:\"0143979334d2d73ca7bf17aae55973ff\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559188800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2867a5fc533778b1b46f3744629ce5b0\";a:10:{s:4:\"hash\";s:32:\"2867a5fc533778b1b46f3744629ce5b0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559188800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a31d1104d70e0a93be538798e16338fd\";a:10:{s:4:\"hash\";s:32:\"a31d1104d70e0a93be538798e16338fd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559188800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23ed5edc10f9e546682a641f0b1208d7\";a:10:{s:4:\"hash\";s:32:\"23ed5edc10f9e546682a641f0b1208d7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559188800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5c8e43f11f6c143a75a7a3c8cb76165\";a:10:{s:4:\"hash\";s:32:\"f5c8e43f11f6c143a75a7a3c8cb76165\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559188800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559188800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ae137f8019d30d590a3eb3e5a3e5d37\";a:10:{s:4:\"hash\";s:32:\"8ae137f8019d30d590a3eb3e5a3e5d37\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559275200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559275200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0abe08486d53b69b9ba1d2b1e1b62efa\";a:10:{s:4:\"hash\";s:32:\"0abe08486d53b69b9ba1d2b1e1b62efa\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559275200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559275200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ccb42622c2c9e21ab7508dfb90d99859\";a:10:{s:4:\"hash\";s:32:\"ccb42622c2c9e21ab7508dfb90d99859\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559275200/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559275200/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2ce740469906f9d48068d337db65d07\";a:10:{s:4:\"hash\";s:32:\"c2ce740469906f9d48068d337db65d07\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559275200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559275200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a5ff5a97fa447edc9463bd33e6a9d76\";a:10:{s:4:\"hash\";s:32:\"1a5ff5a97fa447edc9463bd33e6a9d76\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559275200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559275200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b984af2b30ce000738f014961fd2073\";a:10:{s:4:\"hash\";s:32:\"3b984af2b30ce000738f014961fd2073\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559275200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559275200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e90af726ae48a6fa8b17f27bd1acbb5\";a:10:{s:4:\"hash\";s:32:\"4e90af726ae48a6fa8b17f27bd1acbb5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559361600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559361600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eb127ffea7f5c611d0dd442274183cda\";a:10:{s:4:\"hash\";s:32:\"eb127ffea7f5c611d0dd442274183cda\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559361600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559361600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b374a5c08c78005c130a83a6a8bb6ca1\";a:10:{s:4:\"hash\";s:32:\"b374a5c08c78005c130a83a6a8bb6ca1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559361600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559361600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44745b00e29855c823257f3298f26b28\";a:10:{s:4:\"hash\";s:32:\"44745b00e29855c823257f3298f26b28\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559361600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559361600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5668dbee1be927cc3eb958af3dfbd4f7\";a:10:{s:4:\"hash\";s:32:\"5668dbee1be927cc3eb958af3dfbd4f7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559361600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559361600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30f1bdc5ed8c6228617025b19ed67e37\";a:10:{s:4:\"hash\";s:32:\"30f1bdc5ed8c6228617025b19ed67e37\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559361600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559361600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02b352288863ea101a14739f04259596\";a:10:{s:4:\"hash\";s:32:\"02b352288863ea101a14739f04259596\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559361600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559361600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"565b8ce6b76aa7a5016ab4d1ca98bcc7\";a:10:{s:4:\"hash\";s:32:\"565b8ce6b76aa7a5016ab4d1ca98bcc7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559448000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559448000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e173d097cc32a28451f87920a35d8004\";a:10:{s:4:\"hash\";s:32:\"e173d097cc32a28451f87920a35d8004\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559448000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559448000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d32a31f4cc5d6f92d3397c912937c35e\";a:10:{s:4:\"hash\";s:32:\"d32a31f4cc5d6f92d3397c912937c35e\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559448000/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559448000/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dae4e8e80f1ac2eb2170089fc94c147e\";a:10:{s:4:\"hash\";s:32:\"dae4e8e80f1ac2eb2170089fc94c147e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559448000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559448000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd91b67dc8c2c62c3e9785e7abd81c08\";a:10:{s:4:\"hash\";s:32:\"dd91b67dc8c2c62c3e9785e7abd81c08\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559448000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559448000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d85c13eb18c4e7a52859aa212b7c3425\";a:10:{s:4:\"hash\";s:32:\"d85c13eb18c4e7a52859aa212b7c3425\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559534400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559534400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2032ebec0dc537fd1b34d8759a8c9a36\";a:10:{s:4:\"hash\";s:32:\"2032ebec0dc537fd1b34d8759a8c9a36\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559534400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559534400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db054397ff63832f1371215ec3639533\";a:10:{s:4:\"hash\";s:32:\"db054397ff63832f1371215ec3639533\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559534400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559534400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a8ce44ec668859d2533f86adb0b7a4a\";a:10:{s:4:\"hash\";s:32:\"9a8ce44ec668859d2533f86adb0b7a4a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559534400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559534400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d4e1fa8b6f690e116526ab499213210\";a:10:{s:4:\"hash\";s:32:\"4d4e1fa8b6f690e116526ab499213210\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559534400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559534400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5202cc3702963b36cc5defbc9c01c95\";a:10:{s:4:\"hash\";s:32:\"f5202cc3702963b36cc5defbc9c01c95\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559534400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559534400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b06cbdb342d6c0d1510712aa3a30294\";a:10:{s:4:\"hash\";s:32:\"9b06cbdb342d6c0d1510712aa3a30294\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559534400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559534400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f55f3842ec4b048095367560d7bea885\";a:10:{s:4:\"hash\";s:32:\"f55f3842ec4b048095367560d7bea885\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559620800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee782607820e0637a6ae20cfc754d68f\";a:10:{s:4:\"hash\";s:32:\"ee782607820e0637a6ae20cfc754d68f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559620800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc1b9be53ba6e1d915b5d392a2b660ef\";a:10:{s:4:\"hash\";s:32:\"bc1b9be53ba6e1d915b5d392a2b660ef\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559620800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6349ef058f72c51a1b60c144cf20d469\";a:10:{s:4:\"hash\";s:32:\"6349ef058f72c51a1b60c144cf20d469\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559620800/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c0c12752f1aa02668ebf0ac9b7f79f0\";a:10:{s:4:\"hash\";s:32:\"0c0c12752f1aa02668ebf0ac9b7f79f0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559620800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf33c79fb8e27324355e34a9a43e7cc9\";a:10:{s:4:\"hash\";s:32:\"bf33c79fb8e27324355e34a9a43e7cc9\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559620800/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad5bb5aaf16376d20fc2bd0894d9441a\";a:10:{s:4:\"hash\";s:32:\"ad5bb5aaf16376d20fc2bd0894d9441a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559620800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8cb5d1580ae89689b917b2b7b547ac6c\";a:10:{s:4:\"hash\";s:32:\"8cb5d1580ae89689b917b2b7b547ac6c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9693db59ca99f92656c3134d5551b647\";a:10:{s:4:\"hash\";s:32:\"9693db59ca99f92656c3134d5551b647\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559620800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"913802ce43509d1acb68615580f20bce\";a:10:{s:4:\"hash\";s:32:\"913802ce43509d1acb68615580f20bce\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559620800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00bdc3ddc74cc2053d15bde7569f0c5f\";a:10:{s:4:\"hash\";s:32:\"00bdc3ddc74cc2053d15bde7569f0c5f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559620800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc189c23fdcf5032c9d8baf7ab7b87e4\";a:10:{s:4:\"hash\";s:32:\"bc189c23fdcf5032c9d8baf7ab7b87e4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559620800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5eb27464972841c26b8698ac5baaf1ee\";a:10:{s:4:\"hash\";s:32:\"5eb27464972841c26b8698ac5baaf1ee\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559620800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559620800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3e13a3277efdca45f9f27309f2d139f\";a:10:{s:4:\"hash\";s:32:\"a3e13a3277efdca45f9f27309f2d139f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559707200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5b99caf1315752ff5b8311633db46f6\";a:10:{s:4:\"hash\";s:32:\"b5b99caf1315752ff5b8311633db46f6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559707200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4482c176c9085ffef365ebbcf972a005\";a:10:{s:4:\"hash\";s:32:\"4482c176c9085ffef365ebbcf972a005\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559707200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"902f7f53c8c8913c0acaa756c584e14f\";a:10:{s:4:\"hash\";s:32:\"902f7f53c8c8913c0acaa756c584e14f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559707200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97aad1cadda30426d9a269fa2d7a041c\";a:10:{s:4:\"hash\";s:32:\"97aad1cadda30426d9a269fa2d7a041c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559707200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d55240f63a74acd8f07d9f292482af8b\";a:10:{s:4:\"hash\";s:32:\"d55240f63a74acd8f07d9f292482af8b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559707200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d40c41d4ca587acb873465a6410db5e\";a:10:{s:4:\"hash\";s:32:\"8d40c41d4ca587acb873465a6410db5e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"488960d6ce64a08be35f27678d42211c\";a:10:{s:4:\"hash\";s:32:\"488960d6ce64a08be35f27678d42211c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559707200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c138cf4a85e31f0f128ba383f95e6fc\";a:10:{s:4:\"hash\";s:32:\"7c138cf4a85e31f0f128ba383f95e6fc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559707200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b8cb8cb37ae4057e8b5a16a50871bb0\";a:10:{s:4:\"hash\";s:32:\"6b8cb8cb37ae4057e8b5a16a50871bb0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559707200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559707200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9309839782e3d451fd92fb4e3fe2dfe\";a:10:{s:4:\"hash\";s:32:\"e9309839782e3d451fd92fb4e3fe2dfe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559793600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559793600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ac327fa2364c60227875cf4a6115540\";a:10:{s:4:\"hash\";s:32:\"5ac327fa2364c60227875cf4a6115540\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559793600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559793600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"216a593659d2f520844a7adf05312006\";a:10:{s:4:\"hash\";s:32:\"216a593659d2f520844a7adf05312006\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559793600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559793600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b351f0eeebc35981239e11791e5c268\";a:10:{s:4:\"hash\";s:32:\"1b351f0eeebc35981239e11791e5c268\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559793600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559793600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87bda5e55a41b8ec1c54bdfe5b19a478\";a:10:{s:4:\"hash\";s:32:\"87bda5e55a41b8ec1c54bdfe5b19a478\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559793600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559793600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10ddfab59bb5ff247ede42dccec44e69\";a:10:{s:4:\"hash\";s:32:\"10ddfab59bb5ff247ede42dccec44e69\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559880000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559880000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43785b6865c479c648127a4e6aab5546\";a:10:{s:4:\"hash\";s:32:\"43785b6865c479c648127a4e6aab5546\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559880000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559880000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"277dfca393cc7b5d2b2b04f75c381771\";a:10:{s:4:\"hash\";s:32:\"277dfca393cc7b5d2b2b04f75c381771\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559880000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559880000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"339d945232b6a164f698d6710cab738a\";a:10:{s:4:\"hash\";s:32:\"339d945232b6a164f698d6710cab738a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559880000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559880000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8170c6a633593972d030d27690a48e59\";a:10:{s:4:\"hash\";s:32:\"8170c6a633593972d030d27690a48e59\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559880000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559880000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eea358d7184e29a19be64bc47a0aafb0\";a:10:{s:4:\"hash\";s:32:\"eea358d7184e29a19be64bc47a0aafb0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559880000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559880000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3713ae944b2e50e69ac4c81f2070d6f\";a:10:{s:4:\"hash\";s:32:\"a3713ae944b2e50e69ac4c81f2070d6f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559880000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559880000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9964773617c5c8e1754607ef2e502ac\";a:10:{s:4:\"hash\";s:32:\"e9964773617c5c8e1754607ef2e502ac\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559966400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1559966400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f644e7197ba33cfcb53800773d3c320\";a:10:{s:4:\"hash\";s:32:\"6f644e7197ba33cfcb53800773d3c320\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559966400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1559966400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a0071771e84a65f5a447e82672ea128\";a:10:{s:4:\"hash\";s:32:\"1a0071771e84a65f5a447e82672ea128\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559966400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1559966400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d346e5744ca3309638753b5b4d9181f3\";a:10:{s:4:\"hash\";s:32:\"d346e5744ca3309638753b5b4d9181f3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1559966400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1559966400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4effc3d46de36f24a85fe780beeac8af\";a:10:{s:4:\"hash\";s:32:\"4effc3d46de36f24a85fe780beeac8af\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560052800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf34d7fe5d00c7dc336a06bd52c3bbc0\";a:10:{s:4:\"hash\";s:32:\"bf34d7fe5d00c7dc336a06bd52c3bbc0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560052800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef975868f16f95b5f5e2de7a75adc56f\";a:10:{s:4:\"hash\";s:32:\"ef975868f16f95b5f5e2de7a75adc56f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560052800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f8ada914158367d93bf68e58a0e8de1\";a:10:{s:4:\"hash\";s:32:\"8f8ada914158367d93bf68e58a0e8de1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560052800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d066c463ed6c67ed540c83bb1948a1be\";a:10:{s:4:\"hash\";s:32:\"d066c463ed6c67ed540c83bb1948a1be\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560052800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a89a2b6b4f5173f87067ab004962050a\";a:10:{s:4:\"hash\";s:32:\"a89a2b6b4f5173f87067ab004962050a\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1560052800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d83259ee4d33327340a1485dccb3b409\";a:10:{s:4:\"hash\";s:32:\"d83259ee4d33327340a1485dccb3b409\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"620e1d92ce974d898551d3967776ae86\";a:10:{s:4:\"hash\";s:32:\"620e1d92ce974d898551d3967776ae86\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560052800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb2a800f2529a5f03a1f7981c233d029\";a:10:{s:4:\"hash\";s:32:\"bb2a800f2529a5f03a1f7981c233d029\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560052800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560052800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ca0d9ef3367d23700acc6107f3f598d\";a:10:{s:4:\"hash\";s:32:\"8ca0d9ef3367d23700acc6107f3f598d\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1560139200/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d55ff5f6df4dc8704a02d12d6d238fa\";a:10:{s:4:\"hash\";s:32:\"8d55ff5f6df4dc8704a02d12d6d238fa\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560139200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"172add15fcad5da6e04757aa0d2ea3c4\";a:10:{s:4:\"hash\";s:32:\"172add15fcad5da6e04757aa0d2ea3c4\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560139200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85dc50a1a675b1d8fa6071c22c8616af\";a:10:{s:4:\"hash\";s:32:\"85dc50a1a675b1d8fa6071c22c8616af\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560139200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62a4c5f8bfc74c32451ff901bd1a31f5\";a:10:{s:4:\"hash\";s:32:\"62a4c5f8bfc74c32451ff901bd1a31f5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560139200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"36b3bbea1179d584327d12a1566f645e\";a:10:{s:4:\"hash\";s:32:\"36b3bbea1179d584327d12a1566f645e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560139200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"29b51b50be5757970d975ec72bef5cc6\";a:10:{s:4:\"hash\";s:32:\"29b51b50be5757970d975ec72bef5cc6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560139200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2d664435a58f62e232caabafbc063fe\";a:10:{s:4:\"hash\";s:32:\"f2d664435a58f62e232caabafbc063fe\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1560139200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b773e32e5de45a9f1dd00eac04d426d6\";a:10:{s:4:\"hash\";s:32:\"b773e32e5de45a9f1dd00eac04d426d6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560139200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8bb57b6b5a51c72134e05e362629e4f4\";a:10:{s:4:\"hash\";s:32:\"8bb57b6b5a51c72134e05e362629e4f4\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1560139200/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd5e0e998affd9f699c90304aa5b3d3f\";a:10:{s:4:\"hash\";s:32:\"fd5e0e998affd9f699c90304aa5b3d3f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560139200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1cdf060858ac52e81a800247c21373f7\";a:10:{s:4:\"hash\";s:32:\"1cdf060858ac52e81a800247c21373f7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560139200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75670e9aea44f000fc21cbd150ffd232\";a:10:{s:4:\"hash\";s:32:\"75670e9aea44f000fc21cbd150ffd232\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560139200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"184969952e4dd8fef3a697fe792f03e1\";a:10:{s:4:\"hash\";s:32:\"184969952e4dd8fef3a697fe792f03e1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560139200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ecb80ccb76040f4f8a386ac1eab9d9e\";a:10:{s:4:\"hash\";s:32:\"0ecb80ccb76040f4f8a386ac1eab9d9e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560139200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c40d4a7c19a40d1c3ca3ee9fdf8ac18\";a:10:{s:4:\"hash\";s:32:\"6c40d4a7c19a40d1c3ca3ee9fdf8ac18\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560139200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560139200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed1bdef85df3ef61381ed6581e7cff02\";a:10:{s:4:\"hash\";s:32:\"ed1bdef85df3ef61381ed6581e7cff02\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1560225600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4eed042a1ce06750945f29a94e486293\";a:10:{s:4:\"hash\";s:32:\"4eed042a1ce06750945f29a94e486293\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c728e31b6d5e5b7ba32c3a94da72ed5\";a:10:{s:4:\"hash\";s:32:\"3c728e31b6d5e5b7ba32c3a94da72ed5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560225600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"026bbe8886c590724e691dda35f0959b\";a:10:{s:4:\"hash\";s:32:\"026bbe8886c590724e691dda35f0959b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560225600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c8885049405c4e793d7faa86fcf93a6\";a:10:{s:4:\"hash\";s:32:\"8c8885049405c4e793d7faa86fcf93a6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560225600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"adaff7163c71edcf2c8e965b9d53c7eb\";a:10:{s:4:\"hash\";s:32:\"adaff7163c71edcf2c8e965b9d53c7eb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560225600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48426d83257622939a7736f5f25b4066\";a:10:{s:4:\"hash\";s:32:\"48426d83257622939a7736f5f25b4066\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560225600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19543013082b60b0ba72f9cfa4561ec9\";a:10:{s:4:\"hash\";s:32:\"19543013082b60b0ba72f9cfa4561ec9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560225600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60c17edf66f4cb92cecac27c5b1ea602\";a:10:{s:4:\"hash\";s:32:\"60c17edf66f4cb92cecac27c5b1ea602\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560225600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560225600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c990805c679692402cf75726efb021a\";a:10:{s:4:\"hash\";s:32:\"0c990805c679692402cf75726efb021a\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560312000/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1560312000/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6e7bb94d779c69ed95aee47b1ed849e\";a:10:{s:4:\"hash\";s:32:\"f6e7bb94d779c69ed95aee47b1ed849e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560312000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560312000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06f5d1f4c3d1eb6e91c10ff853b313b9\";a:10:{s:4:\"hash\";s:32:\"06f5d1f4c3d1eb6e91c10ff853b313b9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560312000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560312000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e602235a2ae5651296d1d84235c6127\";a:10:{s:4:\"hash\";s:32:\"2e602235a2ae5651296d1d84235c6127\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560312000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560312000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23644e0056bd1798ec2db1f77853b2b3\";a:10:{s:4:\"hash\";s:32:\"23644e0056bd1798ec2db1f77853b2b3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560312000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dbfc317b1c7ad5df62262ec3a5b58115\";a:10:{s:4:\"hash\";s:32:\"dbfc317b1c7ad5df62262ec3a5b58115\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560312000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560312000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b47179ad67c1ae8cff0795f03ae4424\";a:10:{s:4:\"hash\";s:32:\"9b47179ad67c1ae8cff0795f03ae4424\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560312000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560312000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d23f8ce564a4e893f60acba9b59c640c\";a:10:{s:4:\"hash\";s:32:\"d23f8ce564a4e893f60acba9b59c640c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560312000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560312000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"56b7de15242649faa4df144206f9e4a1\";a:10:{s:4:\"hash\";s:32:\"56b7de15242649faa4df144206f9e4a1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560398400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560398400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"466569630324182f928f1cda3fa78070\";a:10:{s:4:\"hash\";s:32:\"466569630324182f928f1cda3fa78070\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560398400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560398400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"029b79d0132be8fdfa1cd98e25e80208\";a:10:{s:4:\"hash\";s:32:\"029b79d0132be8fdfa1cd98e25e80208\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560484800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560484800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ece50b8179a616ae14163325445c51d\";a:10:{s:4:\"hash\";s:32:\"7ece50b8179a616ae14163325445c51d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560571200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560571200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51b1b15cce567c5015e57685de40b6d2\";a:10:{s:4:\"hash\";s:32:\"51b1b15cce567c5015e57685de40b6d2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560571200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560571200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"421413a7496df7465a505e7e0868a01b\";a:10:{s:4:\"hash\";s:32:\"421413a7496df7465a505e7e0868a01b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560571200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560571200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfa4c530419df9c41fbf933a1b98401b\";a:10:{s:4:\"hash\";s:32:\"cfa4c530419df9c41fbf933a1b98401b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560571200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560571200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e8a8cc33baf9458a962e5b041c29c42\";a:10:{s:4:\"hash\";s:32:\"1e8a8cc33baf9458a962e5b041c29c42\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560657600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560657600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6b12c04ea887ecb098adf4b1a892cd9\";a:10:{s:4:\"hash\";s:32:\"a6b12c04ea887ecb098adf4b1a892cd9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560744000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560744000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ad63622da6bcbad5e10c4434ac6b398\";a:10:{s:4:\"hash\";s:32:\"9ad63622da6bcbad5e10c4434ac6b398\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560744000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560744000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"042bcb586cab67024946a3ed696e53a0\";a:10:{s:4:\"hash\";s:32:\"042bcb586cab67024946a3ed696e53a0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560744000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560744000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e0b18eb11f45af0b80b841f2ce95b254\";a:10:{s:4:\"hash\";s:32:\"e0b18eb11f45af0b80b841f2ce95b254\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560830400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560830400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45746e853ceb26ba628e7af503c07e5c\";a:10:{s:4:\"hash\";s:32:\"45746e853ceb26ba628e7af503c07e5c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560830400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560830400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd3dcf38c1d0bbf0eaa93e21a9eff110\";a:10:{s:4:\"hash\";s:32:\"dd3dcf38c1d0bbf0eaa93e21a9eff110\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560830400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560830400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21cba19d5959ed2ca69029807d101c2a\";a:10:{s:4:\"hash\";s:32:\"21cba19d5959ed2ca69029807d101c2a\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560830400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1560830400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd5fe982ca845575843af616578ea552\";a:10:{s:4:\"hash\";s:32:\"fd5fe982ca845575843af616578ea552\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26e0deab72dbb16b20e7da217d3dc67d\";a:10:{s:4:\"hash\";s:32:\"26e0deab72dbb16b20e7da217d3dc67d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560830400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560830400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6145ad359cbd75fba78f34a32cb460f\";a:10:{s:4:\"hash\";s:32:\"f6145ad359cbd75fba78f34a32cb460f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560830400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560830400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e28e9a3b0627d2e3be916d48a581e472\";a:10:{s:4:\"hash\";s:32:\"e28e9a3b0627d2e3be916d48a581e472\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560830400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560830400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9e5e6cef2685b417d36b43c9c6c8730\";a:10:{s:4:\"hash\";s:32:\"a9e5e6cef2685b417d36b43c9c6c8730\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560916800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560916800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1e5cc58e99ad3fe35aa62515197cad8\";a:10:{s:4:\"hash\";s:32:\"b1e5cc58e99ad3fe35aa62515197cad8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560916800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560916800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"542d5c0ed77f0f135acfde4e5e465891\";a:10:{s:4:\"hash\";s:32:\"542d5c0ed77f0f135acfde4e5e465891\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560916800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1560916800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bfdfbaefd331bca21ebc802d1fdbca1\";a:10:{s:4:\"hash\";s:32:\"4bfdfbaefd331bca21ebc802d1fdbca1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560916800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560916800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"131812d49ebe698e0faf52a46eab1224\";a:10:{s:4:\"hash\";s:32:\"131812d49ebe698e0faf52a46eab1224\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560916800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1560916800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be9a320e6f00eab163714772bb1bc844\";a:10:{s:4:\"hash\";s:32:\"be9a320e6f00eab163714772bb1bc844\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560916800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560916800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2a52c38172040319fb7948141a1202e\";a:10:{s:4:\"hash\";s:32:\"d2a52c38172040319fb7948141a1202e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560916800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560916800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17942633d5609e9e4630321fe724e513\";a:10:{s:4:\"hash\";s:32:\"17942633d5609e9e4630321fe724e513\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1560916800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1560916800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a9539b73c991e60e61b81d567974dba\";a:10:{s:4:\"hash\";s:32:\"8a9539b73c991e60e61b81d567974dba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561003200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561003200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dba4b350d8a546f317adaad76fb430d2\";a:10:{s:4:\"hash\";s:32:\"dba4b350d8a546f317adaad76fb430d2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561003200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561003200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab2afde2e1407060ebcaefdea19d21ef\";a:10:{s:4:\"hash\";s:32:\"ab2afde2e1407060ebcaefdea19d21ef\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561089600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561089600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ddcbeb5ead85819f3efd4b52fa77cec5\";a:10:{s:4:\"hash\";s:32:\"ddcbeb5ead85819f3efd4b52fa77cec5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561176000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1561176000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5a455dbc15825b48fc74b80c9d3ce1c\";a:10:{s:4:\"hash\";s:32:\"d5a455dbc15825b48fc74b80c9d3ce1c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561176000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1561176000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"205d616fb458d8ed0600cde4f8df1fa5\";a:10:{s:4:\"hash\";s:32:\"205d616fb458d8ed0600cde4f8df1fa5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"650b012b687ba453187fa96985798381\";a:10:{s:4:\"hash\";s:32:\"650b012b687ba453187fa96985798381\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561176000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561176000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6a04e77b6bd99374c3f9a5885ad74ca\";a:10:{s:4:\"hash\";s:32:\"e6a04e77b6bd99374c3f9a5885ad74ca\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561262400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1561262400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a6b2262a550bf3da272da921584bea8\";a:10:{s:4:\"hash\";s:32:\"7a6b2262a550bf3da272da921584bea8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561262400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1561262400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32a45b90b063fd3899c0d4c7144de2dd\";a:10:{s:4:\"hash\";s:32:\"32a45b90b063fd3899c0d4c7144de2dd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561262400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561262400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a52a2a65019cfe397b00ca5e1fcdfc1a\";a:10:{s:4:\"hash\";s:32:\"a52a2a65019cfe397b00ca5e1fcdfc1a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561262400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561262400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f70e1b9302e443032235c57cf6235d04\";a:10:{s:4:\"hash\";s:32:\"f70e1b9302e443032235c57cf6235d04\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561262400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561262400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69e3797f30d34ccccd94cbcfc579fa55\";a:10:{s:4:\"hash\";s:32:\"69e3797f30d34ccccd94cbcfc579fa55\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561262400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561262400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d85e902157008b328c017e773cebcf2\";a:10:{s:4:\"hash\";s:32:\"6d85e902157008b328c017e773cebcf2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561262400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561262400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26ee262ea72ad6a13f759628e923757a\";a:10:{s:4:\"hash\";s:32:\"26ee262ea72ad6a13f759628e923757a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561348800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561348800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"782069ec33d70a46fe593865fe907ff1\";a:10:{s:4:\"hash\";s:32:\"782069ec33d70a46fe593865fe907ff1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561348800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561348800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d24d07fc6e13dc4d4943fd28fe3be001\";a:10:{s:4:\"hash\";s:32:\"d24d07fc6e13dc4d4943fd28fe3be001\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561521600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561521600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b168284dbf72a1ec9e6fff9ec43ecef8\";a:10:{s:4:\"hash\";s:32:\"b168284dbf72a1ec9e6fff9ec43ecef8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561608000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561608000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11d37d68e3eed58d068f14ac2c8e15ac\";a:10:{s:4:\"hash\";s:32:\"11d37d68e3eed58d068f14ac2c8e15ac\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561608000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561608000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ec502aa406897562075de254c35b7cb\";a:10:{s:4:\"hash\";s:32:\"1ec502aa406897562075de254c35b7cb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561608000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561608000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76f06f5b876f844e528320f67bb5b0b1\";a:10:{s:4:\"hash\";s:32:\"76f06f5b876f844e528320f67bb5b0b1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561608000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561608000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d162a58766288d23f5ed9b7cbc832e77\";a:10:{s:4:\"hash\";s:32:\"d162a58766288d23f5ed9b7cbc832e77\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561694400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561694400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc70ebeb232dc4a60f0e7af8c16640ca\";a:10:{s:4:\"hash\";s:32:\"dc70ebeb232dc4a60f0e7af8c16640ca\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561694400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561694400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3a9a2eddcfd13bb5e9057f5f698d623\";a:10:{s:4:\"hash\";s:32:\"e3a9a2eddcfd13bb5e9057f5f698d623\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561694400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561694400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7132c294dcbea05618674f3f2789a48\";a:10:{s:4:\"hash\";s:32:\"d7132c294dcbea05618674f3f2789a48\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561694400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561694400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32c1df4265eb0c6bf5c4238fb4097406\";a:10:{s:4:\"hash\";s:32:\"32c1df4265eb0c6bf5c4238fb4097406\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561780800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561780800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc394f0a94622fb1e7258036006c0f31\";a:10:{s:4:\"hash\";s:32:\"dc394f0a94622fb1e7258036006c0f31\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b061f2355105fe8611d26e9a964c08ad\";a:10:{s:4:\"hash\";s:32:\"b061f2355105fe8611d26e9a964c08ad\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561953600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1561953600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e33a9fd4dab1ed0c7b4c8011b04448cd\";a:10:{s:4:\"hash\";s:32:\"e33a9fd4dab1ed0c7b4c8011b04448cd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561953600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1561953600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74a9c64caaed5040bf481e1eebe027dd\";a:10:{s:4:\"hash\";s:32:\"74a9c64caaed5040bf481e1eebe027dd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1561953600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1561953600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fce359ae7b05ccea0c064c6497b960e7\";a:10:{s:4:\"hash\";s:32:\"fce359ae7b05ccea0c064c6497b960e7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562385600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1562385600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb2e4dac605dd10d64ca907408a92206\";a:10:{s:4:\"hash\";s:32:\"bb2e4dac605dd10d64ca907408a92206\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562817600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1562817600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"745af86b11705683ce44fee1e10a5f23\";a:10:{s:4:\"hash\";s:32:\"745af86b11705683ce44fee1e10a5f23\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562904000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1562904000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c497cc36f2b32bd813bca6d47101304\";a:10:{s:4:\"hash\";s:32:\"1c497cc36f2b32bd813bca6d47101304\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562904000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1562904000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7932a51be17cc025e3b38578444e3b1a\";a:10:{s:4:\"hash\";s:32:\"7932a51be17cc025e3b38578444e3b1a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562904000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1562904000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"abbe5462edff81c4dea44b88ea38c56b\";a:10:{s:4:\"hash\";s:32:\"abbe5462edff81c4dea44b88ea38c56b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562904000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1562904000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f26b2e3ecd34336db5d655682306a71e\";a:10:{s:4:\"hash\";s:32:\"f26b2e3ecd34336db5d655682306a71e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562904000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1562904000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df65de16214235cca61f811140a074ba\";a:10:{s:4:\"hash\";s:32:\"df65de16214235cca61f811140a074ba\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1562990400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5c56867963edc86a3ceef253244bf5b\";a:10:{s:4:\"hash\";s:32:\"d5c56867963edc86a3ceef253244bf5b\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1562990400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"334d1f46e099cbee7ab71dcee33cc837\";a:10:{s:4:\"hash\";s:32:\"334d1f46e099cbee7ab71dcee33cc837\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1562990400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"558ec37dbecf7433adf89b12f4106d32\";a:10:{s:4:\"hash\";s:32:\"558ec37dbecf7433adf89b12f4106d32\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1562990400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"05bcb1cc793e70c2766203a4d10d2ed2\";a:10:{s:4:\"hash\";s:32:\"05bcb1cc793e70c2766203a4d10d2ed2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1562990400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"229e4cbf4fe14037d20392bcdc894201\";a:10:{s:4:\"hash\";s:32:\"229e4cbf4fe14037d20392bcdc894201\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1562990400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09c956f9547882b94ad0199cf9904be0\";a:10:{s:4:\"hash\";s:32:\"09c956f9547882b94ad0199cf9904be0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1562990400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ca8b553dd9d0a2145cca60981f875f1\";a:10:{s:4:\"hash\";s:32:\"0ca8b553dd9d0a2145cca60981f875f1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1562990400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b4df0756cb1cb4ba1c36c6b57b794af\";a:10:{s:4:\"hash\";s:32:\"2b4df0756cb1cb4ba1c36c6b57b794af\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1562990400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1562990400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f919045443e5f528c5444a0f04e4897\";a:10:{s:4:\"hash\";s:32:\"1f919045443e5f528c5444a0f04e4897\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563076800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1563076800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1fed1a711dcb633ceed7c5df8cc4c7d\";a:10:{s:4:\"hash\";s:32:\"b1fed1a711dcb633ceed7c5df8cc4c7d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563076800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563076800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aacc71d2fd84e46d11d3b4344ab0d404\";a:10:{s:4:\"hash\";s:32:\"aacc71d2fd84e46d11d3b4344ab0d404\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563076800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1563076800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22770cc7de072868fad40ac0a804d70e\";a:10:{s:4:\"hash\";s:32:\"22770cc7de072868fad40ac0a804d70e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563076800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563076800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fba554ec6b135226efa283b6be891be\";a:10:{s:4:\"hash\";s:32:\"3fba554ec6b135226efa283b6be891be\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563076800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563076800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4224f95a9e90ce873f7a6c432496e0b\";a:10:{s:4:\"hash\";s:32:\"d4224f95a9e90ce873f7a6c432496e0b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563076800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563076800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1a0eb99971beeeac69804852f8a5b4f\";a:10:{s:4:\"hash\";s:32:\"e1a0eb99971beeeac69804852f8a5b4f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563163200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1563163200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9ad4e3d6a512b6df75897ef537a890a\";a:10:{s:4:\"hash\";s:32:\"c9ad4e3d6a512b6df75897ef537a890a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563163200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563163200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eef7de1fcf14d9ef6fa49bd353e4ac54\";a:10:{s:4:\"hash\";s:32:\"eef7de1fcf14d9ef6fa49bd353e4ac54\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563163200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563163200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e4e47045425e0102d2848e5ee177d32\";a:10:{s:4:\"hash\";s:32:\"2e4e47045425e0102d2848e5ee177d32\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563163200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1563163200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fcda5c54a9577fd89003b8705f508174\";a:10:{s:4:\"hash\";s:32:\"fcda5c54a9577fd89003b8705f508174\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563163200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563163200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34d694753fc9201fd6d8c6089693ccd7\";a:10:{s:4:\"hash\";s:32:\"34d694753fc9201fd6d8c6089693ccd7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563163200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563163200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ca05a6696b3773afc9cd61383ab99b3\";a:10:{s:4:\"hash\";s:32:\"6ca05a6696b3773afc9cd61383ab99b3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563163200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563163200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04ee60fc1dac968ccb4234861e5abbaf\";a:10:{s:4:\"hash\";s:32:\"04ee60fc1dac968ccb4234861e5abbaf\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563249600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1563249600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3dd9db1901eca48c35260792a8a1dbbd\";a:10:{s:4:\"hash\";s:32:\"3dd9db1901eca48c35260792a8a1dbbd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563422400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1563422400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d082cae32a9ef988b474713f9cd890f4\";a:10:{s:4:\"hash\";s:32:\"d082cae32a9ef988b474713f9cd890f4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563508800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1563508800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3acabc99f5acaeeee9b325aff9921821\";a:10:{s:4:\"hash\";s:32:\"3acabc99f5acaeeee9b325aff9921821\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563508800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563508800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d458c01ca9de890b90227679e5dba1b1\";a:10:{s:4:\"hash\";s:32:\"d458c01ca9de890b90227679e5dba1b1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563508800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563508800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1906af81f88c7abe64fae75a68dfaff\";a:10:{s:4:\"hash\";s:32:\"d1906af81f88c7abe64fae75a68dfaff\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563508800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1563508800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e20767a750d669a88789ce943184c4d3\";a:10:{s:4:\"hash\";s:32:\"e20767a750d669a88789ce943184c4d3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1563595200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1563595200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a34d7ad93dce773d235f9c86738c3ee\";a:10:{s:4:\"hash\";s:32:\"2a34d7ad93dce773d235f9c86738c3ee\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564632000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564632000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c1ff8a0ba19c4e52328cca9af9f3ae4\";a:10:{s:4:\"hash\";s:32:\"0c1ff8a0ba19c4e52328cca9af9f3ae4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564632000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564632000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cbdb7eff5d57ff9c07f20df8c303f68\";a:10:{s:4:\"hash\";s:32:\"0cbdb7eff5d57ff9c07f20df8c303f68\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564632000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564632000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8e3c5e020ab71297eb28f8e1d938cc4b\";a:10:{s:4:\"hash\";s:32:\"8e3c5e020ab71297eb28f8e1d938cc4b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564632000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564632000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1fa01c7d8fdfa086493e9c514435386\";a:10:{s:4:\"hash\";s:32:\"d1fa01c7d8fdfa086493e9c514435386\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564632000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1564632000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30bb3d242e4c03359f5ca3380bc21286\";a:10:{s:4:\"hash\";s:32:\"30bb3d242e4c03359f5ca3380bc21286\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564718400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a89e3203f5581ab5b463c9430c854fc5\";a:10:{s:4:\"hash\";s:32:\"a89e3203f5581ab5b463c9430c854fc5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564718400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c17ac190e8e20cbe7116d10837623278\";a:10:{s:4:\"hash\";s:32:\"c17ac190e8e20cbe7116d10837623278\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564718400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c8e10196cc9c57088d061218b7a77e1\";a:10:{s:4:\"hash\";s:32:\"9c8e10196cc9c57088d061218b7a77e1\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1564718400/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d1178041d9af79962324f3be1a6aad4\";a:10:{s:4:\"hash\";s:32:\"8d1178041d9af79962324f3be1a6aad4\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564718400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e19aa8975edce6f133dd4406790db28\";a:10:{s:4:\"hash\";s:32:\"6e19aa8975edce6f133dd4406790db28\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564718400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6a75596d146a876cd99414d7ddb8a84a\";a:10:{s:4:\"hash\";s:32:\"6a75596d146a876cd99414d7ddb8a84a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564718400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a200d0a49a06d7e8e821dec329899ccb\";a:10:{s:4:\"hash\";s:32:\"a200d0a49a06d7e8e821dec329899ccb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1564718400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c39852ca19f77613d92bfd8598f83833\";a:10:{s:4:\"hash\";s:32:\"c39852ca19f77613d92bfd8598f83833\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564718400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2f48e0c9b4faffb160d4ba8a69062c4\";a:10:{s:4:\"hash\";s:32:\"c2f48e0c9b4faffb160d4ba8a69062c4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564718400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"103367ac47dc2c26318361e3d2305585\";a:10:{s:4:\"hash\";s:32:\"103367ac47dc2c26318361e3d2305585\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564718400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564718400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afd9ab31f0b4d3bdd329639ad7f45ca1\";a:10:{s:4:\"hash\";s:32:\"afd9ab31f0b4d3bdd329639ad7f45ca1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564804800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2adb9a456216f4b730db330d933c0d47\";a:10:{s:4:\"hash\";s:32:\"2adb9a456216f4b730db330d933c0d47\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564804800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1cf8e2e29748d70ee1d70077efd79877\";a:10:{s:4:\"hash\";s:32:\"1cf8e2e29748d70ee1d70077efd79877\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564804800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75e552eb52b26395032ac46afd5a96dd\";a:10:{s:4:\"hash\";s:32:\"75e552eb52b26395032ac46afd5a96dd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564804800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f30a42594244ae812bd68258dd057ae2\";a:10:{s:4:\"hash\";s:32:\"f30a42594244ae812bd68258dd057ae2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1564804800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8ae95dabca9a6a54e751e45ed4801bd\";a:10:{s:4:\"hash\";s:32:\"b8ae95dabca9a6a54e751e45ed4801bd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564804800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e15de5678474d9a98bf0e08e7fd7408\";a:10:{s:4:\"hash\";s:32:\"5e15de5678474d9a98bf0e08e7fd7408\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1564804800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2b72f264dc0dfaeb7a0af796301c2f5\";a:10:{s:4:\"hash\";s:32:\"e2b72f264dc0dfaeb7a0af796301c2f5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564804800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e0511cf18d544c30ad1b23eb835e87fc\";a:10:{s:4:\"hash\";s:32:\"e0511cf18d544c30ad1b23eb835e87fc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564804800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5fc8fb2700d84ce684a6d9d223507ee9\";a:10:{s:4:\"hash\";s:32:\"5fc8fb2700d84ce684a6d9d223507ee9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564804800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564804800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bcd700ba53c5fd67bd3e33f0d6567e6\";a:10:{s:4:\"hash\";s:32:\"4bcd700ba53c5fd67bd3e33f0d6567e6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564891200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564891200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f2582ff51bb1345af226e89f1478cf4\";a:10:{s:4:\"hash\";s:32:\"6f2582ff51bb1345af226e89f1478cf4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564891200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1564891200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"161755dc056b7d0d97f882324c57c594\";a:10:{s:4:\"hash\";s:32:\"161755dc056b7d0d97f882324c57c594\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1564891200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1564891200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93c8121ff317c01110e3cb6827295926\";a:10:{s:4:\"hash\";s:32:\"93c8121ff317c01110e3cb6827295926\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1566964800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1566964800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4daf14152a5c832eb401d63b3fa4d135\";a:10:{s:4:\"hash\";s:32:\"4daf14152a5c832eb401d63b3fa4d135\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1566964800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1566964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37f818c7f59c812fdf77fb38cac9d058\";a:10:{s:4:\"hash\";s:32:\"37f818c7f59c812fdf77fb38cac9d058\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567051200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1567051200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8593d18447af20acbaa6abda7299919\";a:10:{s:4:\"hash\";s:32:\"a8593d18447af20acbaa6abda7299919\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567051200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1567051200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03800fdc28c76cd7294c69a7f84f0ae3\";a:10:{s:4:\"hash\";s:32:\"03800fdc28c76cd7294c69a7f84f0ae3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567051200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567051200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb263f8a168c3fc227cd77682e3bbeb1\";a:10:{s:4:\"hash\";s:32:\"bb263f8a168c3fc227cd77682e3bbeb1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567051200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1567051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62cb083a1dac8c1eb34d503e38fb632c\";a:10:{s:4:\"hash\";s:32:\"62cb083a1dac8c1eb34d503e38fb632c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567051200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567051200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae8a51e51d6dc9ea42b5c1cbbd441e47\";a:10:{s:4:\"hash\";s:32:\"ae8a51e51d6dc9ea42b5c1cbbd441e47\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567051200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567051200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99a5674220e1c860f2a946a26e5bb424\";a:10:{s:4:\"hash\";s:32:\"99a5674220e1c860f2a946a26e5bb424\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567051200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567051200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2aca5fbd2c2a9e3eae73c96ae21ed5e8\";a:10:{s:4:\"hash\";s:32:\"2aca5fbd2c2a9e3eae73c96ae21ed5e8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567137600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567137600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f18a844a74b4483b3c24dacb4cb15183\";a:10:{s:4:\"hash\";s:32:\"f18a844a74b4483b3c24dacb4cb15183\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567137600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1567137600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c84c02030b1752ce20dd10159023eefc\";a:10:{s:4:\"hash\";s:32:\"c84c02030b1752ce20dd10159023eefc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567137600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567137600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4dd0c3dad1ef19b58db64c93ec8d4696\";a:10:{s:4:\"hash\";s:32:\"4dd0c3dad1ef19b58db64c93ec8d4696\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567137600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567137600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1f4d4df4d80732f4ab2b7343eedef45\";a:10:{s:4:\"hash\";s:32:\"e1f4d4df4d80732f4ab2b7343eedef45\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567137600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567137600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d32f83347be077f508181441426788a\";a:10:{s:4:\"hash\";s:32:\"4d32f83347be077f508181441426788a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567224000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1567224000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1e3d507d47d08777338f3fa23e4969c\";a:10:{s:4:\"hash\";s:32:\"d1e3d507d47d08777338f3fa23e4969c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567224000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567224000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84e77fe4df9ef50bec8ee5382aeba789\";a:10:{s:4:\"hash\";s:32:\"84e77fe4df9ef50bec8ee5382aeba789\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567224000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567224000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59d5bd73f682baadfbc50591fbcc2e38\";a:10:{s:4:\"hash\";s:32:\"59d5bd73f682baadfbc50591fbcc2e38\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567224000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1567224000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34408d23412ae5f20400e2cd6d7f0713\";a:10:{s:4:\"hash\";s:32:\"34408d23412ae5f20400e2cd6d7f0713\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1567310400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1567310400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f94b9bced71753693dd765b28ebfd37d\";a:10:{s:4:\"hash\";s:32:\"f94b9bced71753693dd765b28ebfd37d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572580800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1572580800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d80c42d4a056b4c6ac432f3a402a86f3\";a:10:{s:4:\"hash\";s:32:\"d80c42d4a056b4c6ac432f3a402a86f3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572580800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1572580800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ea3dfaca7ed1633ae390766e01b3daa\";a:10:{s:4:\"hash\";s:32:\"4ea3dfaca7ed1633ae390766e01b3daa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572580800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1572580800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af00dc309c3dd1fdbea8c8ce3bc5f3d9\";a:10:{s:4:\"hash\";s:32:\"af00dc309c3dd1fdbea8c8ce3bc5f3d9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572667200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1572667200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"612f5f6f8e7a81e38b60324aec999c30\";a:10:{s:4:\"hash\";s:32:\"612f5f6f8e7a81e38b60324aec999c30\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572667200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1572667200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"092bc6bdc4080d931311fdc3459b8f3a\";a:10:{s:4:\"hash\";s:32:\"092bc6bdc4080d931311fdc3459b8f3a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572667200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1572667200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"267cce4c079312bd013910b16e55ea19\";a:10:{s:4:\"hash\";s:32:\"267cce4c079312bd013910b16e55ea19\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572667200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1572667200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"65ae48e1ff86c5e96f2b3e52275c11f0\";a:10:{s:4:\"hash\";s:32:\"65ae48e1ff86c5e96f2b3e52275c11f0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572753600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1572753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2342d49a7decc73fbea549a77e9f2911\";a:10:{s:4:\"hash\";s:32:\"2342d49a7decc73fbea549a77e9f2911\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572753600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1572753600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e92e9a872776c6161a4ba052a9ac3e8\";a:10:{s:4:\"hash\";s:32:\"7e92e9a872776c6161a4ba052a9ac3e8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572753600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1572753600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d255fded3d583fa31137e46efac396c\";a:10:{s:4:\"hash\";s:32:\"7d255fded3d583fa31137e46efac396c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572753600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1572753600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f64dd72650585515114ecafd8505c2fa\";a:10:{s:4:\"hash\";s:32:\"f64dd72650585515114ecafd8505c2fa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1572843600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1572843600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fde9a728400a75644657628edd3b2499\";a:10:{s:4:\"hash\";s:32:\"fde9a728400a75644657628edd3b2499\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573189200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573189200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d32f9f1a07f4dd90d44adc01fb247990\";a:10:{s:4:\"hash\";s:32:\"d32f9f1a07f4dd90d44adc01fb247990\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573275600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573275600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5097f5e7382e5873338fde99fef20836\";a:10:{s:4:\"hash\";s:32:\"5097f5e7382e5873338fde99fef20836\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573275600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573275600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"023c7f9fa2bd811b5ed2ee754d059c67\";a:10:{s:4:\"hash\";s:32:\"023c7f9fa2bd811b5ed2ee754d059c67\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573275600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573275600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ebf587824f444aaa951c33a98e18379\";a:10:{s:4:\"hash\";s:32:\"8ebf587824f444aaa951c33a98e18379\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573275600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573275600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e148d6be6e6b9339e370665dff4c23ba\";a:10:{s:4:\"hash\";s:32:\"e148d6be6e6b9339e370665dff4c23ba\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573362000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573362000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd2ea09f263cabefe2a89245fe1e5dd3\";a:10:{s:4:\"hash\";s:32:\"fd2ea09f263cabefe2a89245fe1e5dd3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573362000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573362000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7dd90fcf22d4e56756a08b11ade187ae\";a:10:{s:4:\"hash\";s:32:\"7dd90fcf22d4e56756a08b11ade187ae\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573362000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573362000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3bbe18f0f9e491442e8a0490fe6245d9\";a:10:{s:4:\"hash\";s:32:\"3bbe18f0f9e491442e8a0490fe6245d9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573362000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573362000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ef4ba24f48ffa727d82df723b9d2455\";a:10:{s:4:\"hash\";s:32:\"6ef4ba24f48ffa727d82df723b9d2455\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573448400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573448400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1950021d28a10e23c62fc81eb6ca058c\";a:10:{s:4:\"hash\";s:32:\"1950021d28a10e23c62fc81eb6ca058c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573448400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573448400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff6703eaf7579c4b41fd899f3f0c621a\";a:10:{s:4:\"hash\";s:32:\"ff6703eaf7579c4b41fd899f3f0c621a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573448400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573448400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"928b4f7d008860b1851821971bae904c\";a:10:{s:4:\"hash\";s:32:\"928b4f7d008860b1851821971bae904c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573448400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573448400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a90da619156fd4cbb8c8f506522da341\";a:10:{s:4:\"hash\";s:32:\"a90da619156fd4cbb8c8f506522da341\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573534800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573534800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e7699cb9def082d6d823535969a83df\";a:10:{s:4:\"hash\";s:32:\"1e7699cb9def082d6d823535969a83df\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573621200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573621200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86a49029f460caca8728b51363a320a6\";a:10:{s:4:\"hash\";s:32:\"86a49029f460caca8728b51363a320a6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573707600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573707600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ff64e8829d912e144769ef1d49d1d85\";a:10:{s:4:\"hash\";s:32:\"2ff64e8829d912e144769ef1d49d1d85\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573707600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573707600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9a84eda1afeaedd41306176df059cae\";a:10:{s:4:\"hash\";s:32:\"d9a84eda1afeaedd41306176df059cae\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573707600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573707600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1189151b885520e9d381a67696e0d87\";a:10:{s:4:\"hash\";s:32:\"d1189151b885520e9d381a67696e0d87\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573707600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1573707600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b9aba96a8eef4bcbce8d99509eb8ed37\";a:10:{s:4:\"hash\";s:32:\"b9aba96a8eef4bcbce8d99509eb8ed37\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573794000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573794000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0aad5828cfb8cd3161137b4b31b0ade9\";a:10:{s:4:\"hash\";s:32:\"0aad5828cfb8cd3161137b4b31b0ade9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1573966800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1573966800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"79e3f94cd3a81d31bd53dcd6e1094d33\";a:10:{s:4:\"hash\";s:32:\"79e3f94cd3a81d31bd53dcd6e1094d33\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574053200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574053200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6d06489f7aaf3499753935f78d3c530\";a:10:{s:4:\"hash\";s:32:\"b6d06489f7aaf3499753935f78d3c530\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574053200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574053200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"88c147a4b375e5bc701e9d34c57ac575\";a:10:{s:4:\"hash\";s:32:\"88c147a4b375e5bc701e9d34c57ac575\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574053200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574053200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0866945dd8eda7a57b2549868afd207f\";a:10:{s:4:\"hash\";s:32:\"0866945dd8eda7a57b2549868afd207f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574053200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574053200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b49b622fa8db9268ae5c8c3c071b9c59\";a:10:{s:4:\"hash\";s:32:\"b49b622fa8db9268ae5c8c3c071b9c59\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574139600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574139600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13be1eabea75afa58575eb065d2b9fa8\";a:10:{s:4:\"hash\";s:32:\"13be1eabea75afa58575eb065d2b9fa8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574398800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574398800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6c6b07e4d42b88ed9fce583f1636807\";a:10:{s:4:\"hash\";s:32:\"b6c6b07e4d42b88ed9fce583f1636807\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574485200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574485200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43c46e8a792a52d762928afd568adf85\";a:10:{s:4:\"hash\";s:32:\"43c46e8a792a52d762928afd568adf85\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574485200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574485200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"717b1b8929e7c7baded043c0bbcb6504\";a:10:{s:4:\"hash\";s:32:\"717b1b8929e7c7baded043c0bbcb6504\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574485200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574485200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc5d0887fe53ca3590a434cd2d0eac4c\";a:10:{s:4:\"hash\";s:32:\"bc5d0887fe53ca3590a434cd2d0eac4c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574485200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574485200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b9963b6c4f0e842168b5925c058918b4\";a:10:{s:4:\"hash\";s:32:\"b9963b6c4f0e842168b5925c058918b4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574571600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574571600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59ed37e76dbea863a78f1d1d2319c8fb\";a:10:{s:4:\"hash\";s:32:\"59ed37e76dbea863a78f1d1d2319c8fb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574658000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574658000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a3e631874b9a1f5c5c7287d7afca7c2\";a:10:{s:4:\"hash\";s:32:\"3a3e631874b9a1f5c5c7287d7afca7c2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574658000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574658000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"012b8e752f91981c984d57b13a6e786f\";a:10:{s:4:\"hash\";s:32:\"012b8e752f91981c984d57b13a6e786f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574658000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574658000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bf884ef864e7e99b787fd606a33bc7f\";a:10:{s:4:\"hash\";s:32:\"4bf884ef864e7e99b787fd606a33bc7f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574658000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574658000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e45ee8fb6f57acbf697084f5763d4d2b\";a:10:{s:4:\"hash\";s:32:\"e45ee8fb6f57acbf697084f5763d4d2b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574744400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574744400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa03ef75bafd69f7bb4b16f08b62b337\";a:10:{s:4:\"hash\";s:32:\"fa03ef75bafd69f7bb4b16f08b62b337\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574830800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574830800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"299dbe57a1fe4485afb3742012e44fd9\";a:10:{s:4:\"hash\";s:32:\"299dbe57a1fe4485afb3742012e44fd9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574830800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574830800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec6c159e0f35a9f0b08c8c4a1975b7ba\";a:10:{s:4:\"hash\";s:32:\"ec6c159e0f35a9f0b08c8c4a1975b7ba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574830800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574830800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5eaffe3912fe52c76ff974a7654d832b\";a:10:{s:4:\"hash\";s:32:\"5eaffe3912fe52c76ff974a7654d832b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574830800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574830800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dadde571007dc30f0b67d1103af36b51\";a:10:{s:4:\"hash\";s:32:\"dadde571007dc30f0b67d1103af36b51\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574917200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1574917200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84eec36f5f9916fb1c0e0b2ee08b6ad3\";a:10:{s:4:\"hash\";s:32:\"84eec36f5f9916fb1c0e0b2ee08b6ad3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574917200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574917200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"875e8502b435d166c68cc92ddcc046a3\";a:10:{s:4:\"hash\";s:32:\"875e8502b435d166c68cc92ddcc046a3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574917200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574917200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eafaf1473ed3e1e0bfe9f4fa9dc41b9a\";a:10:{s:4:\"hash\";s:32:\"eafaf1473ed3e1e0bfe9f4fa9dc41b9a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1574917200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1574917200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"79f4ba91d4866f7ffef201c8308c7ef8\";a:10:{s:4:\"hash\";s:32:\"79f4ba91d4866f7ffef201c8308c7ef8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1575003600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1575003600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a6733a5b28a2668b96b4dff2b2e06c6\";a:10:{s:4:\"hash\";s:32:\"4a6733a5b28a2668b96b4dff2b2e06c6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1580533200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1580533200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c373207e87e75b3a10bfd27573f3d9fe\";a:10:{s:4:\"hash\";s:32:\"c373207e87e75b3a10bfd27573f3d9fe\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1585627200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1585627200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cef629d9eca15ef8af6f19a5d82f96dc\";a:10:{s:4:\"hash\";s:32:\"cef629d9eca15ef8af6f19a5d82f96dc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1585713600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1585713600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95229662df41faba5521d3f0389eeaea\";a:10:{s:4:\"hash\";s:32:\"95229662df41faba5521d3f0389eeaea\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1585713600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1585713600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c63d65a797753e14e670f485c307bdc0\";a:10:{s:4:\"hash\";s:32:\"c63d65a797753e14e670f485c307bdc0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1585713600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1585713600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ded4f9c4dd5413284dee4de0f48d6a2\";a:10:{s:4:\"hash\";s:32:\"0ded4f9c4dd5413284dee4de0f48d6a2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1585713600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1585713600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8cfd26da8d8db075d171f0e790b6aadc\";a:10:{s:4:\"hash\";s:32:\"8cfd26da8d8db075d171f0e790b6aadc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1585800000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1585800000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95c53a128eafecd4e6812006e7582ac1\";a:10:{s:4:\"hash\";s:32:\"95c53a128eafecd4e6812006e7582ac1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586232000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1586232000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a50d6d8046b4a6e8be93fb6b70ca793f\";a:10:{s:4:\"hash\";s:32:\"a50d6d8046b4a6e8be93fb6b70ca793f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586318400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1586318400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"41633e97b390ad5bfddd4be05c883302\";a:10:{s:4:\"hash\";s:32:\"41633e97b390ad5bfddd4be05c883302\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586318400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1586318400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e729ccab5aee8f2ca2d244b71fe9d6c\";a:10:{s:4:\"hash\";s:32:\"2e729ccab5aee8f2ca2d244b71fe9d6c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586318400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1586318400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"025b38a528415a7511d62106c5648654\";a:10:{s:4:\"hash\";s:32:\"025b38a528415a7511d62106c5648654\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586318400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1586318400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bdeb2d8d7fb7180b744d1c74d4b395f4\";a:10:{s:4:\"hash\";s:32:\"bdeb2d8d7fb7180b744d1c74d4b395f4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586404800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1586404800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0fd8de8eb1e05c8d765d4238eb8ed228\";a:10:{s:4:\"hash\";s:32:\"0fd8de8eb1e05c8d765d4238eb8ed228\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586491200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1586491200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ded47b0bff8325a8ada84d807c2dd667\";a:10:{s:4:\"hash\";s:32:\"ded47b0bff8325a8ada84d807c2dd667\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586577600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1586577600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f7b8a80d15a34862ea5ce88072e29eb\";a:10:{s:4:\"hash\";s:32:\"6f7b8a80d15a34862ea5ce88072e29eb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586577600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1586577600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef6c571cfdc3bb35b6e5abc1a38e3773\";a:10:{s:4:\"hash\";s:32:\"ef6c571cfdc3bb35b6e5abc1a38e3773\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586577600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1586577600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59c21340ffc631412d2cbaae9ed6a849\";a:10:{s:4:\"hash\";s:32:\"59c21340ffc631412d2cbaae9ed6a849\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586577600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1586577600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"693ee879f645065bf9d7b32b20bc105b\";a:10:{s:4:\"hash\";s:32:\"693ee879f645065bf9d7b32b20bc105b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1586664000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1586664000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70aec152f991d79cf76677e466e61ccb\";a:10:{s:4:\"hash\";s:32:\"70aec152f991d79cf76677e466e61ccb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587009600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1587009600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"398fa80cd27420a3c9d3378f1b5da797\";a:10:{s:4:\"hash\";s:32:\"398fa80cd27420a3c9d3378f1b5da797\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587096000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1587096000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af294b35fdc9508e9e68665182f4587f\";a:10:{s:4:\"hash\";s:32:\"af294b35fdc9508e9e68665182f4587f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587096000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587096000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb08e73963c6763c14f1edfa6c1464df\";a:10:{s:4:\"hash\";s:32:\"bb08e73963c6763c14f1edfa6c1464df\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587096000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587096000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7be41295d1f37dc5f64c3763eff4acdb\";a:10:{s:4:\"hash\";s:32:\"7be41295d1f37dc5f64c3763eff4acdb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587096000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587096000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"879bebfb88e8b5817bd86d7d245d98a8\";a:10:{s:4:\"hash\";s:32:\"879bebfb88e8b5817bd86d7d245d98a8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587182400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1587182400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82df4a8e7e2bedce29c3b4644ac1195e\";a:10:{s:4:\"hash\";s:32:\"82df4a8e7e2bedce29c3b4644ac1195e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587268800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1587268800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afb35334ae1ab329eb068edc8e8f5f10\";a:10:{s:4:\"hash\";s:32:\"afb35334ae1ab329eb068edc8e8f5f10\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587355200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1587355200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"225c4e8651a45d12b887cf785eee5748\";a:10:{s:4:\"hash\";s:32:\"225c4e8651a45d12b887cf785eee5748\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587355200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587355200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c45948ebcd34290b1d9f1b64e2b5591a\";a:10:{s:4:\"hash\";s:32:\"c45948ebcd34290b1d9f1b64e2b5591a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587355200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587355200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a991a08214e90498cc17f807aa036d3\";a:10:{s:4:\"hash\";s:32:\"4a991a08214e90498cc17f807aa036d3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587355200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587355200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0fab945767bb701d8622465c407ab9d3\";a:10:{s:4:\"hash\";s:32:\"0fab945767bb701d8622465c407ab9d3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587441600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1587441600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0ace98774f89ab428739c81a32f2f54\";a:10:{s:4:\"hash\";s:32:\"a0ace98774f89ab428739c81a32f2f54\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587873600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1587873600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed65b4ffeba717b9e72a5cc3d2ba2107\";a:10:{s:4:\"hash\";s:32:\"ed65b4ffeba717b9e72a5cc3d2ba2107\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587960000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1587960000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"889650a3e6b5ce16bc07525479ded70e\";a:10:{s:4:\"hash\";s:32:\"889650a3e6b5ce16bc07525479ded70e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587960000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587960000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa841feff3cff13160a9dac8325df495\";a:10:{s:4:\"hash\";s:32:\"fa841feff3cff13160a9dac8325df495\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587960000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587960000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cad1a9e81c898d4e234c49ccab9753ff\";a:10:{s:4:\"hash\";s:32:\"cad1a9e81c898d4e234c49ccab9753ff\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1587960000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1587960000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c3bb575feaa2fbfc3e832ea749100ba\";a:10:{s:4:\"hash\";s:32:\"6c3bb575feaa2fbfc3e832ea749100ba\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588046400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588046400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f665cf8d4df3087d70b4d41b10124f1\";a:10:{s:4:\"hash\";s:32:\"7f665cf8d4df3087d70b4d41b10124f1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588132800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588132800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19073ecbff77a28255209dc66dad843a\";a:10:{s:4:\"hash\";s:32:\"19073ecbff77a28255209dc66dad843a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588132800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588132800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8fba2e5a6d1e391c3218b86cc1b85e1\";a:10:{s:4:\"hash\";s:32:\"b8fba2e5a6d1e391c3218b86cc1b85e1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588132800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588132800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8973102d14e40916dd21aa634e1892ab\";a:10:{s:4:\"hash\";s:32:\"8973102d14e40916dd21aa634e1892ab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588132800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588132800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab1cf182a4e933bdb98368e38fd21baa\";a:10:{s:4:\"hash\";s:32:\"ab1cf182a4e933bdb98368e38fd21baa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588219200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588219200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc35093775b367aeebb815f95bbb61c6\";a:10:{s:4:\"hash\";s:32:\"bc35093775b367aeebb815f95bbb61c6\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588305600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1588305600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d97d8b365ee6bdc178145164154da4d\";a:10:{s:4:\"hash\";s:32:\"9d97d8b365ee6bdc178145164154da4d\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588305600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1588305600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25dc2c5afe0b66c50ad59ee9424c0d6a\";a:10:{s:4:\"hash\";s:32:\"25dc2c5afe0b66c50ad59ee9424c0d6a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588305600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1588305600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f78e5a9b8ca91679a88690cc926c04d9\";a:10:{s:4:\"hash\";s:32:\"f78e5a9b8ca91679a88690cc926c04d9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588305600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588305600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad0ea13fc3fa2f57d9a04e6149ec5a1c\";a:10:{s:4:\"hash\";s:32:\"ad0ea13fc3fa2f57d9a04e6149ec5a1c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588305600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588305600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"119dd1804dc0e3129d263e558357ea96\";a:10:{s:4:\"hash\";s:32:\"119dd1804dc0e3129d263e558357ea96\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588305600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588305600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e6affbad9a6f68f4f670231cdb6ddbb\";a:10:{s:4:\"hash\";s:32:\"2e6affbad9a6f68f4f670231cdb6ddbb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588305600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588305600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4f704d996bd4e3b98dae7c3719c2ad7\";a:10:{s:4:\"hash\";s:32:\"d4f704d996bd4e3b98dae7c3719c2ad7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588305600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588305600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b2faaf72e95854fc544f8f2c71df1f7\";a:10:{s:4:\"hash\";s:32:\"4b2faaf72e95854fc544f8f2c71df1f7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588392000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588392000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c237425df96bde3c175e3e0395d78d83\";a:10:{s:4:\"hash\";s:32:\"c237425df96bde3c175e3e0395d78d83\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588564800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588564800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69f7968b3fb1c148fed720a176700ccf\";a:10:{s:4:\"hash\";s:32:\"69f7968b3fb1c148fed720a176700ccf\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588564800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588564800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75230c960239752f1c813ba5f9b8d242\";a:10:{s:4:\"hash\";s:32:\"75230c960239752f1c813ba5f9b8d242\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588651200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1588651200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31bd25c7bd80a6b42c5036859576d52a\";a:10:{s:4:\"hash\";s:32:\"31bd25c7bd80a6b42c5036859576d52a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588651200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1588651200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"528427ccfaa6e53cdd4be2c571b44d09\";a:10:{s:4:\"hash\";s:32:\"528427ccfaa6e53cdd4be2c571b44d09\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588651200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588651200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"094ceb480b9bbae11891147b4af49aed\";a:10:{s:4:\"hash\";s:32:\"094ceb480b9bbae11891147b4af49aed\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588651200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588651200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"906d7ac3a417eb8cd18b6ec4f8c3e40d\";a:10:{s:4:\"hash\";s:32:\"906d7ac3a417eb8cd18b6ec4f8c3e40d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588651200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588651200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0db48f0ea7cf92d4a0693c581f03bcaf\";a:10:{s:4:\"hash\";s:32:\"0db48f0ea7cf92d4a0693c581f03bcaf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588651200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588651200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5beee40a06184e474fd8eb4770724a3\";a:10:{s:4:\"hash\";s:32:\"a5beee40a06184e474fd8eb4770724a3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588651200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588651200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5fef958d134f1c48236a96b27cc136f5\";a:10:{s:4:\"hash\";s:32:\"5fef958d134f1c48236a96b27cc136f5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588651200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588651200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"771e6c053f6efc638f8aeafb1e5838bb\";a:10:{s:4:\"hash\";s:32:\"771e6c053f6efc638f8aeafb1e5838bb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588737600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588737600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f9f2ee2bb2d216d701e7d09814df51e\";a:10:{s:4:\"hash\";s:32:\"2f9f2ee2bb2d216d701e7d09814df51e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588737600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1588737600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6b682339b14677730df1a8cb724cf4b\";a:10:{s:4:\"hash\";s:32:\"a6b682339b14677730df1a8cb724cf4b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588737600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1588737600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"582cdfe473ce903c0da82524cc038ee7\";a:10:{s:4:\"hash\";s:32:\"582cdfe473ce903c0da82524cc038ee7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e42b222e15655d9f181e18e26ea7d95d\";a:10:{s:4:\"hash\";s:32:\"e42b222e15655d9f181e18e26ea7d95d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588737600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588737600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8b2025039a05eea66b6b057639effd5\";a:10:{s:4:\"hash\";s:32:\"d8b2025039a05eea66b6b057639effd5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588737600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588737600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18f7f064614b811894de2c141693a6f6\";a:10:{s:4:\"hash\";s:32:\"18f7f064614b811894de2c141693a6f6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588737600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588737600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"189e203d1d55f1047f10f3e5a27e641f\";a:10:{s:4:\"hash\";s:32:\"189e203d1d55f1047f10f3e5a27e641f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588737600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588737600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"880e0ac4e9cf08ce2a6ffe9275f68de0\";a:10:{s:4:\"hash\";s:32:\"880e0ac4e9cf08ce2a6ffe9275f68de0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588824000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1588824000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ceee193cada6f3b39727c04c2961516d\";a:10:{s:4:\"hash\";s:32:\"ceee193cada6f3b39727c04c2961516d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588824000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1588824000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d02163799f9adf908e30f8e4a8aedf9\";a:10:{s:4:\"hash\";s:32:\"8d02163799f9adf908e30f8e4a8aedf9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588824000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588824000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f90dcc558cd586e5151c692ae2e0473a\";a:10:{s:4:\"hash\";s:32:\"f90dcc558cd586e5151c692ae2e0473a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588824000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1588824000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1466a63123e8d308b1a3f661c7d87850\";a:10:{s:4:\"hash\";s:32:\"1466a63123e8d308b1a3f661c7d87850\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1588910400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1588910400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b966081f0fa8d3e3718a538c3c3c958\";a:10:{s:4:\"hash\";s:32:\"3b966081f0fa8d3e3718a538c3c3c958\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589342400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1589342400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0019fda9e7aee2177194224c94b7932\";a:10:{s:4:\"hash\";s:32:\"a0019fda9e7aee2177194224c94b7932\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589428800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1589428800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44bb112b06cfad361349773a150e99af\";a:10:{s:4:\"hash\";s:32:\"44bb112b06cfad361349773a150e99af\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589428800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589428800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9f9ab8070e58b55925b00cb0c6539f2\";a:10:{s:4:\"hash\";s:32:\"a9f9ab8070e58b55925b00cb0c6539f2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589428800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589428800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fcbcb5cd779eda87a44ac7fc1022d9ab\";a:10:{s:4:\"hash\";s:32:\"fcbcb5cd779eda87a44ac7fc1022d9ab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589428800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589428800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5dca3caf3afdcc82a56ac14d4eafaf95\";a:10:{s:4:\"hash\";s:32:\"5dca3caf3afdcc82a56ac14d4eafaf95\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589515200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1589515200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe75f0b733ce5593b11f056120b0002d\";a:10:{s:4:\"hash\";s:32:\"fe75f0b733ce5593b11f056120b0002d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589601600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1589601600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"872ab5d3f03e999be6d4a49ab31710f9\";a:10:{s:4:\"hash\";s:32:\"872ab5d3f03e999be6d4a49ab31710f9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589601600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589601600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b609ee313bb4586d4e1cd4854aa5d4d1\";a:10:{s:4:\"hash\";s:32:\"b609ee313bb4586d4e1cd4854aa5d4d1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589601600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589601600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2eb4621f7d5a2e6244f858d6fc451f5\";a:10:{s:4:\"hash\";s:32:\"f2eb4621f7d5a2e6244f858d6fc451f5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589601600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589601600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d3a203f9dd421c50d3e569cb62112db\";a:10:{s:4:\"hash\";s:32:\"2d3a203f9dd421c50d3e569cb62112db\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589688000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589688000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c5e113b58db6931c643f772dd9090a3\";a:10:{s:4:\"hash\";s:32:\"9c5e113b58db6931c643f772dd9090a3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589688000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589688000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae9ca5effa013f90649f426ea8aa29ae\";a:10:{s:4:\"hash\";s:32:\"ae9ca5effa013f90649f426ea8aa29ae\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589688000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1589688000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b87b2cc81c053cf2578fdd62ce03926c\";a:10:{s:4:\"hash\";s:32:\"b87b2cc81c053cf2578fdd62ce03926c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589688000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589688000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfe04d4ac41446e5093abe75e1ba6162\";a:10:{s:4:\"hash\";s:32:\"dfe04d4ac41446e5093abe75e1ba6162\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589688000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589688000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8109e3ee826f9b001a0c19c535f3e7eb\";a:10:{s:4:\"hash\";s:32:\"8109e3ee826f9b001a0c19c535f3e7eb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589688000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589688000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6eba96f272f8289576556fa3d1671ae0\";a:10:{s:4:\"hash\";s:32:\"6eba96f272f8289576556fa3d1671ae0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589774400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589774400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8903aba54190aca594cfc95635fee603\";a:10:{s:4:\"hash\";s:32:\"8903aba54190aca594cfc95635fee603\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589774400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589774400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"177c7bfb63e6e87e4ae5b160ff41b818\";a:10:{s:4:\"hash\";s:32:\"177c7bfb63e6e87e4ae5b160ff41b818\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589774400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589774400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"28ae385418ea052c6f57737fe3c862a5\";a:10:{s:4:\"hash\";s:32:\"28ae385418ea052c6f57737fe3c862a5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589774400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1589774400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10b66113eb2288adda0bc5ed5c7894f6\";a:10:{s:4:\"hash\";s:32:\"10b66113eb2288adda0bc5ed5c7894f6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589860800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7ac0c8d6ac064cd631220e6d1ffa4da\";a:10:{s:4:\"hash\";s:32:\"f7ac0c8d6ac064cd631220e6d1ffa4da\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/cat_ids~87,89,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1589860800/cat_ids~87,89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb6418c547b3e4db6ee603f2668109dc\";a:10:{s:4:\"hash\";s:32:\"cb6418c547b3e4db6ee603f2668109dc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589860800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3d765ff3fe7d1378009c4e7f736f284\";a:10:{s:4:\"hash\";s:32:\"f3d765ff3fe7d1378009c4e7f736f284\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589860800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4b8e0556f4297e8bbf67aa7a7f03369\";a:10:{s:4:\"hash\";s:32:\"d4b8e0556f4297e8bbf67aa7a7f03369\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589860800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9df403ba3ee24e719b5d203bd5566799\";a:10:{s:4:\"hash\";s:32:\"9df403ba3ee24e719b5d203bd5566799\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589860800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cfa9678a232660c1575cea1ee27cdfe\";a:10:{s:4:\"hash\";s:32:\"0cfa9678a232660c1575cea1ee27cdfe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589860800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31777dc3b4ebab481e5f0cf9b7b3b193\";a:10:{s:4:\"hash\";s:32:\"31777dc3b4ebab481e5f0cf9b7b3b193\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589860800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"263608e4415153a746820b73a2fc1d9a\";a:10:{s:4:\"hash\";s:32:\"263608e4415153a746820b73a2fc1d9a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589860800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1589860800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9dba52adfc420a5bd092fb4706e4332f\";a:10:{s:4:\"hash\";s:32:\"9dba52adfc420a5bd092fb4706e4332f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589947200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df308b0d19cadbc36918103420eef0e3\";a:10:{s:4:\"hash\";s:32:\"df308b0d19cadbc36918103420eef0e3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589947200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94af448c54f97a2ac9e8cefd731bc6ba\";a:10:{s:4:\"hash\";s:32:\"94af448c54f97a2ac9e8cefd731bc6ba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589947200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5eb7ed0dfafc6101c1a4d32c501f191f\";a:10:{s:4:\"hash\";s:32:\"5eb7ed0dfafc6101c1a4d32c501f191f\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1589947200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47bd64db4ad0074daf731ba624c13af1\";a:10:{s:4:\"hash\";s:32:\"47bd64db4ad0074daf731ba624c13af1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589947200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"487f9fbf2ab67b850ae538618e7c31bd\";a:10:{s:4:\"hash\";s:32:\"487f9fbf2ab67b850ae538618e7c31bd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1589947200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fe89e9ea0937826d9200890d1c5ef81\";a:10:{s:4:\"hash\";s:32:\"6fe89e9ea0937826d9200890d1c5ef81\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589947200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f69e6eaaf029403bd830fdbea3277d63\";a:10:{s:4:\"hash\";s:32:\"f69e6eaaf029403bd830fdbea3277d63\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1589947200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c344a246b0023fa37bdf1288aac0c610\";a:10:{s:4:\"hash\";s:32:\"c344a246b0023fa37bdf1288aac0c610\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589947200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c1d39775eef9b49e4ccb12d9359b528\";a:10:{s:4:\"hash\";s:32:\"1c1d39775eef9b49e4ccb12d9359b528\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589947200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d056540bc57d20aad0dfcfd40196dabc\";a:10:{s:4:\"hash\";s:32:\"d056540bc57d20aad0dfcfd40196dabc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1589947200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1589947200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9cd09d7bdc759092c8d39c538e8d75f3\";a:10:{s:4:\"hash\";s:32:\"9cd09d7bdc759092c8d39c538e8d75f3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590033600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6f1f78a70a9d62d4e2a9833b9aef8eb\";a:10:{s:4:\"hash\";s:32:\"e6f1f78a70a9d62d4e2a9833b9aef8eb\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/cat_ids~87,89,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1590033600/cat_ids~87,89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42ac8225d72ae3ba476421ce8bebae9f\";a:10:{s:4:\"hash\";s:32:\"42ac8225d72ae3ba476421ce8bebae9f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590033600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2bca612756e14d61a32c9c4d4586f581\";a:10:{s:4:\"hash\";s:32:\"2bca612756e14d61a32c9c4d4586f581\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590033600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"880c881e0371355f56e161f561115798\";a:10:{s:4:\"hash\";s:32:\"880c881e0371355f56e161f561115798\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590033600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19cca1e46334520d14355acb81983554\";a:10:{s:4:\"hash\";s:32:\"19cca1e46334520d14355acb81983554\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590033600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1b1cd4a790156850e3bb0f4cd69a5f7\";a:10:{s:4:\"hash\";s:32:\"e1b1cd4a790156850e3bb0f4cd69a5f7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590033600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a55bb516c1cdf5106092eae4cdcd82c4\";a:10:{s:4:\"hash\";s:32:\"a55bb516c1cdf5106092eae4cdcd82c4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590033600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3417518a9cdf02b3932e32c34ff3d5d5\";a:10:{s:4:\"hash\";s:32:\"3417518a9cdf02b3932e32c34ff3d5d5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590033600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f65aa5498a25801d5234e3c539ca444\";a:10:{s:4:\"hash\";s:32:\"1f65aa5498a25801d5234e3c539ca444\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590033600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa152ebdd68155b4f6327d97c3f5bb3a\";a:10:{s:4:\"hash\";s:32:\"fa152ebdd68155b4f6327d97c3f5bb3a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590033600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfbe88b35046900768c2df87a4a74870\";a:10:{s:4:\"hash\";s:32:\"cfbe88b35046900768c2df87a4a74870\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590033600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590033600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60bc2bcb05f1e85950b076a9ad6e61d5\";a:10:{s:4:\"hash\";s:32:\"60bc2bcb05f1e85950b076a9ad6e61d5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590120000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590120000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d56b5c850f1855b16517fa0258c5836\";a:10:{s:4:\"hash\";s:32:\"6d56b5c850f1855b16517fa0258c5836\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590120000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590120000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee5035fd790d07e4b5638ad4d85ce4ef\";a:10:{s:4:\"hash\";s:32:\"ee5035fd790d07e4b5638ad4d85ce4ef\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590120000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590120000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f9197e14b9d703c8881774176c6de21\";a:10:{s:4:\"hash\";s:32:\"1f9197e14b9d703c8881774176c6de21\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590120000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590120000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50fb959a74ef05176c793109b521cad0\";a:10:{s:4:\"hash\";s:32:\"50fb959a74ef05176c793109b521cad0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590379200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"976992d0ba7bb28fb417f806794f0f03\";a:10:{s:4:\"hash\";s:32:\"976992d0ba7bb28fb417f806794f0f03\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590465600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590465600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"354036acbde1f49ce26cf5ec3e354713\";a:10:{s:4:\"hash\";s:32:\"354036acbde1f49ce26cf5ec3e354713\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590552000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590552000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f861ac61928cc87e63854b9e2f2d9b7\";a:10:{s:4:\"hash\";s:32:\"3f861ac61928cc87e63854b9e2f2d9b7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590552000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"674864198a51a6faf27cc8d5015c315e\";a:10:{s:4:\"hash\";s:32:\"674864198a51a6faf27cc8d5015c315e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590552000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590552000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fbdc9ebc4dac97da65d2f21c05ecc655\";a:10:{s:4:\"hash\";s:32:\"fbdc9ebc4dac97da65d2f21c05ecc655\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590552000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590552000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c50cbd61cf385199e5b31ca24f267d71\";a:10:{s:4:\"hash\";s:32:\"c50cbd61cf385199e5b31ca24f267d71\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590552000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590552000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fbcf10985ec88f2117a43fec7f62a30\";a:10:{s:4:\"hash\";s:32:\"6fbcf10985ec88f2117a43fec7f62a30\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590638400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590638400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e2bcbbe979873a87f848911e5990424\";a:10:{s:4:\"hash\";s:32:\"9e2bcbbe979873a87f848911e5990424\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590638400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590638400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f9f6a9b2561f7de3729e850a4902b845\";a:10:{s:4:\"hash\";s:32:\"f9f6a9b2561f7de3729e850a4902b845\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3375ccb8829f121c2f84ae0432002bb3\";a:10:{s:4:\"hash\";s:32:\"3375ccb8829f121c2f84ae0432002bb3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590638400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590638400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95a1c9030650f8b6ef2efacfb7e5d28b\";a:10:{s:4:\"hash\";s:32:\"95a1c9030650f8b6ef2efacfb7e5d28b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590638400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590638400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef5b23343d1b73c681bc0a6a3c946d2f\";a:10:{s:4:\"hash\";s:32:\"ef5b23343d1b73c681bc0a6a3c946d2f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590638400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590638400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb62688131ae0fab9972a5db693b3c46\";a:10:{s:4:\"hash\";s:32:\"cb62688131ae0fab9972a5db693b3c46\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590638400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590638400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7258bd78db206ef867709fabcb07ebd5\";a:10:{s:4:\"hash\";s:32:\"7258bd78db206ef867709fabcb07ebd5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590724800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590724800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51986e1106a073d3460087194b36d51b\";a:10:{s:4:\"hash\";s:32:\"51986e1106a073d3460087194b36d51b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590724800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590724800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd36f1a9c755100ac8686554b28b6c08\";a:10:{s:4:\"hash\";s:32:\"bd36f1a9c755100ac8686554b28b6c08\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590897600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590897600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a02e09f971d68e6840bafc9cbc94b93\";a:10:{s:4:\"hash\";s:32:\"3a02e09f971d68e6840bafc9cbc94b93\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590897600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590897600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0eb65af6257e9c4dc3ccc92b13d5cefd\";a:10:{s:4:\"hash\";s:32:\"0eb65af6257e9c4dc3ccc92b13d5cefd\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1590984000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f31c3ce996850da3175e38f02c6f704\";a:10:{s:4:\"hash\";s:32:\"8f31c3ce996850da3175e38f02c6f704\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"904101eaf42481f4fbd3097ed1de366a\";a:10:{s:4:\"hash\";s:32:\"904101eaf42481f4fbd3097ed1de366a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590984000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ffb4f37a9351c9ad051799d19f5e7e98\";a:10:{s:4:\"hash\";s:32:\"ffb4f37a9351c9ad051799d19f5e7e98\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1590984000/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"378a033cd6a86d0fa11dbb25d7a8a9f6\";a:10:{s:4:\"hash\";s:32:\"378a033cd6a86d0fa11dbb25d7a8a9f6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1590984000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31884a8524a4e6c020269b32c01393c0\";a:10:{s:4:\"hash\";s:32:\"31884a8524a4e6c020269b32c01393c0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c320d1706ae6b34f0ee648894d7972e\";a:10:{s:4:\"hash\";s:32:\"5c320d1706ae6b34f0ee648894d7972e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f187bf071f9348c2192a278d5330615e\";a:10:{s:4:\"hash\";s:32:\"f187bf071f9348c2192a278d5330615e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590984000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de5951d06809383347fc6cfa1a2c1a8b\";a:10:{s:4:\"hash\";s:32:\"de5951d06809383347fc6cfa1a2c1a8b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590984000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4180728035ae67bd2bcedc793db54d35\";a:10:{s:4:\"hash\";s:32:\"4180728035ae67bd2bcedc793db54d35\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1590984000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1590984000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0be4ba465d2731e5a6de5bb4417d6755\";a:10:{s:4:\"hash\";s:32:\"0be4ba465d2731e5a6de5bb4417d6755\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591070400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591070400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1699d4337569dfff515044fd9130f797\";a:10:{s:4:\"hash\";s:32:\"1699d4337569dfff515044fd9130f797\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591070400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591070400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"feb3442eda3ba5ca60bedad397ee9653\";a:10:{s:4:\"hash\";s:32:\"feb3442eda3ba5ca60bedad397ee9653\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591070400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591070400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a64b772715d261218801c68551623bb5\";a:10:{s:4:\"hash\";s:32:\"a64b772715d261218801c68551623bb5\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591070400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1591070400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f941aabf910fe21817965f0e64a457ac\";a:10:{s:4:\"hash\";s:32:\"f941aabf910fe21817965f0e64a457ac\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1bf370258bcc49533a151fa9462541fa\";a:10:{s:4:\"hash\";s:32:\"1bf370258bcc49533a151fa9462541fa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591070400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591070400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2323dbe041cb29bc6e9e8190285b833\";a:10:{s:4:\"hash\";s:32:\"b2323dbe041cb29bc6e9e8190285b833\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591070400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591070400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d82e27bdf8e235e273ac121eb0cfa9e\";a:10:{s:4:\"hash\";s:32:\"3d82e27bdf8e235e273ac121eb0cfa9e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591156800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591156800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef066d7f5060d1360e3066cbeae79611\";a:10:{s:4:\"hash\";s:32:\"ef066d7f5060d1360e3066cbeae79611\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591156800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1591156800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e25d7c03f8be5ae302ffd89961d81db5\";a:10:{s:4:\"hash\";s:32:\"e25d7c03f8be5ae302ffd89961d81db5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591156800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591156800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60a5909cfda56ddb7bda7f12aef31927\";a:10:{s:4:\"hash\";s:32:\"60a5909cfda56ddb7bda7f12aef31927\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591156800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591156800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afd7ee6d1ad291a84a8bc041ba7811fc\";a:10:{s:4:\"hash\";s:32:\"afd7ee6d1ad291a84a8bc041ba7811fc\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591156800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591156800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2bd82c13ca319cf575c632e5ad2a8d9d\";a:10:{s:4:\"hash\";s:32:\"2bd82c13ca319cf575c632e5ad2a8d9d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591156800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591156800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e092855f0088c09caf3ab0c5db37cfc\";a:10:{s:4:\"hash\";s:32:\"9e092855f0088c09caf3ab0c5db37cfc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591156800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591156800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5b74d043750e7d2288df7d2b1132123\";a:10:{s:4:\"hash\";s:32:\"e5b74d043750e7d2288df7d2b1132123\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591156800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591156800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80999d64898e9828350f77220ea6e18b\";a:10:{s:4:\"hash\";s:32:\"80999d64898e9828350f77220ea6e18b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591243200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591243200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fbc3bdec9abe64dda2804e2c176bbc3\";a:10:{s:4:\"hash\";s:32:\"7fbc3bdec9abe64dda2804e2c176bbc3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591243200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591243200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f7000f21dd62bbbe98ca33528a8dedc\";a:10:{s:4:\"hash\";s:32:\"6f7000f21dd62bbbe98ca33528a8dedc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591243200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591243200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b9f68be6387ee273f634e8cdbddf965\";a:10:{s:4:\"hash\";s:32:\"5b9f68be6387ee273f634e8cdbddf965\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591243200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591243200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd4ce31fdad4c7104e11d4bc41436de3\";a:10:{s:4:\"hash\";s:32:\"fd4ce31fdad4c7104e11d4bc41436de3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591243200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591243200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ecc5a78dc7b2fdeba68e7e85100c2c8\";a:10:{s:4:\"hash\";s:32:\"5ecc5a78dc7b2fdeba68e7e85100c2c8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591329600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591329600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"07da06d24d0b34d02384792743c96583\";a:10:{s:4:\"hash\";s:32:\"07da06d24d0b34d02384792743c96583\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591329600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591329600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a71037c1bd01d2b2098a93a452603af7\";a:10:{s:4:\"hash\";s:32:\"a71037c1bd01d2b2098a93a452603af7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591329600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591329600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a2d540148e51afd32a375b5ccd67526\";a:10:{s:4:\"hash\";s:32:\"3a2d540148e51afd32a375b5ccd67526\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591329600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591329600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4993ca836cae268272a8b81ac144133a\";a:10:{s:4:\"hash\";s:32:\"4993ca836cae268272a8b81ac144133a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591416000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591416000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc2c53aabb3c06ba5d53e18006bd21b5\";a:10:{s:4:\"hash\";s:32:\"dc2c53aabb3c06ba5d53e18006bd21b5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591502400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591502400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ef21399b1b00afac66183697f516127\";a:10:{s:4:\"hash\";s:32:\"5ef21399b1b00afac66183697f516127\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591588800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591588800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01cb3ce48aad54c6d972cab449df5536\";a:10:{s:4:\"hash\";s:32:\"01cb3ce48aad54c6d972cab449df5536\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591588800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591588800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be89414084545aecceaa01131695d4c5\";a:10:{s:4:\"hash\";s:32:\"be89414084545aecceaa01131695d4c5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591588800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591588800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e99596f4f7b77ea6286f27d1e480b07d\";a:10:{s:4:\"hash\";s:32:\"e99596f4f7b77ea6286f27d1e480b07d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591588800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591588800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"88331c0033de3b2a331c15705258a056\";a:10:{s:4:\"hash\";s:32:\"88331c0033de3b2a331c15705258a056\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1591675200/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"222d9177b3ea9aef9612d6bd133a3adb\";a:10:{s:4:\"hash\";s:32:\"222d9177b3ea9aef9612d6bd133a3adb\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a00f60ea5c54bdb2b7a200e25e223010\";a:10:{s:4:\"hash\";s:32:\"a00f60ea5c54bdb2b7a200e25e223010\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591675200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b5bd0c449a2ae208200cd8a060cb7f8\";a:10:{s:4:\"hash\";s:32:\"7b5bd0c449a2ae208200cd8a060cb7f8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591675200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3243aa70692cf94e9924b4b3da0993f4\";a:10:{s:4:\"hash\";s:32:\"3243aa70692cf94e9924b4b3da0993f4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591675200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21b89ac33939286e159886d43ff408e0\";a:10:{s:4:\"hash\";s:32:\"21b89ac33939286e159886d43ff408e0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591675200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99c1bf9008114e072598573e70cf9741\";a:10:{s:4:\"hash\";s:32:\"99c1bf9008114e072598573e70cf9741\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591675200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7f2522d512544b77090dc2def2504fb\";a:10:{s:4:\"hash\";s:32:\"f7f2522d512544b77090dc2def2504fb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591675200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4062d0f526d63c41d695d4be2ed63070\";a:10:{s:4:\"hash\";s:32:\"4062d0f526d63c41d695d4be2ed63070\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591675200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591675200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c2c20390b50b34d2b247205e9c28e1d\";a:10:{s:4:\"hash\";s:32:\"3c2c20390b50b34d2b247205e9c28e1d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591761600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1591761600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a579dd40acc4e27f6124302dbf32983\";a:10:{s:4:\"hash\";s:32:\"1a579dd40acc4e27f6124302dbf32983\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591761600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591761600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6c1eafb1a5a6f7a22ae8098242efc58\";a:10:{s:4:\"hash\";s:32:\"e6c1eafb1a5a6f7a22ae8098242efc58\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591761600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591761600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa513ecef343b440cfa9ee265f13e145\";a:10:{s:4:\"hash\";s:32:\"aa513ecef343b440cfa9ee265f13e145\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591761600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591761600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b2bc05151526ee0ff7c62db83d4c742\";a:10:{s:4:\"hash\";s:32:\"7b2bc05151526ee0ff7c62db83d4c742\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591761600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591761600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"398341959c4042f1c166bdcf98136dba\";a:10:{s:4:\"hash\";s:32:\"398341959c4042f1c166bdcf98136dba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591761600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1591761600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fafd984f1480dde65c0fea6507ea6d5\";a:10:{s:4:\"hash\";s:32:\"1fafd984f1480dde65c0fea6507ea6d5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591848000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591848000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b6ad63c61507ffbac8d6a8ecb062129\";a:10:{s:4:\"hash\";s:32:\"8b6ad63c61507ffbac8d6a8ecb062129\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1591934400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1591934400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6a819e0c3f92b72f49e7abfa9f510ab\";a:10:{s:4:\"hash\";s:32:\"c6a819e0c3f92b72f49e7abfa9f510ab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592020800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592020800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6453ffc5c1928d091a6f979aef2912d\";a:10:{s:4:\"hash\";s:32:\"e6453ffc5c1928d091a6f979aef2912d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592020800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8de1958c2666d2eb2db8bdf0475b02e9\";a:10:{s:4:\"hash\";s:32:\"8de1958c2666d2eb2db8bdf0475b02e9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592020800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592020800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c25a97825b725c73348b0e53829a1fa\";a:10:{s:4:\"hash\";s:32:\"6c25a97825b725c73348b0e53829a1fa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592020800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592020800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f95f31608f5c8938efbee018a3b0944a\";a:10:{s:4:\"hash\";s:32:\"f95f31608f5c8938efbee018a3b0944a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592020800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592020800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f3cb06069ad217ce8c21183270bf347\";a:10:{s:4:\"hash\";s:32:\"9f3cb06069ad217ce8c21183270bf347\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592107200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1592107200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55c6f3f0d9b1165f2061031c3f9a368c\";a:10:{s:4:\"hash\";s:32:\"55c6f3f0d9b1165f2061031c3f9a368c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592107200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1592107200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1dada4bb05e874f7f0aa9576f865cec\";a:10:{s:4:\"hash\";s:32:\"b1dada4bb05e874f7f0aa9576f865cec\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592107200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592107200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7ade9ed1869a605ca4c36155a1ebf13\";a:10:{s:4:\"hash\";s:32:\"d7ade9ed1869a605ca4c36155a1ebf13\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592107200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06feb83f3f9d2876bb3ba73b8390e600\";a:10:{s:4:\"hash\";s:32:\"06feb83f3f9d2876bb3ba73b8390e600\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592107200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592107200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef029a510fdb9cf969e7b9bf8d0aec3f\";a:10:{s:4:\"hash\";s:32:\"ef029a510fdb9cf969e7b9bf8d0aec3f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592107200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592107200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1bd0dce9ad6fd699f5491b310c206675\";a:10:{s:4:\"hash\";s:32:\"1bd0dce9ad6fd699f5491b310c206675\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592107200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592107200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11813cbdc4e139642e62a25f25530ba1\";a:10:{s:4:\"hash\";s:32:\"11813cbdc4e139642e62a25f25530ba1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592193600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592193600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f794c1431ed2b909d41269e30fcadffe\";a:10:{s:4:\"hash\";s:32:\"f794c1431ed2b909d41269e30fcadffe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592193600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592193600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77cb3e495f2734ea1ee94ae689169aca\";a:10:{s:4:\"hash\";s:32:\"77cb3e495f2734ea1ee94ae689169aca\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592193600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1592193600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c3415511ff3031e349d53deed8705ce\";a:10:{s:4:\"hash\";s:32:\"6c3415511ff3031e349d53deed8705ce\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592280000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1592280000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0406c222df3cfa4359177046a9d9aa4a\";a:10:{s:4:\"hash\";s:32:\"0406c222df3cfa4359177046a9d9aa4a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592280000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1592280000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2959b1e5cf8a6f2e34d0d676b3e0616b\";a:10:{s:4:\"hash\";s:32:\"2959b1e5cf8a6f2e34d0d676b3e0616b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592280000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592280000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f5fe7fc2cc58638f3f7a3b2d4ec2ba9\";a:10:{s:4:\"hash\";s:32:\"1f5fe7fc2cc58638f3f7a3b2d4ec2ba9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592280000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1592280000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d2e43f99a960c9cc8ddf5a21743ae6b\";a:10:{s:4:\"hash\";s:32:\"4d2e43f99a960c9cc8ddf5a21743ae6b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592280000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592280000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"671b4bc4813b4cd7396553bd7d4d2943\";a:10:{s:4:\"hash\";s:32:\"671b4bc4813b4cd7396553bd7d4d2943\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592280000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592280000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"813b0b6ac443f65c1cebffcaa160d6e3\";a:10:{s:4:\"hash\";s:32:\"813b0b6ac443f65c1cebffcaa160d6e3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592280000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592280000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"857f5bc379a07583f98140c742b4c73e\";a:10:{s:4:\"hash\";s:32:\"857f5bc379a07583f98140c742b4c73e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592366400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592366400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"975da6255dde695b372d29952f2cc33d\";a:10:{s:4:\"hash\";s:32:\"975da6255dde695b372d29952f2cc33d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592366400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1592366400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6aabcfabbde2d0b5270393a3057d8931\";a:10:{s:4:\"hash\";s:32:\"6aabcfabbde2d0b5270393a3057d8931\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592366400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592366400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21586acc9c3079e8fdd59039d21167cf\";a:10:{s:4:\"hash\";s:32:\"21586acc9c3079e8fdd59039d21167cf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592366400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592366400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"587c74cf76a576a829739d5e9e0288c6\";a:10:{s:4:\"hash\";s:32:\"587c74cf76a576a829739d5e9e0288c6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592366400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1592366400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0d76d2ff7cdfca8d146c279299a47770\";a:10:{s:4:\"hash\";s:32:\"0d76d2ff7cdfca8d146c279299a47770\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592452800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1592452800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"196199c89e6ad81f0643c7778b02997a\";a:10:{s:4:\"hash\";s:32:\"196199c89e6ad81f0643c7778b02997a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1592971200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1592971200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9147c75e8c3003e378c7879ca1e334d\";a:10:{s:4:\"hash\";s:32:\"d9147c75e8c3003e378c7879ca1e334d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593057600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593057600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae25e29d5ccad28a9058ef726569010b\";a:10:{s:4:\"hash\";s:32:\"ae25e29d5ccad28a9058ef726569010b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593057600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593057600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab1367f4aaca2762af2fced321061f31\";a:10:{s:4:\"hash\";s:32:\"ab1367f4aaca2762af2fced321061f31\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593057600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593057600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8e97fec70b4ba7e036f9f7f5b3d0e306\";a:10:{s:4:\"hash\";s:32:\"8e97fec70b4ba7e036f9f7f5b3d0e306\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593057600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593057600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff8d3286fff1b5d4850bb4c8cdc65ab3\";a:10:{s:4:\"hash\";s:32:\"ff8d3286fff1b5d4850bb4c8cdc65ab3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593057600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593057600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"763b8bbe24b2a088f31c214640a63338\";a:10:{s:4:\"hash\";s:32:\"763b8bbe24b2a088f31c214640a63338\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593144000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593144000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eb1478cadffac7e842551e02e39993be\";a:10:{s:4:\"hash\";s:32:\"eb1478cadffac7e842551e02e39993be\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593144000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593144000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03ea471273a5a066d6f65d827426b49c\";a:10:{s:4:\"hash\";s:32:\"03ea471273a5a066d6f65d827426b49c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593144000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593144000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eccc9e04411c8f2d2c10b9b09c0fb0bd\";a:10:{s:4:\"hash\";s:32:\"eccc9e04411c8f2d2c10b9b09c0fb0bd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593144000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593144000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6a93543c7b84f3e0b663641f678783ba\";a:10:{s:4:\"hash\";s:32:\"6a93543c7b84f3e0b663641f678783ba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593144000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593144000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fad4d9d25d47642a59e665a11faadd40\";a:10:{s:4:\"hash\";s:32:\"fad4d9d25d47642a59e665a11faadd40\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593144000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593144000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0de7a5b8500d9fc18ff4dff1129a198\";a:10:{s:4:\"hash\";s:32:\"d0de7a5b8500d9fc18ff4dff1129a198\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593144000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593144000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4618e595b9caa9bb5c3e98592806a2f2\";a:10:{s:4:\"hash\";s:32:\"4618e595b9caa9bb5c3e98592806a2f2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593230400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593230400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8694e3f6b75b3376a12c6546983ac009\";a:10:{s:4:\"hash\";s:32:\"8694e3f6b75b3376a12c6546983ac009\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593230400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593230400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"911e4e8728e8fb1aa1050f8fdbda27c2\";a:10:{s:4:\"hash\";s:32:\"911e4e8728e8fb1aa1050f8fdbda27c2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593489600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593489600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99bf3d1dc696178440d5a8ad479fdecb\";a:10:{s:4:\"hash\";s:32:\"99bf3d1dc696178440d5a8ad479fdecb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593489600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593489600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bea980bd158563f0b1fc8fa2f0e5d3b0\";a:10:{s:4:\"hash\";s:32:\"bea980bd158563f0b1fc8fa2f0e5d3b0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593576000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be336b2da2c84d9b04fe611cf9c6c248\";a:10:{s:4:\"hash\";s:32:\"be336b2da2c84d9b04fe611cf9c6c248\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593576000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"61fda41d6c6a689c31f71f8f7eb4dc79\";a:10:{s:4:\"hash\";s:32:\"61fda41d6c6a689c31f71f8f7eb4dc79\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593576000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"184b0da963c5953b3b3866095d3bb539\";a:10:{s:4:\"hash\";s:32:\"184b0da963c5953b3b3866095d3bb539\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593576000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ffae2ad97542fc9d57573b1c9b46934\";a:10:{s:4:\"hash\";s:32:\"2ffae2ad97542fc9d57573b1c9b46934\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593576000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ed5797a74e90bc6a748b40a90d23a73\";a:10:{s:4:\"hash\";s:32:\"8ed5797a74e90bc6a748b40a90d23a73\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593576000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6509d55de3d910c43a0db5928c4be3e4\";a:10:{s:4:\"hash\";s:32:\"6509d55de3d910c43a0db5928c4be3e4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593576000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd2aa8f32bd87851caaa1832303626b5\";a:10:{s:4:\"hash\";s:32:\"cd2aa8f32bd87851caaa1832303626b5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"29abfa3e87b52bf4ea0d6ac600b90ba4\";a:10:{s:4:\"hash\";s:32:\"29abfa3e87b52bf4ea0d6ac600b90ba4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593576000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b596ef1729912d2f084c891adc95c19f\";a:10:{s:4:\"hash\";s:32:\"b596ef1729912d2f084c891adc95c19f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593576000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50804788a22a7a49dc29aa124e2a281e\";a:10:{s:4:\"hash\";s:32:\"50804788a22a7a49dc29aa124e2a281e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593576000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593576000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e1a6097c7c9a0d1a6d1602e8fa93605\";a:10:{s:4:\"hash\";s:32:\"3e1a6097c7c9a0d1a6d1602e8fa93605\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593662400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bbace55e620a0398da3bb9c895710fe\";a:10:{s:4:\"hash\";s:32:\"4bbace55e620a0398da3bb9c895710fe\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~87,89,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1593662400/cat_ids~87,89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be89bff926bf76b1abff0d7dceb442c7\";a:10:{s:4:\"hash\";s:32:\"be89bff926bf76b1abff0d7dceb442c7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8ae5c89e55b0d98577834acdb80dca2\";a:10:{s:4:\"hash\";s:32:\"b8ae5c89e55b0d98577834acdb80dca2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593662400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf03e4c62202b3e5f3e3724634b20992\";a:10:{s:4:\"hash\";s:32:\"cf03e4c62202b3e5f3e3724634b20992\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593662400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fc7654b43f4126e7534805799ec2c29\";a:10:{s:4:\"hash\";s:32:\"3fc7654b43f4126e7534805799ec2c29\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593662400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c593a1a8f58a8f86565e1f83aeffd6f\";a:10:{s:4:\"hash\";s:32:\"5c593a1a8f58a8f86565e1f83aeffd6f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593662400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8c67c73b8cd75b0648e51d6da7e095c\";a:10:{s:4:\"hash\";s:32:\"a8c67c73b8cd75b0648e51d6da7e095c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593662400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c730e7d7074efb26fcb9d0312004814\";a:10:{s:4:\"hash\";s:32:\"7c730e7d7074efb26fcb9d0312004814\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593662400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eed43bb6e0abcf1100a51dea68239c90\";a:10:{s:4:\"hash\";s:32:\"eed43bb6e0abcf1100a51dea68239c90\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593662400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ec681ecee4ccbe1758076085f437200\";a:10:{s:4:\"hash\";s:32:\"0ec681ecee4ccbe1758076085f437200\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593662400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593662400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77b48323ff4258cd8392389664476bb2\";a:10:{s:4:\"hash\";s:32:\"77b48323ff4258cd8392389664476bb2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593748800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3afbb63bc7786ead4b9f476caab83a7\";a:10:{s:4:\"hash\";s:32:\"a3afbb63bc7786ead4b9f476caab83a7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593748800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c57acc7088aa64c5b5ba98dffd39ff6\";a:10:{s:4:\"hash\";s:32:\"4c57acc7088aa64c5b5ba98dffd39ff6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593748800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfab68354d13df2bd5a7e91d877ec3be\";a:10:{s:4:\"hash\";s:32:\"cfab68354d13df2bd5a7e91d877ec3be\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1593748800/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25fe90cf1a5a344173e8e78af0f03759\";a:10:{s:4:\"hash\";s:32:\"25fe90cf1a5a344173e8e78af0f03759\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593748800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"40a567c36f43a4d39e709d4c0bfc0fed\";a:10:{s:4:\"hash\";s:32:\"40a567c36f43a4d39e709d4c0bfc0fed\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593748800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6999babdef6bf1dd657aebb5a13ef2a0\";a:10:{s:4:\"hash\";s:32:\"6999babdef6bf1dd657aebb5a13ef2a0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593748800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76d53401f7ece30389ae8342961e8400\";a:10:{s:4:\"hash\";s:32:\"76d53401f7ece30389ae8342961e8400\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593748800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73d0a5cf7e09989208ff0a4b85fa2a5c\";a:10:{s:4:\"hash\";s:32:\"73d0a5cf7e09989208ff0a4b85fa2a5c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593748800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33e4fa88c0cd244f5c01a3a542350ceb\";a:10:{s:4:\"hash\";s:32:\"33e4fa88c0cd244f5c01a3a542350ceb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593748800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba3ec69318eb8c528af5721b22e4c188\";a:10:{s:4:\"hash\";s:32:\"ba3ec69318eb8c528af5721b22e4c188\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593748800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cb4964c821fb8cc54a97493f3e895fd\";a:10:{s:4:\"hash\";s:32:\"0cb4964c821fb8cc54a97493f3e895fd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593748800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593748800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0b9a7ed30acd097ac573c731d6923c6\";a:10:{s:4:\"hash\";s:32:\"d0b9a7ed30acd097ac573c731d6923c6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593835200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e9c4cd61e9cb75474b21fab485b0e1b\";a:10:{s:4:\"hash\";s:32:\"7e9c4cd61e9cb75474b21fab485b0e1b\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1593835200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc181ff3b5217d8104e933c842d12a43\";a:10:{s:4:\"hash\";s:32:\"fc181ff3b5217d8104e933c842d12a43\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593835200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d242e4eaebd99983fd68ec858547599d\";a:10:{s:4:\"hash\";s:32:\"d242e4eaebd99983fd68ec858547599d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593835200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f58ad3d0a84ab18df214f0e17bc5cad8\";a:10:{s:4:\"hash\";s:32:\"f58ad3d0a84ab18df214f0e17bc5cad8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cac4df6e57fdca1cc375fafc3da8961\";a:10:{s:4:\"hash\";s:32:\"6cac4df6e57fdca1cc375fafc3da8961\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593835200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bde96b6fdabbc76d9e7fc55dbdf2e35e\";a:10:{s:4:\"hash\";s:32:\"bde96b6fdabbc76d9e7fc55dbdf2e35e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593835200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e18ec979179655c82d59384078cc9254\";a:10:{s:4:\"hash\";s:32:\"e18ec979179655c82d59384078cc9254\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593835200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8473d4142d909b50db90433cf3154ccd\";a:10:{s:4:\"hash\";s:32:\"8473d4142d909b50db90433cf3154ccd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593835200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593835200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50d00074828a74e80aed6d0aedbde597\";a:10:{s:4:\"hash\";s:32:\"50d00074828a74e80aed6d0aedbde597\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593921600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e5dc32ba3d701e410780034c07e4264\";a:10:{s:4:\"hash\";s:32:\"1e5dc32ba3d701e410780034c07e4264\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593921600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1265ebd96d749c64b531493473872059\";a:10:{s:4:\"hash\";s:32:\"1265ebd96d749c64b531493473872059\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593921600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10b50096ca801efaebc36b2f8e6bb27e\";a:10:{s:4:\"hash\";s:32:\"10b50096ca801efaebc36b2f8e6bb27e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1593921600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d32380a0db2923ec5431ead03ffd189\";a:10:{s:4:\"hash\";s:32:\"4d32380a0db2923ec5431ead03ffd189\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593921600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d1122cc5a65be86195710e864af8e24\";a:10:{s:4:\"hash\";s:32:\"9d1122cc5a65be86195710e864af8e24\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1593921600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc14c2b694b6fac2d8d124817f635c56\";a:10:{s:4:\"hash\";s:32:\"bc14c2b694b6fac2d8d124817f635c56\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593921600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a08f39595efd218be23d399c3d85239\";a:10:{s:4:\"hash\";s:32:\"2a08f39595efd218be23d399c3d85239\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593921600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a177aa0f68a36e32b2231d285dbe9861\";a:10:{s:4:\"hash\";s:32:\"a177aa0f68a36e32b2231d285dbe9861\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1593921600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1593921600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5878c744327f650d510d1a8c8f5c86de\";a:10:{s:4:\"hash\";s:32:\"5878c744327f650d510d1a8c8f5c86de\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594008000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594008000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19fc9a1451dcf4c02375519fa4a93ede\";a:10:{s:4:\"hash\";s:32:\"19fc9a1451dcf4c02375519fa4a93ede\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594008000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594008000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4416d464a03d70cec4718f58c42ecbc\";a:10:{s:4:\"hash\";s:32:\"b4416d464a03d70cec4718f58c42ecbc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594353600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1594353600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7abfd12eddcb7d29b9a27bf3857adf3b\";a:10:{s:4:\"hash\";s:32:\"7abfd12eddcb7d29b9a27bf3857adf3b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594353600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594353600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e331a1b92b11ebc067884bb37e77b63e\";a:10:{s:4:\"hash\";s:32:\"e331a1b92b11ebc067884bb37e77b63e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594353600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594353600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"61db32f051bdcc480ceb370580322d40\";a:10:{s:4:\"hash\";s:32:\"61db32f051bdcc480ceb370580322d40\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594440000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594440000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e86f4c6d6148e623acf55ce2eec9cbd2\";a:10:{s:4:\"hash\";s:32:\"e86f4c6d6148e623acf55ce2eec9cbd2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594526400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594526400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43ca92f40de398fd3d1cd98e6c84fc7a\";a:10:{s:4:\"hash\";s:32:\"43ca92f40de398fd3d1cd98e6c84fc7a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594526400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594526400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4b0249deb3b9cf333711a84dee7aee3\";a:10:{s:4:\"hash\";s:32:\"b4b0249deb3b9cf333711a84dee7aee3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594526400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594526400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6ee7e7306c7983856651ecea45a83ed\";a:10:{s:4:\"hash\";s:32:\"c6ee7e7306c7983856651ecea45a83ed\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594526400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594526400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85d7134193ceb375dccc2d0bd83447a5\";a:10:{s:4:\"hash\";s:32:\"85d7134193ceb375dccc2d0bd83447a5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594612800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd5ffb629855d038d2a822a968f85f8c\";a:10:{s:4:\"hash\";s:32:\"fd5ffb629855d038d2a822a968f85f8c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594612800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594612800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff7aaccf9fa2cda1e641e8a8d0affe2c\";a:10:{s:4:\"hash\";s:32:\"ff7aaccf9fa2cda1e641e8a8d0affe2c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594612800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594612800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d07a8cc133c1e032ddb0e73db3007bc\";a:10:{s:4:\"hash\";s:32:\"7d07a8cc133c1e032ddb0e73db3007bc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594612800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594612800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c756ea77a46e584bc9e7cd10f98a704\";a:10:{s:4:\"hash\";s:32:\"0c756ea77a46e584bc9e7cd10f98a704\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594699200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594699200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"427aaba8277b5c21294269aa791da4b5\";a:10:{s:4:\"hash\";s:32:\"427aaba8277b5c21294269aa791da4b5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1594785600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2dbfdd5677c93f2878865a04b01de4e9\";a:10:{s:4:\"hash\";s:32:\"2dbfdd5677c93f2878865a04b01de4e9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fd3ff45053252ec73ba3507f9fe4e75\";a:10:{s:4:\"hash\";s:32:\"6fd3ff45053252ec73ba3507f9fe4e75\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1594785600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f48345d9c0810b97506f23a1132b522f\";a:10:{s:4:\"hash\";s:32:\"f48345d9c0810b97506f23a1132b522f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1594785600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92841b45bdcac2ddfcce48127b3b86c6\";a:10:{s:4:\"hash\";s:32:\"92841b45bdcac2ddfcce48127b3b86c6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594785600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3d12d726478faf5a77bb54e22b0425c\";a:10:{s:4:\"hash\";s:32:\"b3d12d726478faf5a77bb54e22b0425c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594785600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b855b04c6f770f31c653328b09812f1d\";a:10:{s:4:\"hash\";s:32:\"b855b04c6f770f31c653328b09812f1d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594785600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"803d26caf19966103f464afa77c2a87c\";a:10:{s:4:\"hash\";s:32:\"803d26caf19966103f464afa77c2a87c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594785600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f652ba047b1212cd1406929c0e767a7\";a:10:{s:4:\"hash\";s:32:\"4f652ba047b1212cd1406929c0e767a7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594785600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594785600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81b34e0a367b1fc12f7327dc37a20e0a\";a:10:{s:4:\"hash\";s:32:\"81b34e0a367b1fc12f7327dc37a20e0a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594872000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594872000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a715631ab16325f1142a2956e6a5c09f\";a:10:{s:4:\"hash\";s:32:\"a715631ab16325f1142a2956e6a5c09f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594958400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594958400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a405db00120f4a85383e4fa3c3513cc\";a:10:{s:4:\"hash\";s:32:\"4a405db00120f4a85383e4fa3c3513cc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594958400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594958400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d33c2d5ddf1b9fd491b8944ce14ba16\";a:10:{s:4:\"hash\";s:32:\"5d33c2d5ddf1b9fd491b8944ce14ba16\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594958400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1594958400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7095b242d37e3ef3625310c0eb144de8\";a:10:{s:4:\"hash\";s:32:\"7095b242d37e3ef3625310c0eb144de8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1594958400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a699ede63a5b24798f6502b034de3165\";a:10:{s:4:\"hash\";s:32:\"a699ede63a5b24798f6502b034de3165\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595044800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595044800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7dd2ab2526ef986f68bad2665fa0aa2\";a:10:{s:4:\"hash\";s:32:\"d7dd2ab2526ef986f68bad2665fa0aa2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595131200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee0a72c23e6d02b3d0c9a51c1b288aff\";a:10:{s:4:\"hash\";s:32:\"ee0a72c23e6d02b3d0c9a51c1b288aff\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595131200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595131200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81b22934fd0f314d990cd72f19443fd8\";a:10:{s:4:\"hash\";s:32:\"81b22934fd0f314d990cd72f19443fd8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595131200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595131200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c94b63bdc7e42e3368e04ab9c77f41d\";a:10:{s:4:\"hash\";s:32:\"4c94b63bdc7e42e3368e04ab9c77f41d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595131200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595131200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5a026c6a2d2a7277071abed1fcb44d9\";a:10:{s:4:\"hash\";s:32:\"f5a026c6a2d2a7277071abed1fcb44d9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595217600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595217600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09fcd580934868fc795d6428cda5af52\";a:10:{s:4:\"hash\";s:32:\"09fcd580934868fc795d6428cda5af52\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595217600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595217600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68808c92a62a016be731e9b6185350ac\";a:10:{s:4:\"hash\";s:32:\"68808c92a62a016be731e9b6185350ac\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595217600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595217600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3dede0266a50197a6e0b5e9751ff36ce\";a:10:{s:4:\"hash\";s:32:\"3dede0266a50197a6e0b5e9751ff36ce\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595217600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595217600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e777414c73ccf4066063f44602e092ee\";a:10:{s:4:\"hash\";s:32:\"e777414c73ccf4066063f44602e092ee\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595304000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595304000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3bca8ac2be5bf43fb6f2c2621b5b43dc\";a:10:{s:4:\"hash\";s:32:\"3bca8ac2be5bf43fb6f2c2621b5b43dc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595390400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595390400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7156ed5d5b2df2aff7093465d3b933f\";a:10:{s:4:\"hash\";s:32:\"f7156ed5d5b2df2aff7093465d3b933f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595649600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595649600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2c8594ecb91462b8f2ccb114f1ae267\";a:10:{s:4:\"hash\";s:32:\"a2c8594ecb91462b8f2ccb114f1ae267\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595736000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595736000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b24d877403c2c52530c11ee8a2cb7534\";a:10:{s:4:\"hash\";s:32:\"b24d877403c2c52530c11ee8a2cb7534\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595736000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595736000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6325455b32ed96d4ab3e4c351aaf4645\";a:10:{s:4:\"hash\";s:32:\"6325455b32ed96d4ab3e4c351aaf4645\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595736000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595736000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c3ada987d71cf89c242ec3752590329\";a:10:{s:4:\"hash\";s:32:\"8c3ada987d71cf89c242ec3752590329\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595736000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595736000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23139c8cb2977b4e2af9f59e54febd6c\";a:10:{s:4:\"hash\";s:32:\"23139c8cb2977b4e2af9f59e54febd6c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595736000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595736000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a870b54eda5119d35e443f065e215241\";a:10:{s:4:\"hash\";s:32:\"a870b54eda5119d35e443f065e215241\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595822400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d031116ed0dcda981607df4158bcbb9\";a:10:{s:4:\"hash\";s:32:\"3d031116ed0dcda981607df4158bcbb9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595822400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d34d1aedc00ce6364c59c1ef8df067ae\";a:10:{s:4:\"hash\";s:32:\"d34d1aedc00ce6364c59c1ef8df067ae\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595822400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c2edaf24ec31c2719ae66d6a35d4419\";a:10:{s:4:\"hash\";s:32:\"2c2edaf24ec31c2719ae66d6a35d4419\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595822400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afc439f5a44fc5a21c2dd02b791e1310\";a:10:{s:4:\"hash\";s:32:\"afc439f5a44fc5a21c2dd02b791e1310\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595822400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4711a78f6b60a1358103173f038a500\";a:10:{s:4:\"hash\";s:32:\"e4711a78f6b60a1358103173f038a500\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595822400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3384630c740633d369aa873b31e3fe8\";a:10:{s:4:\"hash\";s:32:\"e3384630c740633d369aa873b31e3fe8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595822400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"35ed3976e881be6c4cc14b74b63364ea\";a:10:{s:4:\"hash\";s:32:\"35ed3976e881be6c4cc14b74b63364ea\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595822400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"711cf9f233c068a20846a757f592c87d\";a:10:{s:4:\"hash\";s:32:\"711cf9f233c068a20846a757f592c87d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595822400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595822400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e04b22ed1c6a19a10057e5e3b1e0fa37\";a:10:{s:4:\"hash\";s:32:\"e04b22ed1c6a19a10057e5e3b1e0fa37\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595908800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9631cf444fbfecbd75cb3fdac271903\";a:10:{s:4:\"hash\";s:32:\"a9631cf444fbfecbd75cb3fdac271903\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1595908800/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"579bffa7328501ad68c564eace4e56e7\";a:10:{s:4:\"hash\";s:32:\"579bffa7328501ad68c564eace4e56e7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595908800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64876d2d168fda3cfc9392e0735b37b9\";a:10:{s:4:\"hash\";s:32:\"64876d2d168fda3cfc9392e0735b37b9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595908800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5aa9771506d58f7ebfe739b93b31e00\";a:10:{s:4:\"hash\";s:32:\"c5aa9771506d58f7ebfe739b93b31e00\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595908800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5446c9f0c1d45cacdb1c388c38903f7e\";a:10:{s:4:\"hash\";s:32:\"5446c9f0c1d45cacdb1c388c38903f7e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595908800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df74064327b64a7cba623cb3d8ff4cf0\";a:10:{s:4:\"hash\";s:32:\"df74064327b64a7cba623cb3d8ff4cf0\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1595908800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04630e3aaf657b43818e0209d84b049f\";a:10:{s:4:\"hash\";s:32:\"04630e3aaf657b43818e0209d84b049f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595908800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ab33a2a0daea52fc14ed20448cd9061\";a:10:{s:4:\"hash\";s:32:\"5ab33a2a0daea52fc14ed20448cd9061\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595908800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2f3e3c3a597a89e3ddce59591b952b6\";a:10:{s:4:\"hash\";s:32:\"b2f3e3c3a597a89e3ddce59591b952b6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa921beb43764f0322e043e0d740db30\";a:10:{s:4:\"hash\";s:32:\"fa921beb43764f0322e043e0d740db30\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595908800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78616e39a1448ad704a284b41c7a7aeb\";a:10:{s:4:\"hash\";s:32:\"78616e39a1448ad704a284b41c7a7aeb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595908800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"783103874b1d17ff8f21beb04e16613e\";a:10:{s:4:\"hash\";s:32:\"783103874b1d17ff8f21beb04e16613e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595908800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595908800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9df1003a09e241b7769bf0041b5488d\";a:10:{s:4:\"hash\";s:32:\"a9df1003a09e241b7769bf0041b5488d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595995200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595995200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"effe748c7cd4e123fe5b6b8ce382312c\";a:10:{s:4:\"hash\";s:32:\"effe748c7cd4e123fe5b6b8ce382312c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595995200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595995200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ea840cbab54036b74f24e772d666dd0\";a:10:{s:4:\"hash\";s:32:\"9ea840cbab54036b74f24e772d666dd0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595995200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595995200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8d3707411ca5f020954a5c52f72ca47\";a:10:{s:4:\"hash\";s:32:\"b8d3707411ca5f020954a5c52f72ca47\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595995200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595995200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f737ae2f494b45e795b26a10ccd3f094\";a:10:{s:4:\"hash\";s:32:\"f737ae2f494b45e795b26a10ccd3f094\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595995200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1595995200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf18ac59906717dfcfeb65d4f48a24bd\";a:10:{s:4:\"hash\";s:32:\"bf18ac59906717dfcfeb65d4f48a24bd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595995200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1595995200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b6994f504661abd00d50ad84f41116a\";a:10:{s:4:\"hash\";s:32:\"4b6994f504661abd00d50ad84f41116a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1595995200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1595995200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cdcbc20a91f5a22eeb442b194755e2bf\";a:10:{s:4:\"hash\";s:32:\"cdcbc20a91f5a22eeb442b194755e2bf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596081600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596081600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92dad6cf2daca81d0b6025ac9464f29e\";a:10:{s:4:\"hash\";s:32:\"92dad6cf2daca81d0b6025ac9464f29e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596081600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596081600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e84ffbb1585380f242a6795b464ce94\";a:10:{s:4:\"hash\";s:32:\"4e84ffbb1585380f242a6795b464ce94\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596168000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596168000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90efb8f98faae25e9942d4fe116cec64\";a:10:{s:4:\"hash\";s:32:\"90efb8f98faae25e9942d4fe116cec64\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596168000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596168000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ea4f9d828dae7fd36b6732e5040c8ba\";a:10:{s:4:\"hash\";s:32:\"0ea4f9d828dae7fd36b6732e5040c8ba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596168000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596168000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"baf43887b8f2f44b82f774be5715ecba\";a:10:{s:4:\"hash\";s:32:\"baf43887b8f2f44b82f774be5715ecba\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596168000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596168000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9d237a9d223d30bcd29210fc386a124\";a:10:{s:4:\"hash\";s:32:\"c9d237a9d223d30bcd29210fc386a124\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596254400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82730383a97db942266b22559bbad130\";a:10:{s:4:\"hash\";s:32:\"82730383a97db942266b22559bbad130\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1596254400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"069c5136e17f97f816216222fd40c8ee\";a:10:{s:4:\"hash\";s:32:\"069c5136e17f97f816216222fd40c8ee\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596254400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee1d018a608d7b51462c650ab2f45885\";a:10:{s:4:\"hash\";s:32:\"ee1d018a608d7b51462c650ab2f45885\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596254400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8db62576af9cfc78c0cdee43d69c8f57\";a:10:{s:4:\"hash\";s:32:\"8db62576af9cfc78c0cdee43d69c8f57\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596254400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69958081eaa44ffadf083fafb4934f52\";a:10:{s:4:\"hash\";s:32:\"69958081eaa44ffadf083fafb4934f52\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596254400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d5fd0409353ab2b53b1241bf96fb2f5\";a:10:{s:4:\"hash\";s:32:\"2d5fd0409353ab2b53b1241bf96fb2f5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596254400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53f7f8754e1d8b9a92648fa87257b3b3\";a:10:{s:4:\"hash\";s:32:\"53f7f8754e1d8b9a92648fa87257b3b3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98b7bb33d9ae6efc9c06bda809f237fb\";a:10:{s:4:\"hash\";s:32:\"98b7bb33d9ae6efc9c06bda809f237fb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596254400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ee16567f3d1a74359ad4b1a6492be87\";a:10:{s:4:\"hash\";s:32:\"4ee16567f3d1a74359ad4b1a6492be87\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596254400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fed1ea5c375bb64bb61b8834384be46e\";a:10:{s:4:\"hash\";s:32:\"fed1ea5c375bb64bb61b8834384be46e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596254400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596254400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"472928df60c0d73f594ebd1fbff5266d\";a:10:{s:4:\"hash\";s:32:\"472928df60c0d73f594ebd1fbff5266d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596340800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596340800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ad3282ae6cd3879a057805922b22032\";a:10:{s:4:\"hash\";s:32:\"2ad3282ae6cd3879a057805922b22032\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596340800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596340800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7545e28b33ce81688405c504445a8c0c\";a:10:{s:4:\"hash\";s:32:\"7545e28b33ce81688405c504445a8c0c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596340800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596340800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0696c85f8ddac05a038356c61f5feaa2\";a:10:{s:4:\"hash\";s:32:\"0696c85f8ddac05a038356c61f5feaa2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596340800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596340800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df85c6db73d17e0e3d97c48fececdc8b\";a:10:{s:4:\"hash\";s:32:\"df85c6db73d17e0e3d97c48fececdc8b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596340800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596340800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5ff318c206e4101336afc7040b90278\";a:10:{s:4:\"hash\";s:32:\"f5ff318c206e4101336afc7040b90278\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596340800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596340800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a61a02dd869b96db89b3fe4e31dfae5\";a:10:{s:4:\"hash\";s:32:\"8a61a02dd869b96db89b3fe4e31dfae5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596340800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596340800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"896ded209ba90ac79259708617ed1b71\";a:10:{s:4:\"hash\";s:32:\"896ded209ba90ac79259708617ed1b71\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596427200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596427200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ccaadb320e644d33c370c48e0be11623\";a:10:{s:4:\"hash\";s:32:\"ccaadb320e644d33c370c48e0be11623\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596513600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596513600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7be99ffdc8c1cd01273fc34722cb97a\";a:10:{s:4:\"hash\";s:32:\"f7be99ffdc8c1cd01273fc34722cb97a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596600000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596600000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e244d4e0b38d78437f9369a1eda3bfb7\";a:10:{s:4:\"hash\";s:32:\"e244d4e0b38d78437f9369a1eda3bfb7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596600000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596600000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dce8922312a973caa7f3bf27a584825c\";a:10:{s:4:\"hash\";s:32:\"dce8922312a973caa7f3bf27a584825c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596600000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596600000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de4f02735755cdfea90a8dd054477279\";a:10:{s:4:\"hash\";s:32:\"de4f02735755cdfea90a8dd054477279\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596600000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596600000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9c087c3b00e48fad084d5fd0ce3d49b\";a:10:{s:4:\"hash\";s:32:\"a9c087c3b00e48fad084d5fd0ce3d49b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596600000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596600000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b1469434743d26472e5c15af54db1c6\";a:10:{s:4:\"hash\";s:32:\"8b1469434743d26472e5c15af54db1c6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596600000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596600000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"05eada7dfd9310d8e478fe5bf59ad194\";a:10:{s:4:\"hash\";s:32:\"05eada7dfd9310d8e478fe5bf59ad194\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596686400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a488ead9e381422f2562ae829081fde\";a:10:{s:4:\"hash\";s:32:\"4a488ead9e381422f2562ae829081fde\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596686400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"554ef4a41f58ff3a2bc071326df6e762\";a:10:{s:4:\"hash\";s:32:\"554ef4a41f58ff3a2bc071326df6e762\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596686400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd790d1ff5fb74b580d718edb088663b\";a:10:{s:4:\"hash\";s:32:\"dd790d1ff5fb74b580d718edb088663b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596686400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"07f1be65a093192e117408a5112b7f75\";a:10:{s:4:\"hash\";s:32:\"07f1be65a093192e117408a5112b7f75\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1596686400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7db0904538c4e11c1e07abff9cf89132\";a:10:{s:4:\"hash\";s:32:\"7db0904538c4e11c1e07abff9cf89132\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596686400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e846a6c8d31dfb0224766f72a19f7e5f\";a:10:{s:4:\"hash\";s:32:\"e846a6c8d31dfb0224766f72a19f7e5f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596686400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f09b10edfdfd056d5b5f1239433e8cd\";a:10:{s:4:\"hash\";s:32:\"2f09b10edfdfd056d5b5f1239433e8cd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596686400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad728c64b92d8ff1e51a2a1e4164cdd9\";a:10:{s:4:\"hash\";s:32:\"ad728c64b92d8ff1e51a2a1e4164cdd9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596686400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f15f463271aac9c6c85ea51a4e0aea06\";a:10:{s:4:\"hash\";s:32:\"f15f463271aac9c6c85ea51a4e0aea06\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596686400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596686400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"249085c838ef1f4ec1cf74551774311e\";a:10:{s:4:\"hash\";s:32:\"249085c838ef1f4ec1cf74551774311e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596772800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596772800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e5814e01d6d2af5499056e68574ea0e\";a:10:{s:4:\"hash\";s:32:\"0e5814e01d6d2af5499056e68574ea0e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596772800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596772800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"efa15439e45090682947b8b0a60b74dc\";a:10:{s:4:\"hash\";s:32:\"efa15439e45090682947b8b0a60b74dc\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596772800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596772800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"282ce62e3765f91da23c6912e1cd457d\";a:10:{s:4:\"hash\";s:32:\"282ce62e3765f91da23c6912e1cd457d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596859200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1066f2f0633c6a8113606d9ed695288\";a:10:{s:4:\"hash\";s:32:\"d1066f2f0633c6a8113606d9ed695288\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596859200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596859200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7427944a5e05b67de8824219c6e6db0b\";a:10:{s:4:\"hash\";s:32:\"7427944a5e05b67de8824219c6e6db0b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596859200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596859200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"391084f4b2ca05b7bd9e59bd74633862\";a:10:{s:4:\"hash\";s:32:\"391084f4b2ca05b7bd9e59bd74633862\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596859200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596859200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6dd592b34a7ca6c88ef869f69fb7249\";a:10:{s:4:\"hash\";s:32:\"b6dd592b34a7ca6c88ef869f69fb7249\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596945600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596945600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46e3a859a8175d78ae606c3147651a9f\";a:10:{s:4:\"hash\";s:32:\"46e3a859a8175d78ae606c3147651a9f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596945600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1596945600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ece8a38c51291327f94e17f14c7fed1b\";a:10:{s:4:\"hash\";s:32:\"ece8a38c51291327f94e17f14c7fed1b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596945600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596945600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b97be44d14376a7f01af0272271e73f\";a:10:{s:4:\"hash\";s:32:\"6b97be44d14376a7f01af0272271e73f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596945600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596945600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4487324bd7fbf240867c16a21ea71e06\";a:10:{s:4:\"hash\";s:32:\"4487324bd7fbf240867c16a21ea71e06\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1596945600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1596945600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4aeec202c2af0315a9ea481553918d97\";a:10:{s:4:\"hash\";s:32:\"4aeec202c2af0315a9ea481553918d97\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597032000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1597032000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b4bbcaf027f9d76e7c3bcfbcffcee3a\";a:10:{s:4:\"hash\";s:32:\"7b4bbcaf027f9d76e7c3bcfbcffcee3a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597032000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1597032000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fc48f49b8292abbb6d25765bd2a66b4\";a:10:{s:4:\"hash\";s:32:\"6fc48f49b8292abbb6d25765bd2a66b4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597032000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597032000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d149b86ec79437db458a9ac14d9b9da\";a:10:{s:4:\"hash\";s:32:\"2d149b86ec79437db458a9ac14d9b9da\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597032000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"154e09111daf3122111db387b2e33da6\";a:10:{s:4:\"hash\";s:32:\"154e09111daf3122111db387b2e33da6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597032000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597032000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc966efa2697c979443f477e1ceb2e26\";a:10:{s:4:\"hash\";s:32:\"dc966efa2697c979443f477e1ceb2e26\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597032000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597032000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e218852b5e47e76a0751536e1287cae2\";a:10:{s:4:\"hash\";s:32:\"e218852b5e47e76a0751536e1287cae2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597032000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597032000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1818ac4567ce548f524461220a3bce27\";a:10:{s:4:\"hash\";s:32:\"1818ac4567ce548f524461220a3bce27\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597118400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597118400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a2bcf9a3bc1f45f4ddf294e0ca0059e\";a:10:{s:4:\"hash\";s:32:\"8a2bcf9a3bc1f45f4ddf294e0ca0059e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597118400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1597118400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9dc3215ebf3eae503b1bc02ab1c0e373\";a:10:{s:4:\"hash\";s:32:\"9dc3215ebf3eae503b1bc02ab1c0e373\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597291200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597291200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77d36755f379b9f9515f350fb52acd74\";a:10:{s:4:\"hash\";s:32:\"77d36755f379b9f9515f350fb52acd74\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597291200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597291200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f0a101ab41f34d6905336569482413e\";a:10:{s:4:\"hash\";s:32:\"4f0a101ab41f34d6905336569482413e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597291200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1597291200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94e33e79f5cee5ae9e13a46b396e31e8\";a:10:{s:4:\"hash\";s:32:\"94e33e79f5cee5ae9e13a46b396e31e8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1597377600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13e742121f7269e6e4f0aa0140b3d5ba\";a:10:{s:4:\"hash\";s:32:\"13e742121f7269e6e4f0aa0140b3d5ba\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1597377600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"759b1cd3343dde5edd33ebb63b3b067f\";a:10:{s:4:\"hash\";s:32:\"759b1cd3343dde5edd33ebb63b3b067f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597377600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33a36c531722bd782fa92317e274662a\";a:10:{s:4:\"hash\";s:32:\"33a36c531722bd782fa92317e274662a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1597377600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c91966f5299bf65bc5b49cc11b49b93\";a:10:{s:4:\"hash\";s:32:\"7c91966f5299bf65bc5b49cc11b49b93\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1597377600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d667ba8fb0c1dd8d80b33ede92e14e96\";a:10:{s:4:\"hash\";s:32:\"d667ba8fb0c1dd8d80b33ede92e14e96\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597377600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2106d3bd915a7e63979e744d5011c95\";a:10:{s:4:\"hash\";s:32:\"b2106d3bd915a7e63979e744d5011c95\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a657164de3353099c3d7b79a9bd1f579\";a:10:{s:4:\"hash\";s:32:\"a657164de3353099c3d7b79a9bd1f579\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597377600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"136a6ecd9a7cded747a83cd341a05f45\";a:10:{s:4:\"hash\";s:32:\"136a6ecd9a7cded747a83cd341a05f45\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597377600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5adba673f84ea8546daa589179d930a2\";a:10:{s:4:\"hash\";s:32:\"5adba673f84ea8546daa589179d930a2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597377600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597377600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1915e66cb4aadfdeaba7c983d0b68c7\";a:10:{s:4:\"hash\";s:32:\"f1915e66cb4aadfdeaba7c983d0b68c7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597464000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597464000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68bbc9e6a000d14141e56f5eb64e44dd\";a:10:{s:4:\"hash\";s:32:\"68bbc9e6a000d14141e56f5eb64e44dd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597464000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597464000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0447f731a9aaed9e5dfd61cb4bd1830\";a:10:{s:4:\"hash\";s:32:\"c0447f731a9aaed9e5dfd61cb4bd1830\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597464000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1597464000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1dea1435fb5834099da3dd9f6f57879e\";a:10:{s:4:\"hash\";s:32:\"1dea1435fb5834099da3dd9f6f57879e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597550400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597550400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c830489d1de6fdee3a3df24535095dd7\";a:10:{s:4:\"hash\";s:32:\"c830489d1de6fdee3a3df24535095dd7\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597550400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1597550400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73b5a3de1290fc74ab4b7bd79ef72152\";a:10:{s:4:\"hash\";s:32:\"73b5a3de1290fc74ab4b7bd79ef72152\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597550400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597550400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"094adfe111118835c2397535f16c8678\";a:10:{s:4:\"hash\";s:32:\"094adfe111118835c2397535f16c8678\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597550400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597550400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed13da367ee39892932d4d48d223b8ab\";a:10:{s:4:\"hash\";s:32:\"ed13da367ee39892932d4d48d223b8ab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597550400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597550400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a73dbd2791e4a39938c2ae4ddcaacce1\";a:10:{s:4:\"hash\";s:32:\"a73dbd2791e4a39938c2ae4ddcaacce1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597636800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1597636800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf771cdc359dcf4a390aaac9767f842d\";a:10:{s:4:\"hash\";s:32:\"bf771cdc359dcf4a390aaac9767f842d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597636800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1597636800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d04c8e51586b35711e25d8b7006cca1\";a:10:{s:4:\"hash\";s:32:\"8d04c8e51586b35711e25d8b7006cca1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597636800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597636800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0bd165e7cb3152ea2e0263fef127fef\";a:10:{s:4:\"hash\";s:32:\"c0bd165e7cb3152ea2e0263fef127fef\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597636800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1597636800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b69bd76ffd56b056bd8543df012a4d33\";a:10:{s:4:\"hash\";s:32:\"b69bd76ffd56b056bd8543df012a4d33\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597636800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597636800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8f361bd5b751d4d05e437eddde7e84a\";a:10:{s:4:\"hash\";s:32:\"f8f361bd5b751d4d05e437eddde7e84a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597636800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597636800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb7bdb8b001e15d28e52d1b15a808f68\";a:10:{s:4:\"hash\";s:32:\"fb7bdb8b001e15d28e52d1b15a808f68\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597636800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597636800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ac3c4c4d88d426253341b304c43667e\";a:10:{s:4:\"hash\";s:32:\"6ac3c4c4d88d426253341b304c43667e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597723200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1597723200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83f769777787a51a0ae0b60c0621a08d\";a:10:{s:4:\"hash\";s:32:\"83f769777787a51a0ae0b60c0621a08d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1597723200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1597723200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ade14090b5260cdbf7f60682e8b22d3\";a:10:{s:4:\"hash\";s:32:\"6ade14090b5260cdbf7f60682e8b22d3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598068800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598068800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fda6f4c77a7c8e05417bf5dd1beb5e3\";a:10:{s:4:\"hash\";s:32:\"1fda6f4c77a7c8e05417bf5dd1beb5e3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598068800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598068800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db0ab212738545b816684b216db5d4d2\";a:10:{s:4:\"hash\";s:32:\"db0ab212738545b816684b216db5d4d2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598068800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1598068800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"efbf82f1c476e86cc7e979317bc08e4f\";a:10:{s:4:\"hash\";s:32:\"efbf82f1c476e86cc7e979317bc08e4f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598155200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4fa7da52390cc89a5aa8a9045cf5434\";a:10:{s:4:\"hash\";s:32:\"e4fa7da52390cc89a5aa8a9045cf5434\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598155200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab075dc43a1971538612f348ded6c4ad\";a:10:{s:4:\"hash\";s:32:\"ab075dc43a1971538612f348ded6c4ad\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598155200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ca30855b583be03f42e53b131f449e9\";a:10:{s:4:\"hash\";s:32:\"9ca30855b583be03f42e53b131f449e9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598155200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fbe1bee0ffdad10c3dfce5cbc8c28de\";a:10:{s:4:\"hash\";s:32:\"7fbe1bee0ffdad10c3dfce5cbc8c28de\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598155200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b92633bcd2f15d77edf6486b699a227e\";a:10:{s:4:\"hash\";s:32:\"b92633bcd2f15d77edf6486b699a227e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598155200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74cdcf94569c22e39fd3772d4e4eeca6\";a:10:{s:4:\"hash\";s:32:\"74cdcf94569c22e39fd3772d4e4eeca6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598155200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c5b392323c881e3e6c08c441b82f893\";a:10:{s:4:\"hash\";s:32:\"1c5b392323c881e3e6c08c441b82f893\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1598155200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62879d212e5cac32df456d7c29f7c44d\";a:10:{s:4:\"hash\";s:32:\"62879d212e5cac32df456d7c29f7c44d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598155200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3239774c1effd401032565ac30e99e97\";a:10:{s:4:\"hash\";s:32:\"3239774c1effd401032565ac30e99e97\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598155200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2cd6f099443faae0540854d0cd95925c\";a:10:{s:4:\"hash\";s:32:\"2cd6f099443faae0540854d0cd95925c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598155200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598155200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03119c172ee867481f7f24c53230e500\";a:10:{s:4:\"hash\";s:32:\"03119c172ee867481f7f24c53230e500\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598241600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f653ed88ef73291355079bdd91a9724\";a:10:{s:4:\"hash\";s:32:\"5f653ed88ef73291355079bdd91a9724\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598241600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"238da6db52f4a4f7c1f6d8604aeead30\";a:10:{s:4:\"hash\";s:32:\"238da6db52f4a4f7c1f6d8604aeead30\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598241600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17c38046bebcbf696d2158e2950a3e45\";a:10:{s:4:\"hash\";s:32:\"17c38046bebcbf696d2158e2950a3e45\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598241600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17c2185758e62f2744d89fc188efbdae\";a:10:{s:4:\"hash\";s:32:\"17c2185758e62f2744d89fc188efbdae\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598241600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b15e7f2eb56f759b888d7437ee76089\";a:10:{s:4:\"hash\";s:32:\"8b15e7f2eb56f759b888d7437ee76089\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598241600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7aea0ed7c54ec6da21b60bdd2fa3b70c\";a:10:{s:4:\"hash\";s:32:\"7aea0ed7c54ec6da21b60bdd2fa3b70c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598241600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9976cd6d4bfbff573439b51249740136\";a:10:{s:4:\"hash\";s:32:\"9976cd6d4bfbff573439b51249740136\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1598241600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e26c6c6c41a657ba68ed1ccebce5334\";a:10:{s:4:\"hash\";s:32:\"4e26c6c6c41a657ba68ed1ccebce5334\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598241600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5307cf6a7a5f3d4d6b33d5c13d142d98\";a:10:{s:4:\"hash\";s:32:\"5307cf6a7a5f3d4d6b33d5c13d142d98\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598241600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5bf38e5d69e2871ecd7b27efa14db02\";a:10:{s:4:\"hash\";s:32:\"d5bf38e5d69e2871ecd7b27efa14db02\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598241600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598241600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55f0ccf9aab741a9fd384b0e5076dee4\";a:10:{s:4:\"hash\";s:32:\"55f0ccf9aab741a9fd384b0e5076dee4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598328000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598328000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"881886d813afdcfb060d90f0f3d286f5\";a:10:{s:4:\"hash\";s:32:\"881886d813afdcfb060d90f0f3d286f5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598328000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598328000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"558a3de2694eb69908db6c843f1d182c\";a:10:{s:4:\"hash\";s:32:\"558a3de2694eb69908db6c843f1d182c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598328000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598328000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a09af80eb3f0df12ed5f03e4d8e66ff\";a:10:{s:4:\"hash\";s:32:\"0a09af80eb3f0df12ed5f03e4d8e66ff\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598328000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1598328000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"721394a12d4bf94819e373a79cb18717\";a:10:{s:4:\"hash\";s:32:\"721394a12d4bf94819e373a79cb18717\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598414400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598414400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eb3910646c766cf8d8baf4931f72d150\";a:10:{s:4:\"hash\";s:32:\"eb3910646c766cf8d8baf4931f72d150\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598414400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1598414400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cc496b585555cbff30bab20b5d893f1\";a:10:{s:4:\"hash\";s:32:\"5cc496b585555cbff30bab20b5d893f1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598414400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598414400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8f7a34e3802f8e4e6e38b8b48ef3d75\";a:10:{s:4:\"hash\";s:32:\"b8f7a34e3802f8e4e6e38b8b48ef3d75\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598414400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1598414400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43e43598265152599b0e8cf36c30bcaa\";a:10:{s:4:\"hash\";s:32:\"43e43598265152599b0e8cf36c30bcaa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598414400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598414400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11c3e7dbb66a31f63c016daa84a1bebd\";a:10:{s:4:\"hash\";s:32:\"11c3e7dbb66a31f63c016daa84a1bebd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598414400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598414400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a687bb45a59d387c72eab2ec5b9288ca\";a:10:{s:4:\"hash\";s:32:\"a687bb45a59d387c72eab2ec5b9288ca\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598414400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598414400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04f6df7d74f28bcb3817178b5d673397\";a:10:{s:4:\"hash\";s:32:\"04f6df7d74f28bcb3817178b5d673397\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598500800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598500800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4db0b6e838c95671f878cb8ff52cebc2\";a:10:{s:4:\"hash\";s:32:\"4db0b6e838c95671f878cb8ff52cebc2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598500800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1598500800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c30575ab78edfc4f0341fb9e931a4b6\";a:10:{s:4:\"hash\";s:32:\"9c30575ab78edfc4f0341fb9e931a4b6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598500800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598500800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a76f0a9a94138fce1e30fc5a79187f1f\";a:10:{s:4:\"hash\";s:32:\"a76f0a9a94138fce1e30fc5a79187f1f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598500800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598500800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1033ee47ae715a23ff2d1d564c8fccb\";a:10:{s:4:\"hash\";s:32:\"e1033ee47ae715a23ff2d1d564c8fccb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598500800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1598500800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"620da053b711bf76140679e06f832cf4\";a:10:{s:4:\"hash\";s:32:\"620da053b711bf76140679e06f832cf4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1598587200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1598587200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9168be9f1f83fb53f5950c6804fc5020\";a:10:{s:4:\"hash\";s:32:\"9168be9f1f83fb53f5950c6804fc5020\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1601524800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1601524800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef2257f5fce797592157cdc73f2c7881\";a:10:{s:4:\"hash\";s:32:\"ef2257f5fce797592157cdc73f2c7881\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604030400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604030400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0cf9b00e79d1ce575223fec79b3be7b\";a:10:{s:4:\"hash\";s:32:\"b0cf9b00e79d1ce575223fec79b3be7b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604116800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1604116800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"28d088a7677e351a5cd074b036761ca1\";a:10:{s:4:\"hash\";s:32:\"28d088a7677e351a5cd074b036761ca1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604116800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1604116800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21583a5c32ba2a17f194af72f284dfdb\";a:10:{s:4:\"hash\";s:32:\"21583a5c32ba2a17f194af72f284dfdb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604116800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604116800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd3530f28733cde131fe3e964a529b92\";a:10:{s:4:\"hash\";s:32:\"cd3530f28733cde131fe3e964a529b92\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604116800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1604116800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d07991d62b0d3f6425913b9899a3900\";a:10:{s:4:\"hash\";s:32:\"6d07991d62b0d3f6425913b9899a3900\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1604203200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1628daf9574c43535c535c1b2e763e80\";a:10:{s:4:\"hash\";s:32:\"1628daf9574c43535c535c1b2e763e80\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/cat_ids~87,89,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1604203200/cat_ids~87,89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0d03d515bc7bd5e53f19ac91ca972fdd\";a:10:{s:4:\"hash\";s:32:\"0d03d515bc7bd5e53f19ac91ca972fdd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1604203200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d52c558b1d42e710f7b0f83a6225f10\";a:10:{s:4:\"hash\";s:32:\"6d52c558b1d42e710f7b0f83a6225f10\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604203200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"718996949616e43b9ff585ed14330db8\";a:10:{s:4:\"hash\";s:32:\"718996949616e43b9ff585ed14330db8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e108165517e8deba85acde38b1872c5b\";a:10:{s:4:\"hash\";s:32:\"e108165517e8deba85acde38b1872c5b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1604203200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7b5cc2aad61a8a18ea408708e15408f\";a:10:{s:4:\"hash\";s:32:\"c7b5cc2aad61a8a18ea408708e15408f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604203200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98811d4a342cbbe93e7915b45ac9bcb1\";a:10:{s:4:\"hash\";s:32:\"98811d4a342cbbe93e7915b45ac9bcb1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604203200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fb450e94b569772bc89e4c003e406bf\";a:10:{s:4:\"hash\";s:32:\"7fb450e94b569772bc89e4c003e406bf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604203200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604203200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"700e79dcf1bcd0fa25024bfe290384c0\";a:10:{s:4:\"hash\";s:32:\"700e79dcf1bcd0fa25024bfe290384c0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604293200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1604293200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f4cfb13be4fd661eb05d12f09353f6a0\";a:10:{s:4:\"hash\";s:32:\"f4cfb13be4fd661eb05d12f09353f6a0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604293200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1604293200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37bfa8bdd6cb65265f283b0aeaf322a5\";a:10:{s:4:\"hash\";s:32:\"37bfa8bdd6cb65265f283b0aeaf322a5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604293200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604293200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63d53ca6c956f734206bf7d7e95bcbdf\";a:10:{s:4:\"hash\";s:32:\"63d53ca6c956f734206bf7d7e95bcbdf\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604293200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1604293200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99d7acd757ebfe7e4a7923928d7e868b\";a:10:{s:4:\"hash\";s:32:\"99d7acd757ebfe7e4a7923928d7e868b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604293200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604293200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b2401a5472c9eda9c79f0708ef400d0\";a:10:{s:4:\"hash\";s:32:\"6b2401a5472c9eda9c79f0708ef400d0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604293200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604293200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c74b7e2b6692496bdf3435d512e10665\";a:10:{s:4:\"hash\";s:32:\"c74b7e2b6692496bdf3435d512e10665\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604293200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604293200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06d550aaf4a1cce15027ef694fab20e3\";a:10:{s:4:\"hash\";s:32:\"06d550aaf4a1cce15027ef694fab20e3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604379600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604379600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c87895f62dc06c6c4a75018807be1aa8\";a:10:{s:4:\"hash\";s:32:\"c87895f62dc06c6c4a75018807be1aa8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604379600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1604379600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dec7405076d8930fa64d6c28cc23bbf5\";a:10:{s:4:\"hash\";s:32:\"dec7405076d8930fa64d6c28cc23bbf5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604466000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1604466000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"216c1d3ae32c9801da245fc376461b84\";a:10:{s:4:\"hash\";s:32:\"216c1d3ae32c9801da245fc376461b84\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604552400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1604552400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0dd20101cfcffe6e91a8a72ff71da90\";a:10:{s:4:\"hash\";s:32:\"f0dd20101cfcffe6e91a8a72ff71da90\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604552400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604552400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc1e248842257d04ca85e230a5541c7b\";a:10:{s:4:\"hash\";s:32:\"dc1e248842257d04ca85e230a5541c7b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604552400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604552400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"410299e87285fef77d3fb898f3644977\";a:10:{s:4:\"hash\";s:32:\"410299e87285fef77d3fb898f3644977\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604552400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604552400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26b2d75becc405540287fd12db063255\";a:10:{s:4:\"hash\";s:32:\"26b2d75becc405540287fd12db063255\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604638800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1604638800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"158a96ba2587244787c30df67845cccf\";a:10:{s:4:\"hash\";s:32:\"158a96ba2587244787c30df67845cccf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604984400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1604984400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8ab356fdaedf0d8969d85ffd390c1cb\";a:10:{s:4:\"hash\";s:32:\"f8ab356fdaedf0d8969d85ffd390c1cb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1604984400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1604984400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b582767334e1e283ff3ffc282c67d6d3\";a:10:{s:4:\"hash\";s:32:\"b582767334e1e283ff3ffc282c67d6d3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605070800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a8f9bccd3dd5bb6a38b3151aaccf3a0\";a:10:{s:4:\"hash\";s:32:\"3a8f9bccd3dd5bb6a38b3151aaccf3a0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605070800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95d0e295741f3b70368f92c012647532\";a:10:{s:4:\"hash\";s:32:\"95d0e295741f3b70368f92c012647532\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605070800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2de5c3a8b6ccaf11c4453c67249bbc1\";a:10:{s:4:\"hash\";s:32:\"b2de5c3a8b6ccaf11c4453c67249bbc1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605070800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"378f7e15df11dd2ea8ad06c13dcc7f65\";a:10:{s:4:\"hash\";s:32:\"378f7e15df11dd2ea8ad06c13dcc7f65\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605070800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c875b674a4e96e4662e5ac666e3d910\";a:10:{s:4:\"hash\";s:32:\"2c875b674a4e96e4662e5ac666e3d910\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33290e72185c78560d67408c3be1c0d4\";a:10:{s:4:\"hash\";s:32:\"33290e72185c78560d67408c3be1c0d4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605070800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f3a8addda1607ed8e42d70067efd3be\";a:10:{s:4:\"hash\";s:32:\"0f3a8addda1607ed8e42d70067efd3be\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605070800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e1f5d04a55c8922fd0d0130966a54d7\";a:10:{s:4:\"hash\";s:32:\"2e1f5d04a55c8922fd0d0130966a54d7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605070800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605070800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"950eb08717510d39ea12f9e4e89d290f\";a:10:{s:4:\"hash\";s:32:\"950eb08717510d39ea12f9e4e89d290f\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1605157200/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a133d46f65db43aabe62ddeedfb16fd\";a:10:{s:4:\"hash\";s:32:\"7a133d46f65db43aabe62ddeedfb16fd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605157200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9146a4bfe7296028079779301ea54823\";a:10:{s:4:\"hash\";s:32:\"9146a4bfe7296028079779301ea54823\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605157200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42c77a65baee33c70721c1d4942534ea\";a:10:{s:4:\"hash\";s:32:\"42c77a65baee33c70721c1d4942534ea\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605157200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a058ea46da1721c44e179703d617eb4\";a:10:{s:4:\"hash\";s:32:\"8a058ea46da1721c44e179703d617eb4\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1605157200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d03e35d220f103446e75c281b7507542\";a:10:{s:4:\"hash\";s:32:\"d03e35d220f103446e75c281b7507542\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605157200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed2b541e0971166e91c66e0d5a4f447a\";a:10:{s:4:\"hash\";s:32:\"ed2b541e0971166e91c66e0d5a4f447a\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1605157200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d147969bce210fc32bc177e9122bca1\";a:10:{s:4:\"hash\";s:32:\"8d147969bce210fc32bc177e9122bca1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605157200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"708d7bcb0376ea5afe1333a1269ecdcd\";a:10:{s:4:\"hash\";s:32:\"708d7bcb0376ea5afe1333a1269ecdcd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605157200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"095ae8de097f364004612d3a541e5936\";a:10:{s:4:\"hash\";s:32:\"095ae8de097f364004612d3a541e5936\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605157200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24768b1680dc517d1ef16fe5d0444ffb\";a:10:{s:4:\"hash\";s:32:\"24768b1680dc517d1ef16fe5d0444ffb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1605157200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59f80e49cea1e49d4d17ec63b02ca09c\";a:10:{s:4:\"hash\";s:32:\"59f80e49cea1e49d4d17ec63b02ca09c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605157200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb28c4aec9d2ae09e11207a6cb90176f\";a:10:{s:4:\"hash\";s:32:\"bb28c4aec9d2ae09e11207a6cb90176f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605157200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d19affa4ebae331a00b028609ba8cef\";a:10:{s:4:\"hash\";s:32:\"8d19affa4ebae331a00b028609ba8cef\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605157200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605157200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c96ab381782beb3b64b5c9fb9ea115da\";a:10:{s:4:\"hash\";s:32:\"c96ab381782beb3b64b5c9fb9ea115da\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605243600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"932c66c08bfdb570b73b5c4da4c8330f\";a:10:{s:4:\"hash\";s:32:\"932c66c08bfdb570b73b5c4da4c8330f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605243600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b5e8791d9194ad7425570058787274b\";a:10:{s:4:\"hash\";s:32:\"9b5e8791d9194ad7425570058787274b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605243600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d9ba974e8beebf62831c6070fefe8d9\";a:10:{s:4:\"hash\";s:32:\"4d9ba974e8beebf62831c6070fefe8d9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605243600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47a627cef75d915f97db977395e7c395\";a:10:{s:4:\"hash\";s:32:\"47a627cef75d915f97db977395e7c395\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605243600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83bf90d6b8db6787dae8c3fd9ed746de\";a:10:{s:4:\"hash\";s:32:\"83bf90d6b8db6787dae8c3fd9ed746de\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605243600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d69b94bf1af21269b332b5b0f4d168b0\";a:10:{s:4:\"hash\";s:32:\"d69b94bf1af21269b332b5b0f4d168b0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605243600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"631aaba4e2c3f5532962cf448f816a7a\";a:10:{s:4:\"hash\";s:32:\"631aaba4e2c3f5532962cf448f816a7a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605243600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2694efc051f23fa11cf7aaccf2f9c50c\";a:10:{s:4:\"hash\";s:32:\"2694efc051f23fa11cf7aaccf2f9c50c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4cd8c24fc9a34f46d21bbfb51cf422a\";a:10:{s:4:\"hash\";s:32:\"e4cd8c24fc9a34f46d21bbfb51cf422a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605243600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad4cbe6fc789a273b958d0da5cbd575f\";a:10:{s:4:\"hash\";s:32:\"ad4cbe6fc789a273b958d0da5cbd575f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605243600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a4e06d96b51c16021deb9096559f0e4\";a:10:{s:4:\"hash\";s:32:\"3a4e06d96b51c16021deb9096559f0e4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605243600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605243600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f94081e843a918ad7bc097aa0c6f7ca6\";a:10:{s:4:\"hash\";s:32:\"f94081e843a918ad7bc097aa0c6f7ca6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605330000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605330000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00f1a8ee6a052b8986e0c652df18cd3a\";a:10:{s:4:\"hash\";s:32:\"00f1a8ee6a052b8986e0c652df18cd3a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605330000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1605330000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1bb6b3eb5ababa8c3e494e43bde623f\";a:10:{s:4:\"hash\";s:32:\"b1bb6b3eb5ababa8c3e494e43bde623f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605675600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605675600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f20fa37aae11247e96265c86d689a64\";a:10:{s:4:\"hash\";s:32:\"7f20fa37aae11247e96265c86d689a64\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605675600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1605675600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ac9158702364e4c321d713fc7000235\";a:10:{s:4:\"hash\";s:32:\"9ac9158702364e4c321d713fc7000235\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605762000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605762000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8567a454280a3f4424233a033336577e\";a:10:{s:4:\"hash\";s:32:\"8567a454280a3f4424233a033336577e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605762000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1605762000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c96b9e57029fe5a6525ece867e2fd96\";a:10:{s:4:\"hash\";s:32:\"9c96b9e57029fe5a6525ece867e2fd96\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2e8b295f3de9bad208ffae1b6bd1c18\";a:10:{s:4:\"hash\";s:32:\"f2e8b295f3de9bad208ffae1b6bd1c18\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605762000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1605762000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f64c7338b7e99ba45ec20287286f5d7b\";a:10:{s:4:\"hash\";s:32:\"f64c7338b7e99ba45ec20287286f5d7b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605762000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605762000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3945bd8c8d052b4ce4ad281077fade8\";a:10:{s:4:\"hash\";s:32:\"f3945bd8c8d052b4ce4ad281077fade8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605762000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605762000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dac6a586262f9fbe70baeacdbaaf03a7\";a:10:{s:4:\"hash\";s:32:\"dac6a586262f9fbe70baeacdbaaf03a7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605762000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605762000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7053f59c8fd5aee85544042c32f7498\";a:10:{s:4:\"hash\";s:32:\"f7053f59c8fd5aee85544042c32f7498\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605848400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605848400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8436d401ef5c7a1f17343b13a1590894\";a:10:{s:4:\"hash\";s:32:\"8436d401ef5c7a1f17343b13a1590894\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605848400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1605848400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c7283cfdc9ac238ed830748b2298304\";a:10:{s:4:\"hash\";s:32:\"6c7283cfdc9ac238ed830748b2298304\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605934800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1605934800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fce44fb4f09bb2705c747d66d9fa2a4\";a:10:{s:4:\"hash\";s:32:\"3fce44fb4f09bb2705c747d66d9fa2a4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605934800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605934800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e7031d035d216cb1c8a085c5df5990e\";a:10:{s:4:\"hash\";s:32:\"0e7031d035d216cb1c8a085c5df5990e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605934800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605934800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ce2b471f94b9cfb48477f66495cafa7\";a:10:{s:4:\"hash\";s:32:\"7ce2b471f94b9cfb48477f66495cafa7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1605934800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1605934800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b097c435bfd4a27587f53b0cadf34967\";a:10:{s:4:\"hash\";s:32:\"b097c435bfd4a27587f53b0cadf34967\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606021200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1606021200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eaa16f99b8b2d7bf2b718c840e943284\";a:10:{s:4:\"hash\";s:32:\"eaa16f99b8b2d7bf2b718c840e943284\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606453200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606453200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff805971ae06ae653fc2402f811539b1\";a:10:{s:4:\"hash\";s:32:\"ff805971ae06ae653fc2402f811539b1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606539600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606539600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96b1cbc4fea0c549d23b23d2efd0b44e\";a:10:{s:4:\"hash\";s:32:\"96b1cbc4fea0c549d23b23d2efd0b44e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606539600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1606539600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"605bd76739d98a95f9e05138d0426984\";a:10:{s:4:\"hash\";s:32:\"605bd76739d98a95f9e05138d0426984\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606539600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1606539600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa1160c8f235baa518fd518c4651230f\";a:10:{s:4:\"hash\";s:32:\"fa1160c8f235baa518fd518c4651230f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606539600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606539600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a32f355b468a3d383fabdc61f5ee7c4\";a:10:{s:4:\"hash\";s:32:\"9a32f355b468a3d383fabdc61f5ee7c4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606539600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1606539600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"265d6a6de50275005c7aa55ba65b8595\";a:10:{s:4:\"hash\";s:32:\"265d6a6de50275005c7aa55ba65b8595\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1606626000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0a0889ffce12d3719529bfa175b8a88\";a:10:{s:4:\"hash\";s:32:\"d0a0889ffce12d3719529bfa175b8a88\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1606626000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3fc057de779fd5ceea0bc6edd20086c\";a:10:{s:4:\"hash\";s:32:\"d3fc057de779fd5ceea0bc6edd20086c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606626000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"865d2138acac613027ed88264e28815a\";a:10:{s:4:\"hash\";s:32:\"865d2138acac613027ed88264e28815a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1606626000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7c21bb1f103f5291af3674c3eef0398\";a:10:{s:4:\"hash\";s:32:\"f7c21bb1f103f5291af3674c3eef0398\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1606626000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"447ff3481905a300002127c69909ae68\";a:10:{s:4:\"hash\";s:32:\"447ff3481905a300002127c69909ae68\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606626000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90ff9848bb5dd49faad27415e33ef05e\";a:10:{s:4:\"hash\";s:32:\"90ff9848bb5dd49faad27415e33ef05e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1606626000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7755007cfecec78c9d9934f33225a33e\";a:10:{s:4:\"hash\";s:32:\"7755007cfecec78c9d9934f33225a33e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606626000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"005de2c696f4b74922151e3d5f7a59bb\";a:10:{s:4:\"hash\";s:32:\"005de2c696f4b74922151e3d5f7a59bb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606626000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87ead8317bf6bc2634e8b76b53baa7bc\";a:10:{s:4:\"hash\";s:32:\"87ead8317bf6bc2634e8b76b53baa7bc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606626000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606626000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f30192c7810de141dd15566afdc069fd\";a:10:{s:4:\"hash\";s:32:\"f30192c7810de141dd15566afdc069fd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606712400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606712400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6109a386322139ae05c8cdc5efd484e9\";a:10:{s:4:\"hash\";s:32:\"6109a386322139ae05c8cdc5efd484e9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606712400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606712400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9e7e52df72892906f6eae5a159c8c0d\";a:10:{s:4:\"hash\";s:32:\"c9e7e52df72892906f6eae5a159c8c0d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606712400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1606712400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94bed9a2c2d0af98ef448e007768a844\";a:10:{s:4:\"hash\";s:32:\"94bed9a2c2d0af98ef448e007768a844\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606712400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606712400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5723d32e6d434ad8bf58ba8684cfe61\";a:10:{s:4:\"hash\";s:32:\"b5723d32e6d434ad8bf58ba8684cfe61\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606712400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606712400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b98039d68d8faf488034fd673249d2a0\";a:10:{s:4:\"hash\";s:32:\"b98039d68d8faf488034fd673249d2a0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606712400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1606712400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"509d554d32a77e4becea82721ade5918\";a:10:{s:4:\"hash\";s:32:\"509d554d32a77e4becea82721ade5918\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1606798800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1606798800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e86068c6a3dc6e13ec10aa17db20a8f7\";a:10:{s:4:\"hash\";s:32:\"e86068c6a3dc6e13ec10aa17db20a8f7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1609477200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1609477200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4ac51b4f1475c4ff4398b9e5d5eb939\";a:10:{s:4:\"hash\";s:32:\"c4ac51b4f1475c4ff4398b9e5d5eb939\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1611550800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1611550800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b6684510a2a449ecb8847ce02527a84\";a:10:{s:4:\"hash\";s:32:\"2b6684510a2a449ecb8847ce02527a84\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1611982800/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1611982800/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87fbf443a849af834eae38e6f2ab61ed\";a:10:{s:4:\"hash\";s:32:\"87fbf443a849af834eae38e6f2ab61ed\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612069200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81414c6232999201ed360094f2b6f50f\";a:10:{s:4:\"hash\";s:32:\"81414c6232999201ed360094f2b6f50f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612069200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db68c2d5fcc5d46da3e2d87e977982f1\";a:10:{s:4:\"hash\";s:32:\"db68c2d5fcc5d46da3e2d87e977982f1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612069200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a6117ced5ae0baa598acd5f198f9df9\";a:10:{s:4:\"hash\";s:32:\"8a6117ced5ae0baa598acd5f198f9df9\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612069200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c8465d8254b45bc4574d2943f739cc1\";a:10:{s:4:\"hash\";s:32:\"9c8465d8254b45bc4574d2943f739cc1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612069200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9954eed2c80b77963f73949dec7199bd\";a:10:{s:4:\"hash\";s:32:\"9954eed2c80b77963f73949dec7199bd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7997c26fb070ea2a1e0e9bb5c738ca1e\";a:10:{s:4:\"hash\";s:32:\"7997c26fb070ea2a1e0e9bb5c738ca1e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612069200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8253d824e0fb0e90d2b3cae0984a8993\";a:10:{s:4:\"hash\";s:32:\"8253d824e0fb0e90d2b3cae0984a8993\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612069200/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fd53a3b54dfe53c01315fa7fe9d9a8e\";a:10:{s:4:\"hash\";s:32:\"1fd53a3b54dfe53c01315fa7fe9d9a8e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612069200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92588d9963d3d1880df167c7f8ca3ae2\";a:10:{s:4:\"hash\";s:32:\"92588d9963d3d1880df167c7f8ca3ae2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612069200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1612069200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f4e65507841a4d2b45b1af249f8ce71\";a:10:{s:4:\"hash\";s:32:\"5f4e65507841a4d2b45b1af249f8ce71\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612155600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d545ee6efc3442c77fb9cf7a305c2e30\";a:10:{s:4:\"hash\";s:32:\"d545ee6efc3442c77fb9cf7a305c2e30\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612155600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b8de387adfa8b939917c2f9c238da7f\";a:10:{s:4:\"hash\";s:32:\"7b8de387adfa8b939917c2f9c238da7f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612155600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fae684dd14f1f4a7cd4a4d7309001e6\";a:10:{s:4:\"hash\";s:32:\"1fae684dd14f1f4a7cd4a4d7309001e6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3080da584858d710e84639dfdb26352\";a:10:{s:4:\"hash\";s:32:\"a3080da584858d710e84639dfdb26352\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7f9c50aeb87542404972fc33328d5a8\";a:10:{s:4:\"hash\";s:32:\"f7f9c50aeb87542404972fc33328d5a8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d795207c1ded75c0db70f294309c673\";a:10:{s:4:\"hash\";s:32:\"4d795207c1ded75c0db70f294309c673\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d5d82efe72d81925e41620b3938a0f6\";a:10:{s:4:\"hash\";s:32:\"7d5d82efe72d81925e41620b3938a0f6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d74c92627234e9db6404f461a862b98\";a:10:{s:4:\"hash\";s:32:\"9d74c92627234e9db6404f461a862b98\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8e0f164784a8ba7a45ea1f8e79aa194d\";a:10:{s:4:\"hash\";s:32:\"8e0f164784a8ba7a45ea1f8e79aa194d\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d948a76360058ede5d39c9889783098\";a:10:{s:4:\"hash\";s:32:\"3d948a76360058ede5d39c9889783098\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e21f736fb0b11d2e117d4fc4a8433da1\";a:10:{s:4:\"hash\";s:32:\"e21f736fb0b11d2e117d4fc4a8433da1\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cbe535bb049a9a34a172c7a48428cb27\";a:10:{s:4:\"hash\";s:32:\"cbe535bb049a9a34a172c7a48428cb27\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99c2aa8e7bbbc81fcc834fc2df260a18\";a:10:{s:4:\"hash\";s:32:\"99c2aa8e7bbbc81fcc834fc2df260a18\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4932e575a9fa5f8ea70dbf71bf846c7c\";a:10:{s:4:\"hash\";s:32:\"4932e575a9fa5f8ea70dbf71bf846c7c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f6b91136436a569e476a34186bac68b\";a:10:{s:4:\"hash\";s:32:\"8f6b91136436a569e476a34186bac68b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612155600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f253c35fcb50cc73b03db3b0341e2300\";a:10:{s:4:\"hash\";s:32:\"f253c35fcb50cc73b03db3b0341e2300\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612155600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cc55b2f68bbfc0671277b653787afb62\";a:10:{s:4:\"hash\";s:32:\"cc55b2f68bbfc0671277b653787afb62\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612155600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612155600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f840b3ace19e881fe5010f6fd3b42153\";a:10:{s:4:\"hash\";s:32:\"f840b3ace19e881fe5010f6fd3b42153\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612242000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"051625e20290e9e8d8c4011142928467\";a:10:{s:4:\"hash\";s:32:\"051625e20290e9e8d8c4011142928467\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612242000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f02aae4839afba7d1332b716c3672bb\";a:10:{s:4:\"hash\";s:32:\"7f02aae4839afba7d1332b716c3672bb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612242000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"650620c8a42051325b0b6f812d360e11\";a:10:{s:4:\"hash\";s:32:\"650620c8a42051325b0b6f812d360e11\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612242000/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71b5b4da6e8101764740fcdb99753c3e\";a:10:{s:4:\"hash\";s:32:\"71b5b4da6e8101764740fcdb99753c3e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75e000c07b4bf86a23269ab53a6c7b57\";a:10:{s:4:\"hash\";s:32:\"75e000c07b4bf86a23269ab53a6c7b57\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612242000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cce5de8ed2c1ffb0cd0ef8d5effb7566\";a:10:{s:4:\"hash\";s:32:\"cce5de8ed2c1ffb0cd0ef8d5effb7566\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612242000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1733e56ff8bc8e870e08a1a057435e1d\";a:10:{s:4:\"hash\";s:32:\"1733e56ff8bc8e870e08a1a057435e1d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612242000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31bdf88a1aa229993de31be49d5512a8\";a:10:{s:4:\"hash\";s:32:\"31bdf88a1aa229993de31be49d5512a8\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612242000/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e492bb42cf2704794562659a477057c5\";a:10:{s:4:\"hash\";s:32:\"e492bb42cf2704794562659a477057c5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612242000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c13e97d00e38e6e0b97a9982a230ad2\";a:10:{s:4:\"hash\";s:32:\"2c13e97d00e38e6e0b97a9982a230ad2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612242000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1612242000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7746e6dbe35256130fac0f542f514f9b\";a:10:{s:4:\"hash\";s:32:\"7746e6dbe35256130fac0f542f514f9b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612328400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612328400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1d9e9b3f3a88e1dedddeb9632617ea4\";a:10:{s:4:\"hash\";s:32:\"b1d9e9b3f3a88e1dedddeb9632617ea4\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612328400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612328400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d41ddb8d8d0ff30827d9db9ed593403\";a:10:{s:4:\"hash\";s:32:\"5d41ddb8d8d0ff30827d9db9ed593403\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612328400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612328400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"29bfb9d605ae362bfa049576f00ce479\";a:10:{s:4:\"hash\";s:32:\"29bfb9d605ae362bfa049576f00ce479\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612587600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612587600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06bec03c4810482a368cc6f1a12c640b\";a:10:{s:4:\"hash\";s:32:\"06bec03c4810482a368cc6f1a12c640b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612587600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1612587600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51b5543df57f43678684cf250522bc77\";a:10:{s:4:\"hash\";s:32:\"51b5543df57f43678684cf250522bc77\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612674000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612674000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f0a4ec826a5053affc952f8ee5ddabb\";a:10:{s:4:\"hash\";s:32:\"0f0a4ec826a5053affc952f8ee5ddabb\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612674000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612674000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe3fed80c378aee5d7f2948df28f680d\";a:10:{s:4:\"hash\";s:32:\"fe3fed80c378aee5d7f2948df28f680d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612674000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612674000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8cf14d25f1a0f7fac0835f684af9795c\";a:10:{s:4:\"hash\";s:32:\"8cf14d25f1a0f7fac0835f684af9795c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612674000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612674000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"def38ee569fdf8d3785fc16e88df35b8\";a:10:{s:4:\"hash\";s:32:\"def38ee569fdf8d3785fc16e88df35b8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612674000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1612674000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"349010e720487c6d8f940fe3a61b1939\";a:10:{s:4:\"hash\";s:32:\"349010e720487c6d8f940fe3a61b1939\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612674000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612674000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02d61ada1073a6396f8944d43b8924ec\";a:10:{s:4:\"hash\";s:32:\"02d61ada1073a6396f8944d43b8924ec\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612674000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612674000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8388f8cebe434c01756f62e19db6a9b\";a:10:{s:4:\"hash\";s:32:\"f8388f8cebe434c01756f62e19db6a9b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612674000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612674000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9124aba37e1be3ad49c44bf73f4c9a7c\";a:10:{s:4:\"hash\";s:32:\"9124aba37e1be3ad49c44bf73f4c9a7c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612760400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2fc954128bc6fef57bf63fe0a8025107\";a:10:{s:4:\"hash\";s:32:\"2fc954128bc6fef57bf63fe0a8025107\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1612760400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1af15403e6e6431cd6bf1cf756c98c52\";a:10:{s:4:\"hash\";s:32:\"1af15403e6e6431cd6bf1cf756c98c52\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de6e0c595ed797e222a2902c0d199b74\";a:10:{s:4:\"hash\";s:32:\"de6e0c595ed797e222a2902c0d199b74\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612760400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c86364527edf7e0110b69ea512c3058\";a:10:{s:4:\"hash\";s:32:\"1c86364527edf7e0110b69ea512c3058\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612760400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ceef3f760e0b148f5223aaa655c27a3\";a:10:{s:4:\"hash\";s:32:\"1ceef3f760e0b148f5223aaa655c27a3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612760400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96c63865fb75194c499d69609322a321\";a:10:{s:4:\"hash\";s:32:\"96c63865fb75194c499d69609322a321\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"410bcf4abd7134cbd19782a669d0af33\";a:10:{s:4:\"hash\";s:32:\"410bcf4abd7134cbd19782a669d0af33\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612760400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19d3c528f79bc48046b50faa4c6b665f\";a:10:{s:4:\"hash\";s:32:\"19d3c528f79bc48046b50faa4c6b665f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612760400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b64bd3e137aa2c028c932344c6b5bb44\";a:10:{s:4:\"hash\";s:32:\"b64bd3e137aa2c028c932344c6b5bb44\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612760400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1612760400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6c69a389805f84fee913480bd745d08\";a:10:{s:4:\"hash\";s:32:\"a6c69a389805f84fee913480bd745d08\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612846800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1612846800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"400ea1851abcc6d971e8b08d3ac98f0a\";a:10:{s:4:\"hash\";s:32:\"400ea1851abcc6d971e8b08d3ac98f0a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1612846800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1612846800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4269e772d953e5fe9d5b74b6737726e6\";a:10:{s:4:\"hash\";s:32:\"4269e772d953e5fe9d5b74b6737726e6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1613278800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1613278800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f8199d7a2843a66c67e0765f4926c9e\";a:10:{s:4:\"hash\";s:32:\"3f8199d7a2843a66c67e0765f4926c9e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1613365200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1613365200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"72d8fd190e1c9be1298b23433fcd9080\";a:10:{s:4:\"hash\";s:32:\"72d8fd190e1c9be1298b23433fcd9080\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1614574800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1614574800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7634f5cda36d916502fb5bfb88cc1336\";a:10:{s:4:\"hash\";s:32:\"7634f5cda36d916502fb5bfb88cc1336\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619236800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619236800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e509071096b6281bed74416832b95d9d\";a:10:{s:4:\"hash\";s:32:\"e509071096b6281bed74416832b95d9d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619236800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619236800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df8e3c9065899ffd49267e337a71b3c4\";a:10:{s:4:\"hash\";s:32:\"df8e3c9065899ffd49267e337a71b3c4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619236800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619236800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1890f1c87842442ac86ed90803710f5b\";a:10:{s:4:\"hash\";s:32:\"1890f1c87842442ac86ed90803710f5b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619236800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1619236800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12bc15907088d2ab8473f30f9615fa19\";a:10:{s:4:\"hash\";s:32:\"12bc15907088d2ab8473f30f9615fa19\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619323200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e79074d464d21cc38f6e073fb07134f9\";a:10:{s:4:\"hash\";s:32:\"e79074d464d21cc38f6e073fb07134f9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619323200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd4268e42beba3b7fec4521947192273\";a:10:{s:4:\"hash\";s:32:\"bd4268e42beba3b7fec4521947192273\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619323200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd2e6ef07db6e08140f42c36429fcb9a\";a:10:{s:4:\"hash\";s:32:\"cd2e6ef07db6e08140f42c36429fcb9a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619323200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09acc517f0d84f5547baaf9049089579\";a:10:{s:4:\"hash\";s:32:\"09acc517f0d84f5547baaf9049089579\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619323200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0903c01a7b1092d81ef6e05f1d7950e5\";a:10:{s:4:\"hash\";s:32:\"0903c01a7b1092d81ef6e05f1d7950e5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619323200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"698e152d8a42fb85786bcd6e62669b41\";a:10:{s:4:\"hash\";s:32:\"698e152d8a42fb85786bcd6e62669b41\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"942afd66847358daf43ed7c911fd5465\";a:10:{s:4:\"hash\";s:32:\"942afd66847358daf43ed7c911fd5465\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619323200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6b9ff2334bf6118a3521e9600aac388\";a:10:{s:4:\"hash\";s:32:\"a6b9ff2334bf6118a3521e9600aac388\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619323200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3d567671ff87c5202a6db5552402a96\";a:10:{s:4:\"hash\";s:32:\"d3d567671ff87c5202a6db5552402a96\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619323200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619323200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83b11075c2afb0abcb5bc938af2c2ef8\";a:10:{s:4:\"hash\";s:32:\"83b11075c2afb0abcb5bc938af2c2ef8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619409600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619409600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"366785c29b488801a3bd8fa4f7d29cde\";a:10:{s:4:\"hash\";s:32:\"366785c29b488801a3bd8fa4f7d29cde\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619409600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619409600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"806435c6cdce6c2ebae4fb4f20bdb720\";a:10:{s:4:\"hash\";s:32:\"806435c6cdce6c2ebae4fb4f20bdb720\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619409600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1619409600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf73f4db90414ff9db12ad15fd3be0b0\";a:10:{s:4:\"hash\";s:32:\"cf73f4db90414ff9db12ad15fd3be0b0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619496000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1619496000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d82d8623323c4d809842da8e5cb33d65\";a:10:{s:4:\"hash\";s:32:\"d82d8623323c4d809842da8e5cb33d65\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619496000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619496000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e14f7cec74740de9586348a359aa7815\";a:10:{s:4:\"hash\";s:32:\"e14f7cec74740de9586348a359aa7815\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619496000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619496000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"945cc029d10435a6e6f917710dc9bfe2\";a:10:{s:4:\"hash\";s:32:\"945cc029d10435a6e6f917710dc9bfe2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619496000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619496000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d980c8fc899e5673c78cdec581f8983f\";a:10:{s:4:\"hash\";s:32:\"d980c8fc899e5673c78cdec581f8983f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619582400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1619582400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8e3c0020f1e80eb436e97dddaae86793\";a:10:{s:4:\"hash\";s:32:\"8e3c0020f1e80eb436e97dddaae86793\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619668800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619668800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49ffce396098073e4afb8a36d4386b6d\";a:10:{s:4:\"hash\";s:32:\"49ffce396098073e4afb8a36d4386b6d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619668800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619668800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"416819ce19a3fdf74cb7d623095aa8fd\";a:10:{s:4:\"hash\";s:32:\"416819ce19a3fdf74cb7d623095aa8fd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619668800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1619668800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"135361fe446ffc959ff7001e47a0c39d\";a:10:{s:4:\"hash\";s:32:\"135361fe446ffc959ff7001e47a0c39d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619755200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42305b9ce0bd1b9c2b1b34582643d941\";a:10:{s:4:\"hash\";s:32:\"42305b9ce0bd1b9c2b1b34582643d941\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1619755200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b082e71aaac61db55b02663cfbd549e7\";a:10:{s:4:\"hash\";s:32:\"b082e71aaac61db55b02663cfbd549e7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619755200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ee37228bd324bbe1487d3a5903c3f1f\";a:10:{s:4:\"hash\";s:32:\"5ee37228bd324bbe1487d3a5903c3f1f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619755200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6db7949eed0c4846d6ee6e8e4f6045fe\";a:10:{s:4:\"hash\";s:32:\"6db7949eed0c4846d6ee6e8e4f6045fe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619755200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b20c7722ec1cba229b82ee95c31f253a\";a:10:{s:4:\"hash\";s:32:\"b20c7722ec1cba229b82ee95c31f253a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1619755200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"474a279f8301a8009ed196ffa0a7aa67\";a:10:{s:4:\"hash\";s:32:\"474a279f8301a8009ed196ffa0a7aa67\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619755200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"88aeb47b5d61cb64d9427a6409ef8ce3\";a:10:{s:4:\"hash\";s:32:\"88aeb47b5d61cb64d9427a6409ef8ce3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619755200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c270f9611a641a8fae90807d4d773d1e\";a:10:{s:4:\"hash\";s:32:\"c270f9611a641a8fae90807d4d773d1e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619755200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619755200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f9ae4e67f374cf0e841ea6853bc5788\";a:10:{s:4:\"hash\";s:32:\"3f9ae4e67f374cf0e841ea6853bc5788\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619841600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619841600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"725784c64624aad68bc947f7f1198bfa\";a:10:{s:4:\"hash\";s:32:\"725784c64624aad68bc947f7f1198bfa\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619841600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619841600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2c865006456acd5a1a588e8c6ff3611\";a:10:{s:4:\"hash\";s:32:\"a2c865006456acd5a1a588e8c6ff3611\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619841600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1619841600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7fcc9d772d0294e38ae0355668c981a\";a:10:{s:4:\"hash\";s:32:\"d7fcc9d772d0294e38ae0355668c981a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619841600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1619841600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b130ae889eb8e1cbcf2340e72f758e56\";a:10:{s:4:\"hash\";s:32:\"b130ae889eb8e1cbcf2340e72f758e56\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"284920d9a115adb04fbe39fa00cf77b5\";a:10:{s:4:\"hash\";s:32:\"284920d9a115adb04fbe39fa00cf77b5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619841600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7dbf0879082951aa7bcdf3db27bf38d9\";a:10:{s:4:\"hash\";s:32:\"7dbf0879082951aa7bcdf3db27bf38d9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1619928000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1619928000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96b040d5165fb9772c7f3adeccd2526b\";a:10:{s:4:\"hash\";s:32:\"96b040d5165fb9772c7f3adeccd2526b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620014400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620014400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04e1f63a4ceefe284f48582c4e2307f6\";a:10:{s:4:\"hash\";s:32:\"04e1f63a4ceefe284f48582c4e2307f6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620014400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620014400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89b919436f560a83eb5e9b7e91bc2ff6\";a:10:{s:4:\"hash\";s:32:\"89b919436f560a83eb5e9b7e91bc2ff6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620014400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620014400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34429569c88b66cb4001ff958f77d549\";a:10:{s:4:\"hash\";s:32:\"34429569c88b66cb4001ff958f77d549\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620014400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620014400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e28b34c9d3645c16b3dd8720e16ebc6\";a:10:{s:4:\"hash\";s:32:\"3e28b34c9d3645c16b3dd8720e16ebc6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620100800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"507aa0651dc842134cd6c86c4d570b38\";a:10:{s:4:\"hash\";s:32:\"507aa0651dc842134cd6c86c4d570b38\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620100800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a12bf3dbbba3de1ea1e1a46b03e0cd64\";a:10:{s:4:\"hash\";s:32:\"a12bf3dbbba3de1ea1e1a46b03e0cd64\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620100800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a56e79fa820bac0b818d6b3356a8bc7\";a:10:{s:4:\"hash\";s:32:\"0a56e79fa820bac0b818d6b3356a8bc7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620100800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"359931255fae09f3670c0fcc83b7cc75\";a:10:{s:4:\"hash\";s:32:\"359931255fae09f3670c0fcc83b7cc75\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620100800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d39eb3e8cd980984907e9efd79ce504\";a:10:{s:4:\"hash\";s:32:\"4d39eb3e8cd980984907e9efd79ce504\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620100800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cafd7ff92a2cf12f8364ef2425d0e7db\";a:10:{s:4:\"hash\";s:32:\"cafd7ff92a2cf12f8364ef2425d0e7db\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620100800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66226d0de652a8baffaa3f47b2c55d62\";a:10:{s:4:\"hash\";s:32:\"66226d0de652a8baffaa3f47b2c55d62\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620100800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ceccfc362f55abe073bd61323f54e63\";a:10:{s:4:\"hash\";s:32:\"3ceccfc362f55abe073bd61323f54e63\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620100800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d9539458790ddeaadb92eade80f2359\";a:10:{s:4:\"hash\";s:32:\"8d9539458790ddeaadb92eade80f2359\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620100800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60e827e9d494e2a4f6589ffa2ffb7084\";a:10:{s:4:\"hash\";s:32:\"60e827e9d494e2a4f6589ffa2ffb7084\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620100800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14bfa7c6802da815402bba787ebe31e1\";a:10:{s:4:\"hash\";s:32:\"14bfa7c6802da815402bba787ebe31e1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620100800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d38d88e26e02d157af297369749a665\";a:10:{s:4:\"hash\";s:32:\"7d38d88e26e02d157af297369749a665\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620100800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620100800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83822ea90c4b45fd72470e8a867da03f\";a:10:{s:4:\"hash\";s:32:\"83822ea90c4b45fd72470e8a867da03f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620187200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620187200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1493b38d4fd7d94dcf491daaf2205a6b\";a:10:{s:4:\"hash\";s:32:\"1493b38d4fd7d94dcf491daaf2205a6b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620187200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620187200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80460d69178a55d58b9a974afa59724c\";a:10:{s:4:\"hash\";s:32:\"80460d69178a55d58b9a974afa59724c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620187200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620187200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fdc163cdca4969fd55b4d60df319a094\";a:10:{s:4:\"hash\";s:32:\"fdc163cdca4969fd55b4d60df319a094\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620187200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620187200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23aba89bf567fda1ebf40566e41cda6b\";a:10:{s:4:\"hash\";s:32:\"23aba89bf567fda1ebf40566e41cda6b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620187200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620187200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54a810f90bfacb278b4e3bd70f60ead1\";a:10:{s:4:\"hash\";s:32:\"54a810f90bfacb278b4e3bd70f60ead1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620187200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620187200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b329d525e5273a1429abed26ab0019b3\";a:10:{s:4:\"hash\";s:32:\"b329d525e5273a1429abed26ab0019b3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620187200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620187200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06272a0ea54a86504edf528eb8c2bd9b\";a:10:{s:4:\"hash\";s:32:\"06272a0ea54a86504edf528eb8c2bd9b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620273600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620273600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11d0a795f86d0f403cbb1cc6c9f7c624\";a:10:{s:4:\"hash\";s:32:\"11d0a795f86d0f403cbb1cc6c9f7c624\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620273600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620273600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd4ae47486447c39286e0902ad8a11ad\";a:10:{s:4:\"hash\";s:32:\"dd4ae47486447c39286e0902ad8a11ad\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620273600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620273600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e8f65787d8f8cefb67f871009cb418f\";a:10:{s:4:\"hash\";s:32:\"7e8f65787d8f8cefb67f871009cb418f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620273600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620273600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"854f08bd86b423a87a2ac33b5970f539\";a:10:{s:4:\"hash\";s:32:\"854f08bd86b423a87a2ac33b5970f539\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620360000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620360000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1cc12160a78d72afedf5b3e61ca0e94\";a:10:{s:4:\"hash\";s:32:\"b1cc12160a78d72afedf5b3e61ca0e94\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620360000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620360000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b7995578592d4f23766b3cbc3bd6e9e\";a:10:{s:4:\"hash\";s:32:\"8b7995578592d4f23766b3cbc3bd6e9e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620360000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620360000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18e8a9b0afed0de96e2bbfe009e75815\";a:10:{s:4:\"hash\";s:32:\"18e8a9b0afed0de96e2bbfe009e75815\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620360000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620360000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a7b0d9298fca60e25f2797b3c7d07c7\";a:10:{s:4:\"hash\";s:32:\"8a7b0d9298fca60e25f2797b3c7d07c7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620446400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620446400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0c363a68571006c0483cba9ad397fed\";a:10:{s:4:\"hash\";s:32:\"b0c363a68571006c0483cba9ad397fed\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620446400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620446400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91412eafee32daaf94e37e6eae820b88\";a:10:{s:4:\"hash\";s:32:\"91412eafee32daaf94e37e6eae820b88\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620532800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620532800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d616b9f3a541af77f0d2036eeb61944\";a:10:{s:4:\"hash\";s:32:\"4d616b9f3a541af77f0d2036eeb61944\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620532800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620532800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d344c092baadf1226f874c1af6f8544a\";a:10:{s:4:\"hash\";s:32:\"d344c092baadf1226f874c1af6f8544a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620532800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620532800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd9833cc1941da34c54c84b4ef4f11af\";a:10:{s:4:\"hash\";s:32:\"bd9833cc1941da34c54c84b4ef4f11af\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620532800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620532800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f20dd6c2825fbf344cbc3b7dc386c21c\";a:10:{s:4:\"hash\";s:32:\"f20dd6c2825fbf344cbc3b7dc386c21c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620532800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1dd7a62ae5357292c2e1b4ae9f0244c0\";a:10:{s:4:\"hash\";s:32:\"1dd7a62ae5357292c2e1b4ae9f0244c0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620532800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620532800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80ef621bbe571fd327c118423bff3d04\";a:10:{s:4:\"hash\";s:32:\"80ef621bbe571fd327c118423bff3d04\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620532800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620532800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00ec57cfe93ea4995bd2f39f237b01f0\";a:10:{s:4:\"hash\";s:32:\"00ec57cfe93ea4995bd2f39f237b01f0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620532800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620532800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd524170b97c9cdf1f9d484652fa093b\";a:10:{s:4:\"hash\";s:32:\"dd524170b97c9cdf1f9d484652fa093b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620619200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c3274b20966745d1c989114740bc16b\";a:10:{s:4:\"hash\";s:32:\"3c3274b20966745d1c989114740bc16b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620619200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"588bb386d088137b011287a2cff5d23b\";a:10:{s:4:\"hash\";s:32:\"588bb386d088137b011287a2cff5d23b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620619200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"970570f0b3db6be00c45716ebcf8a0a8\";a:10:{s:4:\"hash\";s:32:\"970570f0b3db6be00c45716ebcf8a0a8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620619200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b92110c7815c6f0e431ee82aea20ed0\";a:10:{s:4:\"hash\";s:32:\"5b92110c7815c6f0e431ee82aea20ed0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620619200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2adb84929b49a834b1f7074ce65a47fa\";a:10:{s:4:\"hash\";s:32:\"2adb84929b49a834b1f7074ce65a47fa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620619200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7980f4e4f8f0368736e866d838386537\";a:10:{s:4:\"hash\";s:32:\"7980f4e4f8f0368736e866d838386537\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620619200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e02a21cce8f9a138d97b3b3f90944977\";a:10:{s:4:\"hash\";s:32:\"e02a21cce8f9a138d97b3b3f90944977\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620619200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0454d24b15123b1ba752d5e3d0f7c3d4\";a:10:{s:4:\"hash\";s:32:\"0454d24b15123b1ba752d5e3d0f7c3d4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620619200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9af5d44b6bb41b9ad569ca7f4d3e8bc8\";a:10:{s:4:\"hash\";s:32:\"9af5d44b6bb41b9ad569ca7f4d3e8bc8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620619200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620619200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f294e73546d21c4ed680bb5089ca00e\";a:10:{s:4:\"hash\";s:32:\"1f294e73546d21c4ed680bb5089ca00e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620705600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df2cf5772b95f4527e896c8e823187ca\";a:10:{s:4:\"hash\";s:32:\"df2cf5772b95f4527e896c8e823187ca\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620705600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"367bd0f7e58c1cee1d1db10f51d44005\";a:10:{s:4:\"hash\";s:32:\"367bd0f7e58c1cee1d1db10f51d44005\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620705600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b7fcbd20331b3be293792a2915baeac7\";a:10:{s:4:\"hash\";s:32:\"b7fcbd20331b3be293792a2915baeac7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620705600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b957c30a04d6cdfaaca36e09e9f7f3b\";a:10:{s:4:\"hash\";s:32:\"5b957c30a04d6cdfaaca36e09e9f7f3b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620705600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8fd8f4cfbcda53bfc54be0d56b8782e3\";a:10:{s:4:\"hash\";s:32:\"8fd8f4cfbcda53bfc54be0d56b8782e3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620705600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac44bc989577bf9ba5d0453befcc34c0\";a:10:{s:4:\"hash\";s:32:\"ac44bc989577bf9ba5d0453befcc34c0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f775c0e6c7bea96876577fa18dd1d2c6\";a:10:{s:4:\"hash\";s:32:\"f775c0e6c7bea96876577fa18dd1d2c6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620705600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ceab6849c1143c00895bd1e354c6ff1\";a:10:{s:4:\"hash\";s:32:\"9ceab6849c1143c00895bd1e354c6ff1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620705600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26baf7ab634acd7cf1d6d77afcd03417\";a:10:{s:4:\"hash\";s:32:\"26baf7ab634acd7cf1d6d77afcd03417\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620705600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620705600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b67601a0f52f71590df6c411eeac6d4\";a:10:{s:4:\"hash\";s:32:\"2b67601a0f52f71590df6c411eeac6d4\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620792000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9466730db57cdfab3491ff4f55238116\";a:10:{s:4:\"hash\";s:32:\"9466730db57cdfab3491ff4f55238116\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620792000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e8dd78a936064081f830b89468125c6\";a:10:{s:4:\"hash\";s:32:\"3e8dd78a936064081f830b89468125c6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620792000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c069b224e810de2c9a6f80ae0bf4f6b3\";a:10:{s:4:\"hash\";s:32:\"c069b224e810de2c9a6f80ae0bf4f6b3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620792000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af2eff0de8b8cdbf03d4f50502e61a88\";a:10:{s:4:\"hash\";s:32:\"af2eff0de8b8cdbf03d4f50502e61a88\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1620792000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ded58aeee9cac74e5183075e1335fa2f\";a:10:{s:4:\"hash\";s:32:\"ded58aeee9cac74e5183075e1335fa2f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620792000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b91a0c083e0f8c93113d102096fed86\";a:10:{s:4:\"hash\";s:32:\"3b91a0c083e0f8c93113d102096fed86\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620792000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed468ccf61f34ea32a6cad1c81f923a3\";a:10:{s:4:\"hash\";s:32:\"ed468ccf61f34ea32a6cad1c81f923a3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620792000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5f52b2a689829a5ccc10dfdb85cd74d\";a:10:{s:4:\"hash\";s:32:\"f5f52b2a689829a5ccc10dfdb85cd74d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620792000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0563e72c1652f9d0811068d60414c083\";a:10:{s:4:\"hash\";s:32:\"0563e72c1652f9d0811068d60414c083\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620792000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c76f4ba711de16ac48ab554ca3189822\";a:10:{s:4:\"hash\";s:32:\"c76f4ba711de16ac48ab554ca3189822\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620792000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09ae3716e2d0f0731023892563dfdda9\";a:10:{s:4:\"hash\";s:32:\"09ae3716e2d0f0731023892563dfdda9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620792000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620792000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6b3c9956133974c0a316eb73d9f3e8c\";a:10:{s:4:\"hash\";s:32:\"c6b3c9956133974c0a316eb73d9f3e8c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620878400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620878400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48b9e8d05b8387acb626474e313ba40e\";a:10:{s:4:\"hash\";s:32:\"48b9e8d05b8387acb626474e313ba40e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620878400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620878400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89e50e2b7f5b7ad6f9efbfcef916f1ed\";a:10:{s:4:\"hash\";s:32:\"89e50e2b7f5b7ad6f9efbfcef916f1ed\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620878400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620878400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"304bb8a48a7d8d8dfeede8e91b655b65\";a:10:{s:4:\"hash\";s:32:\"304bb8a48a7d8d8dfeede8e91b655b65\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620878400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620878400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"05efe7ea5503c8ca1c592bf4881968fc\";a:10:{s:4:\"hash\";s:32:\"05efe7ea5503c8ca1c592bf4881968fc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620878400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620878400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1c0327393ed38f74463926c5c5b462e\";a:10:{s:4:\"hash\";s:32:\"f1c0327393ed38f74463926c5c5b462e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620878400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620878400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24881a1672d05aa77ecf63ed563c000d\";a:10:{s:4:\"hash\";s:32:\"24881a1672d05aa77ecf63ed563c000d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620964800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab7e93bca48313e335b7d970a4582a3f\";a:10:{s:4:\"hash\";s:32:\"ab7e93bca48313e335b7d970a4582a3f\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/cat_ids~87,89,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1620964800/cat_ids~87,89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d3a40455ab55833a1f1569abfb82e7a\";a:10:{s:4:\"hash\";s:32:\"4d3a40455ab55833a1f1569abfb82e7a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1620964800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afdbf4e6cedda6b4105f4df4d1ae7b7e\";a:10:{s:4:\"hash\";s:32:\"afdbf4e6cedda6b4105f4df4d1ae7b7e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620964800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85776fef4e939f7a5f03f0e3da1441b0\";a:10:{s:4:\"hash\";s:32:\"85776fef4e939f7a5f03f0e3da1441b0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620964800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92928e88bce1a01fa9c514277efb7314\";a:10:{s:4:\"hash\";s:32:\"92928e88bce1a01fa9c514277efb7314\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3e201d01d8c889ea381560f650b566f\";a:10:{s:4:\"hash\";s:32:\"d3e201d01d8c889ea381560f650b566f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620964800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1b4176a35002ac7c789b38d0eddeff0\";a:10:{s:4:\"hash\";s:32:\"b1b4176a35002ac7c789b38d0eddeff0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620964800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0d77f481a3e759054d9bba053305aa8\";a:10:{s:4:\"hash\";s:32:\"c0d77f481a3e759054d9bba053305aa8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1620964800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1620964800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6924d29991eeaff2530b8c6c1c6cc652\";a:10:{s:4:\"hash\";s:32:\"6924d29991eeaff2530b8c6c1c6cc652\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1621051200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18a0bbe6325cd991e89730a7f2d2f7a4\";a:10:{s:4:\"hash\";s:32:\"18a0bbe6325cd991e89730a7f2d2f7a4\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1621051200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0672667fbd486664df8bb367ffee9c65\";a:10:{s:4:\"hash\";s:32:\"0672667fbd486664df8bb367ffee9c65\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621051200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19a2689ce21be94560fca530bfa64ac6\";a:10:{s:4:\"hash\";s:32:\"19a2689ce21be94560fca530bfa64ac6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1621051200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a889c024eea21e64308a3e12e6c455b7\";a:10:{s:4:\"hash\";s:32:\"a889c024eea21e64308a3e12e6c455b7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1621051200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20503feaf1f5d3a8d2fe91d090b3edfa\";a:10:{s:4:\"hash\";s:32:\"20503feaf1f5d3a8d2fe91d090b3edfa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621051200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"616993b0ba0f356a7a1e333981dad9ff\";a:10:{s:4:\"hash\";s:32:\"616993b0ba0f356a7a1e333981dad9ff\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ead7447e4eceb0af9e971b7c8af7eb6c\";a:10:{s:4:\"hash\";s:32:\"ead7447e4eceb0af9e971b7c8af7eb6c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621051200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0391db42bd4837fd5ff08af77261b926\";a:10:{s:4:\"hash\";s:32:\"0391db42bd4837fd5ff08af77261b926\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621051200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"177f5aeb355a81cc418fced6c87daf6b\";a:10:{s:4:\"hash\";s:32:\"177f5aeb355a81cc418fced6c87daf6b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621051200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621051200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97204ce842c000dd0f64c16fcd4fc1b9\";a:10:{s:4:\"hash\";s:32:\"97204ce842c000dd0f64c16fcd4fc1b9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621137600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621137600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"15c03a37bcbc76f58f4614b713c2bf54\";a:10:{s:4:\"hash\";s:32:\"15c03a37bcbc76f58f4614b713c2bf54\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621137600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621137600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64e194f30e25e68d91f785473e4c4075\";a:10:{s:4:\"hash\";s:32:\"64e194f30e25e68d91f785473e4c4075\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621137600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1621137600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"247532fcf3560b211e71fe0ed2b0c95a\";a:10:{s:4:\"hash\";s:32:\"247532fcf3560b211e71fe0ed2b0c95a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621224000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2f3863689155198e40e1ab38bf8a1ba\";a:10:{s:4:\"hash\";s:32:\"e2f3863689155198e40e1ab38bf8a1ba\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621224000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c05d9123ce645866662cb5561e580942\";a:10:{s:4:\"hash\";s:32:\"c05d9123ce645866662cb5561e580942\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1621224000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68673386dd584a46dfa341ad6aab4bcc\";a:10:{s:4:\"hash\";s:32:\"68673386dd584a46dfa341ad6aab4bcc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1621224000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"daf3efb09bef7ef21ac283c73a37df2f\";a:10:{s:4:\"hash\";s:32:\"daf3efb09bef7ef21ac283c73a37df2f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621224000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f295e6a194cbe02cf63f16957065cd12\";a:10:{s:4:\"hash\";s:32:\"f295e6a194cbe02cf63f16957065cd12\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1621224000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e37a71bd4aff32964d3dc4cc69538821\";a:10:{s:4:\"hash\";s:32:\"e37a71bd4aff32964d3dc4cc69538821\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621224000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff9c3dc37af430db8c4d359a6bcb3de8\";a:10:{s:4:\"hash\";s:32:\"ff9c3dc37af430db8c4d359a6bcb3de8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621224000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e0f9c3cc72577e3ea8e790844b0b9e0\";a:10:{s:4:\"hash\";s:32:\"1e0f9c3cc72577e3ea8e790844b0b9e0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621224000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621224000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b102f06c093a79a8a4d645fd6cb915fd\";a:10:{s:4:\"hash\";s:32:\"b102f06c093a79a8a4d645fd6cb915fd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621310400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621310400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"708bcbbadd6e3ed4fafcbc29554b3ad3\";a:10:{s:4:\"hash\";s:32:\"708bcbbadd6e3ed4fafcbc29554b3ad3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621310400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1621310400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8e89b3b4f377ee7e093f7485e8d0095\";a:10:{s:4:\"hash\";s:32:\"d8e89b3b4f377ee7e093f7485e8d0095\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621396800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1621396800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33f62328d2f7c0f3ed68ed64a65de19f\";a:10:{s:4:\"hash\";s:32:\"33f62328d2f7c0f3ed68ed64a65de19f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621396800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621396800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03747ba6b1510c9e444953800333078f\";a:10:{s:4:\"hash\";s:32:\"03747ba6b1510c9e444953800333078f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621396800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621396800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b68928cc33fd426ce84953927554ba4\";a:10:{s:4:\"hash\";s:32:\"0b68928cc33fd426ce84953927554ba4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621396800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621396800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91802d98240971e3f47fca95e759f14a\";a:10:{s:4:\"hash\";s:32:\"91802d98240971e3f47fca95e759f14a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621483200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1621483200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfc27255b7ef9f17ff881e82ddefda32\";a:10:{s:4:\"hash\";s:32:\"dfc27255b7ef9f17ff881e82ddefda32\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621828800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1621828800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c293b79faaa981e382c2452d5cb8ae97\";a:10:{s:4:\"hash\";s:32:\"c293b79faaa981e382c2452d5cb8ae97\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621915200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621915200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1524a7ed109933e042e05068572ecfb3\";a:10:{s:4:\"hash\";s:32:\"1524a7ed109933e042e05068572ecfb3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621915200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621915200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1056568be59dd118e5caff45aeed20ea\";a:10:{s:4:\"hash\";s:32:\"1056568be59dd118e5caff45aeed20ea\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621915200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621915200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34f86ea9a762665c6dc42c73162d5093\";a:10:{s:4:\"hash\";s:32:\"34f86ea9a762665c6dc42c73162d5093\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621915200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1621915200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2bc326b2c3727e4c0144558793a81620\";a:10:{s:4:\"hash\";s:32:\"2bc326b2c3727e4c0144558793a81620\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621915200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621915200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"330f01dd3c32a96aec295244b0f7ff54\";a:10:{s:4:\"hash\";s:32:\"330f01dd3c32a96aec295244b0f7ff54\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621915200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621915200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cdeab485f8304ceb11513209d4a32386\";a:10:{s:4:\"hash\";s:32:\"cdeab485f8304ceb11513209d4a32386\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1621915200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1621915200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4dc596ae9b86f9c6d5d77d7acac8ad26\";a:10:{s:4:\"hash\";s:32:\"4dc596ae9b86f9c6d5d77d7acac8ad26\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622001600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622001600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e25c10c74b3cf17f06458fe5fc7fcef2\";a:10:{s:4:\"hash\";s:32:\"e25c10c74b3cf17f06458fe5fc7fcef2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622001600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622001600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a5a495b832202908944b9972bb07267\";a:10:{s:4:\"hash\";s:32:\"9a5a495b832202908944b9972bb07267\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622001600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622001600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85dffc14d811c860200a70d2faa17a14\";a:10:{s:4:\"hash\";s:32:\"85dffc14d811c860200a70d2faa17a14\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622001600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1622001600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19b8435a3c7a1684f01fe1fce8f8b9c4\";a:10:{s:4:\"hash\";s:32:\"19b8435a3c7a1684f01fe1fce8f8b9c4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622001600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622001600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9912e0993b416b0ca5f62b0897cb6f28\";a:10:{s:4:\"hash\";s:32:\"9912e0993b416b0ca5f62b0897cb6f28\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622001600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622001600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"910509b3a41f763a4bc0b6a22a13d4fc\";a:10:{s:4:\"hash\";s:32:\"910509b3a41f763a4bc0b6a22a13d4fc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622001600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622001600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31b273776083c6772eca6eb755cb18bd\";a:10:{s:4:\"hash\";s:32:\"31b273776083c6772eca6eb755cb18bd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622088000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622088000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"197cb4a3162147894d26cde4f37137f1\";a:10:{s:4:\"hash\";s:32:\"197cb4a3162147894d26cde4f37137f1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622088000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1622088000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4659c0d96f3531e39ea1938c2cf1547c\";a:10:{s:4:\"hash\";s:32:\"4659c0d96f3531e39ea1938c2cf1547c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622174400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622174400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"426a3ec09ed18bc1d926d927b2508150\";a:10:{s:4:\"hash\";s:32:\"426a3ec09ed18bc1d926d927b2508150\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622520000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1622520000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02283d8fbbec7c14058cd38be9370bc9\";a:10:{s:4:\"hash\";s:32:\"02283d8fbbec7c14058cd38be9370bc9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622520000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622520000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3181ecc639936dd33f2b1bb24acf9eb3\";a:10:{s:4:\"hash\";s:32:\"3181ecc639936dd33f2b1bb24acf9eb3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622520000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1622520000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"29401404a052de9c547822c8503098f5\";a:10:{s:4:\"hash\";s:32:\"29401404a052de9c547822c8503098f5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622606400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622606400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50267205440e6a5bbd228a25828bd90a\";a:10:{s:4:\"hash\";s:32:\"50267205440e6a5bbd228a25828bd90a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622692800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622692800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea758aa1562fd387718a49659a431253\";a:10:{s:4:\"hash\";s:32:\"ea758aa1562fd387718a49659a431253\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622692800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622692800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6cd7dbcbec4419f4f0a8f9cbcedc694\";a:10:{s:4:\"hash\";s:32:\"b6cd7dbcbec4419f4f0a8f9cbcedc694\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622692800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622692800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb90ba10bcea48328cf0defe307b6caa\";a:10:{s:4:\"hash\";s:32:\"fb90ba10bcea48328cf0defe307b6caa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622692800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1622692800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"795f95b41cc7090e769aeef74e497117\";a:10:{s:4:\"hash\";s:32:\"795f95b41cc7090e769aeef74e497117\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622779200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d9c24a8704dd0f0654a87616338d55b\";a:10:{s:4:\"hash\";s:32:\"4d9c24a8704dd0f0654a87616338d55b\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1622779200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55098ca9acd6c58533af0c58bcb23c17\";a:10:{s:4:\"hash\";s:32:\"55098ca9acd6c58533af0c58bcb23c17\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622779200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ccf9962f28683f8cd987b5161c7dc6a\";a:10:{s:4:\"hash\";s:32:\"3ccf9962f28683f8cd987b5161c7dc6a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622779200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"269d89c2521657bced34cb6f7a61bf7a\";a:10:{s:4:\"hash\";s:32:\"269d89c2521657bced34cb6f7a61bf7a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622779200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c57b29180c57fd8b2664d757f72b7002\";a:10:{s:4:\"hash\";s:32:\"c57b29180c57fd8b2664d757f72b7002\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1622779200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8f45073c2f47cc0df26fa4e2d769bf5\";a:10:{s:4:\"hash\";s:32:\"e8f45073c2f47cc0df26fa4e2d769bf5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622779200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cce3818ceda1d3e16e481d02997204c\";a:10:{s:4:\"hash\";s:32:\"6cce3818ceda1d3e16e481d02997204c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622779200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a441e4f11907e4b0be9cc2a23fcce76\";a:10:{s:4:\"hash\";s:32:\"0a441e4f11907e4b0be9cc2a23fcce76\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622779200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622779200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2594584cc6e84f96fe10966f7d940b75\";a:10:{s:4:\"hash\";s:32:\"2594584cc6e84f96fe10966f7d940b75\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622865600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622865600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"35ccf673ca1caba6f67f23f88f230abb\";a:10:{s:4:\"hash\";s:32:\"35ccf673ca1caba6f67f23f88f230abb\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622865600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1622865600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a32631f3c04dcb6f27019b16aafafd52\";a:10:{s:4:\"hash\";s:32:\"a32631f3c04dcb6f27019b16aafafd52\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622865600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622865600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a574544af66a23e8e2d406d521c0005d\";a:10:{s:4:\"hash\";s:32:\"a574544af66a23e8e2d406d521c0005d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622865600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1622865600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09c4a5dad4cda63cca029441182b1497\";a:10:{s:4:\"hash\";s:32:\"09c4a5dad4cda63cca029441182b1497\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622952000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1622952000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6dfc20d5ba5cb529240166acc3b5fc9d\";a:10:{s:4:\"hash\";s:32:\"6dfc20d5ba5cb529240166acc3b5fc9d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1622952000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1622952000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"411df56cdfe1078a7aba44a38411a059\";a:10:{s:4:\"hash\";s:32:\"411df56cdfe1078a7aba44a38411a059\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623038400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623038400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4dc7e74e57b291656d8ec2d9b7023357\";a:10:{s:4:\"hash\";s:32:\"4dc7e74e57b291656d8ec2d9b7023357\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623038400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623038400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"820c97c145f3cfcff1f976fe8fcf51d8\";a:10:{s:4:\"hash\";s:32:\"820c97c145f3cfcff1f976fe8fcf51d8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623038400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623038400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82c23a41872bcecf1bc559d78acf5d30\";a:10:{s:4:\"hash\";s:32:\"82c23a41872bcecf1bc559d78acf5d30\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623038400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623038400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b0c677c81a82172e3eca5b5276e52fa\";a:10:{s:4:\"hash\";s:32:\"0b0c677c81a82172e3eca5b5276e52fa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623124800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623124800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9763941056220e9d057890aca9f9fe0d\";a:10:{s:4:\"hash\";s:32:\"9763941056220e9d057890aca9f9fe0d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623124800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623124800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49ff2683e4105141fb42bc7e3cae1136\";a:10:{s:4:\"hash\";s:32:\"49ff2683e4105141fb42bc7e3cae1136\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623211200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9ca49de765a2076b8963a0a4368009e\";a:10:{s:4:\"hash\";s:32:\"c9ca49de765a2076b8963a0a4368009e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623297600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623297600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f551406b171e4283857b9b452ab5685\";a:10:{s:4:\"hash\";s:32:\"3f551406b171e4283857b9b452ab5685\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623384000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623384000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"343b93c0544335a1bb0b8552f6d3d4e9\";a:10:{s:4:\"hash\";s:32:\"343b93c0544335a1bb0b8552f6d3d4e9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d121b04b95e416e5f922b97424721fd\";a:10:{s:4:\"hash\";s:32:\"9d121b04b95e416e5f922b97424721fd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623384000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623384000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93d1fc2c2603b53ce29fc1fbc0df8c2f\";a:10:{s:4:\"hash\";s:32:\"93d1fc2c2603b53ce29fc1fbc0df8c2f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623384000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f19682b5f2be1b908a1c79a58b904acb\";a:10:{s:4:\"hash\";s:32:\"f19682b5f2be1b908a1c79a58b904acb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623384000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623384000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d365d6a32a35f28fce920c5ebb1858e7\";a:10:{s:4:\"hash\";s:32:\"d365d6a32a35f28fce920c5ebb1858e7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623384000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623384000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4fd4e3fd8d297b2fe8fa899d37106c41\";a:10:{s:4:\"hash\";s:32:\"4fd4e3fd8d297b2fe8fa899d37106c41\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623384000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623384000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83e74ad3a28e7d8b79b720da0a1b219f\";a:10:{s:4:\"hash\";s:32:\"83e74ad3a28e7d8b79b720da0a1b219f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623470400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623470400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5fdd5bbff0a0177f96c2d26bc887b821\";a:10:{s:4:\"hash\";s:32:\"5fdd5bbff0a0177f96c2d26bc887b821\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623470400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623470400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b7b69a0ad18e54e6b264b3a82222186\";a:10:{s:4:\"hash\";s:32:\"1b7b69a0ad18e54e6b264b3a82222186\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623470400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623470400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c25302432e3f23910b0c48f751869cd\";a:10:{s:4:\"hash\";s:32:\"1c25302432e3f23910b0c48f751869cd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623470400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623470400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"388613bc8aade076fb4e2529e5a9464b\";a:10:{s:4:\"hash\";s:32:\"388613bc8aade076fb4e2529e5a9464b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623556800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e90b6aea6325fd073949e4b51d0df0cb\";a:10:{s:4:\"hash\";s:32:\"e90b6aea6325fd073949e4b51d0df0cb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623556800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52dd25be9da2a383e98a2842fe4fc1b3\";a:10:{s:4:\"hash\";s:32:\"52dd25be9da2a383e98a2842fe4fc1b3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623556800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"046527db51fbab6045d167b37c536270\";a:10:{s:4:\"hash\";s:32:\"046527db51fbab6045d167b37c536270\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623556800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee9ce7a13e6c10c69c651ec12eb4911e\";a:10:{s:4:\"hash\";s:32:\"ee9ce7a13e6c10c69c651ec12eb4911e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623556800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9fa94dcd5d3d9b70a10a0dbfab6217e\";a:10:{s:4:\"hash\";s:32:\"d9fa94dcd5d3d9b70a10a0dbfab6217e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623556800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d416b251dfadb2835868f7ff5158dce3\";a:10:{s:4:\"hash\";s:32:\"d416b251dfadb2835868f7ff5158dce3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623556800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71e01201f0ab3807445d0089cc234072\";a:10:{s:4:\"hash\";s:32:\"71e01201f0ab3807445d0089cc234072\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623556800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2f6f729c2885b36c68e595608c2f5fd\";a:10:{s:4:\"hash\";s:32:\"a2f6f729c2885b36c68e595608c2f5fd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623556800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623556800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ec23dfdfc04690ed82e1bd1ffebb7dd\";a:10:{s:4:\"hash\";s:32:\"7ec23dfdfc04690ed82e1bd1ffebb7dd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623643200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd24b0d876425474e751d143e1d8a6b9\";a:10:{s:4:\"hash\";s:32:\"dd24b0d876425474e751d143e1d8a6b9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623643200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87142f3ff88501f4773eec7da2cab5e2\";a:10:{s:4:\"hash\";s:32:\"87142f3ff88501f4773eec7da2cab5e2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623643200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2839302866414c3f5f4b254a1631bd41\";a:10:{s:4:\"hash\";s:32:\"2839302866414c3f5f4b254a1631bd41\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623643200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d50acc0030c0c941d1cfa1f7d77dd7da\";a:10:{s:4:\"hash\";s:32:\"d50acc0030c0c941d1cfa1f7d77dd7da\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623643200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0d35b4d1440616d5230dbf8f48cb1df\";a:10:{s:4:\"hash\";s:32:\"b0d35b4d1440616d5230dbf8f48cb1df\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623643200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a15a74456997db780f4024ae982f7e59\";a:10:{s:4:\"hash\";s:32:\"a15a74456997db780f4024ae982f7e59\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623643200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c32fc0c42d10f33940c7fa5e7cabd31\";a:10:{s:4:\"hash\";s:32:\"6c32fc0c42d10f33940c7fa5e7cabd31\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623643200/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02895a75c35ac64f974dcb081e2b9843\";a:10:{s:4:\"hash\";s:32:\"02895a75c35ac64f974dcb081e2b9843\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623643200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c442dd58429c06cca3cb6e3fbe9cef54\";a:10:{s:4:\"hash\";s:32:\"c442dd58429c06cca3cb6e3fbe9cef54\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623643200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"705ed8533481758a7cd6e7799f4b2115\";a:10:{s:4:\"hash\";s:32:\"705ed8533481758a7cd6e7799f4b2115\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3912864b56155346ad61a8a943436208\";a:10:{s:4:\"hash\";s:32:\"3912864b56155346ad61a8a943436208\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623643200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d24c53c8cae04896d4f6dc28380174a7\";a:10:{s:4:\"hash\";s:32:\"d24c53c8cae04896d4f6dc28380174a7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623643200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2fd00524e46b219e55fc18d83f79d0b1\";a:10:{s:4:\"hash\";s:32:\"2fd00524e46b219e55fc18d83f79d0b1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623643200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623643200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08f2c3e59cb81d9c846f398c8e9f564c\";a:10:{s:4:\"hash\";s:32:\"08f2c3e59cb81d9c846f398c8e9f564c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623729600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a032d5367552ad286fa43e9b6ae10a31\";a:10:{s:4:\"hash\";s:32:\"a032d5367552ad286fa43e9b6ae10a31\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623729600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52cabcb43a5ef2c4c68ec57cd2ee4f35\";a:10:{s:4:\"hash\";s:32:\"52cabcb43a5ef2c4c68ec57cd2ee4f35\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623729600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"455fd4ea4b4740b409cf51af0baff5bf\";a:10:{s:4:\"hash\";s:32:\"455fd4ea4b4740b409cf51af0baff5bf\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623729600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"41a757aede84805659a8ffa279e782a1\";a:10:{s:4:\"hash\";s:32:\"41a757aede84805659a8ffa279e782a1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623729600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"883707b54e31802c3154c6a5b5df775f\";a:10:{s:4:\"hash\";s:32:\"883707b54e31802c3154c6a5b5df775f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623729600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19a90c9dcc5764904c85f7b7d98dbe70\";a:10:{s:4:\"hash\";s:32:\"19a90c9dcc5764904c85f7b7d98dbe70\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623729600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8a97bdc8fe61e8174034de42054f753\";a:10:{s:4:\"hash\";s:32:\"e8a97bdc8fe61e8174034de42054f753\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623729600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a933e4b42079142b62dac074dd464166\";a:10:{s:4:\"hash\";s:32:\"a933e4b42079142b62dac074dd464166\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623729600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"387a90458fb6285b99ccd85596ea0e90\";a:10:{s:4:\"hash\";s:32:\"387a90458fb6285b99ccd85596ea0e90\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623729600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"57561ebbc96096216ba5a344f84131c0\";a:10:{s:4:\"hash\";s:32:\"57561ebbc96096216ba5a344f84131c0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d53e590aa7d0d3569285655aec65d83\";a:10:{s:4:\"hash\";s:32:\"2d53e590aa7d0d3569285655aec65d83\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623729600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b553e8b6935c1167708ad7ade96dbe7\";a:10:{s:4:\"hash\";s:32:\"1b553e8b6935c1167708ad7ade96dbe7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623729600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89bb8078af3814b1d9cbe2508ab05c9a\";a:10:{s:4:\"hash\";s:32:\"89bb8078af3814b1d9cbe2508ab05c9a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623729600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623729600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e0f984463cbc1857d6f2fcc9f468ea47\";a:10:{s:4:\"hash\";s:32:\"e0f984463cbc1857d6f2fcc9f468ea47\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623816000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"341f0bd7bd0814b209a77b4dec0b937e\";a:10:{s:4:\"hash\";s:32:\"341f0bd7bd0814b209a77b4dec0b937e\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623816000/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12b189fc31eeef7a55de1b689376f271\";a:10:{s:4:\"hash\";s:32:\"12b189fc31eeef7a55de1b689376f271\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623816000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a77706f26e2672639732fa89d8804c0d\";a:10:{s:4:\"hash\";s:32:\"a77706f26e2672639732fa89d8804c0d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623816000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5362e1eda7f54f39a71c093b75058f3\";a:10:{s:4:\"hash\";s:32:\"b5362e1eda7f54f39a71c093b75058f3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623816000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d937e8c03f796d2be1336a27c3a9829\";a:10:{s:4:\"hash\";s:32:\"9d937e8c03f796d2be1336a27c3a9829\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623816000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aa52b5b1bf4ca6d967737a7d5c753538\";a:10:{s:4:\"hash\";s:32:\"aa52b5b1bf4ca6d967737a7d5c753538\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623816000/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8023b5d2534d023a9602a961431fe92\";a:10:{s:4:\"hash\";s:32:\"d8023b5d2534d023a9602a961431fe92\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623816000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b246802fa9ee515aeb283e253a2bafe4\";a:10:{s:4:\"hash\";s:32:\"b246802fa9ee515aeb283e253a2bafe4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623816000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"983eda6171774af1e934b99ea9b4a78e\";a:10:{s:4:\"hash\";s:32:\"983eda6171774af1e934b99ea9b4a78e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623816000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1dd2b1e972d33ceddf932ac727d28c70\";a:10:{s:4:\"hash\";s:32:\"1dd2b1e972d33ceddf932ac727d28c70\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623816000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"07fb739a066549165437f074ceabca7a\";a:10:{s:4:\"hash\";s:32:\"07fb739a066549165437f074ceabca7a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623816000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec082c47f6b3cde7b467319b9efe059d\";a:10:{s:4:\"hash\";s:32:\"ec082c47f6b3cde7b467319b9efe059d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623816000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623816000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89fbec9019f54c48ea5dab6e170b39b9\";a:10:{s:4:\"hash\";s:32:\"89fbec9019f54c48ea5dab6e170b39b9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623902400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5695dde12c7ee94a165c98ad40bf62eb\";a:10:{s:4:\"hash\";s:32:\"5695dde12c7ee94a165c98ad40bf62eb\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623902400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"908241d9e6a4a551259be197fc51708d\";a:10:{s:4:\"hash\";s:32:\"908241d9e6a4a551259be197fc51708d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623902400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f907e33e67461852889423a2c76dd206\";a:10:{s:4:\"hash\";s:32:\"f907e33e67461852889423a2c76dd206\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623902400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"27a849e2a6b7177f8179bae2ac9aed0b\";a:10:{s:4:\"hash\";s:32:\"27a849e2a6b7177f8179bae2ac9aed0b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623902400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a732d0b80eb28356c4746f9c94fa1de8\";a:10:{s:4:\"hash\";s:32:\"a732d0b80eb28356c4746f9c94fa1de8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623902400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ca301b61951b7eb7576c9fa36cfa1e1\";a:10:{s:4:\"hash\";s:32:\"0ca301b61951b7eb7576c9fa36cfa1e1\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623902400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c982b2be0ec2895612f552dd83c0acc3\";a:10:{s:4:\"hash\";s:32:\"c982b2be0ec2895612f552dd83c0acc3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623902400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c9f643bac4747b4c0d7be89c61aec8e\";a:10:{s:4:\"hash\";s:32:\"6c9f643bac4747b4c0d7be89c61aec8e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623902400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f589d34d0fcd7da7a65126308def66f\";a:10:{s:4:\"hash\";s:32:\"0f589d34d0fcd7da7a65126308def66f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623902400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623902400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20e5aa1ca71c8ca187748207d778488a\";a:10:{s:4:\"hash\";s:32:\"20e5aa1ca71c8ca187748207d778488a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623988800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5892386bbaf5578fb88c49010b6eb011\";a:10:{s:4:\"hash\";s:32:\"5892386bbaf5578fb88c49010b6eb011\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623988800/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a4611dda0906395852f0fbaf60f440a\";a:10:{s:4:\"hash\";s:32:\"5a4611dda0906395852f0fbaf60f440a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623988800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17d3ce0c1ff00f2b60baeb64b8a0a4fa\";a:10:{s:4:\"hash\";s:32:\"17d3ce0c1ff00f2b60baeb64b8a0a4fa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93ac10e30ca52fee10b8fafcd4ef71fb\";a:10:{s:4:\"hash\";s:32:\"93ac10e30ca52fee10b8fafcd4ef71fb\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1623988800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0752f149d123be27c1a48d129fcd2060\";a:10:{s:4:\"hash\";s:32:\"0752f149d123be27c1a48d129fcd2060\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4260681898f414d65b8a0f91df128229\";a:10:{s:4:\"hash\";s:32:\"4260681898f414d65b8a0f91df128229\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1623988800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ce2d1595d193e9831c45bde33fe5324d\";a:10:{s:4:\"hash\";s:32:\"ce2d1595d193e9831c45bde33fe5324d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623988800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5c3d4ce05a33545f3f9c3ea97ed824c\";a:10:{s:4:\"hash\";s:32:\"f5c3d4ce05a33545f3f9c3ea97ed824c\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00311efcb274063dbd733bd87b2f8184\";a:10:{s:4:\"hash\";s:32:\"00311efcb274063dbd733bd87b2f8184\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623988800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9e25920bd093cda20f46c163e6361cc\";a:10:{s:4:\"hash\";s:32:\"a9e25920bd093cda20f46c163e6361cc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623988800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f042acba2c143a26f1226b69e475eb0\";a:10:{s:4:\"hash\";s:32:\"5f042acba2c143a26f1226b69e475eb0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1623988800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1623988800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df2bc7c0bbbd5aff43dd1c8f0446d506\";a:10:{s:4:\"hash\";s:32:\"df2bc7c0bbbd5aff43dd1c8f0446d506\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1624075200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45c004bc55c1719464543a69f59569f0\";a:10:{s:4:\"hash\";s:32:\"45c004bc55c1719464543a69f59569f0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1624075200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b88b6a72f3dcbdbc3ce3a609818e3379\";a:10:{s:4:\"hash\";s:32:\"b88b6a72f3dcbdbc3ce3a609818e3379\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624075200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"729761eef6463c5a5e009cdd923b44ee\";a:10:{s:4:\"hash\";s:32:\"729761eef6463c5a5e009cdd923b44ee\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1624075200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14c96d5375f2e26cc3d1a1d492a36197\";a:10:{s:4:\"hash\";s:32:\"14c96d5375f2e26cc3d1a1d492a36197\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1624075200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c867a6b56a85cd5d6f4102d73d2b117\";a:10:{s:4:\"hash\";s:32:\"9c867a6b56a85cd5d6f4102d73d2b117\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624075200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14a9ee6d2bb0830c6ed516ae52862d19\";a:10:{s:4:\"hash\";s:32:\"14a9ee6d2bb0830c6ed516ae52862d19\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5af05e414b9887733c62982ac6cea8d7\";a:10:{s:4:\"hash\";s:32:\"5af05e414b9887733c62982ac6cea8d7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624075200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a88e853a1a28941c85d6de4cb06e651\";a:10:{s:4:\"hash\";s:32:\"5a88e853a1a28941c85d6de4cb06e651\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624075200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7fef0623214439c5e28937a12da5423\";a:10:{s:4:\"hash\";s:32:\"c7fef0623214439c5e28937a12da5423\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624075200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624075200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f99d0111e7f7912daf62f519c85ae5f\";a:10:{s:4:\"hash\";s:32:\"2f99d0111e7f7912daf62f519c85ae5f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624161600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1624161600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0ea9fdfdb492a9b871e69d7a57be4f2\";a:10:{s:4:\"hash\";s:32:\"a0ea9fdfdb492a9b871e69d7a57be4f2\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624161600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624161600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b707334d2a4ae753bb6f3be8be9750e9\";a:10:{s:4:\"hash\";s:32:\"b707334d2a4ae753bb6f3be8be9750e9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624161600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1624161600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"356aa55bba82197dfec3d07efa01af52\";a:10:{s:4:\"hash\";s:32:\"356aa55bba82197dfec3d07efa01af52\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624334400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1624334400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e901b3070933bfd6aa4f89187cb13d3d\";a:10:{s:4:\"hash\";s:32:\"e901b3070933bfd6aa4f89187cb13d3d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624420800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1624420800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cdbc502395703aa67e0e413b2f358a0c\";a:10:{s:4:\"hash\";s:32:\"cdbc502395703aa67e0e413b2f358a0c\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624507200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1624507200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d257bd5f44086bb70ccc762090edfdc2\";a:10:{s:4:\"hash\";s:32:\"d257bd5f44086bb70ccc762090edfdc2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624507200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1624507200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd5d99eff3bcdb39a7e59da21e8ac53b\";a:10:{s:4:\"hash\";s:32:\"cd5d99eff3bcdb39a7e59da21e8ac53b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624507200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624507200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95da20bf00260bc78bfe2eeb3e0dcdbe\";a:10:{s:4:\"hash\";s:32:\"95da20bf00260bc78bfe2eeb3e0dcdbe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624507200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624507200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c84c4235d2b976baf19276dec9126f1c\";a:10:{s:4:\"hash\";s:32:\"c84c4235d2b976baf19276dec9126f1c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624507200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1624507200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ccf791473f0817ef16a0193c6b19a5f\";a:10:{s:4:\"hash\";s:32:\"0ccf791473f0817ef16a0193c6b19a5f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624593600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1624593600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ecfef58347421b8ec1ad4e9f2326bc5\";a:10:{s:4:\"hash\";s:32:\"1ecfef58347421b8ec1ad4e9f2326bc5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1624939200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1624939200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99ba9e865ac4df9353b9ffd31ea547f4\";a:10:{s:4:\"hash\";s:32:\"99ba9e865ac4df9353b9ffd31ea547f4\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0e0768eb302f4172be32a12c06da7d7\";a:10:{s:4:\"hash\";s:32:\"f0e0768eb302f4172be32a12c06da7d7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1625112000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1625112000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2da86cb82a5188b6c55cd52d854e76bb\";a:10:{s:4:\"hash\";s:32:\"2da86cb82a5188b6c55cd52d854e76bb\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b802467a49704f67b7bbb577c0ee4acc\";a:10:{s:4:\"hash\";s:32:\"b802467a49704f67b7bbb577c0ee4acc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626235200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626235200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f24de056ce58710f2b44d70edfa9d53\";a:10:{s:4:\"hash\";s:32:\"2f24de056ce58710f2b44d70edfa9d53\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626235200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626235200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d46a9fa98430a4d0015e58d7edc6174\";a:10:{s:4:\"hash\";s:32:\"7d46a9fa98430a4d0015e58d7edc6174\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626235200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626235200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1665883039a57d85f04d57eaa76d4982\";a:10:{s:4:\"hash\";s:32:\"1665883039a57d85f04d57eaa76d4982\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626235200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1626235200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f134d964f677f41f62c4958f5452ac9d\";a:10:{s:4:\"hash\";s:32:\"f134d964f677f41f62c4958f5452ac9d\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1626321600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32e4c9743fe4614554ff461a35e8d396\";a:10:{s:4:\"hash\";s:32:\"32e4c9743fe4614554ff461a35e8d396\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626321600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e059a72ae83e0430a39c7d76e60f8d17\";a:10:{s:4:\"hash\";s:32:\"e059a72ae83e0430a39c7d76e60f8d17\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626321600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38a9f3a926afde9158a043d2abbae72b\";a:10:{s:4:\"hash\";s:32:\"38a9f3a926afde9158a043d2abbae72b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626321600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf48b4009765e62ea21a4546c27298e3\";a:10:{s:4:\"hash\";s:32:\"cf48b4009765e62ea21a4546c27298e3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626321600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6da0688e4f95e8d4169c2cf22d8fad54\";a:10:{s:4:\"hash\";s:32:\"6da0688e4f95e8d4169c2cf22d8fad54\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626321600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"369072b2779c99a3f2939712d2b33e65\";a:10:{s:4:\"hash\";s:32:\"369072b2779c99a3f2939712d2b33e65\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626321600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0396c64e1987b7da34ff01a2da24dd8f\";a:10:{s:4:\"hash\";s:32:\"0396c64e1987b7da34ff01a2da24dd8f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1626321600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5de24d76f24efa00bb1d6ee9edd573ff\";a:10:{s:4:\"hash\";s:32:\"5de24d76f24efa00bb1d6ee9edd573ff\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626321600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e12218fd5e066beb2f8ae13a4ce3b3e\";a:10:{s:4:\"hash\";s:32:\"4e12218fd5e066beb2f8ae13a4ce3b3e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626321600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1764fd046c0a066f58ef5186c3564498\";a:10:{s:4:\"hash\";s:32:\"1764fd046c0a066f58ef5186c3564498\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626321600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626321600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fcede760611495e0ccc4259e42ef8005\";a:10:{s:4:\"hash\";s:32:\"fcede760611495e0ccc4259e42ef8005\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626408000/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1626408000/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ee25041dab54e867e3b8e44f7fc2c984\";a:10:{s:4:\"hash\";s:32:\"ee25041dab54e867e3b8e44f7fc2c984\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626408000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626408000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b8fdabfd1d4f2b9aacbf9cfd002f503\";a:10:{s:4:\"hash\";s:32:\"1b8fdabfd1d4f2b9aacbf9cfd002f503\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626408000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626408000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3748865c97400f96fb7490bc65023b1e\";a:10:{s:4:\"hash\";s:32:\"3748865c97400f96fb7490bc65023b1e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626408000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626408000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b937044256ee92c6deb65a91c2c58a03\";a:10:{s:4:\"hash\";s:32:\"b937044256ee92c6deb65a91c2c58a03\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626408000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626408000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"237f7e639157d1974f74dc4779597ad4\";a:10:{s:4:\"hash\";s:32:\"237f7e639157d1974f74dc4779597ad4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626408000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1626408000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9304c30a8bb74fed61dac40e1a6e7e25\";a:10:{s:4:\"hash\";s:32:\"9304c30a8bb74fed61dac40e1a6e7e25\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626494400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e02e9f0ac80616be3bd68bb0c4e8c04\";a:10:{s:4:\"hash\";s:32:\"4e02e9f0ac80616be3bd68bb0c4e8c04\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626494400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96a4b71c5ec6faab595e53355b79211b\";a:10:{s:4:\"hash\";s:32:\"96a4b71c5ec6faab595e53355b79211b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626494400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8c730faf9775fec5848b92fd6631e02\";a:10:{s:4:\"hash\";s:32:\"b8c730faf9775fec5848b92fd6631e02\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626494400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7dd23ea99908849405658a5f37dc74d3\";a:10:{s:4:\"hash\";s:32:\"7dd23ea99908849405658a5f37dc74d3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626494400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f516da18ae25914472da1f5c400601b6\";a:10:{s:4:\"hash\";s:32:\"f516da18ae25914472da1f5c400601b6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626494400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f20b5d5d35379069848d115d33d332f\";a:10:{s:4:\"hash\";s:32:\"1f20b5d5d35379069848d115d33d332f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626494400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f642263e2a268b8618145cb807d06559\";a:10:{s:4:\"hash\";s:32:\"f642263e2a268b8618145cb807d06559\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd29c01457c6c7dc000ad5c3377b6ed1\";a:10:{s:4:\"hash\";s:32:\"dd29c01457c6c7dc000ad5c3377b6ed1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626494400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ffeaa20196eedf96221de384b3545229\";a:10:{s:4:\"hash\";s:32:\"ffeaa20196eedf96221de384b3545229\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626494400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8b42f767a777c24b1969ed419d03000\";a:10:{s:4:\"hash\";s:32:\"b8b42f767a777c24b1969ed419d03000\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626494400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626494400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aea849c6832f2d03bb7ee4f3f7f2c657\";a:10:{s:4:\"hash\";s:32:\"aea849c6832f2d03bb7ee4f3f7f2c657\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626580800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d1f081c5a7196d80bbc3ef2c7dbee78\";a:10:{s:4:\"hash\";s:32:\"9d1f081c5a7196d80bbc3ef2c7dbee78\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626580800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f50993bd43924e5f008fd3becb917519\";a:10:{s:4:\"hash\";s:32:\"f50993bd43924e5f008fd3becb917519\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626580800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d670aa318e2a8e93ccd58b407c73c7f5\";a:10:{s:4:\"hash\";s:32:\"d670aa318e2a8e93ccd58b407c73c7f5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626580800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8e1ae547eea0b0b2d0efb74ac0dd306\";a:10:{s:4:\"hash\";s:32:\"f8e1ae547eea0b0b2d0efb74ac0dd306\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626580800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f4f4c87f4fc213454835dc1387f6df8\";a:10:{s:4:\"hash\";s:32:\"1f4f4c87f4fc213454835dc1387f6df8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626580800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"603d32694f03bdd089b80aac52fd8792\";a:10:{s:4:\"hash\";s:32:\"603d32694f03bdd089b80aac52fd8792\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1626580800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe69fc5bd3ec71c046a30a1db861f705\";a:10:{s:4:\"hash\";s:32:\"fe69fc5bd3ec71c046a30a1db861f705\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626580800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2e10a15ac1ba5f21b4fc252300695e5\";a:10:{s:4:\"hash\";s:32:\"f2e10a15ac1ba5f21b4fc252300695e5\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626580800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ce81b22d76a884c59b565f2bb40dacd\";a:10:{s:4:\"hash\";s:32:\"0ce81b22d76a884c59b565f2bb40dacd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626580800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"725f72ec93ca65b0b25d701b6235a9aa\";a:10:{s:4:\"hash\";s:32:\"725f72ec93ca65b0b25d701b6235a9aa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1626580800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b3ca23cebf992e3f235198d531c8316\";a:10:{s:4:\"hash\";s:32:\"2b3ca23cebf992e3f235198d531c8316\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626580800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00b60669b6f3c01903ab28db6a4f9101\";a:10:{s:4:\"hash\";s:32:\"00b60669b6f3c01903ab28db6a4f9101\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626580800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf76d8981a317298a49cc6d9d0a1f604\";a:10:{s:4:\"hash\";s:32:\"cf76d8981a317298a49cc6d9d0a1f604\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626580800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626580800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aab46fb3f431480c7db0a9bb71fb51e5\";a:10:{s:4:\"hash\";s:32:\"aab46fb3f431480c7db0a9bb71fb51e5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626667200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"117f5a26d19d6d708eb750b6eea32829\";a:10:{s:4:\"hash\";s:32:\"117f5a26d19d6d708eb750b6eea32829\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626667200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc2561b3f7d31689db6bf3838f78848b\";a:10:{s:4:\"hash\";s:32:\"fc2561b3f7d31689db6bf3838f78848b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626667200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac549179cb18d2d5e01ce59b0054f418\";a:10:{s:4:\"hash\";s:32:\"ac549179cb18d2d5e01ce59b0054f418\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626667200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82db1d5ec3c5a208cdfbacc1054a1798\";a:10:{s:4:\"hash\";s:32:\"82db1d5ec3c5a208cdfbacc1054a1798\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1626667200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b55ab208140638bc37063333d7238043\";a:10:{s:4:\"hash\";s:32:\"b55ab208140638bc37063333d7238043\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626667200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38e63dde8ecc48b82f1f580d7168926a\";a:10:{s:4:\"hash\";s:32:\"38e63dde8ecc48b82f1f580d7168926a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626667200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9bceceda37ca36e90d15fcd10281c6f\";a:10:{s:4:\"hash\";s:32:\"c9bceceda37ca36e90d15fcd10281c6f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626667200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6668a870337207ea7516d9c2c255dd08\";a:10:{s:4:\"hash\";s:32:\"6668a870337207ea7516d9c2c255dd08\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1626667200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67d45e009d8ccac2e7a9a82e3ba75b8b\";a:10:{s:4:\"hash\";s:32:\"67d45e009d8ccac2e7a9a82e3ba75b8b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626667200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f223763e0fe85072b70024f25452b30\";a:10:{s:4:\"hash\";s:32:\"3f223763e0fe85072b70024f25452b30\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626667200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94db41f60e0ca29e30979227354e823c\";a:10:{s:4:\"hash\";s:32:\"94db41f60e0ca29e30979227354e823c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626667200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626667200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46b3e457dbb4a8a1d629496b353735d7\";a:10:{s:4:\"hash\";s:32:\"46b3e457dbb4a8a1d629496b353735d7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626753600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626753600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cdff903d6d26eb52a4ec9fb2b88dde60\";a:10:{s:4:\"hash\";s:32:\"cdff903d6d26eb52a4ec9fb2b88dde60\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626753600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1626753600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69f0a2c63bb64013c01e8368a01c9fee\";a:10:{s:4:\"hash\";s:32:\"69f0a2c63bb64013c01e8368a01c9fee\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626753600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626753600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c25dcd4d8124d85d8e973c3c9bf60426\";a:10:{s:4:\"hash\";s:32:\"c25dcd4d8124d85d8e973c3c9bf60426\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626753600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"492d373e3856089e99ebf3977416549b\";a:10:{s:4:\"hash\";s:32:\"492d373e3856089e99ebf3977416549b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626753600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626753600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"192ccd5b438870dabbec4ab60be1da16\";a:10:{s:4:\"hash\";s:32:\"192ccd5b438870dabbec4ab60be1da16\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626753600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626753600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22bae3712453ae04bdc744f1c5b22195\";a:10:{s:4:\"hash\";s:32:\"22bae3712453ae04bdc744f1c5b22195\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626753600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1626753600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"933df7d89824ae664cdf75b6a6a48475\";a:10:{s:4:\"hash\";s:32:\"933df7d89824ae664cdf75b6a6a48475\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1626840000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1626840000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"482c47bc705284acad47241dcd9fe674\";a:10:{s:4:\"hash\";s:32:\"482c47bc705284acad47241dcd9fe674\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627012800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627012800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f81a4343b50cba4e471e07026200fe29\";a:10:{s:4:\"hash\";s:32:\"f81a4343b50cba4e471e07026200fe29\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627012800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627012800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca5223ec20003a7285426154f1d1afed\";a:10:{s:4:\"hash\";s:32:\"ca5223ec20003a7285426154f1d1afed\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627012800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627012800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"79ca0405cc8e2ee64532767e8c0454b8\";a:10:{s:4:\"hash\";s:32:\"79ca0405cc8e2ee64532767e8c0454b8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627099200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a40b6e4c4ae98307e767378c63af015c\";a:10:{s:4:\"hash\";s:32:\"a40b6e4c4ae98307e767378c63af015c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627099200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25c3ff3de2a53767283b608a057f0e63\";a:10:{s:4:\"hash\";s:32:\"25c3ff3de2a53767283b608a057f0e63\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627099200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afd060a03bfe1350b7be4ccf338f0106\";a:10:{s:4:\"hash\";s:32:\"afd060a03bfe1350b7be4ccf338f0106\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627099200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76acbb6c0c3ab80dad04cfb9987487ee\";a:10:{s:4:\"hash\";s:32:\"76acbb6c0c3ab80dad04cfb9987487ee\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627099200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cb98ffb04912b97bd70999802cc0617\";a:10:{s:4:\"hash\";s:32:\"6cb98ffb04912b97bd70999802cc0617\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627099200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f628402df22a33a91a5b135b172ed10\";a:10:{s:4:\"hash\";s:32:\"8f628402df22a33a91a5b135b172ed10\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627099200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a179543b6780dd77a435b09c58d4a015\";a:10:{s:4:\"hash\";s:32:\"a179543b6780dd77a435b09c58d4a015\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627099200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18c4de312ec4346795ec9f6e020ea86c\";a:10:{s:4:\"hash\";s:32:\"18c4de312ec4346795ec9f6e020ea86c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627099200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9d3cc6f9948ef85feef19910017cc0f\";a:10:{s:4:\"hash\";s:32:\"e9d3cc6f9948ef85feef19910017cc0f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627099200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627099200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f7b8609e38ce4f6e189875b34aa0475\";a:10:{s:4:\"hash\";s:32:\"6f7b8609e38ce4f6e189875b34aa0475\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627185600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627185600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"633c3174a961070ca547e076284de348\";a:10:{s:4:\"hash\";s:32:\"633c3174a961070ca547e076284de348\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627185600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627185600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c48b7d047d51aa908a44ddfec8b10291\";a:10:{s:4:\"hash\";s:32:\"c48b7d047d51aa908a44ddfec8b10291\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627185600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627185600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93596f7c7902a2928e4af97b0f62ec82\";a:10:{s:4:\"hash\";s:32:\"93596f7c7902a2928e4af97b0f62ec82\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627185600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627185600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de0dd47e46782c5bb7a27916058a2787\";a:10:{s:4:\"hash\";s:32:\"de0dd47e46782c5bb7a27916058a2787\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627185600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627185600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d5cb725582418965177df4b8f75dfab\";a:10:{s:4:\"hash\";s:32:\"2d5cb725582418965177df4b8f75dfab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627185600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627185600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd3ff5358e21934278fd0d2db9bbb44d\";a:10:{s:4:\"hash\";s:32:\"fd3ff5358e21934278fd0d2db9bbb44d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627272000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43694158ff571c0fa894b6d827a54e9a\";a:10:{s:4:\"hash\";s:32:\"43694158ff571c0fa894b6d827a54e9a\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1627272000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44ccd6e5c6a8ca3da944a200cf839cdd\";a:10:{s:4:\"hash\";s:32:\"44ccd6e5c6a8ca3da944a200cf839cdd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627272000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63e384cf965acbf8bbd8be1c09ac635f\";a:10:{s:4:\"hash\";s:32:\"63e384cf965acbf8bbd8be1c09ac635f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627272000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"598ea11531a6a1497057fe821b995969\";a:10:{s:4:\"hash\";s:32:\"598ea11531a6a1497057fe821b995969\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627272000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22d84ece73b8c92c9eee6f6688f4d57e\";a:10:{s:4:\"hash\";s:32:\"22d84ece73b8c92c9eee6f6688f4d57e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627272000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"15e012dd8f8f5be800eec400aba8e7bf\";a:10:{s:4:\"hash\";s:32:\"15e012dd8f8f5be800eec400aba8e7bf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627272000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2493dfa66f0157091fdb4dbeaaf6bfa9\";a:10:{s:4:\"hash\";s:32:\"2493dfa66f0157091fdb4dbeaaf6bfa9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627272000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23bd8d89501e6922b2d3066fd4fc3012\";a:10:{s:4:\"hash\";s:32:\"23bd8d89501e6922b2d3066fd4fc3012\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627272000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627272000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"007a2e6ee9f410ccee46f9118ac51363\";a:10:{s:4:\"hash\";s:32:\"007a2e6ee9f410ccee46f9118ac51363\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627358400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff94828d2f7142b0aa9e956e8226c86d\";a:10:{s:4:\"hash\";s:32:\"ff94828d2f7142b0aa9e956e8226c86d\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1627358400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17648c7af460dbf8e6a74793817d91d0\";a:10:{s:4:\"hash\";s:32:\"17648c7af460dbf8e6a74793817d91d0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627358400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66efd387c0d8522acd77f7c9e0832260\";a:10:{s:4:\"hash\";s:32:\"66efd387c0d8522acd77f7c9e0832260\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1627358400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f3cea28a8f0c66026ed8abd5daeef77\";a:10:{s:4:\"hash\";s:32:\"8f3cea28a8f0c66026ed8abd5daeef77\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0951d1b2b5c7ba784110987c0b156992\";a:10:{s:4:\"hash\";s:32:\"0951d1b2b5c7ba784110987c0b156992\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f640af458f21e2296f99a67226a5f9b3\";a:10:{s:4:\"hash\";s:32:\"f640af458f21e2296f99a67226a5f9b3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627358400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c607047bc08073a2206f7892f74cda3c\";a:10:{s:4:\"hash\";s:32:\"c607047bc08073a2206f7892f74cda3c\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627358400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17282899b7b1f2e24ea5c2c004765909\";a:10:{s:4:\"hash\";s:32:\"17282899b7b1f2e24ea5c2c004765909\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627358400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1dc3e2ddc9dcbce11d708503643b49f\";a:10:{s:4:\"hash\";s:32:\"e1dc3e2ddc9dcbce11d708503643b49f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627358400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"421e5731c46b5e5c90ff71b41d8fb167\";a:10:{s:4:\"hash\";s:32:\"421e5731c46b5e5c90ff71b41d8fb167\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627358400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3a218d9d28e3d413bbef6ad9cda4315\";a:10:{s:4:\"hash\";s:32:\"b3a218d9d28e3d413bbef6ad9cda4315\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627358400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"583b07d58da49ac7f2d86089e229d679\";a:10:{s:4:\"hash\";s:32:\"583b07d58da49ac7f2d86089e229d679\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627358400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627358400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f813764a0b587f159d6420dcdf101b3b\";a:10:{s:4:\"hash\";s:32:\"f813764a0b587f159d6420dcdf101b3b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627444800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627444800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eefeacd513dae7c9e50a664690b3700c\";a:10:{s:4:\"hash\";s:32:\"eefeacd513dae7c9e50a664690b3700c\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627444800/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1627444800/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b83e2e23aa2e061de0cc7363dfcd8d9\";a:10:{s:4:\"hash\";s:32:\"0b83e2e23aa2e061de0cc7363dfcd8d9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627444800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627444800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a8c5057c71d82bcd6fa3d0e02e1843e\";a:10:{s:4:\"hash\";s:32:\"4a8c5057c71d82bcd6fa3d0e02e1843e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627444800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627444800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97647dea6d24cd2840a44f4d9d6af5ed\";a:10:{s:4:\"hash\";s:32:\"97647dea6d24cd2840a44f4d9d6af5ed\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627444800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627444800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4ea7698ce79b6701b5b506d0d1712aa\";a:10:{s:4:\"hash\";s:32:\"c4ea7698ce79b6701b5b506d0d1712aa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627444800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627444800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87a73011218f6bb14b4bc601a2a51add\";a:10:{s:4:\"hash\";s:32:\"87a73011218f6bb14b4bc601a2a51add\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627617600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627617600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9999ade8a09520ff8cd9794725fcbb8c\";a:10:{s:4:\"hash\";s:32:\"9999ade8a09520ff8cd9794725fcbb8c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627617600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627617600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4319098d83cf6576fa4efc1ecf749a4\";a:10:{s:4:\"hash\";s:32:\"d4319098d83cf6576fa4efc1ecf749a4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627617600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627617600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a06a537c9a0740c29a1567ce3267b87\";a:10:{s:4:\"hash\";s:32:\"5a06a537c9a0740c29a1567ce3267b87\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1627704000/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e57249e9865aef44e2a38f3b1e20a732\";a:10:{s:4:\"hash\";s:32:\"e57249e9865aef44e2a38f3b1e20a732\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627704000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6ee476db554da3badfe8ce9730e8ac3\";a:10:{s:4:\"hash\";s:32:\"f6ee476db554da3badfe8ce9730e8ac3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627704000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f7e60e590c75fba99152fe688ff4263\";a:10:{s:4:\"hash\";s:32:\"5f7e60e590c75fba99152fe688ff4263\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627704000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c067a02ede60d748a95ea32efc870ab\";a:10:{s:4:\"hash\";s:32:\"5c067a02ede60d748a95ea32efc870ab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627704000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d0df724a8f951ea04e4c903df334070\";a:10:{s:4:\"hash\";s:32:\"6d0df724a8f951ea04e4c903df334070\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627704000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e27cb2b3aef721f1a1243abaed9786e1\";a:10:{s:4:\"hash\";s:32:\"e27cb2b3aef721f1a1243abaed9786e1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627704000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2dc6c668a2e707eb3cac3a1cb28ab6c\";a:10:{s:4:\"hash\";s:32:\"b2dc6c668a2e707eb3cac3a1cb28ab6c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627704000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a4e20e3cc747d8a1c67c9170e0b5d24\";a:10:{s:4:\"hash\";s:32:\"2a4e20e3cc747d8a1c67c9170e0b5d24\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627704000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627704000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"587116d8c99f8243eff5f107d5a39d17\";a:10:{s:4:\"hash\";s:32:\"587116d8c99f8243eff5f107d5a39d17\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627790400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627790400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a6139a98ae9d3d2bad7a45c37387a33\";a:10:{s:4:\"hash\";s:32:\"8a6139a98ae9d3d2bad7a45c37387a33\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627790400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1627790400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a0b9323d81e8ca5ea6f628bb617857e\";a:10:{s:4:\"hash\";s:32:\"7a0b9323d81e8ca5ea6f628bb617857e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627790400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627790400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"074273a6e6bdbc29e8e0c55ba280830c\";a:10:{s:4:\"hash\";s:32:\"074273a6e6bdbc29e8e0c55ba280830c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627790400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627790400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e73374209aed33f3c22243f98ec68ff6\";a:10:{s:4:\"hash\";s:32:\"e73374209aed33f3c22243f98ec68ff6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627790400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627790400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e68cee7923a6ff42556c5635ae3051cc\";a:10:{s:4:\"hash\";s:32:\"e68cee7923a6ff42556c5635ae3051cc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627790400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627790400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"288543d64aada8c3e36d1402dea66108\";a:10:{s:4:\"hash\";s:32:\"288543d64aada8c3e36d1402dea66108\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627790400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627790400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c937ac3d971e3369f4dd6ed507de443f\";a:10:{s:4:\"hash\";s:32:\"c937ac3d971e3369f4dd6ed507de443f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627790400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627790400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b23ec674aa2ebc54784bd61fdce3035\";a:10:{s:4:\"hash\";s:32:\"5b23ec674aa2ebc54784bd61fdce3035\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627876800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627876800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3efeb475513422031e018d033e32cdb\";a:10:{s:4:\"hash\";s:32:\"a3efeb475513422031e018d033e32cdb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627876800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627876800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef78f7459ab905d61b8ffbc01bb873ae\";a:10:{s:4:\"hash\";s:32:\"ef78f7459ab905d61b8ffbc01bb873ae\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627876800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627876800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e4aa10067eac0791a062a759790ef70\";a:10:{s:4:\"hash\";s:32:\"6e4aa10067eac0791a062a759790ef70\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627876800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627876800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c25b8af2acdd5d4f0b068826125521d\";a:10:{s:4:\"hash\";s:32:\"8c25b8af2acdd5d4f0b068826125521d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627876800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1627876800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b976a4be3db4981c260246f45ab62d0\";a:10:{s:4:\"hash\";s:32:\"2b976a4be3db4981c260246f45ab62d0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1627963200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1627963200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f6ec6e87e7e1fdf9ad1e366a24ff472\";a:10:{s:4:\"hash\";s:32:\"7f6ec6e87e7e1fdf9ad1e366a24ff472\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635739200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1635739200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d839d148494605916753197ed14b1f4\";a:10:{s:4:\"hash\";s:32:\"2d839d148494605916753197ed14b1f4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635825600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1635825600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4dfb26a50ed4fe114ff980b9bf4f02da\";a:10:{s:4:\"hash\";s:32:\"4dfb26a50ed4fe114ff980b9bf4f02da\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635912000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1635912000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6405db296f738cd9667a60b1b7d94c5\";a:10:{s:4:\"hash\";s:32:\"e6405db296f738cd9667a60b1b7d94c5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635912000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1635912000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2dcc6a7f33686033577a2949c4e4a762\";a:10:{s:4:\"hash\";s:32:\"2dcc6a7f33686033577a2949c4e4a762\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635912000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1635912000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53bd7236e21450c6ea3492ba44918f55\";a:10:{s:4:\"hash\";s:32:\"53bd7236e21450c6ea3492ba44918f55\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635912000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1635912000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8cfae2d6ba28a1d6e4dae82e4658a07\";a:10:{s:4:\"hash\";s:32:\"a8cfae2d6ba28a1d6e4dae82e4658a07\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635998400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1635998400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bab5b4510ef7868d867d43a8188f2ab\";a:10:{s:4:\"hash\";s:32:\"4bab5b4510ef7868d867d43a8188f2ab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635998400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1635998400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b333d41963bbcfc3a92ccee27ec3a2d7\";a:10:{s:4:\"hash\";s:32:\"b333d41963bbcfc3a92ccee27ec3a2d7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635998400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1635998400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"523797465b55b8247b98d2f7719b792e\";a:10:{s:4:\"hash\";s:32:\"523797465b55b8247b98d2f7719b792e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1635998400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1635998400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"989aecd072be7afcfd8cd337c394e404\";a:10:{s:4:\"hash\";s:32:\"989aecd072be7afcfd8cd337c394e404\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636084800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636084800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc1060a8af7f1dd9f5cdeaa781d72f47\";a:10:{s:4:\"hash\";s:32:\"fc1060a8af7f1dd9f5cdeaa781d72f47\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636171200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636171200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b2724d939e2e50a14cfd5d3f8956014\";a:10:{s:4:\"hash\";s:32:\"5b2724d939e2e50a14cfd5d3f8956014\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636171200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636171200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b94e4157902ff501fb555c7ef4d877ae\";a:10:{s:4:\"hash\";s:32:\"b94e4157902ff501fb555c7ef4d877ae\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636257600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1636257600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa6a435018b13085434156cad966e396\";a:10:{s:4:\"hash\";s:32:\"fa6a435018b13085434156cad966e396\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636257600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1636257600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e0e9fff96c494f8d9f54dd53a0cdb2c\";a:10:{s:4:\"hash\";s:32:\"0e0e9fff96c494f8d9f54dd53a0cdb2c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636257600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636257600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d3dc06605e356c0011fb7f95d8aa9f0\";a:10:{s:4:\"hash\";s:32:\"1d3dc06605e356c0011fb7f95d8aa9f0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636257600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636257600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"908e7c1663caa5d4556d260338a43082\";a:10:{s:4:\"hash\";s:32:\"908e7c1663caa5d4556d260338a43082\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636257600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636257600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8032fb95cdf9615cc9432a85c514ba12\";a:10:{s:4:\"hash\";s:32:\"8032fb95cdf9615cc9432a85c514ba12\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636257600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636257600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1593e8c9bbf85205f25a44f54f3deb65\";a:10:{s:4:\"hash\";s:32:\"1593e8c9bbf85205f25a44f54f3deb65\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636257600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636257600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef1fea7d852e514460176bb720c53537\";a:10:{s:4:\"hash\";s:32:\"ef1fea7d852e514460176bb720c53537\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636347600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636347600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"942c903b4d4c9015de79c214308983c6\";a:10:{s:4:\"hash\";s:32:\"942c903b4d4c9015de79c214308983c6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636347600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636347600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18b850bc19ec083d43ad6251bd313ca4\";a:10:{s:4:\"hash\";s:32:\"18b850bc19ec083d43ad6251bd313ca4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636434000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636434000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18d985dc21e64da502aa42d29346485f\";a:10:{s:4:\"hash\";s:32:\"18d985dc21e64da502aa42d29346485f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636520400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636520400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5a99ce630f9ca3656f6678f29b2b73c\";a:10:{s:4:\"hash\";s:32:\"d5a99ce630f9ca3656f6678f29b2b73c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636520400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636520400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de1e58e4d609742dcbaf9ade2ddbc9c3\";a:10:{s:4:\"hash\";s:32:\"de1e58e4d609742dcbaf9ade2ddbc9c3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636520400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636520400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67ac6809c5890c8d0e5017e56f653ccb\";a:10:{s:4:\"hash\";s:32:\"67ac6809c5890c8d0e5017e56f653ccb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636520400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636520400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c457ca0d2d5a3cfd9112057ecf0ffeb5\";a:10:{s:4:\"hash\";s:32:\"c457ca0d2d5a3cfd9112057ecf0ffeb5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636520400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636520400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0580727d35d436bca8f4930e85b3d283\";a:10:{s:4:\"hash\";s:32:\"0580727d35d436bca8f4930e85b3d283\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636520400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636520400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c1ef17c432fb700508927cebe9279845\";a:10:{s:4:\"hash\";s:32:\"c1ef17c432fb700508927cebe9279845\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1636606800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e5f146f26255f62d98f79b033214103\";a:10:{s:4:\"hash\";s:32:\"0e5f146f26255f62d98f79b033214103\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1636606800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4063fc5450d0be48c5fea14d028b891c\";a:10:{s:4:\"hash\";s:32:\"4063fc5450d0be48c5fea14d028b891c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636606800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed5c37cbe5cbfd2ab144d060de4c6ff0\";a:10:{s:4:\"hash\";s:32:\"ed5c37cbe5cbfd2ab144d060de4c6ff0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1636606800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"214437e64b9bda6b6f837b7935201f78\";a:10:{s:4:\"hash\";s:32:\"214437e64b9bda6b6f837b7935201f78\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1636606800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96bee9c359356759f999e2702c3f0de8\";a:10:{s:4:\"hash\";s:32:\"96bee9c359356759f999e2702c3f0de8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636606800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e76c3e3952bd81b41374c851d0e02a53\";a:10:{s:4:\"hash\";s:32:\"e76c3e3952bd81b41374c851d0e02a53\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636606800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d1dacea27c87fc136761247f6770fb9\";a:10:{s:4:\"hash\";s:32:\"1d1dacea27c87fc136761247f6770fb9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636606800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f43cfb448f6aef349545c9dd3f2f01e\";a:10:{s:4:\"hash\";s:32:\"0f43cfb448f6aef349545c9dd3f2f01e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636606800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19ea9a61d4aaefccfbc1f4f821e94222\";a:10:{s:4:\"hash\";s:32:\"19ea9a61d4aaefccfbc1f4f821e94222\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636606800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636606800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62d27ec0f5ab1009adde4664e77b4490\";a:10:{s:4:\"hash\";s:32:\"62d27ec0f5ab1009adde4664e77b4490\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636693200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636693200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f95abff85cec71b3de6a9b596ed42ed\";a:10:{s:4:\"hash\";s:32:\"5f95abff85cec71b3de6a9b596ed42ed\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636693200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636693200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6536e76cd1f8853b5efd92900a070982\";a:10:{s:4:\"hash\";s:32:\"6536e76cd1f8853b5efd92900a070982\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636693200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636693200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cdc0e3abcafa5b2e6dd745facf444f1\";a:10:{s:4:\"hash\";s:32:\"3cdc0e3abcafa5b2e6dd745facf444f1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636693200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636693200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1c6e426c5d2ac1e0335ab932ff7c55a\";a:10:{s:4:\"hash\";s:32:\"d1c6e426c5d2ac1e0335ab932ff7c55a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636693200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636693200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4921c76f0811ef476a24e7f2b6894c78\";a:10:{s:4:\"hash\";s:32:\"4921c76f0811ef476a24e7f2b6894c78\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636693200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1636693200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18d974abe3ac870bfb2b2ebadb8f3221\";a:10:{s:4:\"hash\";s:32:\"18d974abe3ac870bfb2b2ebadb8f3221\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1636779600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1636779600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ed68f81b1a344621f8dae2ef90d82e6\";a:10:{s:4:\"hash\";s:32:\"2ed68f81b1a344621f8dae2ef90d82e6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637038800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637038800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d7dd674482414366658879556611d6a\";a:10:{s:4:\"hash\";s:32:\"7d7dd674482414366658879556611d6a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637125200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637125200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c917135e55751e87bcef124dc4bcbf0b\";a:10:{s:4:\"hash\";s:32:\"c917135e55751e87bcef124dc4bcbf0b\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637125200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637125200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ec7646b0137d7eaf0bf77948ffa426e\";a:10:{s:4:\"hash\";s:32:\"3ec7646b0137d7eaf0bf77948ffa426e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cac213e38fd131dfa52d3f7f9dc55e8d\";a:10:{s:4:\"hash\";s:32:\"cac213e38fd131dfa52d3f7f9dc55e8d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637125200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637125200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ceb9a02fc186bdaf4e3010b75b68483\";a:10:{s:4:\"hash\";s:32:\"8ceb9a02fc186bdaf4e3010b75b68483\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637211600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1208b4270a781b4b001ef01f7e3c8280\";a:10:{s:4:\"hash\";s:32:\"1208b4270a781b4b001ef01f7e3c8280\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637211600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f327d0194fc96b27cc2078521a93dee\";a:10:{s:4:\"hash\";s:32:\"5f327d0194fc96b27cc2078521a93dee\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637211600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7665325341f720e003f08258ccf721f1\";a:10:{s:4:\"hash\";s:32:\"7665325341f720e003f08258ccf721f1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637211600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"049a7d107c1c1a623d226ef79476240a\";a:10:{s:4:\"hash\";s:32:\"049a7d107c1c1a623d226ef79476240a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637211600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9dfcc4ec5a49d11d8af023182e37af8\";a:10:{s:4:\"hash\";s:32:\"a9dfcc4ec5a49d11d8af023182e37af8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637211600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be862748f5ec4a6a1aeca56050624973\";a:10:{s:4:\"hash\";s:32:\"be862748f5ec4a6a1aeca56050624973\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637211600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"208d4601525695d3a1589348752631cb\";a:10:{s:4:\"hash\";s:32:\"208d4601525695d3a1589348752631cb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637211600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"984eee9bf2b64b23b94c3c55b46ae099\";a:10:{s:4:\"hash\";s:32:\"984eee9bf2b64b23b94c3c55b46ae099\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637211600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637211600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bee573b6c876fccaab73cec9ac995ca1\";a:10:{s:4:\"hash\";s:32:\"bee573b6c876fccaab73cec9ac995ca1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637298000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ece91c39365061168ee80a4dc4bcfddd\";a:10:{s:4:\"hash\";s:32:\"ece91c39365061168ee80a4dc4bcfddd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637298000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2954f67264ff997978a915c82ed1a71d\";a:10:{s:4:\"hash\";s:32:\"2954f67264ff997978a915c82ed1a71d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637298000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6dc95b93bb299e3803a53c1a3b328792\";a:10:{s:4:\"hash\";s:32:\"6dc95b93bb299e3803a53c1a3b328792\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637298000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68658889ba603c36e54a4cfa124abf8e\";a:10:{s:4:\"hash\";s:32:\"68658889ba603c36e54a4cfa124abf8e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637298000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d7d704340f804e6638d8613ac1252df\";a:10:{s:4:\"hash\";s:32:\"2d7d704340f804e6638d8613ac1252df\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637298000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f8267b4bcece1f5ceefd2b1a5ec49c6\";a:10:{s:4:\"hash\";s:32:\"8f8267b4bcece1f5ceefd2b1a5ec49c6\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1637298000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f471bc64f06ccf863b250cca07514d18\";a:10:{s:4:\"hash\";s:32:\"f471bc64f06ccf863b250cca07514d18\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637298000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c639e9a14a06decf2f2114b2e2faf3e0\";a:10:{s:4:\"hash\";s:32:\"c639e9a14a06decf2f2114b2e2faf3e0\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637298000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e3d7ffa7a5e0e9957b04043ed219c01\";a:10:{s:4:\"hash\";s:32:\"6e3d7ffa7a5e0e9957b04043ed219c01\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637298000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92c82ea26e92ea0563d269540c12b2c2\";a:10:{s:4:\"hash\";s:32:\"92c82ea26e92ea0563d269540c12b2c2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ab9aade565176a3ef897063e1071795\";a:10:{s:4:\"hash\";s:32:\"8ab9aade565176a3ef897063e1071795\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637298000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48901354be90919fd37423ba1c1d96d5\";a:10:{s:4:\"hash\";s:32:\"48901354be90919fd37423ba1c1d96d5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637298000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e3d6a73b377e47d862ded15ff227a27\";a:10:{s:4:\"hash\";s:32:\"5e3d6a73b377e47d862ded15ff227a27\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637298000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637298000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04f41b668657ccc12a369c0d0fd74ed1\";a:10:{s:4:\"hash\";s:32:\"04f41b668657ccc12a369c0d0fd74ed1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637384400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ea637c71fbeb857ba40ac8ec77cfeb0\";a:10:{s:4:\"hash\";s:32:\"5ea637c71fbeb857ba40ac8ec77cfeb0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637384400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a4ce0fddf2af7ade9900710c476bceb8\";a:10:{s:4:\"hash\";s:32:\"a4ce0fddf2af7ade9900710c476bceb8\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637384400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aaf8c30555429065ef4b9980bd3ad430\";a:10:{s:4:\"hash\";s:32:\"aaf8c30555429065ef4b9980bd3ad430\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1637384400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af662ed92eede464e13f53f8b8511d5a\";a:10:{s:4:\"hash\";s:32:\"af662ed92eede464e13f53f8b8511d5a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637384400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"089623f65f04f7979f097d85f17086fb\";a:10:{s:4:\"hash\";s:32:\"089623f65f04f7979f097d85f17086fb\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58fd8d57117b5888d280523145ccf1ca\";a:10:{s:4:\"hash\";s:32:\"58fd8d57117b5888d280523145ccf1ca\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637384400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34ddac3835eb2afa08c8c7907c990ecd\";a:10:{s:4:\"hash\";s:32:\"34ddac3835eb2afa08c8c7907c990ecd\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637384400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b4e002f2c4f4ccb280e17c481eb049f\";a:10:{s:4:\"hash\";s:32:\"0b4e002f2c4f4ccb280e17c481eb049f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637384400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b471f6f02983cda4d6b6560294ef1d4a\";a:10:{s:4:\"hash\";s:32:\"b471f6f02983cda4d6b6560294ef1d4a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637384400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637384400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d65fb8c1a3ca1fbb5e329e4b4f6547bf\";a:10:{s:4:\"hash\";s:32:\"d65fb8c1a3ca1fbb5e329e4b4f6547bf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637470800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10d222e0d164c2787cff94ffab5f4b50\";a:10:{s:4:\"hash\";s:32:\"10d222e0d164c2787cff94ffab5f4b50\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637470800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab4a90ec048b606a63c77d50bc86c46f\";a:10:{s:4:\"hash\";s:32:\"ab4a90ec048b606a63c77d50bc86c46f\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1637470800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9080643fd1aadaf36174fb3d1cfff490\";a:10:{s:4:\"hash\";s:32:\"9080643fd1aadaf36174fb3d1cfff490\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637470800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ccff36163d581f741776ce060adbf54\";a:10:{s:4:\"hash\";s:32:\"3ccff36163d581f741776ce060adbf54\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637470800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d93b52787953b86ba0899883205100db\";a:10:{s:4:\"hash\";s:32:\"d93b52787953b86ba0899883205100db\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637470800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ccf992363b4e0263cb332c3f9e0b2d8\";a:10:{s:4:\"hash\";s:32:\"8ccf992363b4e0263cb332c3f9e0b2d8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637470800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"307fdaf614f14e969a185681f598a5f4\";a:10:{s:4:\"hash\";s:32:\"307fdaf614f14e969a185681f598a5f4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637470800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8525c8ec2e91c6f8e314cda1733ee45f\";a:10:{s:4:\"hash\";s:32:\"8525c8ec2e91c6f8e314cda1733ee45f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637470800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637470800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b30fd23193383591c2bb810811384e1\";a:10:{s:4:\"hash\";s:32:\"1b30fd23193383591c2bb810811384e1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637557200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9692c7dc43e8de14b0f921b8c8ea303b\";a:10:{s:4:\"hash\";s:32:\"9692c7dc43e8de14b0f921b8c8ea303b\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1637557200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2011f04b66cc1a3e940449c1bb93b4df\";a:10:{s:4:\"hash\";s:32:\"2011f04b66cc1a3e940449c1bb93b4df\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637557200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b28455bdb972df268dfdff87e822d97\";a:10:{s:4:\"hash\";s:32:\"8b28455bdb972df268dfdff87e822d97\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef5ae644e8e56eb066f17a6f4de61343\";a:10:{s:4:\"hash\";s:32:\"ef5ae644e8e56eb066f17a6f4de61343\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637557200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc0fb6b6d676739c9cb425f86b911fdd\";a:10:{s:4:\"hash\";s:32:\"dc0fb6b6d676739c9cb425f86b911fdd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637557200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7563b8be1bd4a769b4af0555cc41e026\";a:10:{s:4:\"hash\";s:32:\"7563b8be1bd4a769b4af0555cc41e026\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637557200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3b702ed17d8a3adec3423cf5398e2a6\";a:10:{s:4:\"hash\";s:32:\"c3b702ed17d8a3adec3423cf5398e2a6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637557200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6daded1f2fafa7b768142ecd1f85598c\";a:10:{s:4:\"hash\";s:32:\"6daded1f2fafa7b768142ecd1f85598c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637557200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d42b79cd5be2901fe080a4aeca15121e\";a:10:{s:4:\"hash\";s:32:\"d42b79cd5be2901fe080a4aeca15121e\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637557200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3c414b077e943c23b79e3c600d76bd7\";a:10:{s:4:\"hash\";s:32:\"a3c414b077e943c23b79e3c600d76bd7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637557200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637557200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d614fd5d8fa91d3708a557b6a321e2f\";a:10:{s:4:\"hash\";s:32:\"2d614fd5d8fa91d3708a557b6a321e2f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637643600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637643600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"faf9587aeb633e30c5ceeb0ea993ec54\";a:10:{s:4:\"hash\";s:32:\"faf9587aeb633e30c5ceeb0ea993ec54\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637643600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637643600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5893c3ae34b295a908f5f91ea4c140fd\";a:10:{s:4:\"hash\";s:32:\"5893c3ae34b295a908f5f91ea4c140fd\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637643600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637643600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b9cf0226fa07328e6c6c79fd18f9bea2\";a:10:{s:4:\"hash\";s:32:\"b9cf0226fa07328e6c6c79fd18f9bea2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637730000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637730000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99ca85653864e681d57f367f72c737a9\";a:10:{s:4:\"hash\";s:32:\"99ca85653864e681d57f367f72c737a9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637730000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637730000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9facf3a542f7cd31898ed48d476a80c3\";a:10:{s:4:\"hash\";s:32:\"9facf3a542f7cd31898ed48d476a80c3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637730000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637730000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"078fb0edc4fbcc257f8e17b0de27c5e1\";a:10:{s:4:\"hash\";s:32:\"078fb0edc4fbcc257f8e17b0de27c5e1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637730000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637730000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b1751e30f9b3c06fc4d897df504d5fa\";a:10:{s:4:\"hash\";s:32:\"0b1751e30f9b3c06fc4d897df504d5fa\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637816400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"39fc14871d2e8bdb8ce62d7d230a3186\";a:10:{s:4:\"hash\";s:32:\"39fc14871d2e8bdb8ce62d7d230a3186\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1637816400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"359c10ec5a8e415c934aebc8e79b0224\";a:10:{s:4:\"hash\";s:32:\"359c10ec5a8e415c934aebc8e79b0224\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637816400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b10b3b46c0fe78b69b17e109a88c57d6\";a:10:{s:4:\"hash\";s:32:\"b10b3b46c0fe78b69b17e109a88c57d6\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637816400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a751c0908b95fcabbf3791bed7735f1\";a:10:{s:4:\"hash\";s:32:\"9a751c0908b95fcabbf3791bed7735f1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6084f581fe5a46baf7aea0349afa91e4\";a:10:{s:4:\"hash\";s:32:\"6084f581fe5a46baf7aea0349afa91e4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e872e734c75be41f69ed950984ae1f8\";a:10:{s:4:\"hash\";s:32:\"5e872e734c75be41f69ed950984ae1f8\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637816400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f682a6bc1640f2ab8bb03b744bab1e7\";a:10:{s:4:\"hash\";s:32:\"1f682a6bc1640f2ab8bb03b744bab1e7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637816400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8396bff1fa59a96ca671a9b9de2dab1c\";a:10:{s:4:\"hash\";s:32:\"8396bff1fa59a96ca671a9b9de2dab1c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637816400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637816400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc4e291dc0e43a6acab65cde794dc4a5\";a:10:{s:4:\"hash\";s:32:\"bc4e291dc0e43a6acab65cde794dc4a5\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637902800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70e4f375531f9462887775322535af11\";a:10:{s:4:\"hash\";s:32:\"70e4f375531f9462887775322535af11\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637902800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ded2b622b243c824ef7324cfae3cbf6\";a:10:{s:4:\"hash\";s:32:\"7ded2b622b243c824ef7324cfae3cbf6\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637902800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"72bdb88e5f08de17038c73081e725a4e\";a:10:{s:4:\"hash\";s:32:\"72bdb88e5f08de17038c73081e725a4e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637902800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"502cf8edc8c4ae3022fc736067fb8a22\";a:10:{s:4:\"hash\";s:32:\"502cf8edc8c4ae3022fc736067fb8a22\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637902800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3f892c2a5ca902644f6b7a22ec71ee8\";a:10:{s:4:\"hash\";s:32:\"e3f892c2a5ca902644f6b7a22ec71ee8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637902800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59597ecfbe9b081acf62260289ed7972\";a:10:{s:4:\"hash\";s:32:\"59597ecfbe9b081acf62260289ed7972\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637902800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3576e186e104944a412178b41ba2053a\";a:10:{s:4:\"hash\";s:32:\"3576e186e104944a412178b41ba2053a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637902800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db8d635c51f32679b4226488ba42d2a3\";a:10:{s:4:\"hash\";s:32:\"db8d635c51f32679b4226488ba42d2a3\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637902800/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637902800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e897682491ee0bc7e9372851e5c9087f\";a:10:{s:4:\"hash\";s:32:\"e897682491ee0bc7e9372851e5c9087f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637989200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52e4c03f30cf2d3136b546dfb6c252cc\";a:10:{s:4:\"hash\";s:32:\"52e4c03f30cf2d3136b546dfb6c252cc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637989200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd8448f38d53352c3fe35df6cbd34d5c\";a:10:{s:4:\"hash\";s:32:\"fd8448f38d53352c3fe35df6cbd34d5c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637989200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfb0d5425950ca6aeece91205e131cab\";a:10:{s:4:\"hash\";s:32:\"cfb0d5425950ca6aeece91205e131cab\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637989200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2b6f7c8e1ce5ad35fd3e2b6ed669a53\";a:10:{s:4:\"hash\";s:32:\"b2b6f7c8e1ce5ad35fd3e2b6ed669a53\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637989200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a57d5df3f74309cde2a3ed13f6987225\";a:10:{s:4:\"hash\";s:32:\"a57d5df3f74309cde2a3ed13f6987225\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/exact_date~1637989200/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eff05c057adda0834f526454b1b34a01\";a:10:{s:4:\"hash\";s:32:\"eff05c057adda0834f526454b1b34a01\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1637989200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c3120213476aafa6c359092c773227f\";a:10:{s:4:\"hash\";s:32:\"5c3120213476aafa6c359092c773227f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"701ca0a8f7fc486efc9cae80d7bc57be\";a:10:{s:4:\"hash\";s:32:\"701ca0a8f7fc486efc9cae80d7bc57be\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"053300d2c6614f8fbe3bd95e0bd5f7ee\";a:10:{s:4:\"hash\";s:32:\"053300d2c6614f8fbe3bd95e0bd5f7ee\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637989200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"064e4775b6771e7977d574de2863a4f4\";a:10:{s:4:\"hash\";s:32:\"064e4775b6771e7977d574de2863a4f4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637989200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"594a99755a35e0882f8bb020d2bc8611\";a:10:{s:4:\"hash\";s:32:\"594a99755a35e0882f8bb020d2bc8611\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1637989200/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1637989200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14f875722a15b8e4ce626c9ff790f41f\";a:10:{s:4:\"hash\";s:32:\"14f875722a15b8e4ce626c9ff790f41f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1638075600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96280aea87b887e3e004982a5b85093f\";a:10:{s:4:\"hash\";s:32:\"96280aea87b887e3e004982a5b85093f\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1638075600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf5d6614bab80f331f20590687c58fdc\";a:10:{s:4:\"hash\";s:32:\"cf5d6614bab80f331f20590687c58fdc\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638075600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a0b0d035705317e07f950ad3e811731\";a:10:{s:4:\"hash\";s:32:\"4a0b0d035705317e07f950ad3e811731\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1638075600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0497da039ff4bede3e93fd6e6fcc1dc\";a:10:{s:4:\"hash\";s:32:\"a0497da039ff4bede3e93fd6e6fcc1dc\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1638075600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e64b1559c22e9473ec7089756e356d92\";a:10:{s:4:\"hash\";s:32:\"e64b1559c22e9473ec7089756e356d92\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638075600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5eec51e8647915c2aea794950f42532\";a:10:{s:4:\"hash\";s:32:\"c5eec51e8647915c2aea794950f42532\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1638075600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82ce61a1e7945f56eb2a571fb9474829\";a:10:{s:4:\"hash\";s:32:\"82ce61a1e7945f56eb2a571fb9474829\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638075600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9549c711d5fca49665d3f062c4d9145d\";a:10:{s:4:\"hash\";s:32:\"9549c711d5fca49665d3f062c4d9145d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638075600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e88d32885ba200831e4c5c6b8506f84\";a:10:{s:4:\"hash\";s:32:\"7e88d32885ba200831e4c5c6b8506f84\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638075600/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638075600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ce437a8e0db5dd172a6481018128d76\";a:10:{s:4:\"hash\";s:32:\"4ce437a8e0db5dd172a6481018128d76\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638162000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638162000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afa03c76686d08f96556fd948069dbc1\";a:10:{s:4:\"hash\";s:32:\"afa03c76686d08f96556fd948069dbc1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638162000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1638162000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"27628e1177d5811fa96313316a8b72d0\";a:10:{s:4:\"hash\";s:32:\"27628e1177d5811fa96313316a8b72d0\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638162000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638162000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"65101046682d68c3de05af68c274335b\";a:10:{s:4:\"hash\";s:32:\"65101046682d68c3de05af68c274335b\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638162000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1638162000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8ec9c6c8ac23c7966e41edf1a54c8a4\";a:10:{s:4:\"hash\";s:32:\"e8ec9c6c8ac23c7966e41edf1a54c8a4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638162000/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638162000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95888e5222b4a477d6b721c48446ca17\";a:10:{s:4:\"hash\";s:32:\"95888e5222b4a477d6b721c48446ca17\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638162000/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638162000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7aa197ab3db09dd0f92fdaf706998f34\";a:10:{s:4:\"hash\";s:32:\"7aa197ab3db09dd0f92fdaf706998f34\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638162000/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638162000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb73f0df7c739dcc7d766c702371efa4\";a:10:{s:4:\"hash\";s:32:\"fb73f0df7c739dcc7d766c702371efa4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638248400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"603a78f205d85958cbea2e85f5a42a7c\";a:10:{s:4:\"hash\";s:32:\"603a78f205d85958cbea2e85f5a42a7c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638248400/request_format~json/cat_ids~87/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638248400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ac01a6c84dee53153b708da69316441\";a:10:{s:4:\"hash\";s:32:\"2ac01a6c84dee53153b708da69316441\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638248400/request_format~json/cat_ids~88/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638248400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ae17753b25e770b6b4ca56415cbd677\";a:10:{s:4:\"hash\";s:32:\"2ae17753b25e770b6b4ca56415cbd677\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638248400/request_format~json/cat_ids~89/\";s:4:\"path\";s:75:\"/events/action~oneday/exact_date~1638248400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76af22e90980d173e91fec0f547de750\";a:10:{s:4:\"hash\";s:32:\"76af22e90980d173e91fec0f547de750\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638334800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1638334800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dbe176d14c70d48b769f24944a240ece\";a:10:{s:4:\"hash\";s:32:\"dbe176d14c70d48b769f24944a240ece\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1638594000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1638594000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af932de5369e71b4f70cd79ff2a7abde\";a:10:{s:4:\"hash\";s:32:\"af932de5369e71b4f70cd79ff2a7abde\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1651377600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/exact_date~1651377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08e0454cc557dc42cb88763fa4433bf1\";a:10:{s:4:\"hash\";s:32:\"08e0454cc557dc42cb88763fa4433bf1\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~1654056000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/exact_date~1654056000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff1cf630c85670b241b7f883afbe9096\";a:10:{s:4:\"hash\";s:32:\"ff1cf630c85670b241b7f883afbe9096\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-1-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-1-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfbff7c08cb481849812a3ee07be8da3\";a:10:{s:4:\"hash\";s:32:\"dfbff7c08cb481849812a3ee07be8da3\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-1-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91d25cb812d6d73dae0796be06b174f5\";a:10:{s:4:\"hash\";s:32:\"91d25cb812d6d73dae0796be06b174f5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-10-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-10-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b6b672c84d064a72dc9212d9b4a5334\";a:10:{s:4:\"hash\";s:32:\"6b6b672c84d064a72dc9212d9b4a5334\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-10-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-10-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9baf010d329a44e794b1d3369cd47ec\";a:10:{s:4:\"hash\";s:32:\"c9baf010d329a44e794b1d3369cd47ec\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-11-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-11-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0022efa6df4383cea514f0260be9525a\";a:10:{s:4:\"hash\";s:32:\"0022efa6df4383cea514f0260be9525a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-11-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-11-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ff1183ca8e875f214f5b1b77574c6e9\";a:10:{s:4:\"hash\";s:32:\"7ff1183ca8e875f214f5b1b77574c6e9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-12-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-12-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8137e70085be99fa5fd8a612e1bdf47d\";a:10:{s:4:\"hash\";s:32:\"8137e70085be99fa5fd8a612e1bdf47d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-12-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-12-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f3b45848f9bc2745c08368b95ec6fd1\";a:10:{s:4:\"hash\";s:32:\"7f3b45848f9bc2745c08368b95ec6fd1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-13-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-13-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e351a42b3b363de23a0b188006d8aa35\";a:10:{s:4:\"hash\";s:32:\"e351a42b3b363de23a0b188006d8aa35\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-13-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-13-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f8e688cdd45a8d37a84732b60a70529\";a:10:{s:4:\"hash\";s:32:\"4f8e688cdd45a8d37a84732b60a70529\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-14-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-14-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef4308cfd035d21d0b427ef0a166074e\";a:10:{s:4:\"hash\";s:32:\"ef4308cfd035d21d0b427ef0a166074e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-14-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-14-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b17a6ab6d2fbf0abe01d9859cca9a71f\";a:10:{s:4:\"hash\";s:32:\"b17a6ab6d2fbf0abe01d9859cca9a71f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-15-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-15-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94ab2726f6253107d14cb3cb28dd4323\";a:10:{s:4:\"hash\";s:32:\"94ab2726f6253107d14cb3cb28dd4323\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-15-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-15-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10773c62e99a20593ee33139d54b8f9e\";a:10:{s:4:\"hash\";s:32:\"10773c62e99a20593ee33139d54b8f9e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-16-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-16-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2921209dcd9565367706d443d282195\";a:10:{s:4:\"hash\";s:32:\"b2921209dcd9565367706d443d282195\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-16-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-16-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5ac870441fb391dfa8cbd6fb962fe09\";a:10:{s:4:\"hash\";s:32:\"f5ac870441fb391dfa8cbd6fb962fe09\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-17-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-17-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c47be4c1cde5ee6acdd31d760ff3489\";a:10:{s:4:\"hash\";s:32:\"3c47be4c1cde5ee6acdd31d760ff3489\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-17-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e8f488163e69dc62fafc68d485aecc5\";a:10:{s:4:\"hash\";s:32:\"1e8f488163e69dc62fafc68d485aecc5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-18-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4b427b8a34b88ee5394f0501a78911f\";a:10:{s:4:\"hash\";s:32:\"e4b427b8a34b88ee5394f0501a78911f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-18-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51e38b609d9cac8a70c22576c2d82178\";a:10:{s:4:\"hash\";s:32:\"51e38b609d9cac8a70c22576c2d82178\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-19-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-19-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e838223cd5e2726ef1b519ebbb69e593\";a:10:{s:4:\"hash\";s:32:\"e838223cd5e2726ef1b519ebbb69e593\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-19-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0567299df25b5a4cb46457809680733\";a:10:{s:4:\"hash\";s:32:\"f0567299df25b5a4cb46457809680733\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-2-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-2-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"abd9d557afee7c04d7ca7bef668a0a69\";a:10:{s:4:\"hash\";s:32:\"abd9d557afee7c04d7ca7bef668a0a69\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-2-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24ddaa1f3d86ad56f7db0736e5de4231\";a:10:{s:4:\"hash\";s:32:\"24ddaa1f3d86ad56f7db0736e5de4231\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-20-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-20-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf7134dfe11146ac427857d8caec0ed2\";a:10:{s:4:\"hash\";s:32:\"bf7134dfe11146ac427857d8caec0ed2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-20-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"efa8a5dd48a280579467d41a9f16b90a\";a:10:{s:4:\"hash\";s:32:\"efa8a5dd48a280579467d41a9f16b90a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-21-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-21-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bce1a34dcf0ccc7426d0eaa508f33748\";a:10:{s:4:\"hash\";s:32:\"bce1a34dcf0ccc7426d0eaa508f33748\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-21-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08396f1a524ed181ecb8ea4559eaa4c6\";a:10:{s:4:\"hash\";s:32:\"08396f1a524ed181ecb8ea4559eaa4c6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-22-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-22-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1030d7618b908eda74fd652cc9c6ab97\";a:10:{s:4:\"hash\";s:32:\"1030d7618b908eda74fd652cc9c6ab97\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-22-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"79374d5e3a4213aa6428a6a514a5ee71\";a:10:{s:4:\"hash\";s:32:\"79374d5e3a4213aa6428a6a514a5ee71\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-23-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-23-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"392db8c86032c0560479079ca850b0b1\";a:10:{s:4:\"hash\";s:32:\"392db8c86032c0560479079ca850b0b1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-23-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1026a03138fdecc6ec47d727b0eb0120\";a:10:{s:4:\"hash\";s:32:\"1026a03138fdecc6ec47d727b0eb0120\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-24-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69d5f778fc73974c5947760280c1ba8f\";a:10:{s:4:\"hash\";s:32:\"69d5f778fc73974c5947760280c1ba8f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e45088d77cb4fc14eb810a398c3220b\";a:10:{s:4:\"hash\";s:32:\"2e45088d77cb4fc14eb810a398c3220b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-25-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eb577e33ed4054abf731e5984615f134\";a:10:{s:4:\"hash\";s:32:\"eb577e33ed4054abf731e5984615f134\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-25-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3cf84ba8d07af8abd40d3481af8b2af\";a:10:{s:4:\"hash\";s:32:\"d3cf84ba8d07af8abd40d3481af8b2af\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-25-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-25-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db0d97885ebc91e111cef6127fef364e\";a:10:{s:4:\"hash\";s:32:\"db0d97885ebc91e111cef6127fef364e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-26-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-26-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64212dfe658ce2b6181248150c16a041\";a:10:{s:4:\"hash\";s:32:\"64212dfe658ce2b6181248150c16a041\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-26-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"784b835f63b096867df06c642e948b85\";a:10:{s:4:\"hash\";s:32:\"784b835f63b096867df06c642e948b85\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-27-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-27-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a8e5a61f39ff291aec25588ee7e0558\";a:10:{s:4:\"hash\";s:32:\"9a8e5a61f39ff291aec25588ee7e0558\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-27-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"132e54edd402377689fd0a784158dac0\";a:10:{s:4:\"hash\";s:32:\"132e54edd402377689fd0a784158dac0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-28-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-28-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bd1737beaab5eb24234cf5bd0d29b5a\";a:10:{s:4:\"hash\";s:32:\"4bd1737beaab5eb24234cf5bd0d29b5a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-28-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f94b04625ae3cc403cee41c1726c3792\";a:10:{s:4:\"hash\";s:32:\"f94b04625ae3cc403cee41c1726c3792\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-29-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~2-29-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fe54b5675896bf47f4cd6f329a50be8\";a:10:{s:4:\"hash\";s:32:\"1fe54b5675896bf47f4cd6f329a50be8\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-3-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-3-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b564bb7b54706d95b48591d0f9385923\";a:10:{s:4:\"hash\";s:32:\"b564bb7b54706d95b48591d0f9385923\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-3-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c8c7e6eefb9216692897ba02787dd11\";a:10:{s:4:\"hash\";s:32:\"8c8c7e6eefb9216692897ba02787dd11\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-4-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-4-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"457c58665f5883dee8bddd70feec0034\";a:10:{s:4:\"hash\";s:32:\"457c58665f5883dee8bddd70feec0034\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-4-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fbcee7583d9f5c80d9c4b23a06be539b\";a:10:{s:4:\"hash\";s:32:\"fbcee7583d9f5c80d9c4b23a06be539b\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-5-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-5-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6392b1138ec8f6eb603eb0ecf8561b8\";a:10:{s:4:\"hash\";s:32:\"e6392b1138ec8f6eb603eb0ecf8561b8\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-5-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-5-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"639403d4921e1d5d268bd754c9edf0b8\";a:10:{s:4:\"hash\";s:32:\"639403d4921e1d5d268bd754c9edf0b8\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-6-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-6-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b280b554c3d0be23b972ed8905bae236\";a:10:{s:4:\"hash\";s:32:\"b280b554c3d0be23b972ed8905bae236\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-6-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-6-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7437326a48c44be65d86aac940683ae\";a:10:{s:4:\"hash\";s:32:\"a7437326a48c44be65d86aac940683ae\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-7-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-7-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19d81b818978c7c14630e2cc95a62f3d\";a:10:{s:4:\"hash\";s:32:\"19d81b818978c7c14630e2cc95a62f3d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-7-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-7-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b9f97672fffb290cc5edbd3c1e9f4af\";a:10:{s:4:\"hash\";s:32:\"1b9f97672fffb290cc5edbd3c1e9f4af\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-8-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-8-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d682cbf0b9d725ea336179b92544d6d\";a:10:{s:4:\"hash\";s:32:\"1d682cbf0b9d725ea336179b92544d6d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-8-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-8-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a3658d647c761b57e34ec55555f021cb\";a:10:{s:4:\"hash\";s:32:\"a3658d647c761b57e34ec55555f021cb\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-9-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-9-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a623b5b00f415f859ac0bb7cf6c61a30\";a:10:{s:4:\"hash\";s:32:\"a623b5b00f415f859ac0bb7cf6c61a30\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~2-9-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~2-9-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11a17e2dcd29571a157af5164b7ad793\";a:10:{s:4:\"hash\";s:32:\"11a17e2dcd29571a157af5164b7ad793\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-1-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2234818d5868a8c2a889577157ef7a9\";a:10:{s:4:\"hash\";s:32:\"e2234818d5868a8c2a889577157ef7a9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-10-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-10-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53e2c17603a722e68245d86083b93f9f\";a:10:{s:4:\"hash\";s:32:\"53e2c17603a722e68245d86083b93f9f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-11-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-11-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d302e98df8113d3e3508104330e81b1\";a:10:{s:4:\"hash\";s:32:\"9d302e98df8113d3e3508104330e81b1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-12-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-12-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd791adfc82c3d47f7379bbb5f308dce\";a:10:{s:4:\"hash\";s:32:\"dd791adfc82c3d47f7379bbb5f308dce\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-13-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-13-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a70512a061260aa137af67e683223e8b\";a:10:{s:4:\"hash\";s:32:\"a70512a061260aa137af67e683223e8b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-14-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-14-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d16192e38acc88bc2a1375f883b11f9\";a:10:{s:4:\"hash\";s:32:\"9d16192e38acc88bc2a1375f883b11f9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-15-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-15-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21eb4961089e740b97dbc896eeb07003\";a:10:{s:4:\"hash\";s:32:\"21eb4961089e740b97dbc896eeb07003\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-16-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-16-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e24730d939eeca842bbf6c6f1695f7f\";a:10:{s:4:\"hash\";s:32:\"4e24730d939eeca842bbf6c6f1695f7f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-17-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"326e4288289627c88064a99840ea8b89\";a:10:{s:4:\"hash\";s:32:\"326e4288289627c88064a99840ea8b89\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-18-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b3755f4be7b9bba09f94559c83d6881\";a:10:{s:4:\"hash\";s:32:\"0b3755f4be7b9bba09f94559c83d6881\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-19-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e0f84d75e9af36f504c51402b9cd9d9\";a:10:{s:4:\"hash\";s:32:\"7e0f84d75e9af36f504c51402b9cd9d9\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-2-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"262b9a3a4f9270ba3d1378727d377596\";a:10:{s:4:\"hash\";s:32:\"262b9a3a4f9270ba3d1378727d377596\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-20-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a4535276f36dd2876a5af6093f22879d\";a:10:{s:4:\"hash\";s:32:\"a4535276f36dd2876a5af6093f22879d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-21-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4603c0b42bcaaeab1e4ceb6a3f8525c4\";a:10:{s:4:\"hash\";s:32:\"4603c0b42bcaaeab1e4ceb6a3f8525c4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-22-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8fe70d34e09c6e853d413b51ba707ae8\";a:10:{s:4:\"hash\";s:32:\"8fe70d34e09c6e853d413b51ba707ae8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-23-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b91809d859cbbb810726bb9926d8869b\";a:10:{s:4:\"hash\";s:32:\"b91809d859cbbb810726bb9926d8869b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d74cda3ba81c8c73bd7bbe996b6efc0d\";a:10:{s:4:\"hash\";s:32:\"d74cda3ba81c8c73bd7bbe996b6efc0d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-25-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f60b3d1407074710bace416e03f0b92e\";a:10:{s:4:\"hash\";s:32:\"f60b3d1407074710bace416e03f0b92e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-25-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-25-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc066f34f37efc9765ad7caafdac2d83\";a:10:{s:4:\"hash\";s:32:\"bc066f34f37efc9765ad7caafdac2d83\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-26-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a1232f51441b46bd4c8f54939d1ee8d\";a:10:{s:4:\"hash\";s:32:\"2a1232f51441b46bd4c8f54939d1ee8d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-27-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c69868073ff82a1f672131ad7963dfd1\";a:10:{s:4:\"hash\";s:32:\"c69868073ff82a1f672131ad7963dfd1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-28-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67e650fdf9c1b87c4e4dfa3cc00680e0\";a:10:{s:4:\"hash\";s:32:\"67e650fdf9c1b87c4e4dfa3cc00680e0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-29-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-29-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"012fb9c17b48508e9e0bedd54838e442\";a:10:{s:4:\"hash\";s:32:\"012fb9c17b48508e9e0bedd54838e442\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-3-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b893139c03767ce9fe5696546f36f6e5\";a:10:{s:4:\"hash\";s:32:\"b893139c03767ce9fe5696546f36f6e5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-30-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-30-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9c0d1af2acf1cdb7d59532eb3a686f1\";a:10:{s:4:\"hash\";s:32:\"e9c0d1af2acf1cdb7d59532eb3a686f1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-31-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~3-31-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d651876eff9b3d6aefeb824abbb5b7bb\";a:10:{s:4:\"hash\";s:32:\"d651876eff9b3d6aefeb824abbb5b7bb\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-4-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ebff43ff5ea695369ac3a22f3bc4476\";a:10:{s:4:\"hash\";s:32:\"6ebff43ff5ea695369ac3a22f3bc4476\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-5-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-5-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95ee0b6426aab3e59d230a35f8c46f00\";a:10:{s:4:\"hash\";s:32:\"95ee0b6426aab3e59d230a35f8c46f00\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-6-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-6-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db39d859c9beeebfcfd7d3c348639a10\";a:10:{s:4:\"hash\";s:32:\"db39d859c9beeebfcfd7d3c348639a10\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-7-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-7-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a2535165b9fc1f7ca7d052e05d7e1f4\";a:10:{s:4:\"hash\";s:32:\"1a2535165b9fc1f7ca7d052e05d7e1f4\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-8-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-8-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e007803ddbed93c012aae39564f1f089\";a:10:{s:4:\"hash\";s:32:\"e007803ddbed93c012aae39564f1f089\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~3-9-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~3-9-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69e8d5f358741bb1621be5e433b585ff\";a:10:{s:4:\"hash\";s:32:\"69e8d5f358741bb1621be5e433b585ff\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-1-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-1-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d99c443a74859e3cfa7070d0d5187458\";a:10:{s:4:\"hash\";s:32:\"d99c443a74859e3cfa7070d0d5187458\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-10-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-10-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d42e9aa6359f8c19e3e3df0ee616607\";a:10:{s:4:\"hash\";s:32:\"4d42e9aa6359f8c19e3e3df0ee616607\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-11-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-11-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d920ccfc5323cc3e9083467046ff4d24\";a:10:{s:4:\"hash\";s:32:\"d920ccfc5323cc3e9083467046ff4d24\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-12-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-12-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d16ce0b38048ac329ecd8b21163af9cf\";a:10:{s:4:\"hash\";s:32:\"d16ce0b38048ac329ecd8b21163af9cf\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-13-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-13-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"076bdc355f176088f8a6d70bbf793efd\";a:10:{s:4:\"hash\";s:32:\"076bdc355f176088f8a6d70bbf793efd\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-14-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-14-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5736ad768d97aefaef75273249f0edd\";a:10:{s:4:\"hash\";s:32:\"c5736ad768d97aefaef75273249f0edd\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-15-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-15-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89083a9c5cd795ac7549a9bbc1acd67a\";a:10:{s:4:\"hash\";s:32:\"89083a9c5cd795ac7549a9bbc1acd67a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-16-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-16-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1dedcc66d0812e098d9d1dae2a745d50\";a:10:{s:4:\"hash\";s:32:\"1dedcc66d0812e098d9d1dae2a745d50\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-17-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-17-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a3cdf1c493af537cd668f869eec25c0\";a:10:{s:4:\"hash\";s:32:\"8a3cdf1c493af537cd668f869eec25c0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-18-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6e23ab86e795c64d5c6b3f1ba3309a2\";a:10:{s:4:\"hash\";s:32:\"c6e23ab86e795c64d5c6b3f1ba3309a2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-18-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31ce46653f77e7aee814dc776859850b\";a:10:{s:4:\"hash\";s:32:\"31ce46653f77e7aee814dc776859850b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-19-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-19-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afc8c7580f53b0168e05890bbf68817a\";a:10:{s:4:\"hash\";s:32:\"afc8c7580f53b0168e05890bbf68817a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-19-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bdafa576f0d3a70e86bbc9c653b6ea7f\";a:10:{s:4:\"hash\";s:32:\"bdafa576f0d3a70e86bbc9c653b6ea7f\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-2-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-2-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"876ba49b1f360d2676a2e0b7d976ce6d\";a:10:{s:4:\"hash\";s:32:\"876ba49b1f360d2676a2e0b7d976ce6d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-20-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-20-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4b74bce827c68d1f0aea85045f60ee8\";a:10:{s:4:\"hash\";s:32:\"c4b74bce827c68d1f0aea85045f60ee8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-20-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5682839477393c51e625e6a4dc15ce3b\";a:10:{s:4:\"hash\";s:32:\"5682839477393c51e625e6a4dc15ce3b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-21-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-21-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c1505579c9c6f248132ed63f1ea6561\";a:10:{s:4:\"hash\";s:32:\"1c1505579c9c6f248132ed63f1ea6561\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-21-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33ffe935250e04d7c5df7c29b2364753\";a:10:{s:4:\"hash\";s:32:\"33ffe935250e04d7c5df7c29b2364753\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-22-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-22-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa747a764435806bef76f997726a82d5\";a:10:{s:4:\"hash\";s:32:\"fa747a764435806bef76f997726a82d5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-22-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8087d6d5d592cb1b761560e1c8323c9\";a:10:{s:4:\"hash\";s:32:\"f8087d6d5d592cb1b761560e1c8323c9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-23-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-23-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21336358065f9f3a0bea0b2ffed6ae7e\";a:10:{s:4:\"hash\";s:32:\"21336358065f9f3a0bea0b2ffed6ae7e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-23-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b92843bdc3c585abe2652104e69257ba\";a:10:{s:4:\"hash\";s:32:\"b92843bdc3c585abe2652104e69257ba\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-24-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eef9e856489bcabe0c338344c5968c8e\";a:10:{s:4:\"hash\";s:32:\"eef9e856489bcabe0c338344c5968c8e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5588adb2f4beaa92f436834dddc4d197\";a:10:{s:4:\"hash\";s:32:\"5588adb2f4beaa92f436834dddc4d197\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-25-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1dfa948ad72783e0b620b65e90fed66\";a:10:{s:4:\"hash\";s:32:\"e1dfa948ad72783e0b620b65e90fed66\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-25-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4dc74eba818feab39037471635033bf2\";a:10:{s:4:\"hash\";s:32:\"4dc74eba818feab39037471635033bf2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-26-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-26-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"247da17cee636f90c2d4622cb6808836\";a:10:{s:4:\"hash\";s:32:\"247da17cee636f90c2d4622cb6808836\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-26-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7199ba07ce257ff115fcd131754bdece\";a:10:{s:4:\"hash\";s:32:\"7199ba07ce257ff115fcd131754bdece\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-27-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-27-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93b86533b07e78d42b154b0f99aade58\";a:10:{s:4:\"hash\";s:32:\"93b86533b07e78d42b154b0f99aade58\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-27-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"394081d0ff126f1361f63a0a9a4b9851\";a:10:{s:4:\"hash\";s:32:\"394081d0ff126f1361f63a0a9a4b9851\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-28-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-28-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37d5a824dbba9dbba12019dcbf33849c\";a:10:{s:4:\"hash\";s:32:\"37d5a824dbba9dbba12019dcbf33849c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-28-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52cd609aee274915da37b5f3774ed875\";a:10:{s:4:\"hash\";s:32:\"52cd609aee274915da37b5f3774ed875\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-29-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-29-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09168ec40b8e01fe27f352c2d9547e20\";a:10:{s:4:\"hash\";s:32:\"09168ec40b8e01fe27f352c2d9547e20\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-29-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-29-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e0f4703169851a440c365d5ecba28bd5\";a:10:{s:4:\"hash\";s:32:\"e0f4703169851a440c365d5ecba28bd5\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-3-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-3-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52708f3fd1ae86db4a5b09595a207c22\";a:10:{s:4:\"hash\";s:32:\"52708f3fd1ae86db4a5b09595a207c22\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-30-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-30-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc3db575c2127548f0a8a18d529f2cef\";a:10:{s:4:\"hash\";s:32:\"dc3db575c2127548f0a8a18d529f2cef\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-30-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~4-30-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af9132db674dc079b78a4c10282b00a8\";a:10:{s:4:\"hash\";s:32:\"af9132db674dc079b78a4c10282b00a8\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-4-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-4-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5b50c6b2371d72d19649194e1fac712\";a:10:{s:4:\"hash\";s:32:\"a5b50c6b2371d72d19649194e1fac712\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-5-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-5-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eac48f730e7a0847bd3d8b82aa4d20d7\";a:10:{s:4:\"hash\";s:32:\"eac48f730e7a0847bd3d8b82aa4d20d7\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-6-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-6-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c3618fb547858ee7fdcec8e9d2411d6\";a:10:{s:4:\"hash\";s:32:\"8c3618fb547858ee7fdcec8e9d2411d6\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-7-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-7-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"990803aff94b7b123c15baa68a3a2364\";a:10:{s:4:\"hash\";s:32:\"990803aff94b7b123c15baa68a3a2364\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-8-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-8-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"192e701806fdf771d39d0917d81ffe01\";a:10:{s:4:\"hash\";s:32:\"192e701806fdf771d39d0917d81ffe01\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~4-9-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~4-9-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e4326117ced67e1702fad977655ce3f\";a:10:{s:4:\"hash\";s:32:\"0e4326117ced67e1702fad977655ce3f\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-1-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-1-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e7aa2e41abae6dde2cd032037bf9eb8\";a:10:{s:4:\"hash\";s:32:\"0e7aa2e41abae6dde2cd032037bf9eb8\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-1-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-1-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1285ee6274d499ab142fb6d42cc87213\";a:10:{s:4:\"hash\";s:32:\"1285ee6274d499ab142fb6d42cc87213\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-1-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-1-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec607f8cf888735c9877e154796fa456\";a:10:{s:4:\"hash\";s:32:\"ec607f8cf888735c9877e154796fa456\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-1-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f8786530e9cfbe7fa4f8eb7e51c610b\";a:10:{s:4:\"hash\";s:32:\"7f8786530e9cfbe7fa4f8eb7e51c610b\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-1-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-1-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c45d03fff6e31186d89c6b068612fe9c\";a:10:{s:4:\"hash\";s:32:\"c45d03fff6e31186d89c6b068612fe9c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-10-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-10-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a23d053cf2987792ec6d597f4b0ca13\";a:10:{s:4:\"hash\";s:32:\"5a23d053cf2987792ec6d597f4b0ca13\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-10-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-10-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f451ad030bd9acab10c7414bd397bce\";a:10:{s:4:\"hash\";s:32:\"0f451ad030bd9acab10c7414bd397bce\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-10-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-10-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"182ba2e4d8c7ee785d6f5419b39d7144\";a:10:{s:4:\"hash\";s:32:\"182ba2e4d8c7ee785d6f5419b39d7144\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-10-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-10-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a93a1a866003ebfcd78ea938f8220f47\";a:10:{s:4:\"hash\";s:32:\"a93a1a866003ebfcd78ea938f8220f47\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-10-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-10-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38987f16b9f7b1e6d7526370120a1e3b\";a:10:{s:4:\"hash\";s:32:\"38987f16b9f7b1e6d7526370120a1e3b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-11-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-11-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c1c8b7fc169749ad5ee6448796f7e6f9\";a:10:{s:4:\"hash\";s:32:\"c1c8b7fc169749ad5ee6448796f7e6f9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-11-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-11-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e56d76f50235f50d91980569ec692dc9\";a:10:{s:4:\"hash\";s:32:\"e56d76f50235f50d91980569ec692dc9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-11-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-11-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e42da698bad127e0512726fde25d5073\";a:10:{s:4:\"hash\";s:32:\"e42da698bad127e0512726fde25d5073\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-11-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-11-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af283c4bc9f14a0adb28c7bbde609612\";a:10:{s:4:\"hash\";s:32:\"af283c4bc9f14a0adb28c7bbde609612\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-11-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-11-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6426b3ec814952485c415b8e0758da94\";a:10:{s:4:\"hash\";s:32:\"6426b3ec814952485c415b8e0758da94\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-12-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-12-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ce264f5d2b3949735ae66bd1699f33c\";a:10:{s:4:\"hash\";s:32:\"3ce264f5d2b3949735ae66bd1699f33c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-12-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-12-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73925fcbb3c9a618a7f565414bc7222b\";a:10:{s:4:\"hash\";s:32:\"73925fcbb3c9a618a7f565414bc7222b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-12-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-12-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cacdb352990c011ecffbef2891678d3\";a:10:{s:4:\"hash\";s:32:\"5cacdb352990c011ecffbef2891678d3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-12-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-12-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a916f504835fbbf90f24acec8bbda0f0\";a:10:{s:4:\"hash\";s:32:\"a916f504835fbbf90f24acec8bbda0f0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-12-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-12-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"557c33ad05fea72debc3b6e757d04d6e\";a:10:{s:4:\"hash\";s:32:\"557c33ad05fea72debc3b6e757d04d6e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-13-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-13-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"350062c2d42644a77d326df7debc58b5\";a:10:{s:4:\"hash\";s:32:\"350062c2d42644a77d326df7debc58b5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-13-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-13-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bde45aea0e7814533347c8c0dc610d04\";a:10:{s:4:\"hash\";s:32:\"bde45aea0e7814533347c8c0dc610d04\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-13-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-13-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1155d53ff91188dd2e51e8ebdc9274c6\";a:10:{s:4:\"hash\";s:32:\"1155d53ff91188dd2e51e8ebdc9274c6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-13-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-13-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd54b674e5ec9b1fbcab9b7d55595764\";a:10:{s:4:\"hash\";s:32:\"fd54b674e5ec9b1fbcab9b7d55595764\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-13-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-13-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1bed9ac7877a88ecef9ee55f934a37b\";a:10:{s:4:\"hash\";s:32:\"f1bed9ac7877a88ecef9ee55f934a37b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-14-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-14-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9d548f61190b9ce69aeb0d2e93211d0\";a:10:{s:4:\"hash\";s:32:\"c9d548f61190b9ce69aeb0d2e93211d0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-14-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-14-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a007db820405daf71409c768ae42548b\";a:10:{s:4:\"hash\";s:32:\"a007db820405daf71409c768ae42548b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-14-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-14-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87fce63516becc280409bca993308fcc\";a:10:{s:4:\"hash\";s:32:\"87fce63516becc280409bca993308fcc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-14-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-14-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74b4aced2d32fffe7c2a0fff83318a3d\";a:10:{s:4:\"hash\";s:32:\"74b4aced2d32fffe7c2a0fff83318a3d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-14-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-14-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4eb60f30f9754e28c2ea50a9ff214be3\";a:10:{s:4:\"hash\";s:32:\"4eb60f30f9754e28c2ea50a9ff214be3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-15-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-15-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5356156c3f2e012bf43e622d9d73b177\";a:10:{s:4:\"hash\";s:32:\"5356156c3f2e012bf43e622d9d73b177\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-15-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-15-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7eb819e650c4f8396d3ed1837eeb966\";a:10:{s:4:\"hash\";s:32:\"c7eb819e650c4f8396d3ed1837eeb966\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-15-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-15-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08d5d8685798f5b9d7fc80da059ce94f\";a:10:{s:4:\"hash\";s:32:\"08d5d8685798f5b9d7fc80da059ce94f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-15-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-15-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a466263dd10735e9899055d16798a07d\";a:10:{s:4:\"hash\";s:32:\"a466263dd10735e9899055d16798a07d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-15-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-15-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fece597254bf6ea75e27097336a0fecc\";a:10:{s:4:\"hash\";s:32:\"fece597254bf6ea75e27097336a0fecc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-16-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-16-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2324b9cbfe51bbabf2d69950e09ddaf6\";a:10:{s:4:\"hash\";s:32:\"2324b9cbfe51bbabf2d69950e09ddaf6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-16-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-16-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"406ac054f72d07f83d89cd9377bb7139\";a:10:{s:4:\"hash\";s:32:\"406ac054f72d07f83d89cd9377bb7139\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-16-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-16-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dff0a90f1337da125575ea4fe63a1b8c\";a:10:{s:4:\"hash\";s:32:\"dff0a90f1337da125575ea4fe63a1b8c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-16-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-16-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5bfe06bb665431a85829cf326b361118\";a:10:{s:4:\"hash\";s:32:\"5bfe06bb665431a85829cf326b361118\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-16-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-16-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bdf601c2b612311a63bcb735faa7e05d\";a:10:{s:4:\"hash\";s:32:\"bdf601c2b612311a63bcb735faa7e05d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-17-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-17-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4acee611b76348c0bbc3bb2a47bf7ed\";a:10:{s:4:\"hash\";s:32:\"e4acee611b76348c0bbc3bb2a47bf7ed\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-17-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-17-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11d3723ace8594d8a9928acd62555f52\";a:10:{s:4:\"hash\";s:32:\"11d3723ace8594d8a9928acd62555f52\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-17-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-17-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77a566eabd8aaf89ae342949a76fb4e7\";a:10:{s:4:\"hash\";s:32:\"77a566eabd8aaf89ae342949a76fb4e7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-17-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e326a2f434e15a49f734824ea4459125\";a:10:{s:4:\"hash\";s:32:\"e326a2f434e15a49f734824ea4459125\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-17-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-17-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bdffb07fa80004371dded151d7e85923\";a:10:{s:4:\"hash\";s:32:\"bdffb07fa80004371dded151d7e85923\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-18-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-18-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9e53b1905e8187649e95d2fb19060f5\";a:10:{s:4:\"hash\";s:32:\"e9e53b1905e8187649e95d2fb19060f5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-18-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-18-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e152cee98a6099c16f379637316cd0b2\";a:10:{s:4:\"hash\";s:32:\"e152cee98a6099c16f379637316cd0b2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-18-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cbb63dbdd273f502093658d6b0d3b172\";a:10:{s:4:\"hash\";s:32:\"cbb63dbdd273f502093658d6b0d3b172\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-18-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db38fd20ea7e2705df12628f1d81d745\";a:10:{s:4:\"hash\";s:32:\"db38fd20ea7e2705df12628f1d81d745\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-18-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-18-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"232f8b23551761f1129ae1fda5298494\";a:10:{s:4:\"hash\";s:32:\"232f8b23551761f1129ae1fda5298494\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-19-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-19-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7724763b82082a5a6f5432a17e603944\";a:10:{s:4:\"hash\";s:32:\"7724763b82082a5a6f5432a17e603944\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-19-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-19-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e14477fd47f3c128657f94f27cb918e\";a:10:{s:4:\"hash\";s:32:\"2e14477fd47f3c128657f94f27cb918e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-19-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-19-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"690f4cd9b722360ff98600f9b7029dd7\";a:10:{s:4:\"hash\";s:32:\"690f4cd9b722360ff98600f9b7029dd7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-19-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5ef6d3e9f094ffecaf5694d90186396\";a:10:{s:4:\"hash\";s:32:\"a5ef6d3e9f094ffecaf5694d90186396\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-19-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-19-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3537eb3558c539e7ad20e032a35c2971\";a:10:{s:4:\"hash\";s:32:\"3537eb3558c539e7ad20e032a35c2971\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-2-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-2-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4becf32f4035cf8c2eac6fbda57c8b19\";a:10:{s:4:\"hash\";s:32:\"4becf32f4035cf8c2eac6fbda57c8b19\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-2-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-2-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3bc904b30c0a844fd80b28bad2f68980\";a:10:{s:4:\"hash\";s:32:\"3bc904b30c0a844fd80b28bad2f68980\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-2-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-2-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8f88a42c868802b5e74eb3430ba8dea\";a:10:{s:4:\"hash\";s:32:\"e8f88a42c868802b5e74eb3430ba8dea\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-2-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b996b3fd8facd26864776887d82f4ff7\";a:10:{s:4:\"hash\";s:32:\"b996b3fd8facd26864776887d82f4ff7\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-2-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-2-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"897608ed60f726857d61b1c2edc08f02\";a:10:{s:4:\"hash\";s:32:\"897608ed60f726857d61b1c2edc08f02\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-20-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-20-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d5bc59eaf33b84a98a08af27faed908\";a:10:{s:4:\"hash\";s:32:\"3d5bc59eaf33b84a98a08af27faed908\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-20-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-20-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"71b000b516364a0d497b8f81690d7955\";a:10:{s:4:\"hash\";s:32:\"71b000b516364a0d497b8f81690d7955\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-20-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-20-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"207418e2293b628081166e28ecc70464\";a:10:{s:4:\"hash\";s:32:\"207418e2293b628081166e28ecc70464\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-20-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91aaad3333bfe9a65ec1904a5f2e65ad\";a:10:{s:4:\"hash\";s:32:\"91aaad3333bfe9a65ec1904a5f2e65ad\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-20-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-20-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ffab62b6b909cb7322969a52b70eda3\";a:10:{s:4:\"hash\";s:32:\"7ffab62b6b909cb7322969a52b70eda3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-21-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-21-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8976e66241776f93c8705dd3bed3ec20\";a:10:{s:4:\"hash\";s:32:\"8976e66241776f93c8705dd3bed3ec20\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-21-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-21-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4878e8a628c0fdb9bf562977aeed8742\";a:10:{s:4:\"hash\";s:32:\"4878e8a628c0fdb9bf562977aeed8742\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-21-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-21-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a5fcab8196cbd6f103e793b45fca715\";a:10:{s:4:\"hash\";s:32:\"7a5fcab8196cbd6f103e793b45fca715\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-21-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae2d873f6f3f0f1aa7f8bf5778e4c2a9\";a:10:{s:4:\"hash\";s:32:\"ae2d873f6f3f0f1aa7f8bf5778e4c2a9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-21-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-21-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a25e6160d205e8a8d2da9ac6b900d4e\";a:10:{s:4:\"hash\";s:32:\"3a25e6160d205e8a8d2da9ac6b900d4e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-22-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-22-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e42713b643e24a59b296ec6a6c5edd9d\";a:10:{s:4:\"hash\";s:32:\"e42713b643e24a59b296ec6a6c5edd9d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-22-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-22-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf7877cd4badc8d5153692f40e26070b\";a:10:{s:4:\"hash\";s:32:\"cf7877cd4badc8d5153692f40e26070b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-22-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-22-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"82e4c2e8b514d423129316b911463bce\";a:10:{s:4:\"hash\";s:32:\"82e4c2e8b514d423129316b911463bce\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-22-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff52878bda713f9225a1b548f93809f8\";a:10:{s:4:\"hash\";s:32:\"ff52878bda713f9225a1b548f93809f8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-22-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-22-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2570501fcd4002e515790ad251f25cf8\";a:10:{s:4:\"hash\";s:32:\"2570501fcd4002e515790ad251f25cf8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-23-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-23-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae84f840e5b85bf267089aec8dc9e2b6\";a:10:{s:4:\"hash\";s:32:\"ae84f840e5b85bf267089aec8dc9e2b6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-23-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-23-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d0a30d350d393ac17207c90236bf802\";a:10:{s:4:\"hash\";s:32:\"2d0a30d350d393ac17207c90236bf802\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-23-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-23-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6863059d1503af3708ccae4a74e9b746\";a:10:{s:4:\"hash\";s:32:\"6863059d1503af3708ccae4a74e9b746\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-23-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8bf57699824cfbbfe9f96a1c09ff6f1\";a:10:{s:4:\"hash\";s:32:\"b8bf57699824cfbbfe9f96a1c09ff6f1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-23-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-23-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"704fb9ddd96469277d17c597bfb691b8\";a:10:{s:4:\"hash\";s:32:\"704fb9ddd96469277d17c597bfb691b8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-24-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-24-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"181803552c7cd95f47af4e2c7ae3df55\";a:10:{s:4:\"hash\";s:32:\"181803552c7cd95f47af4e2c7ae3df55\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-24-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-24-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4e404c89b3caedfc0e756d662342cd3\";a:10:{s:4:\"hash\";s:32:\"d4e404c89b3caedfc0e756d662342cd3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-24-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1aa3ca4b6252547b1844b653489cce89\";a:10:{s:4:\"hash\";s:32:\"1aa3ca4b6252547b1844b653489cce89\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87b904f231b35d99c0cd39516f37e18c\";a:10:{s:4:\"hash\";s:32:\"87b904f231b35d99c0cd39516f37e18c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-24-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-24-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f35738973014635c3b65d1c05ec3eeca\";a:10:{s:4:\"hash\";s:32:\"f35738973014635c3b65d1c05ec3eeca\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-25-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-25-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c236e2bfcc84cb40fd913015d5fad0e4\";a:10:{s:4:\"hash\";s:32:\"c236e2bfcc84cb40fd913015d5fad0e4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-25-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-25-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e04828d01b7aede0ff2de683db4b5791\";a:10:{s:4:\"hash\";s:32:\"e04828d01b7aede0ff2de683db4b5791\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-25-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c9dc17cab1916c8186d3a6ba4b54507\";a:10:{s:4:\"hash\";s:32:\"2c9dc17cab1916c8186d3a6ba4b54507\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-25-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52ab34ba5dd6e352048ad12cc6b22fab\";a:10:{s:4:\"hash\";s:32:\"52ab34ba5dd6e352048ad12cc6b22fab\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-25-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-25-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ded03b76b8619a3f27438d0994f7e880\";a:10:{s:4:\"hash\";s:32:\"ded03b76b8619a3f27438d0994f7e880\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-26-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-26-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6ff38b43bf4f3edf254e4fa0a119256\";a:10:{s:4:\"hash\";s:32:\"b6ff38b43bf4f3edf254e4fa0a119256\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-26-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-26-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c58397af152e6bde70d68a2d89672ee0\";a:10:{s:4:\"hash\";s:32:\"c58397af152e6bde70d68a2d89672ee0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-26-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-26-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fdf1f1f4368172dd04ea2a7ee1a31579\";a:10:{s:4:\"hash\";s:32:\"fdf1f1f4368172dd04ea2a7ee1a31579\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-26-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69c2e3d288d52838138ea2ff5ec49606\";a:10:{s:4:\"hash\";s:32:\"69c2e3d288d52838138ea2ff5ec49606\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-26-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-26-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bcda03e683f7194e133ff66f7c0684fd\";a:10:{s:4:\"hash\";s:32:\"bcda03e683f7194e133ff66f7c0684fd\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-27-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-27-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d31ddb5ce58ac742974ef09f2d88ed0c\";a:10:{s:4:\"hash\";s:32:\"d31ddb5ce58ac742974ef09f2d88ed0c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-27-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-27-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23aa83a042bcadb0e4a1688b18892b7c\";a:10:{s:4:\"hash\";s:32:\"23aa83a042bcadb0e4a1688b18892b7c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-27-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-27-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"115c6505116d778f0f34a98b1a26a0f4\";a:10:{s:4:\"hash\";s:32:\"115c6505116d778f0f34a98b1a26a0f4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-27-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ebc19013ca549e896f4ee034fb0677cf\";a:10:{s:4:\"hash\";s:32:\"ebc19013ca549e896f4ee034fb0677cf\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-27-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-27-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dffadfb570eb4a23f6388d9d1f7b7ea6\";a:10:{s:4:\"hash\";s:32:\"dffadfb570eb4a23f6388d9d1f7b7ea6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-28-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-28-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5723e428c629b1eda092aac856b86f8\";a:10:{s:4:\"hash\";s:32:\"b5723e428c629b1eda092aac856b86f8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-28-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-28-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67902fea9e48096f72e3598649fb868e\";a:10:{s:4:\"hash\";s:32:\"67902fea9e48096f72e3598649fb868e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-28-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-28-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c332aeebab76622fbe049ed8f16b243\";a:10:{s:4:\"hash\";s:32:\"2c332aeebab76622fbe049ed8f16b243\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-28-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0036360e0469fcfabf616a53aed7ba5a\";a:10:{s:4:\"hash\";s:32:\"0036360e0469fcfabf616a53aed7ba5a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-28-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-28-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec75b3ddc16d02cc61781c39ff4b259c\";a:10:{s:4:\"hash\";s:32:\"ec75b3ddc16d02cc61781c39ff4b259c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-29-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-29-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77acf5b282443bff362e4a96be33d0d6\";a:10:{s:4:\"hash\";s:32:\"77acf5b282443bff362e4a96be33d0d6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-29-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-29-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6617ea7244de578d5f500da9a33434ce\";a:10:{s:4:\"hash\";s:32:\"6617ea7244de578d5f500da9a33434ce\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-29-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-29-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"657f91ca90b999e561618bfba484f101\";a:10:{s:4:\"hash\";s:32:\"657f91ca90b999e561618bfba484f101\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-29-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-29-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d46d5bfa87634f0741bbc888e4302295\";a:10:{s:4:\"hash\";s:32:\"d46d5bfa87634f0741bbc888e4302295\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-29-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-29-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3adc7ad5b490128c6c21fc16501975e3\";a:10:{s:4:\"hash\";s:32:\"3adc7ad5b490128c6c21fc16501975e3\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-3-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-3-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5d8e5ec3e63ec59e14186a135f9ce02\";a:10:{s:4:\"hash\";s:32:\"e5d8e5ec3e63ec59e14186a135f9ce02\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-3-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-3-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dade7e789658ac55146e984ef3aad9ee\";a:10:{s:4:\"hash\";s:32:\"dade7e789658ac55146e984ef3aad9ee\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-3-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-3-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04dedb2099a9b46ea38535dfe14a17d0\";a:10:{s:4:\"hash\";s:32:\"04dedb2099a9b46ea38535dfe14a17d0\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-3-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31e318b8ecedd7a7ecf3827d3dc26bc9\";a:10:{s:4:\"hash\";s:32:\"31e318b8ecedd7a7ecf3827d3dc26bc9\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-3-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-3-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eb1b7b5951fcc565702c043b71f88610\";a:10:{s:4:\"hash\";s:32:\"eb1b7b5951fcc565702c043b71f88610\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-30-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-30-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08157f66bf3487fc187907ab9be667da\";a:10:{s:4:\"hash\";s:32:\"08157f66bf3487fc187907ab9be667da\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-30-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-30-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92e89093f0beec1ceb5d7c6908192a79\";a:10:{s:4:\"hash\";s:32:\"92e89093f0beec1ceb5d7c6908192a79\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-30-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-30-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1f546d8184ae5d5774d80ae64b11f60f\";a:10:{s:4:\"hash\";s:32:\"1f546d8184ae5d5774d80ae64b11f60f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-30-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-30-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5d62ae2787a945ef2bc180ace0c11c6\";a:10:{s:4:\"hash\";s:32:\"c5d62ae2787a945ef2bc180ace0c11c6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-30-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-30-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8316a858e68cbdd08bc0648ee77fe27a\";a:10:{s:4:\"hash\";s:32:\"8316a858e68cbdd08bc0648ee77fe27a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-31-2018/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-31-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4471f54f0735d259b2ec2368096c4325\";a:10:{s:4:\"hash\";s:32:\"4471f54f0735d259b2ec2368096c4325\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-31-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-31-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ec1826dd39149fadb3d4f1915812be5\";a:10:{s:4:\"hash\";s:32:\"5ec1826dd39149fadb3d4f1915812be5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-31-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-31-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3b5de53273ef9c61828d9b8e8c6b753\";a:10:{s:4:\"hash\";s:32:\"e3b5de53273ef9c61828d9b8e8c6b753\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-31-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-31-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58d8418411bc0dec9895b9d2244ce4f1\";a:10:{s:4:\"hash\";s:32:\"58d8418411bc0dec9895b9d2244ce4f1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-31-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~5-31-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bbfa5c374a4dad19e801c82ab4c2beef\";a:10:{s:4:\"hash\";s:32:\"bbfa5c374a4dad19e801c82ab4c2beef\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-4-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-4-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46955420752bddf45c0a99ab5f73428d\";a:10:{s:4:\"hash\";s:32:\"46955420752bddf45c0a99ab5f73428d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-4-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-4-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54573cd77934fe34453bd54ef3b23c3a\";a:10:{s:4:\"hash\";s:32:\"54573cd77934fe34453bd54ef3b23c3a\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-4-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-4-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc716e4019b91e24b4e9c1f566a91c09\";a:10:{s:4:\"hash\";s:32:\"dc716e4019b91e24b4e9c1f566a91c09\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-4-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b5deb12f16366bf4b33a7f800e17f61\";a:10:{s:4:\"hash\";s:32:\"3b5deb12f16366bf4b33a7f800e17f61\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-4-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-4-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8632422e7dad034222f9bce4d5cadd33\";a:10:{s:4:\"hash\";s:32:\"8632422e7dad034222f9bce4d5cadd33\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-5-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-5-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81642753d5953a6a974c6be923b0c128\";a:10:{s:4:\"hash\";s:32:\"81642753d5953a6a974c6be923b0c128\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-5-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-5-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19644ebdf47c59671921e93e218b2e86\";a:10:{s:4:\"hash\";s:32:\"19644ebdf47c59671921e93e218b2e86\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-5-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-5-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e233206bac54d58a02eb873ef054654\";a:10:{s:4:\"hash\";s:32:\"7e233206bac54d58a02eb873ef054654\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-5-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-5-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47300c92f3be0d06dcf4c1178a5ce0bf\";a:10:{s:4:\"hash\";s:32:\"47300c92f3be0d06dcf4c1178a5ce0bf\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-5-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-5-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b7846557d34a0ad778226085d1fdbb0\";a:10:{s:4:\"hash\";s:32:\"2b7846557d34a0ad778226085d1fdbb0\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-6-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-6-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cd96cbc462a83532d8411c95d76add7\";a:10:{s:4:\"hash\";s:32:\"0cd96cbc462a83532d8411c95d76add7\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-6-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-6-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf71737ee8bf9d10a69f1c8f2090b4c7\";a:10:{s:4:\"hash\";s:32:\"cf71737ee8bf9d10a69f1c8f2090b4c7\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-6-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-6-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18db88908be25c515dd306a2b4e062ab\";a:10:{s:4:\"hash\";s:32:\"18db88908be25c515dd306a2b4e062ab\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-6-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-6-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25b7058640954bd38a7ff4e6ae19de3c\";a:10:{s:4:\"hash\";s:32:\"25b7058640954bd38a7ff4e6ae19de3c\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-6-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-6-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c40747a1d4c9e8c4a974ccf4f63d487d\";a:10:{s:4:\"hash\";s:32:\"c40747a1d4c9e8c4a974ccf4f63d487d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-7-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-7-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6709ad0a493c8aadcf9b78210295c8d5\";a:10:{s:4:\"hash\";s:32:\"6709ad0a493c8aadcf9b78210295c8d5\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-7-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-7-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be16d955ab55cbbc674ab69a23485506\";a:10:{s:4:\"hash\";s:32:\"be16d955ab55cbbc674ab69a23485506\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-7-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-7-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de94fd1a5d796c8c61638cdb29fd65cf\";a:10:{s:4:\"hash\";s:32:\"de94fd1a5d796c8c61638cdb29fd65cf\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-7-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-7-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a50853cbfa70bfaa51852d5fd91aeaf0\";a:10:{s:4:\"hash\";s:32:\"a50853cbfa70bfaa51852d5fd91aeaf0\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-7-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-7-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f315691ad37c2285be72bd034652cf9e\";a:10:{s:4:\"hash\";s:32:\"f315691ad37c2285be72bd034652cf9e\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-8-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-8-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a0a374775aab6bbe1ec25d0040bed6d\";a:10:{s:4:\"hash\";s:32:\"1a0a374775aab6bbe1ec25d0040bed6d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-8-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-8-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"007f245ec213cf87962936ae489277a0\";a:10:{s:4:\"hash\";s:32:\"007f245ec213cf87962936ae489277a0\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-8-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-8-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c8d3a83e3c82cd6411006bc5f9db878d\";a:10:{s:4:\"hash\";s:32:\"c8d3a83e3c82cd6411006bc5f9db878d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-8-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-8-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"28a93dbd97bd846ee25d3ca18e70c0f3\";a:10:{s:4:\"hash\";s:32:\"28a93dbd97bd846ee25d3ca18e70c0f3\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-8-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-8-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c78f61a16119f58ef0bdc19e0681cd36\";a:10:{s:4:\"hash\";s:32:\"c78f61a16119f58ef0bdc19e0681cd36\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-9-2018/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-9-2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f8c50b2d596c3a4d88288a0410d55ca\";a:10:{s:4:\"hash\";s:32:\"4f8c50b2d596c3a4d88288a0410d55ca\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-9-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-9-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04ac9f3769430be86d9a360e81188fba\";a:10:{s:4:\"hash\";s:32:\"04ac9f3769430be86d9a360e81188fba\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-9-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-9-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c26717f7c74a5d99c180762baea60867\";a:10:{s:4:\"hash\";s:32:\"c26717f7c74a5d99c180762baea60867\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-9-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-9-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76b3486f8b57ad084476e00e9618f670\";a:10:{s:4:\"hash\";s:32:\"76b3486f8b57ad084476e00e9618f670\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~5-9-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~5-9-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c2b501d0bafb8055e56afe7b2542a36\";a:10:{s:4:\"hash\";s:32:\"0c2b501d0bafb8055e56afe7b2542a36\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-1-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-1-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0335d093f27f9281b69ecb2fbfa44bed\";a:10:{s:4:\"hash\";s:32:\"0335d093f27f9281b69ecb2fbfa44bed\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-1-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-1-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2052121ce90c3b0fa5ed7edda4615dc2\";a:10:{s:4:\"hash\";s:32:\"2052121ce90c3b0fa5ed7edda4615dc2\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-1-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5dae21bdf618bc7f30ce1cc246500253\";a:10:{s:4:\"hash\";s:32:\"5dae21bdf618bc7f30ce1cc246500253\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-1-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-1-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0a897d01c459d6ae93ff2d4a0584e05\";a:10:{s:4:\"hash\";s:32:\"f0a897d01c459d6ae93ff2d4a0584e05\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-10-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-10-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cab2cbc43ef70a86977d747765523514\";a:10:{s:4:\"hash\";s:32:\"cab2cbc43ef70a86977d747765523514\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-10-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-10-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"597fda0c1afc8c494c7a13f30d065fed\";a:10:{s:4:\"hash\";s:32:\"597fda0c1afc8c494c7a13f30d065fed\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-10-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-10-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5aa3151b46a66aae5195f62c411a7ac\";a:10:{s:4:\"hash\";s:32:\"d5aa3151b46a66aae5195f62c411a7ac\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-10-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-10-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"226300c2c1d264bcf49e3c73553d41e9\";a:10:{s:4:\"hash\";s:32:\"226300c2c1d264bcf49e3c73553d41e9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-11-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-11-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"924e83efb21a640e815b697aab711e63\";a:10:{s:4:\"hash\";s:32:\"924e83efb21a640e815b697aab711e63\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-11-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-11-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"743e5475371e7738ef95bfbea08f97fe\";a:10:{s:4:\"hash\";s:32:\"743e5475371e7738ef95bfbea08f97fe\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-11-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-11-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f30c02d89a9623d1499f8b44e2892e62\";a:10:{s:4:\"hash\";s:32:\"f30c02d89a9623d1499f8b44e2892e62\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-11-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-11-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"141d6dd3d80bc87884d2de41e5d049a8\";a:10:{s:4:\"hash\";s:32:\"141d6dd3d80bc87884d2de41e5d049a8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-12-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-12-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b183eabecc8c6fbbff5e178ede0eb272\";a:10:{s:4:\"hash\";s:32:\"b183eabecc8c6fbbff5e178ede0eb272\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-12-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-12-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a82c5e0a6263f28196082db151c4b01e\";a:10:{s:4:\"hash\";s:32:\"a82c5e0a6263f28196082db151c4b01e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-12-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-12-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55b81052ac48ed824902d0ba8faab6c7\";a:10:{s:4:\"hash\";s:32:\"55b81052ac48ed824902d0ba8faab6c7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-12-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-12-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"36407820225b4c5d55fc1c69d6a0243a\";a:10:{s:4:\"hash\";s:32:\"36407820225b4c5d55fc1c69d6a0243a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-13-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-13-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44db3f9426520f907e5ca46fa3eebcb0\";a:10:{s:4:\"hash\";s:32:\"44db3f9426520f907e5ca46fa3eebcb0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-13-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-13-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e434386415456830eef4db60a85a5efe\";a:10:{s:4:\"hash\";s:32:\"e434386415456830eef4db60a85a5efe\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-13-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-13-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd0ab3d4b5a95932d546dbe738d421fb\";a:10:{s:4:\"hash\";s:32:\"bd0ab3d4b5a95932d546dbe738d421fb\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-13-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-13-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11439dad1f71a7517f59c861af71a20f\";a:10:{s:4:\"hash\";s:32:\"11439dad1f71a7517f59c861af71a20f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-14-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-14-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a32d73cfc9b5541ab94e2ef652df50c5\";a:10:{s:4:\"hash\";s:32:\"a32d73cfc9b5541ab94e2ef652df50c5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-14-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-14-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f39c095ae45931d7ab3e08b0d0908444\";a:10:{s:4:\"hash\";s:32:\"f39c095ae45931d7ab3e08b0d0908444\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-14-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-14-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6396d05f572a36932acb222ac44ad1b6\";a:10:{s:4:\"hash\";s:32:\"6396d05f572a36932acb222ac44ad1b6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-14-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-14-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80f4c8f4657b962f66589cbd4567b2c3\";a:10:{s:4:\"hash\";s:32:\"80f4c8f4657b962f66589cbd4567b2c3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-15-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-15-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d9868c5c7946dbc4b8132a56d7819dd\";a:10:{s:4:\"hash\";s:32:\"8d9868c5c7946dbc4b8132a56d7819dd\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-15-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-15-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a01a08e878383868cd1b74a6d8ad14b\";a:10:{s:4:\"hash\";s:32:\"1a01a08e878383868cd1b74a6d8ad14b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-15-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-15-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e6c9ad060fc2a957c466e2bac8ea65f\";a:10:{s:4:\"hash\";s:32:\"5e6c9ad060fc2a957c466e2bac8ea65f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-15-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-15-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"822e304fcb351f8103cd991f061d8281\";a:10:{s:4:\"hash\";s:32:\"822e304fcb351f8103cd991f061d8281\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-16-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-16-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46aaf77f18b2801eef020e075663450c\";a:10:{s:4:\"hash\";s:32:\"46aaf77f18b2801eef020e075663450c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-16-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-16-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c1ba04646dd78e12e9af98086461288\";a:10:{s:4:\"hash\";s:32:\"1c1ba04646dd78e12e9af98086461288\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-16-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-16-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66aaa046b50c507607bb6d909bc24aa3\";a:10:{s:4:\"hash\";s:32:\"66aaa046b50c507607bb6d909bc24aa3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-16-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-16-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b602f10c48b77e804bb1a6a775696a54\";a:10:{s:4:\"hash\";s:32:\"b602f10c48b77e804bb1a6a775696a54\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-17-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-17-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3818be8450448c2fe626bfcbff9c3d0\";a:10:{s:4:\"hash\";s:32:\"c3818be8450448c2fe626bfcbff9c3d0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-17-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-17-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e476b9b1fec97bfa62a2223f5af50617\";a:10:{s:4:\"hash\";s:32:\"e476b9b1fec97bfa62a2223f5af50617\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-17-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e911fec52016210c36555f5b59ed9f5b\";a:10:{s:4:\"hash\";s:32:\"e911fec52016210c36555f5b59ed9f5b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-17-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-17-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3efa9539609c3909ff758d9bd72f422\";a:10:{s:4:\"hash\";s:32:\"d3efa9539609c3909ff758d9bd72f422\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-18-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-18-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6ac7e2d027bec5810bff6e4ff90c0b6\";a:10:{s:4:\"hash\";s:32:\"c6ac7e2d027bec5810bff6e4ff90c0b6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-18-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90d07b7d2de9fd8614f1585cece34c00\";a:10:{s:4:\"hash\";s:32:\"90d07b7d2de9fd8614f1585cece34c00\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-18-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d002e1bbd1c0b9a4528b823007a85578\";a:10:{s:4:\"hash\";s:32:\"d002e1bbd1c0b9a4528b823007a85578\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-18-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-18-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"818c79848d88ce39b3d0b84d41b7bf20\";a:10:{s:4:\"hash\";s:32:\"818c79848d88ce39b3d0b84d41b7bf20\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-19-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-19-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c593a22cd0ac922498220513a77e6db6\";a:10:{s:4:\"hash\";s:32:\"c593a22cd0ac922498220513a77e6db6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-19-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-19-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"658debe4d64336bc6d7e62ee00772b97\";a:10:{s:4:\"hash\";s:32:\"658debe4d64336bc6d7e62ee00772b97\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-19-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f4f57743bffbb8eeaf97c8f0bd9e803\";a:10:{s:4:\"hash\";s:32:\"6f4f57743bffbb8eeaf97c8f0bd9e803\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-19-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-19-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4be217c7818373b6e279992acb0e6d2e\";a:10:{s:4:\"hash\";s:32:\"4be217c7818373b6e279992acb0e6d2e\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-2-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-2-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48b391d2941791f0f012b50c41664f5c\";a:10:{s:4:\"hash\";s:32:\"48b391d2941791f0f012b50c41664f5c\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-2-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-2-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10373751dbf66db07e02f03c3578c535\";a:10:{s:4:\"hash\";s:32:\"10373751dbf66db07e02f03c3578c535\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-2-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45e8de1bd1dc44b5ccacf64d15da1110\";a:10:{s:4:\"hash\";s:32:\"45e8de1bd1dc44b5ccacf64d15da1110\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-2-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-2-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e62c7d2a0e766c77eef244f1d8e1addd\";a:10:{s:4:\"hash\";s:32:\"e62c7d2a0e766c77eef244f1d8e1addd\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-20-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-20-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23616fca83e8783b3097608610aa8288\";a:10:{s:4:\"hash\";s:32:\"23616fca83e8783b3097608610aa8288\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-20-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-20-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25533beb91a853271cd2b7575998ac2c\";a:10:{s:4:\"hash\";s:32:\"25533beb91a853271cd2b7575998ac2c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-20-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"96799940be9d7346958c4d831774d260\";a:10:{s:4:\"hash\";s:32:\"96799940be9d7346958c4d831774d260\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-20-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-20-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c42b361345f9fdd0509689b267c9b304\";a:10:{s:4:\"hash\";s:32:\"c42b361345f9fdd0509689b267c9b304\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-21-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-21-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d193a549e882ffc705fd511f4cd216fb\";a:10:{s:4:\"hash\";s:32:\"d193a549e882ffc705fd511f4cd216fb\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-21-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-21-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db91ed45207d8e412fe5f660005f5cc1\";a:10:{s:4:\"hash\";s:32:\"db91ed45207d8e412fe5f660005f5cc1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-21-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a3959370a582f8dbc524018499992bc\";a:10:{s:4:\"hash\";s:32:\"2a3959370a582f8dbc524018499992bc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-21-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-21-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ca1155afe53e5e29f4a4fc70fb8824d\";a:10:{s:4:\"hash\";s:32:\"7ca1155afe53e5e29f4a4fc70fb8824d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-22-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-22-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec832c7c8547947c724aee58a999bd87\";a:10:{s:4:\"hash\";s:32:\"ec832c7c8547947c724aee58a999bd87\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-22-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-22-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf20b465749331ee91baaf3bdc8223db\";a:10:{s:4:\"hash\";s:32:\"cf20b465749331ee91baaf3bdc8223db\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-22-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b0c289cb7b5cf9abbf334c9fc32ce61\";a:10:{s:4:\"hash\";s:32:\"4b0c289cb7b5cf9abbf334c9fc32ce61\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-22-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-22-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1220c78f6f32f28c0ec86589bcb4a886\";a:10:{s:4:\"hash\";s:32:\"1220c78f6f32f28c0ec86589bcb4a886\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-23-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-23-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a966ff39aae7e1abf2686046ac807356\";a:10:{s:4:\"hash\";s:32:\"a966ff39aae7e1abf2686046ac807356\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-23-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-23-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"094692b216dcc65d42bc1eae06fc4db8\";a:10:{s:4:\"hash\";s:32:\"094692b216dcc65d42bc1eae06fc4db8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-23-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5694aad054b5cc85d5e08aa6734c7d6\";a:10:{s:4:\"hash\";s:32:\"d5694aad054b5cc85d5e08aa6734c7d6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-23-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-23-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50224fef243a0e264030ae6141338b9d\";a:10:{s:4:\"hash\";s:32:\"50224fef243a0e264030ae6141338b9d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-24-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-24-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c952fb5c16f5e0091db7ccf1f5cf05d5\";a:10:{s:4:\"hash\";s:32:\"c952fb5c16f5e0091db7ccf1f5cf05d5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-24-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd907af2b02754f599d5b857d0e14f4b\";a:10:{s:4:\"hash\";s:32:\"dd907af2b02754f599d5b857d0e14f4b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b030b49364aeac8a4bc507fc151cbe7\";a:10:{s:4:\"hash\";s:32:\"5b030b49364aeac8a4bc507fc151cbe7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-24-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-24-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"886dc00a914c34aa0409c868914e0ad1\";a:10:{s:4:\"hash\";s:32:\"886dc00a914c34aa0409c868914e0ad1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-25-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-25-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f4fb5b412bd135e6d5a0aa6942736c4f\";a:10:{s:4:\"hash\";s:32:\"f4fb5b412bd135e6d5a0aa6942736c4f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-25-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3020b8bc018b32f3be2700cb58ec8b9c\";a:10:{s:4:\"hash\";s:32:\"3020b8bc018b32f3be2700cb58ec8b9c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-25-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0aea94fe773015c8015ef7c51663c5a1\";a:10:{s:4:\"hash\";s:32:\"0aea94fe773015c8015ef7c51663c5a1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-25-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-25-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c71272f2312d45ca8aac07d8bf5a90de\";a:10:{s:4:\"hash\";s:32:\"c71272f2312d45ca8aac07d8bf5a90de\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-26-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-26-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e91b2d0b2e7c7cbc9158e0c297d85b48\";a:10:{s:4:\"hash\";s:32:\"e91b2d0b2e7c7cbc9158e0c297d85b48\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-26-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-26-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3eeafd8ed5876b5df7121c8b2ac2497b\";a:10:{s:4:\"hash\";s:32:\"3eeafd8ed5876b5df7121c8b2ac2497b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-26-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9546e184d89f60b175fdf2c9b4ab698\";a:10:{s:4:\"hash\";s:32:\"a9546e184d89f60b175fdf2c9b4ab698\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-26-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-26-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8afe052020fa79f9c6f8ef79db150f5c\";a:10:{s:4:\"hash\";s:32:\"8afe052020fa79f9c6f8ef79db150f5c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-27-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-27-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9996387d3192754d0cdc06881fa9c7a1\";a:10:{s:4:\"hash\";s:32:\"9996387d3192754d0cdc06881fa9c7a1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-27-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-27-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8fe154741992095ceab92c231aae2eff\";a:10:{s:4:\"hash\";s:32:\"8fe154741992095ceab92c231aae2eff\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-27-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11222cae3a1cc4d9d7e8ffd5bc0e1209\";a:10:{s:4:\"hash\";s:32:\"11222cae3a1cc4d9d7e8ffd5bc0e1209\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-27-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-27-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ed7e5bc3b76f65fb31f600b655d086d\";a:10:{s:4:\"hash\";s:32:\"0ed7e5bc3b76f65fb31f600b655d086d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-28-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-28-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"186eb2054e2f6e1f8476ff93fe1fa7a7\";a:10:{s:4:\"hash\";s:32:\"186eb2054e2f6e1f8476ff93fe1fa7a7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-28-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-28-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e54df82d6190f3cf6c99fe339e3419d1\";a:10:{s:4:\"hash\";s:32:\"e54df82d6190f3cf6c99fe339e3419d1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-28-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62fefb7de52ba29333d616ae41b42675\";a:10:{s:4:\"hash\";s:32:\"62fefb7de52ba29333d616ae41b42675\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-28-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-28-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5aca16a1bcb5208902801c5f598d0927\";a:10:{s:4:\"hash\";s:32:\"5aca16a1bcb5208902801c5f598d0927\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-29-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-29-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb4bb514f691734b73ad22229d62dba7\";a:10:{s:4:\"hash\";s:32:\"bb4bb514f691734b73ad22229d62dba7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-29-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-29-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59ab61481747cd5251900c535d9bde9d\";a:10:{s:4:\"hash\";s:32:\"59ab61481747cd5251900c535d9bde9d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-29-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-29-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"078e0d680e867d111c90ccab5f803ccc\";a:10:{s:4:\"hash\";s:32:\"078e0d680e867d111c90ccab5f803ccc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-29-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-29-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c0b3b1f1d5b6ef8b3647949d01b3d09\";a:10:{s:4:\"hash\";s:32:\"8c0b3b1f1d5b6ef8b3647949d01b3d09\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-3-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-3-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"882106f99f602988a2007e02a0638b1b\";a:10:{s:4:\"hash\";s:32:\"882106f99f602988a2007e02a0638b1b\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-3-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-3-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"425e9ad87ed756b0c9f899861641b98d\";a:10:{s:4:\"hash\";s:32:\"425e9ad87ed756b0c9f899861641b98d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-3-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba799a093f4390d35ddb605753b611b4\";a:10:{s:4:\"hash\";s:32:\"ba799a093f4390d35ddb605753b611b4\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-3-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-3-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f968a1da038536b654817cc4f62ce75d\";a:10:{s:4:\"hash\";s:32:\"f968a1da038536b654817cc4f62ce75d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-30-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-30-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59291104ee5c0251b0e674ca7628a954\";a:10:{s:4:\"hash\";s:32:\"59291104ee5c0251b0e674ca7628a954\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-30-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-30-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2463caf3aa914013f54350f873ccf67e\";a:10:{s:4:\"hash\";s:32:\"2463caf3aa914013f54350f873ccf67e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-30-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-30-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0069ec3b3007a79c81884a7ebfcd5741\";a:10:{s:4:\"hash\";s:32:\"0069ec3b3007a79c81884a7ebfcd5741\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-30-2022/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~6-30-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"426ea86b93ad6466ab8094120971fbb1\";a:10:{s:4:\"hash\";s:32:\"426ea86b93ad6466ab8094120971fbb1\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-4-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-4-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e39315f81132b40f5688cafe8d81cd59\";a:10:{s:4:\"hash\";s:32:\"e39315f81132b40f5688cafe8d81cd59\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-4-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-4-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e3a2ce0fd7a39f2877e8c8ffcba090c\";a:10:{s:4:\"hash\";s:32:\"1e3a2ce0fd7a39f2877e8c8ffcba090c\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-4-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2fb9b1137d33de1d4ffb094b6ca8f5c9\";a:10:{s:4:\"hash\";s:32:\"2fb9b1137d33de1d4ffb094b6ca8f5c9\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-4-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-4-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"337e2cd15cbb35580c4c4cc45b186550\";a:10:{s:4:\"hash\";s:32:\"337e2cd15cbb35580c4c4cc45b186550\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-5-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-5-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a3f35e0245a234ca438a47dfedf2c09\";a:10:{s:4:\"hash\";s:32:\"1a3f35e0245a234ca438a47dfedf2c09\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-5-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-5-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5cc884baffc2d85912b7d43ee69f125\";a:10:{s:4:\"hash\";s:32:\"a5cc884baffc2d85912b7d43ee69f125\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-5-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-5-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"043dc6a5597b8f225baea877baea4673\";a:10:{s:4:\"hash\";s:32:\"043dc6a5597b8f225baea877baea4673\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-5-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-5-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a882dda86ce2ef5a78866a3f66dcea2f\";a:10:{s:4:\"hash\";s:32:\"a882dda86ce2ef5a78866a3f66dcea2f\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-6-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-6-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"390b9aa96fc917951cd0de8ed1f24d42\";a:10:{s:4:\"hash\";s:32:\"390b9aa96fc917951cd0de8ed1f24d42\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-6-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-6-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe3d6e2b29d3540a662ec912c4697da3\";a:10:{s:4:\"hash\";s:32:\"fe3d6e2b29d3540a662ec912c4697da3\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-6-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-6-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69a6c65c0af261125c156370d49f42d1\";a:10:{s:4:\"hash\";s:32:\"69a6c65c0af261125c156370d49f42d1\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-6-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-6-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c9bfe4d1616aa9794e0cd9e8cf3436d\";a:10:{s:4:\"hash\";s:32:\"6c9bfe4d1616aa9794e0cd9e8cf3436d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-7-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-7-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"140f6e0b4be30b64795e51328cf6731f\";a:10:{s:4:\"hash\";s:32:\"140f6e0b4be30b64795e51328cf6731f\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-7-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-7-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fee80bbee2eae25e41c80300b42dea20\";a:10:{s:4:\"hash\";s:32:\"fee80bbee2eae25e41c80300b42dea20\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-7-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-7-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1120b0e32d38e8d0518b0548cbec22e5\";a:10:{s:4:\"hash\";s:32:\"1120b0e32d38e8d0518b0548cbec22e5\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-7-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-7-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cdffa550d9e54aa694a7e1d03f7bf369\";a:10:{s:4:\"hash\";s:32:\"cdffa550d9e54aa694a7e1d03f7bf369\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-8-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-8-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a584f0efeb2c6b386f343ca7c14f5838\";a:10:{s:4:\"hash\";s:32:\"a584f0efeb2c6b386f343ca7c14f5838\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-8-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-8-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc98b0360abdcbc4300aadfd313eb021\";a:10:{s:4:\"hash\";s:32:\"fc98b0360abdcbc4300aadfd313eb021\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-8-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-8-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e90d2c0e956d0286d03ef66a2f2fb560\";a:10:{s:4:\"hash\";s:32:\"e90d2c0e956d0286d03ef66a2f2fb560\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-8-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-8-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2262b5aeb745b9fb9404649222d0bca\";a:10:{s:4:\"hash\";s:32:\"d2262b5aeb745b9fb9404649222d0bca\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-9-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-9-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22917ba7a56c8acd603c9ce94c639821\";a:10:{s:4:\"hash\";s:32:\"22917ba7a56c8acd603c9ce94c639821\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-9-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-9-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db0b1b3ec4470577ed950f13af4c5bac\";a:10:{s:4:\"hash\";s:32:\"db0b1b3ec4470577ed950f13af4c5bac\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-9-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-9-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f4d88249bcfa0ec7abed311e160317aa\";a:10:{s:4:\"hash\";s:32:\"f4d88249bcfa0ec7abed311e160317aa\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~6-9-2022/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~6-9-2022/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8e93393de6a8c3fc8fc65f847f95166\";a:10:{s:4:\"hash\";s:32:\"d8e93393de6a8c3fc8fc65f847f95166\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-1-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-1-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1240db0561aeebd814e0292ea5b28fab\";a:10:{s:4:\"hash\";s:32:\"1240db0561aeebd814e0292ea5b28fab\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-1-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-1-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"620761a49a4528a944ca3a53fcd9b62c\";a:10:{s:4:\"hash\";s:32:\"620761a49a4528a944ca3a53fcd9b62c\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-1-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"836598d12b40242cdfb8d40a02373add\";a:10:{s:4:\"hash\";s:32:\"836598d12b40242cdfb8d40a02373add\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-10-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-10-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"795617175b86b2c408881561515bb8e8\";a:10:{s:4:\"hash\";s:32:\"795617175b86b2c408881561515bb8e8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-10-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-10-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fea8b560347c8737a11c8a423eed825\";a:10:{s:4:\"hash\";s:32:\"7fea8b560347c8737a11c8a423eed825\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-10-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-10-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78fd8a427560e277dc875c8777f33f21\";a:10:{s:4:\"hash\";s:32:\"78fd8a427560e277dc875c8777f33f21\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-11-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-11-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6aa2d5224187e2d8da2ea92cb77ccea5\";a:10:{s:4:\"hash\";s:32:\"6aa2d5224187e2d8da2ea92cb77ccea5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-11-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-11-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21d2de923b179dc0083bca4d2036e98d\";a:10:{s:4:\"hash\";s:32:\"21d2de923b179dc0083bca4d2036e98d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-11-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-11-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0be2766a74b979a163a0c4a43a1303a\";a:10:{s:4:\"hash\";s:32:\"d0be2766a74b979a163a0c4a43a1303a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-12-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-12-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6451aa794096e65641301b9630edce34\";a:10:{s:4:\"hash\";s:32:\"6451aa794096e65641301b9630edce34\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-12-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-12-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3bbed9bf119655952daa55c14b9dbb67\";a:10:{s:4:\"hash\";s:32:\"3bbed9bf119655952daa55c14b9dbb67\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-12-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-12-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b54d9d1068c0a8d0c222ac46942b0a2e\";a:10:{s:4:\"hash\";s:32:\"b54d9d1068c0a8d0c222ac46942b0a2e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-13-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-13-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2cb79b491ece535bde5a0269ba5fd6d8\";a:10:{s:4:\"hash\";s:32:\"2cb79b491ece535bde5a0269ba5fd6d8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-13-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-13-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"881a98a75238df250fe11707a5715441\";a:10:{s:4:\"hash\";s:32:\"881a98a75238df250fe11707a5715441\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-13-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-13-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a056549215bd7c72e61bfb3eabbaf40\";a:10:{s:4:\"hash\";s:32:\"1a056549215bd7c72e61bfb3eabbaf40\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-14-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-14-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"265371a646271f28bb84ce316489d0ab\";a:10:{s:4:\"hash\";s:32:\"265371a646271f28bb84ce316489d0ab\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-14-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-14-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"14832b3a5b7dc376a28ac5ff6d72232f\";a:10:{s:4:\"hash\";s:32:\"14832b3a5b7dc376a28ac5ff6d72232f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-14-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-14-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1debbc993170d1ea1e776706573eaa90\";a:10:{s:4:\"hash\";s:32:\"1debbc993170d1ea1e776706573eaa90\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-15-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-15-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb71ea1088f459e80ccc7447267a1ddb\";a:10:{s:4:\"hash\";s:32:\"cb71ea1088f459e80ccc7447267a1ddb\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-15-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-15-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7cab00e0fd2e1f2b97012fb2567c4630\";a:10:{s:4:\"hash\";s:32:\"7cab00e0fd2e1f2b97012fb2567c4630\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-15-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-15-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7dbe1a7475cb108f017f46af8a854ab3\";a:10:{s:4:\"hash\";s:32:\"7dbe1a7475cb108f017f46af8a854ab3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-16-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-16-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a218e1fcead6456ed8f2a9a4a0cf1843\";a:10:{s:4:\"hash\";s:32:\"a218e1fcead6456ed8f2a9a4a0cf1843\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-16-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-16-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1330801cd7d4aa5c994c6dbb540a52a\";a:10:{s:4:\"hash\";s:32:\"e1330801cd7d4aa5c994c6dbb540a52a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-16-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-16-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a8ff965e60f0efba0a5a4e156e458b5\";a:10:{s:4:\"hash\";s:32:\"7a8ff965e60f0efba0a5a4e156e458b5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-17-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-17-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"133b245509107321d03ce65a934e1e2e\";a:10:{s:4:\"hash\";s:32:\"133b245509107321d03ce65a934e1e2e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-17-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-17-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff12b74df116ccfbd8f7bf6350e79e6d\";a:10:{s:4:\"hash\";s:32:\"ff12b74df116ccfbd8f7bf6350e79e6d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-17-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ecf0b4661ad9522d587d0e6e947121da\";a:10:{s:4:\"hash\";s:32:\"ecf0b4661ad9522d587d0e6e947121da\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-18-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-18-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c232bafeced81f5e8af0884104940b0e\";a:10:{s:4:\"hash\";s:32:\"c232bafeced81f5e8af0884104940b0e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-18-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"53db5b9a7c7d98810489b3221739f544\";a:10:{s:4:\"hash\";s:32:\"53db5b9a7c7d98810489b3221739f544\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-18-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b8d0f6908488d4406e71f89fc5058a6\";a:10:{s:4:\"hash\";s:32:\"0b8d0f6908488d4406e71f89fc5058a6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-19-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-19-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"35060dfbaedb7f709588c6c4596f2508\";a:10:{s:4:\"hash\";s:32:\"35060dfbaedb7f709588c6c4596f2508\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-19-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-19-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4c9867054925a2cb21f68e1924e7733\";a:10:{s:4:\"hash\";s:32:\"d4c9867054925a2cb21f68e1924e7733\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-19-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"563dbc10ceeaf16597407aac20aeb2e7\";a:10:{s:4:\"hash\";s:32:\"563dbc10ceeaf16597407aac20aeb2e7\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-2-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-2-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73683990dc72faf05289fa89c4bae376\";a:10:{s:4:\"hash\";s:32:\"73683990dc72faf05289fa89c4bae376\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-2-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-2-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5caca43253e0aadbf1d4b7f6a8f9d50\";a:10:{s:4:\"hash\";s:32:\"a5caca43253e0aadbf1d4b7f6a8f9d50\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-2-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7aa17e68854a04f5feb113de33e474c1\";a:10:{s:4:\"hash\";s:32:\"7aa17e68854a04f5feb113de33e474c1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-20-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-20-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f6a4eb6b52e93a0ad2ffe4c4a522e06\";a:10:{s:4:\"hash\";s:32:\"8f6a4eb6b52e93a0ad2ffe4c4a522e06\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-20-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-20-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18bdce9c6fe1338ac33fcd125e6b3754\";a:10:{s:4:\"hash\";s:32:\"18bdce9c6fe1338ac33fcd125e6b3754\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-20-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a8e69ab9bce842295143319db43735f1\";a:10:{s:4:\"hash\";s:32:\"a8e69ab9bce842295143319db43735f1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-21-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-21-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"677b69d582632830125adc5f0828d375\";a:10:{s:4:\"hash\";s:32:\"677b69d582632830125adc5f0828d375\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-21-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-21-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ecdb6fba81a97af0c796d45ad2a4615\";a:10:{s:4:\"hash\";s:32:\"8ecdb6fba81a97af0c796d45ad2a4615\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-21-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12b78b33709bd1c6d50b42855a8fb773\";a:10:{s:4:\"hash\";s:32:\"12b78b33709bd1c6d50b42855a8fb773\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-22-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-22-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec3a47025ea1e9130dbb004ded0e0d15\";a:10:{s:4:\"hash\";s:32:\"ec3a47025ea1e9130dbb004ded0e0d15\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-22-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-22-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43d50c8df9d79c80440b48d1f93f3c1c\";a:10:{s:4:\"hash\";s:32:\"43d50c8df9d79c80440b48d1f93f3c1c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-22-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19cd6a982291bac54f162a7cb2d2cc13\";a:10:{s:4:\"hash\";s:32:\"19cd6a982291bac54f162a7cb2d2cc13\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-23-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-23-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84fa0dae0112d8887faa52a8d848c42f\";a:10:{s:4:\"hash\";s:32:\"84fa0dae0112d8887faa52a8d848c42f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-23-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-23-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c000b9000c4726a5213e1314d06f6d8\";a:10:{s:4:\"hash\";s:32:\"2c000b9000c4726a5213e1314d06f6d8\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-23-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"269f0df88ab9ee4dbbb454ed33283307\";a:10:{s:4:\"hash\";s:32:\"269f0df88ab9ee4dbbb454ed33283307\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-24-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-24-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"194d16a084b4a5bff580f21d45b69d82\";a:10:{s:4:\"hash\";s:32:\"194d16a084b4a5bff580f21d45b69d82\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-24-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0ed66bb83f2bb4a52ad3b87e6b2faaa\";a:10:{s:4:\"hash\";s:32:\"b0ed66bb83f2bb4a52ad3b87e6b2faaa\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"036ae711bcf225c44c7b7ead88446770\";a:10:{s:4:\"hash\";s:32:\"036ae711bcf225c44c7b7ead88446770\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-25-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-25-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf14db6e7470b6d1751d654f7d8f5791\";a:10:{s:4:\"hash\";s:32:\"cf14db6e7470b6d1751d654f7d8f5791\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-25-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9be801a634b442ea0ac277bea82904c7\";a:10:{s:4:\"hash\";s:32:\"9be801a634b442ea0ac277bea82904c7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-25-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5030848b270919eaac0e2a734c703178\";a:10:{s:4:\"hash\";s:32:\"5030848b270919eaac0e2a734c703178\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-26-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-26-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e655ad3fd7aeb29489d7b846f6e92f07\";a:10:{s:4:\"hash\";s:32:\"e655ad3fd7aeb29489d7b846f6e92f07\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-26-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-26-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b41f3a01f504c26e09e7edebe787103b\";a:10:{s:4:\"hash\";s:32:\"b41f3a01f504c26e09e7edebe787103b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-26-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"140a44650c1b450371e1d3b888e81031\";a:10:{s:4:\"hash\";s:32:\"140a44650c1b450371e1d3b888e81031\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-27-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-27-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73d0fe8242f30d85cbbd589f38d37567\";a:10:{s:4:\"hash\";s:32:\"73d0fe8242f30d85cbbd589f38d37567\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-27-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-27-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e306c9b3bad838aa732ae3b4a6356314\";a:10:{s:4:\"hash\";s:32:\"e306c9b3bad838aa732ae3b4a6356314\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-27-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bad96a7970a191e8d79ac1ff28faa7f0\";a:10:{s:4:\"hash\";s:32:\"bad96a7970a191e8d79ac1ff28faa7f0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-28-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-28-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c12210b52bfe87c59e5c1e11c3375553\";a:10:{s:4:\"hash\";s:32:\"c12210b52bfe87c59e5c1e11c3375553\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-28-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-28-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a53c64604b99fa7946c050d2840bc9d4\";a:10:{s:4:\"hash\";s:32:\"a53c64604b99fa7946c050d2840bc9d4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-28-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1fb65cd7734c87c2831ee98926d1bc3\";a:10:{s:4:\"hash\";s:32:\"d1fb65cd7734c87c2831ee98926d1bc3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-29-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-29-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26b179bfbe1bf497c1c207dda786cb7d\";a:10:{s:4:\"hash\";s:32:\"26b179bfbe1bf497c1c207dda786cb7d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-29-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-29-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94439a40ece34bec341076245ba10062\";a:10:{s:4:\"hash\";s:32:\"94439a40ece34bec341076245ba10062\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-29-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-29-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d79f67379d959894f82fb17604fede1\";a:10:{s:4:\"hash\";s:32:\"9d79f67379d959894f82fb17604fede1\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-3-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-3-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfa4ce55cbbcd02fb7885dfa6667fe71\";a:10:{s:4:\"hash\";s:32:\"cfa4ce55cbbcd02fb7885dfa6667fe71\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-3-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-3-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03a8b01170fd452484cf8c5a92810cf4\";a:10:{s:4:\"hash\";s:32:\"03a8b01170fd452484cf8c5a92810cf4\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-3-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45d1723a754c581ce4697e2e5846b088\";a:10:{s:4:\"hash\";s:32:\"45d1723a754c581ce4697e2e5846b088\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-30-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-30-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"603691dda38e3a242a60e8eb051b3566\";a:10:{s:4:\"hash\";s:32:\"603691dda38e3a242a60e8eb051b3566\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-30-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-30-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e95895da4f6593dc4f7a3207ceaa1d7d\";a:10:{s:4:\"hash\";s:32:\"e95895da4f6593dc4f7a3207ceaa1d7d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-30-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-30-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"181592a2ebf014f340cc825547dc7da9\";a:10:{s:4:\"hash\";s:32:\"181592a2ebf014f340cc825547dc7da9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-31-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-31-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ecae956f45c256ddfc2540e45f75126\";a:10:{s:4:\"hash\";s:32:\"3ecae956f45c256ddfc2540e45f75126\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-31-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-31-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a48008e429573b6e931fb83d22a69ec\";a:10:{s:4:\"hash\";s:32:\"0a48008e429573b6e931fb83d22a69ec\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-31-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~7-31-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aeeb9d9c295278b0a07d65c2eab4fd8a\";a:10:{s:4:\"hash\";s:32:\"aeeb9d9c295278b0a07d65c2eab4fd8a\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-4-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-4-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"927f09f815e8190c3cbea677a1eca3d6\";a:10:{s:4:\"hash\";s:32:\"927f09f815e8190c3cbea677a1eca3d6\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-4-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-4-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f04a37748239fb3dd940720774d4b86c\";a:10:{s:4:\"hash\";s:32:\"f04a37748239fb3dd940720774d4b86c\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-4-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"404a022b953daa52027d9adc356c7c52\";a:10:{s:4:\"hash\";s:32:\"404a022b953daa52027d9adc356c7c52\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-5-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-5-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ad0aef71ca2d3310b5721ace3508ecd\";a:10:{s:4:\"hash\";s:32:\"5ad0aef71ca2d3310b5721ace3508ecd\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-5-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-5-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0fa6ee96a6d126d7d112a66d04737aa8\";a:10:{s:4:\"hash\";s:32:\"0fa6ee96a6d126d7d112a66d04737aa8\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-5-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-5-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"278ad2524b62769d3eed1fa8a75df7c3\";a:10:{s:4:\"hash\";s:32:\"278ad2524b62769d3eed1fa8a75df7c3\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-6-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-6-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea4eb5396146470192e18ecb4d3f234c\";a:10:{s:4:\"hash\";s:32:\"ea4eb5396146470192e18ecb4d3f234c\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-6-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-6-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2cdef82e9c431f96f0bf461c7799663\";a:10:{s:4:\"hash\";s:32:\"b2cdef82e9c431f96f0bf461c7799663\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-6-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-6-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4495744808f10f72858b42f80a6c728f\";a:10:{s:4:\"hash\";s:32:\"4495744808f10f72858b42f80a6c728f\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-7-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-7-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"25326386bb5095f8358d59a435a91b52\";a:10:{s:4:\"hash\";s:32:\"25326386bb5095f8358d59a435a91b52\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-7-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-7-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd3dfd649984dd4a4b23e42bc7844032\";a:10:{s:4:\"hash\";s:32:\"dd3dfd649984dd4a4b23e42bc7844032\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-7-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-7-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ef81eda21051e238b7223501f76bdda\";a:10:{s:4:\"hash\";s:32:\"7ef81eda21051e238b7223501f76bdda\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-8-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-8-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f05413621d3c10d2264bb63d02e45d2\";a:10:{s:4:\"hash\";s:32:\"4f05413621d3c10d2264bb63d02e45d2\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-8-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-8-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5a4e1d56a4722ee992e0721df3d6855\";a:10:{s:4:\"hash\";s:32:\"b5a4e1d56a4722ee992e0721df3d6855\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-8-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-8-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e5f4ab2ba52883aed89e215f4662bbb\";a:10:{s:4:\"hash\";s:32:\"4e5f4ab2ba52883aed89e215f4662bbb\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-9-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-9-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7cffb956580fdddd573dc2d2c9e6e812\";a:10:{s:4:\"hash\";s:32:\"7cffb956580fdddd573dc2d2c9e6e812\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-9-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-9-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"709ade22221d4bd4febc9b11e8e56f85\";a:10:{s:4:\"hash\";s:32:\"709ade22221d4bd4febc9b11e8e56f85\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~7-9-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~7-9-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89be909e4738470979a0d03ab7fa8da6\";a:10:{s:4:\"hash\";s:32:\"89be909e4738470979a0d03ab7fa8da6\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-1-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-1-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"144257e5928e4f4e3355175ac7090428\";a:10:{s:4:\"hash\";s:32:\"144257e5928e4f4e3355175ac7090428\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-1-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-1-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a559896fa14b7a5817dbdebfabfd4102\";a:10:{s:4:\"hash\";s:32:\"a559896fa14b7a5817dbdebfabfd4102\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-1-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-1-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fab3872c8e8f9ea6446060d0943f0fa\";a:10:{s:4:\"hash\";s:32:\"6fab3872c8e8f9ea6446060d0943f0fa\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-10-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-10-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"485e12b12f6410db58a0539fe8580bbe\";a:10:{s:4:\"hash\";s:32:\"485e12b12f6410db58a0539fe8580bbe\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-10-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-10-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad31fb60d101a8ad8559cff579af5b4f\";a:10:{s:4:\"hash\";s:32:\"ad31fb60d101a8ad8559cff579af5b4f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-10-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-10-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e6772c5c6ad7c162470d7096a1e8dfc\";a:10:{s:4:\"hash\";s:32:\"0e6772c5c6ad7c162470d7096a1e8dfc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-11-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-11-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"237eae476ca14f17a502ca4e09656a1d\";a:10:{s:4:\"hash\";s:32:\"237eae476ca14f17a502ca4e09656a1d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-11-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-11-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"924889a690f9dc64442c67bf8a598447\";a:10:{s:4:\"hash\";s:32:\"924889a690f9dc64442c67bf8a598447\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-11-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-11-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6bbdccc511e1133f4c79c37ab9353e5f\";a:10:{s:4:\"hash\";s:32:\"6bbdccc511e1133f4c79c37ab9353e5f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-12-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-12-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ca58564ac15b582031809d9921be2a9\";a:10:{s:4:\"hash\";s:32:\"6ca58564ac15b582031809d9921be2a9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-12-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-12-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7397d00b193fca2ad5f39c550787442\";a:10:{s:4:\"hash\";s:32:\"d7397d00b193fca2ad5f39c550787442\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-12-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-12-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74ff1bf748322b30aaeac9d24859bc52\";a:10:{s:4:\"hash\";s:32:\"74ff1bf748322b30aaeac9d24859bc52\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-13-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-13-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aea60db42aef54145149517cd5e68de0\";a:10:{s:4:\"hash\";s:32:\"aea60db42aef54145149517cd5e68de0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-13-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-13-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"864c692ea4a79733a6ca063e4f3cebfc\";a:10:{s:4:\"hash\";s:32:\"864c692ea4a79733a6ca063e4f3cebfc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-13-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-13-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aec206e46e36b0c8cfb561db4e521cfb\";a:10:{s:4:\"hash\";s:32:\"aec206e46e36b0c8cfb561db4e521cfb\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-14-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-14-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ebaf2dfb7876793c26e1d9890b7e9d48\";a:10:{s:4:\"hash\";s:32:\"ebaf2dfb7876793c26e1d9890b7e9d48\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-14-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-14-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fbc94d212b80d73a5864f8876786d2b\";a:10:{s:4:\"hash\";s:32:\"6fbc94d212b80d73a5864f8876786d2b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-14-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-14-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2770e23b2a809923e56b95f18ad9a1fa\";a:10:{s:4:\"hash\";s:32:\"2770e23b2a809923e56b95f18ad9a1fa\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-15-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-15-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b477942c923bc70a8c60e44d6d0a31e4\";a:10:{s:4:\"hash\";s:32:\"b477942c923bc70a8c60e44d6d0a31e4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-15-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-15-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0bfad32b526ab345629238f2fd1a5297\";a:10:{s:4:\"hash\";s:32:\"0bfad32b526ab345629238f2fd1a5297\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-15-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-15-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd281a65e72ac48c347eaf34daea21c0\";a:10:{s:4:\"hash\";s:32:\"cd281a65e72ac48c347eaf34daea21c0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-16-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-16-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"29d1a356d09f48a0bcfcc51865af7584\";a:10:{s:4:\"hash\";s:32:\"29d1a356d09f48a0bcfcc51865af7584\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-16-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-16-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"28fd3fb3f2f15221d2db7bb209ddee5c\";a:10:{s:4:\"hash\";s:32:\"28fd3fb3f2f15221d2db7bb209ddee5c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-16-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-16-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5d1c818b4f38dac69573d3c9aa5a183\";a:10:{s:4:\"hash\";s:32:\"a5d1c818b4f38dac69573d3c9aa5a183\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-17-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-17-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f37c81938aae730923fd29f52dfd6d75\";a:10:{s:4:\"hash\";s:32:\"f37c81938aae730923fd29f52dfd6d75\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-17-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-17-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec58dbad6e07becc56a33b6892d27da7\";a:10:{s:4:\"hash\";s:32:\"ec58dbad6e07becc56a33b6892d27da7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-17-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-17-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f9c943e98418017e51b149916cc1842e\";a:10:{s:4:\"hash\";s:32:\"f9c943e98418017e51b149916cc1842e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-18-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-18-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"534984a62fecf258211c0710a4efd8d7\";a:10:{s:4:\"hash\";s:32:\"534984a62fecf258211c0710a4efd8d7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-18-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-18-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4ba6ccdede36c5e3292f2fb5e161aa6\";a:10:{s:4:\"hash\";s:32:\"b4ba6ccdede36c5e3292f2fb5e161aa6\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-18-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-18-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19c1d025b6b6af6f9a92c0f0ca347240\";a:10:{s:4:\"hash\";s:32:\"19c1d025b6b6af6f9a92c0f0ca347240\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-19-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-19-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30f7ce49b8a0149829b56f550485f649\";a:10:{s:4:\"hash\";s:32:\"30f7ce49b8a0149829b56f550485f649\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-19-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-19-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4afe5c62bd90527141a2be55a7f1c07\";a:10:{s:4:\"hash\";s:32:\"e4afe5c62bd90527141a2be55a7f1c07\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-19-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-19-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed36f3d39069444ec1eb35ffe79e9e2e\";a:10:{s:4:\"hash\";s:32:\"ed36f3d39069444ec1eb35ffe79e9e2e\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-2-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-2-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"910c9cf9b3cb120753ef9f27abc1b030\";a:10:{s:4:\"hash\";s:32:\"910c9cf9b3cb120753ef9f27abc1b030\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-2-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-2-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7231cdde587230b4c2bea96caca06ac7\";a:10:{s:4:\"hash\";s:32:\"7231cdde587230b4c2bea96caca06ac7\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-2-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-2-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09e4a7dd0b861363ac6a2e636bbfb0df\";a:10:{s:4:\"hash\";s:32:\"09e4a7dd0b861363ac6a2e636bbfb0df\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-20-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-20-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0bc339b9e61b1fa7cdc518f08dc73b5\";a:10:{s:4:\"hash\";s:32:\"a0bc339b9e61b1fa7cdc518f08dc73b5\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-20-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-20-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2b6400f897c74b6892bf58b0b36743d\";a:10:{s:4:\"hash\";s:32:\"f2b6400f897c74b6892bf58b0b36743d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-20-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-20-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a196bc5efa77f4d240b35b6e2b20dfd\";a:10:{s:4:\"hash\";s:32:\"7a196bc5efa77f4d240b35b6e2b20dfd\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-21-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-21-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b4a39bf7bdbc7f0c533864b72a6682d\";a:10:{s:4:\"hash\";s:32:\"7b4a39bf7bdbc7f0c533864b72a6682d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-21-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-21-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4cf8a8928ae19bcf36c52a1a1daede02\";a:10:{s:4:\"hash\";s:32:\"4cf8a8928ae19bcf36c52a1a1daede02\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-21-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-21-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a15d0739478709ff4f34d2911a833a98\";a:10:{s:4:\"hash\";s:32:\"a15d0739478709ff4f34d2911a833a98\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-22-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-22-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c330a5f68f3c02b0fd9cc95e54bc2da0\";a:10:{s:4:\"hash\";s:32:\"c330a5f68f3c02b0fd9cc95e54bc2da0\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-22-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-22-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e18e2fd2483f6d21291b29e6a6cc623f\";a:10:{s:4:\"hash\";s:32:\"e18e2fd2483f6d21291b29e6a6cc623f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-22-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-22-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85a7e0440e6be5fcced84abe9d7293a2\";a:10:{s:4:\"hash\";s:32:\"85a7e0440e6be5fcced84abe9d7293a2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-23-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-23-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9f643baccf2e3bc17a86ff11f3a24c7\";a:10:{s:4:\"hash\";s:32:\"a9f643baccf2e3bc17a86ff11f3a24c7\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-23-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-23-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01914dd2fbdfad554d73d183ab62ea93\";a:10:{s:4:\"hash\";s:32:\"01914dd2fbdfad554d73d183ab62ea93\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-23-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-23-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b04fa5bf104d194a926f686fa058019\";a:10:{s:4:\"hash\";s:32:\"0b04fa5bf104d194a926f686fa058019\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-24-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-24-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"393c329be09b5e95321f86adb827dcf3\";a:10:{s:4:\"hash\";s:32:\"393c329be09b5e95321f86adb827dcf3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-24-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-24-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5011e9560799c042bbc329fb5b9cb09\";a:10:{s:4:\"hash\";s:32:\"b5011e9560799c042bbc329fb5b9cb09\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ccafc66a9213691c1c44b089af0b778f\";a:10:{s:4:\"hash\";s:32:\"ccafc66a9213691c1c44b089af0b778f\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-25-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-25-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f252f40bea0514c0885123b5245a55e2\";a:10:{s:4:\"hash\";s:32:\"f252f40bea0514c0885123b5245a55e2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-25-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c34b673331ef13b36974d7ac411688d\";a:10:{s:4:\"hash\";s:32:\"7c34b673331ef13b36974d7ac411688d\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-25-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-25-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45fcb304d410eb93d6dc6615f3d24de3\";a:10:{s:4:\"hash\";s:32:\"45fcb304d410eb93d6dc6615f3d24de3\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-26-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-26-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f85c5d6dfe97345d440d35d0f82a1eb\";a:10:{s:4:\"hash\";s:32:\"0f85c5d6dfe97345d440d35d0f82a1eb\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-26-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-26-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"30a033937cefd779bf5b9d37ff9fbee1\";a:10:{s:4:\"hash\";s:32:\"30a033937cefd779bf5b9d37ff9fbee1\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-26-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-26-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6b5b058217670a9d457e9c681cd1e2b\";a:10:{s:4:\"hash\";s:32:\"c6b5b058217670a9d457e9c681cd1e2b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-27-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-27-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dff1cd6a56b1dddf84397a8070594f4a\";a:10:{s:4:\"hash\";s:32:\"dff1cd6a56b1dddf84397a8070594f4a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-27-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-27-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2f363859576ac87352f44b815f2b653\";a:10:{s:4:\"hash\";s:32:\"e2f363859576ac87352f44b815f2b653\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-27-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-27-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f73fc8e0701d60e9f82cd6d34b20ebe4\";a:10:{s:4:\"hash\";s:32:\"f73fc8e0701d60e9f82cd6d34b20ebe4\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-28-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-28-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"378680de182968610315c761a03a0d6a\";a:10:{s:4:\"hash\";s:32:\"378680de182968610315c761a03a0d6a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-28-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-28-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"507be018d7ddcdbbe8b6f834fd1ebdbb\";a:10:{s:4:\"hash\";s:32:\"507be018d7ddcdbbe8b6f834fd1ebdbb\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-28-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-28-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f04b4d67eb3e0220a33816bc6f36036\";a:10:{s:4:\"hash\";s:32:\"4f04b4d67eb3e0220a33816bc6f36036\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-29-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-29-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a572998727a2f5bab0d27272394a3f2\";a:10:{s:4:\"hash\";s:32:\"4a572998727a2f5bab0d27272394a3f2\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-29-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-29-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6ae402ef214b82c7c7b3109e63ab05b\";a:10:{s:4:\"hash\";s:32:\"a6ae402ef214b82c7c7b3109e63ab05b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-29-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-29-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc0e4932fe701ee21525a582081cf293\";a:10:{s:4:\"hash\";s:32:\"fc0e4932fe701ee21525a582081cf293\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-3-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-3-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1b27504419e7fd9a00271f9349cff7f\";a:10:{s:4:\"hash\";s:32:\"f1b27504419e7fd9a00271f9349cff7f\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-3-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-3-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"36411bcc0526504e663700c23c0332e5\";a:10:{s:4:\"hash\";s:32:\"36411bcc0526504e663700c23c0332e5\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-3-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-3-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e39317e4a0b160953a0cfda999dcf70\";a:10:{s:4:\"hash\";s:32:\"7e39317e4a0b160953a0cfda999dcf70\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-30-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-30-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"240b1fe42116a55e5e6dc4a4a57d80c9\";a:10:{s:4:\"hash\";s:32:\"240b1fe42116a55e5e6dc4a4a57d80c9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-30-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-30-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eeb930200e6a268707f1f5c208bc6aaf\";a:10:{s:4:\"hash\";s:32:\"eeb930200e6a268707f1f5c208bc6aaf\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-30-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-30-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c5ec33b919d1bd1d63cf9bed6b060ad\";a:10:{s:4:\"hash\";s:32:\"6c5ec33b919d1bd1d63cf9bed6b060ad\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-31-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-31-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04de6e6f4a6fa2d9f7397b4cf6be808a\";a:10:{s:4:\"hash\";s:32:\"04de6e6f4a6fa2d9f7397b4cf6be808a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-31-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-31-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"586e94f05f02669bbbedca39617d1d8a\";a:10:{s:4:\"hash\";s:32:\"586e94f05f02669bbbedca39617d1d8a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-31-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~8-31-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae86b97865433545e4087fdb13994707\";a:10:{s:4:\"hash\";s:32:\"ae86b97865433545e4087fdb13994707\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-4-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-4-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fec8d66c527e90dc6bc432a580249daa\";a:10:{s:4:\"hash\";s:32:\"fec8d66c527e90dc6bc432a580249daa\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-4-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-4-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6fdecfa8e4a544b62a22cfa0c441eb8\";a:10:{s:4:\"hash\";s:32:\"b6fdecfa8e4a544b62a22cfa0c441eb8\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-4-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-4-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46278fc913d266d2a112a8c0ad2ddb46\";a:10:{s:4:\"hash\";s:32:\"46278fc913d266d2a112a8c0ad2ddb46\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-5-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-5-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48bc609ed1edd4f849b8acbdb67f7d8c\";a:10:{s:4:\"hash\";s:32:\"48bc609ed1edd4f849b8acbdb67f7d8c\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-5-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-5-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba23071f422bee69cd5672cedcc8dcda\";a:10:{s:4:\"hash\";s:32:\"ba23071f422bee69cd5672cedcc8dcda\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-5-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-5-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24a06f4c299058bfc82a2afe223a336d\";a:10:{s:4:\"hash\";s:32:\"24a06f4c299058bfc82a2afe223a336d\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-6-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-6-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78c97ee85e4c4cb31a48b94696f8f206\";a:10:{s:4:\"hash\";s:32:\"78c97ee85e4c4cb31a48b94696f8f206\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-6-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-6-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba5607f6e4e46f1aaeea2357eb15c5c0\";a:10:{s:4:\"hash\";s:32:\"ba5607f6e4e46f1aaeea2357eb15c5c0\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-6-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-6-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f45030fa6901e9c9e4a999a0ecc5ccd2\";a:10:{s:4:\"hash\";s:32:\"f45030fa6901e9c9e4a999a0ecc5ccd2\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-7-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-7-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75348340e5f89e73494c510f4a0787dd\";a:10:{s:4:\"hash\";s:32:\"75348340e5f89e73494c510f4a0787dd\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-7-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-7-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ac679f1ba3528fc4ba760adc4c98039\";a:10:{s:4:\"hash\";s:32:\"7ac679f1ba3528fc4ba760adc4c98039\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-7-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-7-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e8b537a623bfe141cdea4ebc1ab2b4a\";a:10:{s:4:\"hash\";s:32:\"4e8b537a623bfe141cdea4ebc1ab2b4a\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-8-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-8-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d10759d97d827f2e064019c1f3343707\";a:10:{s:4:\"hash\";s:32:\"d10759d97d827f2e064019c1f3343707\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-8-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-8-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ece56bf6e349c34cc727e37fe70c4c6\";a:10:{s:4:\"hash\";s:32:\"8ece56bf6e349c34cc727e37fe70c4c6\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-8-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-8-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e982807aa9092ac867969bd5724d796\";a:10:{s:4:\"hash\";s:32:\"7e982807aa9092ac867969bd5724d796\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-9-2019/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-9-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17cc3046bb144222fe9af1079754b6c1\";a:10:{s:4:\"hash\";s:32:\"17cc3046bb144222fe9af1079754b6c1\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-9-2020/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-9-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"583cadfe716c6b6f2a88714d187a7cb5\";a:10:{s:4:\"hash\";s:32:\"583cadfe716c6b6f2a88714d187a7cb5\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~8-9-2021/\";s:4:\"path\";s:42:\"/events/action~oneday/exact_date~8-9-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"144e423210ecbe74dd3f217d9127214b\";a:10:{s:4:\"hash\";s:32:\"144e423210ecbe74dd3f217d9127214b\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~9-23-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~9-23-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7ea936b215d50be6ec424b151298705\";a:10:{s:4:\"hash\";s:32:\"f7ea936b215d50be6ec424b151298705\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~9-24-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~9-24-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fde368dce69ea5e10a82926eeba12fbc\";a:10:{s:4:\"hash\";s:32:\"fde368dce69ea5e10a82926eeba12fbc\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~9-24-2021/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~9-24-2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5932a7d13212ac5162487e56829946b9\";a:10:{s:4:\"hash\";s:32:\"5932a7d13212ac5162487e56829946b9\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~9-25-2020/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~9-25-2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bae1c8c6bc6f9aca854a21450a67a7da\";a:10:{s:4:\"hash\";s:32:\"bae1c8c6bc6f9aca854a21450a67a7da\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/exact_date~9-27-2019/\";s:4:\"path\";s:43:\"/events/action~oneday/exact_date~9-27-2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ef76826839fb5bd4c19a0ceab557c06\";a:10:{s:4:\"hash\";s:32:\"6ef76826839fb5bd4c19a0ceab557c06\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~-1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:90:\"/events/action~oneday/page_offset~-1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e7debacc8dfdc794cd776d455efee42\";a:10:{s:4:\"hash\";s:32:\"1e7debacc8dfdc794cd776d455efee42\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~-1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~oneday/page_offset~-1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5d704a14ca88a4199ade639227111b8\";a:10:{s:4:\"hash\";s:32:\"c5d704a14ca88a4199ade639227111b8\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~-1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:93:\"/events/action~oneday/page_offset~-1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"781e87c1f2e7b905b25a829050dc4fc8\";a:10:{s:4:\"hash\";s:32:\"781e87c1f2e7b905b25a829050dc4fc8\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~-1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~oneday/page_offset~-1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"57736b1fe437fe6343156d07773edf55\";a:10:{s:4:\"hash\";s:32:\"57736b1fe437fe6343156d07773edf55\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~-1/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:79:\"/events/action~oneday/page_offset~-1/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8fded1cc57c02ede6008c0533b336447\";a:10:{s:4:\"hash\";s:32:\"8fded1cc57c02ede6008c0533b336447\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:92:\"/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0f3728e4cd33cb01d1fa67ddeda4c7ce\";a:10:{s:4:\"hash\";s:32:\"0f3728e4cd33cb01d1fa67ddeda4c7ce\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:89:\"/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b559c93d8c74d65679b5cece0f27d0b\";a:10:{s:4:\"hash\";s:32:\"4b559c93d8c74d65679b5cece0f27d0b\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:92:\"/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"838b0d349a48b7cf82dc0841e8095f19\";a:10:{s:4:\"hash\";s:32:\"838b0d349a48b7cf82dc0841e8095f19\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:95:\"/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31d4fb7f48b114b18c5e36699beecd07\";a:10:{s:4:\"hash\";s:32:\"31d4fb7f48b114b18c5e36699beecd07\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:92:\"/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"764ef99e9c617d7b371e634a195d0d8c\";a:10:{s:4:\"hash\";s:32:\"764ef99e9c617d7b371e634a195d0d8c\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:89:\"/events/action~oneday/page_offset~1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90949523d8352d2674f8541fccfc650d\";a:10:{s:4:\"hash\";s:32:\"90949523d8352d2674f8541fccfc650d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/page_offset~1/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/page_offset~1/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34dfe7e4769f2f3466e2a09c955ee3db\";a:10:{s:4:\"hash\";s:32:\"34dfe7e4769f2f3466e2a09c955ee3db\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1557201600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98b93c650475a3e732fc03a7663f6f3e\";a:10:{s:4:\"hash\";s:32:\"98b93c650475a3e732fc03a7663f6f3e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1558411200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df8d07a21d4441b33235939b701139d8\";a:10:{s:4:\"hash\";s:32:\"df8d07a21d4441b33235939b701139d8\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1558497600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b22b3bf20d49f197271863e414597378\";a:10:{s:4:\"hash\";s:32:\"b22b3bf20d49f197271863e414597378\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1558929600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fb5c28d88e06afa4a8f889b6c4b2d1b\";a:10:{s:4:\"hash\";s:32:\"1fb5c28d88e06afa4a8f889b6c4b2d1b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c3a0493371dfb9d8f12973a2bf8cf406\";a:10:{s:4:\"hash\";s:32:\"c3a0493371dfb9d8f12973a2bf8cf406\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1559707200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1bff4ca93cd4eb8df881f95182f4f1bb\";a:10:{s:4:\"hash\";s:32:\"1bff4ca93cd4eb8df881f95182f4f1bb\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aba478f3e74aedb40adf4a6949e0d814\";a:10:{s:4:\"hash\";s:32:\"aba478f3e74aedb40adf4a6949e0d814\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6eaf08dd270f66a1bd36e71db4497efe\";a:10:{s:4:\"hash\";s:32:\"6eaf08dd270f66a1bd36e71db4497efe\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1560312000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03003211ff00aa80b6c1f5f5731172dd\";a:10:{s:4:\"hash\";s:32:\"03003211ff00aa80b6c1f5f5731172dd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"694839bbf825cc13a2b6c0e0ecefff11\";a:10:{s:4:\"hash\";s:32:\"694839bbf825cc13a2b6c0e0ecefff11\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22fbb4bd0f4fe023c549d83c2d0a489c\";a:10:{s:4:\"hash\";s:32:\"22fbb4bd0f4fe023c549d83c2d0a489c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9926e9217409cc14988e374049429762\";a:10:{s:4:\"hash\";s:32:\"9926e9217409cc14988e374049429762\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0c47ba6e5e0bea83182330003cf13ca\";a:10:{s:4:\"hash\";s:32:\"c0c47ba6e5e0bea83182330003cf13ca\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1590379200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4f643e5fa29658ea136d0dbf53c63249\";a:10:{s:4:\"hash\";s:32:\"4f643e5fa29658ea136d0dbf53c63249\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1590552000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"738531997c6f48c9fafcc10ae3b2200b\";a:10:{s:4:\"hash\";s:32:\"738531997c6f48c9fafcc10ae3b2200b\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d38852f402a0363cb3d9dcebe330cc9\";a:10:{s:4:\"hash\";s:32:\"3d38852f402a0363cb3d9dcebe330cc9\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70cca2a0164ded5937197522671a8c3f\";a:10:{s:4:\"hash\";s:32:\"70cca2a0164ded5937197522671a8c3f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a38cc127171ca602fb4215af52a1a740\";a:10:{s:4:\"hash\";s:32:\"a38cc127171ca602fb4215af52a1a740\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1590984000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8aabcf89c6b8270c2ee30886d319096e\";a:10:{s:4:\"hash\";s:32:\"8aabcf89c6b8270c2ee30886d319096e\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3eced23c09a9cb15a191aa73c99894e9\";a:10:{s:4:\"hash\";s:32:\"3eced23c09a9cb15a191aa73c99894e9\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9008a871b22e4a6f0fe33af9eac7e78d\";a:10:{s:4:\"hash\";s:32:\"9008a871b22e4a6f0fe33af9eac7e78d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1592020800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"72ef7aa2dc3492f7c7ba739c27f943a0\";a:10:{s:4:\"hash\";s:32:\"72ef7aa2dc3492f7c7ba739c27f943a0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1592107200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d32f75bd250c022643efa15fc2ba8f0d\";a:10:{s:4:\"hash\";s:32:\"d32f75bd250c022643efa15fc2ba8f0d\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1593576000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b5d0f6f7634fe7cdb7e4928e10f48561\";a:10:{s:4:\"hash\";s:32:\"b5d0f6f7634fe7cdb7e4928e10f48561\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19356dcb4c4a155d15a99a44a2e1c0c1\";a:10:{s:4:\"hash\";s:32:\"19356dcb4c4a155d15a99a44a2e1c0c1\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a149b5d1b78488559e10c82c83a4a090\";a:10:{s:4:\"hash\";s:32:\"a149b5d1b78488559e10c82c83a4a090\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1594612800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4468c4b1b8442a2dd60fc422a58646e4\";a:10:{s:4:\"hash\";s:32:\"4468c4b1b8442a2dd60fc422a58646e4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd089022f72bfe839c9d5efe0427c986\";a:10:{s:4:\"hash\";s:32:\"fd089022f72bfe839c9d5efe0427c986\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1594958400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9aa50555ce396ab40805e57cd4af77a0\";a:10:{s:4:\"hash\";s:32:\"9aa50555ce396ab40805e57cd4af77a0\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1595131200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"010351d97294db50de353c57161150fb\";a:10:{s:4:\"hash\";s:32:\"010351d97294db50de353c57161150fb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1595908800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8444c3d1f542e47ee93666364f793aaa\";a:10:{s:4:\"hash\";s:32:\"8444c3d1f542e47ee93666364f793aaa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1596254400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b782cc2c236fbf3ebc7cfb5df603daa\";a:10:{s:4:\"hash\";s:32:\"7b782cc2c236fbf3ebc7cfb5df603daa\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1596859200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1302594302c0464727315937b47f3788\";a:10:{s:4:\"hash\";s:32:\"1302594302c0464727315937b47f3788\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1597032000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9dc336b71245bfd877d481e98c1f8ccb\";a:10:{s:4:\"hash\";s:32:\"9dc336b71245bfd877d481e98c1f8ccb\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1597377600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"829c78e63850275db7c6f7aa79594c9d\";a:10:{s:4:\"hash\";s:32:\"829c78e63850275db7c6f7aa79594c9d\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5da5d7bc626bd57b37e1f79df02b054\";a:10:{s:4:\"hash\";s:32:\"e5da5d7bc626bd57b37e1f79df02b054\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1605070800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"909f6d4f37fb736e46f0b98223313392\";a:10:{s:4:\"hash\";s:32:\"909f6d4f37fb736e46f0b98223313392\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1605243600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"41130b1b84614acb73ab125067af10fe\";a:10:{s:4:\"hash\";s:32:\"41130b1b84614acb73ab125067af10fe\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"29cdf7ae951aaa6c36684831d3f24bc7\";a:10:{s:4:\"hash\";s:32:\"29cdf7ae951aaa6c36684831d3f24bc7\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d149d82dac9646efe7e7d89c8e24cb47\";a:10:{s:4:\"hash\";s:32:\"d149d82dac9646efe7e7d89c8e24cb47\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"798bea60c038eae89da56184bf47e98c\";a:10:{s:4:\"hash\";s:32:\"798bea60c038eae89da56184bf47e98c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a8ebe853e431c5070a43d3d8e2ea424\";a:10:{s:4:\"hash\";s:32:\"7a8ebe853e431c5070a43d3d8e2ea424\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"701b96bf490b4071e2c45fa1176930d7\";a:10:{s:4:\"hash\";s:32:\"701b96bf490b4071e2c45fa1176930d7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45408620ce59b6fe22968ca2808d659e\";a:10:{s:4:\"hash\";s:32:\"45408620ce59b6fe22968ca2808d659e\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e1fad03ebf1144a4719566268c43bb2\";a:10:{s:4:\"hash\";s:32:\"6e1fad03ebf1144a4719566268c43bb2\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bcde90a5fd7ebc256a689a5972af6e5f\";a:10:{s:4:\"hash\";s:32:\"bcde90a5fd7ebc256a689a5972af6e5f\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"213d5f867605ea8e74893795fd83d7d1\";a:10:{s:4:\"hash\";s:32:\"213d5f867605ea8e74893795fd83d7d1\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1cca5f1f21a9b05f91fb9dc6362cd95a\";a:10:{s:4:\"hash\";s:32:\"1cca5f1f21a9b05f91fb9dc6362cd95a\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"319fd7fdae6e8fc7c66a7d6a7e0a9aff\";a:10:{s:4:\"hash\";s:32:\"319fd7fdae6e8fc7c66a7d6a7e0a9aff\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb1756b559d7db5438eac753d1238077\";a:10:{s:4:\"hash\";s:32:\"fb1756b559d7db5438eac753d1238077\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b834ba566f6aa3c328408c2fbd84efe\";a:10:{s:4:\"hash\";s:32:\"4b834ba566f6aa3c328408c2fbd84efe\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c2e046d27ce1f5caf66c65963cd72bd\";a:10:{s:4:\"hash\";s:32:\"2c2e046d27ce1f5caf66c65963cd72bd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80af4970033c58da2fd27f6547ca58e3\";a:10:{s:4:\"hash\";s:32:\"80af4970033c58da2fd27f6547ca58e3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"092ebc4d7294710159514100c78645e1\";a:10:{s:4:\"hash\";s:32:\"092ebc4d7294710159514100c78645e1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1612760400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fb204b88d0d15cb90d89fcecacaa0e3\";a:10:{s:4:\"hash\";s:32:\"6fb204b88d0d15cb90d89fcecacaa0e3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1619323200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"070f317297f07db47f20bc6ee5b0c81c\";a:10:{s:4:\"hash\";s:32:\"070f317297f07db47f20bc6ee5b0c81c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6ffeaa71cacca614d6653302a6c6d21\";a:10:{s:4:\"hash\";s:32:\"e6ffeaa71cacca614d6653302a6c6d21\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1619841600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6215fffd63d68fda5a6f8b41d4406c2\";a:10:{s:4:\"hash\";s:32:\"a6215fffd63d68fda5a6f8b41d4406c2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1620532800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e8b264c7935eac24a9f9d6cf9318feb6\";a:10:{s:4:\"hash\";s:32:\"e8b264c7935eac24a9f9d6cf9318feb6\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1620705600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d9c5dde8f500ce2ac4ff12aabdec287\";a:10:{s:4:\"hash\";s:32:\"6d9c5dde8f500ce2ac4ff12aabdec287\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1620964800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7bfeaa478db6cf530cd2b6fd0ef7fca5\";a:10:{s:4:\"hash\";s:32:\"7bfeaa478db6cf530cd2b6fd0ef7fca5\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1621051200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a2c55d27f162b4a944025c1eb20dea3\";a:10:{s:4:\"hash\";s:32:\"4a2c55d27f162b4a944025c1eb20dea3\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1623211200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"57882dcd1b7b62fadfac11ebe9c87566\";a:10:{s:4:\"hash\";s:32:\"57882dcd1b7b62fadfac11ebe9c87566\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4ff7e59e3d278b76bf9386638a88bbf\";a:10:{s:4:\"hash\";s:32:\"c4ff7e59e3d278b76bf9386638a88bbf\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1623384000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5074015f59b73b0565b26672689a1220\";a:10:{s:4:\"hash\";s:32:\"5074015f59b73b0565b26672689a1220\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1623643200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8aeb79e22567f47d5f7261ebc452fda2\";a:10:{s:4:\"hash\";s:32:\"8aeb79e22567f47d5f7261ebc452fda2\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1623729600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0785631d9f16fba451a9a7397f63dcf\";a:10:{s:4:\"hash\";s:32:\"f0785631d9f16fba451a9a7397f63dcf\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fdbad96a4c38ec303962a5789f8ecbb7\";a:10:{s:4:\"hash\";s:32:\"fdbad96a4c38ec303962a5789f8ecbb7\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1c96090cfef93039e30d6c60cd4a5a4\";a:10:{s:4:\"hash\";s:32:\"a1c96090cfef93039e30d6c60cd4a5a4\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1623988800/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b77dc1e8d532328442e9d33d55ae9f61\";a:10:{s:4:\"hash\";s:32:\"b77dc1e8d532328442e9d33d55ae9f61\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1624075200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6bc3fdbae67be03e0eaab73f2285c244\";a:10:{s:4:\"hash\";s:32:\"6bc3fdbae67be03e0eaab73f2285c244\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:81:\"/events/action~oneday/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3bdb2f8ab300256ce73fadca580aacd3\";a:10:{s:4:\"hash\";s:32:\"3bdb2f8ab300256ce73fadca580aacd3\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32727d3bbde97b975103394af027aaad\";a:10:{s:4:\"hash\";s:32:\"32727d3bbde97b975103394af027aaad\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1626494400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12bc4329f791eb5d21fc8379ebd14af9\";a:10:{s:4:\"hash\";s:32:\"12bc4329f791eb5d21fc8379ebd14af9\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1626753600/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"422d1d570659ad59e9acf72612e1156d\";a:10:{s:4:\"hash\";s:32:\"422d1d570659ad59e9acf72612e1156d\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:78:\"/events/action~oneday/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dbcb046e60db491bc888e064c1be7196\";a:10:{s:4:\"hash\";s:32:\"dbcb046e60db491bc888e064c1be7196\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cef07ebd1b1dc720687b21de2b071f51\";a:10:{s:4:\"hash\";s:32:\"cef07ebd1b1dc720687b21de2b071f51\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae98e15fc77903bbaa635fdb07c8eb1a\";a:10:{s:4:\"hash\";s:32:\"ae98e15fc77903bbaa635fdb07c8eb1a\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1637298000/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"794a4eba4a7cc3919d7d48b0d4b4fea4\";a:10:{s:4:\"hash\";s:32:\"794a4eba4a7cc3919d7d48b0d4b4fea4\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4adcf184ce86bc6d57f1f031a4aa7262\";a:10:{s:4:\"hash\";s:32:\"4adcf184ce86bc6d57f1f031a4aa7262\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"24869080462a5216b3f9afa49e876d1c\";a:10:{s:4:\"hash\";s:32:\"24869080462a5216b3f9afa49e876d1c\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c1b5642863fadfdc9f27970f8a31cec\";a:10:{s:4:\"hash\";s:32:\"1c1b5642863fadfdc9f27970f8a31cec\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1637816400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfbd3ec89342cb5e5a4de910d74bec09\";a:10:{s:4:\"hash\";s:32:\"cfbd3ec89342cb5e5a4de910d74bec09\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:75:\"/events/action~oneday/time_limit~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52c56989661f0113c337d89f1f825f9f\";a:10:{s:4:\"hash\";s:32:\"52c56989661f0113c337d89f1f825f9f\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1637989200/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a465c57b4670ca151d4141550298733\";a:10:{s:4:\"hash\";s:32:\"4a465c57b4670ca151d4141550298733\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~oneday/time_limit~1638248400/request_format~json/\";s:4:\"path\";s:64:\"/events/action~oneday/time_limit~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7106c3de2002b151aaf153b9a14e7e76\";a:10:{s:4:\"hash\";s:32:\"7106c3de2002b151aaf153b9a14e7e76\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1525147200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1525147200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5639cb6a4eaf76520e3036968f68c899\";a:10:{s:4:\"hash\";s:32:\"5639cb6a4eaf76520e3036968f68c899\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1541044800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1541044800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4043dd4a55715a4d97be8a199dc57bd0\";a:10:{s:4:\"hash\";s:32:\"4043dd4a55715a4d97be8a199dc57bd0\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1556683200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1556683200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8b256364b62f03d5ee14a911b49384b\";a:10:{s:4:\"hash\";s:32:\"d8b256364b62f03d5ee14a911b49384b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1556683200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1556683200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d51e3e6c4be71a1a270048448f975e8f\";a:10:{s:4:\"hash\";s:32:\"d51e3e6c4be71a1a270048448f975e8f\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1556683200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1556683200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b0c672edffebde56ef36e0f608bc7cac\";a:10:{s:4:\"hash\";s:32:\"b0c672edffebde56ef36e0f608bc7cac\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1556683200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1556683200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9fdb0abbb756de1db25a5d8b1af0d72c\";a:10:{s:4:\"hash\";s:32:\"9fdb0abbb756de1db25a5d8b1af0d72c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557201600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1557201600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c2e54cc30bbb5e72cf127cb9aad1726d\";a:10:{s:4:\"hash\";s:32:\"c2e54cc30bbb5e72cf127cb9aad1726d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557201600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1557201600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ce7fdb883b1d3c97ee3b00a8f956de7\";a:10:{s:4:\"hash\";s:32:\"7ce7fdb883b1d3c97ee3b00a8f956de7\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557201600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12b31c856da6ccdaaeaa83040f371f30\";a:10:{s:4:\"hash\";s:32:\"12b31c856da6ccdaaeaa83040f371f30\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557288000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1557288000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0656eac054fb29d4caaaa0704582a73e\";a:10:{s:4:\"hash\";s:32:\"0656eac054fb29d4caaaa0704582a73e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1557806400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d184b44a99ae4fd8f76bca9b85d18c74\";a:10:{s:4:\"hash\";s:32:\"d184b44a99ae4fd8f76bca9b85d18c74\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1557806400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90c2b47daa9be7cf45dbdb41712fec32\";a:10:{s:4:\"hash\";s:32:\"90c2b47daa9be7cf45dbdb41712fec32\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1557806400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad12062ec312cc20f76e1f740a1ffff5\";a:10:{s:4:\"hash\";s:32:\"ad12062ec312cc20f76e1f740a1ffff5\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1557806400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0fb17993b8449d934971524b5c4c7f81\";a:10:{s:4:\"hash\";s:32:\"0fb17993b8449d934971524b5c4c7f81\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1557806400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6084f31300f2605fd19c9635ccf8f4fa\";a:10:{s:4:\"hash\";s:32:\"6084f31300f2605fd19c9635ccf8f4fa\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1557806400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8331a6c6bda077853da740152f9634d\";a:10:{s:4:\"hash\";s:32:\"d8331a6c6bda077853da740152f9634d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1557806400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a84cfcd3eff124294449e2e2680d77d\";a:10:{s:4:\"hash\";s:32:\"4a84cfcd3eff124294449e2e2680d77d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1557806400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb499c5d1b5d91df77caa369be1044ae\";a:10:{s:4:\"hash\";s:32:\"bb499c5d1b5d91df77caa369be1044ae\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557806400/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1557806400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b7931e89f9526347514939886d0506fd\";a:10:{s:4:\"hash\";s:32:\"b7931e89f9526347514939886d0506fd\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557892800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1557892800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"869d44279666bd29832981ad4f03da72\";a:10:{s:4:\"hash\";s:32:\"869d44279666bd29832981ad4f03da72\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1557892800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1557892800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0fd26cb617378960e219af51906125c\";a:10:{s:4:\"hash\";s:32:\"f0fd26cb617378960e219af51906125c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558238400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1558238400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ab3e707be3017deed3232131cd6f0a9\";a:10:{s:4:\"hash\";s:32:\"2ab3e707be3017deed3232131cd6f0a9\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558324800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1558324800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd6160dd959ede3fedb834abb3300fcb\";a:10:{s:4:\"hash\";s:32:\"fd6160dd959ede3fedb834abb3300fcb\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558324800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1558324800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0032d24695b8c3ba9783492c919f38fd\";a:10:{s:4:\"hash\";s:32:\"0032d24695b8c3ba9783492c919f38fd\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558411200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1558411200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac4080deecb0ec57a140c1c40e945aaa\";a:10:{s:4:\"hash\";s:32:\"ac4080deecb0ec57a140c1c40e945aaa\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558411200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0faf9bbd690a31cc30624393662c4b3a\";a:10:{s:4:\"hash\";s:32:\"0faf9bbd690a31cc30624393662c4b3a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558497600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2318b7819cddfbd0a6f70a7fbba6ceb1\";a:10:{s:4:\"hash\";s:32:\"2318b7819cddfbd0a6f70a7fbba6ceb1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558497600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1558497600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d776e7178143a0f00faca37e234619f\";a:10:{s:4:\"hash\";s:32:\"4d776e7178143a0f00faca37e234619f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558497600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1558497600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fdb39c3908403aa2e6b82c534acd317\";a:10:{s:4:\"hash\";s:32:\"7fdb39c3908403aa2e6b82c534acd317\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558497600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1558497600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2a8e93c99d9f8c69ead284881a7d913\";a:10:{s:4:\"hash\";s:32:\"a2a8e93c99d9f8c69ead284881a7d913\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558756800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1558756800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1bb2c10f994354de91a1100fdcaa3d0f\";a:10:{s:4:\"hash\";s:32:\"1bb2c10f994354de91a1100fdcaa3d0f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558756800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1558756800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"320a652f34e17620161aa9a589b6ad9a\";a:10:{s:4:\"hash\";s:32:\"320a652f34e17620161aa9a589b6ad9a\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558756800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1558756800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7bdb807ddb07161ca6f2796af8c372fd\";a:10:{s:4:\"hash\";s:32:\"7bdb807ddb07161ca6f2796af8c372fd\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558756800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1558756800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0eaf5cbddcac1f98d8505640f66ed5d\";a:10:{s:4:\"hash\";s:32:\"a0eaf5cbddcac1f98d8505640f66ed5d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558756800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1558756800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22339609915d5f37b8610c8e417a6bea\";a:10:{s:4:\"hash\";s:32:\"22339609915d5f37b8610c8e417a6bea\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558929600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1558929600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c59956ec57488b03bb2413c771f755bc\";a:10:{s:4:\"hash\";s:32:\"c59956ec57488b03bb2413c771f755bc\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558929600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1558929600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73f9874452143c81bb6fdf5e79afc6b5\";a:10:{s:4:\"hash\";s:32:\"73f9874452143c81bb6fdf5e79afc6b5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558929600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1558929600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"893bfeb6e32eb7ee3ae9f0903cec3df6\";a:10:{s:4:\"hash\";s:32:\"893bfeb6e32eb7ee3ae9f0903cec3df6\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1558929600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8182af403be3a7a01cf3ec5bd4a6fcda\";a:10:{s:4:\"hash\";s:32:\"8182af403be3a7a01cf3ec5bd4a6fcda\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559102400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1559102400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03e93cc38cc19d696c4a7fb2f78645dc\";a:10:{s:4:\"hash\";s:32:\"03e93cc38cc19d696c4a7fb2f78645dc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559188800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559188800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63f50292bef1ac16015dec50b8017210\";a:10:{s:4:\"hash\";s:32:\"63f50292bef1ac16015dec50b8017210\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559188800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559188800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e5e416dad0a22b17f3dc0f75b6fa195\";a:10:{s:4:\"hash\";s:32:\"9e5e416dad0a22b17f3dc0f75b6fa195\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559188800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559188800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ebb50a3593dc72b28648d3b31fdf2e92\";a:10:{s:4:\"hash\";s:32:\"ebb50a3593dc72b28648d3b31fdf2e92\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559188800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1559188800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2360a9256e2cd0b53cb7a826aa845c7\";a:10:{s:4:\"hash\";s:32:\"e2360a9256e2cd0b53cb7a826aa845c7\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559275200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559275200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"15f5315556bf0c6341ec93b22dab1089\";a:10:{s:4:\"hash\";s:32:\"15f5315556bf0c6341ec93b22dab1089\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559275200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559275200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ffaab6b62a95aa99aa5feffa243086e1\";a:10:{s:4:\"hash\";s:32:\"ffaab6b62a95aa99aa5feffa243086e1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559361600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cc1467210297cc2ae324d0a2d523f965\";a:10:{s:4:\"hash\";s:32:\"cc1467210297cc2ae324d0a2d523f965\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1559361600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0509a699e1898725203e76da56b8a10e\";a:10:{s:4:\"hash\";s:32:\"0509a699e1898725203e76da56b8a10e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559361600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1905e15c5d6b0bc839fe008cc4813496\";a:10:{s:4:\"hash\";s:32:\"1905e15c5d6b0bc839fe008cc4813496\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559361600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"072c8948b9c21eddc08d7f8da2c43a62\";a:10:{s:4:\"hash\";s:32:\"072c8948b9c21eddc08d7f8da2c43a62\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1559361600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98e549df13aa4f9db3ae04f0e39426c6\";a:10:{s:4:\"hash\";s:32:\"98e549df13aa4f9db3ae04f0e39426c6\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559361600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63cf7ee3665a8a266cef70f790324619\";a:10:{s:4:\"hash\";s:32:\"63cf7ee3665a8a266cef70f790324619\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559361600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f364eac80f862ee88b1ef5d7f7ce49e\";a:10:{s:4:\"hash\";s:32:\"3f364eac80f862ee88b1ef5d7f7ce49e\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1559361600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3bbf5b0564c7412dd212291e473a4395\";a:10:{s:4:\"hash\";s:32:\"3bbf5b0564c7412dd212291e473a4395\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559361600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2fc24671462819f6757bd5eaf27d191e\";a:10:{s:4:\"hash\";s:32:\"2fc24671462819f6757bd5eaf27d191e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559361600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"012ef95c3a68fd91f287cd7335b1617f\";a:10:{s:4:\"hash\";s:32:\"012ef95c3a68fd91f287cd7335b1617f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559361600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559361600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"255b840cbb419e60d55b12d875875bab\";a:10:{s:4:\"hash\";s:32:\"255b840cbb419e60d55b12d875875bab\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559448000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559448000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62f955fb6dbf1f15407277269867b16c\";a:10:{s:4:\"hash\";s:32:\"62f955fb6dbf1f15407277269867b16c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559534400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559534400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ac2276087da813b9626a80d6b9bcdf7\";a:10:{s:4:\"hash\";s:32:\"3ac2276087da813b9626a80d6b9bcdf7\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559534400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559534400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5bc6edd2649f9dfe4f551dc081a41398\";a:10:{s:4:\"hash\";s:32:\"5bc6edd2649f9dfe4f551dc081a41398\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559620800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559620800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"02c003ae1f6f8e456ff18c075d903457\";a:10:{s:4:\"hash\";s:32:\"02c003ae1f6f8e456ff18c075d903457\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559620800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559620800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5bea16418db0db8c0a7a470da246e0f4\";a:10:{s:4:\"hash\";s:32:\"5bea16418db0db8c0a7a470da246e0f4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"283dc734186b9856389b38c1d32eb545\";a:10:{s:4:\"hash\";s:32:\"283dc734186b9856389b38c1d32eb545\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559620800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1559620800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91af3e4d5b0f157019915b33d2dc6edb\";a:10:{s:4:\"hash\";s:32:\"91af3e4d5b0f157019915b33d2dc6edb\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559707200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1559707200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ce84c76ef9722b8d54c698d8159ac4f\";a:10:{s:4:\"hash\";s:32:\"0ce84c76ef9722b8d54c698d8159ac4f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559707200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559707200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d2ef90eac688543aee608f6cd1757a8\";a:10:{s:4:\"hash\";s:32:\"9d2ef90eac688543aee608f6cd1757a8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559707200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559707200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"63c80d5ae601eb984b32ccd02a558cd8\";a:10:{s:4:\"hash\";s:32:\"63c80d5ae601eb984b32ccd02a558cd8\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559707200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7abb76aca96905879f50359999f67682\";a:10:{s:4:\"hash\";s:32:\"7abb76aca96905879f50359999f67682\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559793600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559793600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f83a75d5a51254da7f0c1c0d84532a1\";a:10:{s:4:\"hash\";s:32:\"3f83a75d5a51254da7f0c1c0d84532a1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559880000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559880000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a221a4440946ca2ce7fce54c6cd1431e\";a:10:{s:4:\"hash\";s:32:\"a221a4440946ca2ce7fce54c6cd1431e\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559880000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1559880000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0aaf0ce00b023c125819a9619df76979\";a:10:{s:4:\"hash\";s:32:\"0aaf0ce00b023c125819a9619df76979\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559966400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1559966400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"342ec02326ad7717f1d09ece6681f433\";a:10:{s:4:\"hash\";s:32:\"342ec02326ad7717f1d09ece6681f433\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559966400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1559966400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2b5c878c40951c082e4c65a1f1986b3\";a:10:{s:4:\"hash\";s:32:\"d2b5c878c40951c082e4c65a1f1986b3\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1559966400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1559966400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff480b5ae74895de8d52c6e49d8af292\";a:10:{s:4:\"hash\";s:32:\"ff480b5ae74895de8d52c6e49d8af292\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560052800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1560052800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe2241297c7172afa07cca8a454a3ebf\";a:10:{s:4:\"hash\";s:32:\"fe2241297c7172afa07cca8a454a3ebf\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81178c4268c596c245ae89ce383c1afb\";a:10:{s:4:\"hash\";s:32:\"81178c4268c596c245ae89ce383c1afb\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560139200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be67f4293cc00e595e176c555b8395a6\";a:10:{s:4:\"hash\";s:32:\"be67f4293cc00e595e176c555b8395a6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1560139200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4e6c010b83abe4f65740ee9458e408e\";a:10:{s:4:\"hash\";s:32:\"d4e6c010b83abe4f65740ee9458e408e\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1560139200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9287c56d44c46002bb3ab5e35db340cb\";a:10:{s:4:\"hash\";s:32:\"9287c56d44c46002bb3ab5e35db340cb\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560139200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d25c04f9a0ede749e0eaf12cfc10fa6\";a:10:{s:4:\"hash\";s:32:\"6d25c04f9a0ede749e0eaf12cfc10fa6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1560139200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1da46952f7f7848eb43f6f8e2f4baa88\";a:10:{s:4:\"hash\";s:32:\"1da46952f7f7848eb43f6f8e2f4baa88\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1560139200/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fcc23183882a8b681954acdf443c70b0\";a:10:{s:4:\"hash\";s:32:\"fcc23183882a8b681954acdf443c70b0\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560139200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22b58ec115b3eca4084848c7397bee14\";a:10:{s:4:\"hash\";s:32:\"22b58ec115b3eca4084848c7397bee14\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560139200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"866bdceba021e5a16c37c8c7dce1f5b7\";a:10:{s:4:\"hash\";s:32:\"866bdceba021e5a16c37c8c7dce1f5b7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1560139200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad36bf004c84f9e471c1e1da2d47e863\";a:10:{s:4:\"hash\";s:32:\"ad36bf004c84f9e471c1e1da2d47e863\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560139200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1560139200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"998cb96ad251454582a07ee52810cc73\";a:10:{s:4:\"hash\";s:32:\"998cb96ad251454582a07ee52810cc73\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560225600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1560225600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1e38f6c7ebe5c8ef988aa20237b2522\";a:10:{s:4:\"hash\";s:32:\"f1e38f6c7ebe5c8ef988aa20237b2522\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d744677d902137741d9bfa77f5d19fe\";a:10:{s:4:\"hash\";s:32:\"1d744677d902137741d9bfa77f5d19fe\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560312000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560312000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"088026115b3b156aaa29dca34c0dc806\";a:10:{s:4:\"hash\";s:32:\"088026115b3b156aaa29dca34c0dc806\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560312000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e0ddb2382b356c07eeaf451eeb7fb73b\";a:10:{s:4:\"hash\";s:32:\"e0ddb2382b356c07eeaf451eeb7fb73b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560571200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1560571200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"950310aedd70694b994e85fabc5952ac\";a:10:{s:4:\"hash\";s:32:\"950310aedd70694b994e85fabc5952ac\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560744000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560744000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"61ea5181b68a6297aeda0de22efdbd2c\";a:10:{s:4:\"hash\";s:32:\"61ea5181b68a6297aeda0de22efdbd2c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560830400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1560830400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6a13989fc530b8c99071c925425f451c\";a:10:{s:4:\"hash\";s:32:\"6a13989fc530b8c99071c925425f451c\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"daa9a039c36253151898074d11aaa6ac\";a:10:{s:4:\"hash\";s:32:\"daa9a039c36253151898074d11aaa6ac\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560830400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1560830400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13961bf32613dd2227bafa35e91bd60e\";a:10:{s:4:\"hash\";s:32:\"13961bf32613dd2227bafa35e91bd60e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560916800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1560916800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a30963dc28a4818fce57bf7bbaced49b\";a:10:{s:4:\"hash\";s:32:\"a30963dc28a4818fce57bf7bbaced49b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1560916800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1560916800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52a95a16a45e35c7bfe0e93e65909c1d\";a:10:{s:4:\"hash\";s:32:\"52a95a16a45e35c7bfe0e93e65909c1d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78d89ccfb8a95d8c46c094f7a890d90d\";a:10:{s:4:\"hash\";s:32:\"78d89ccfb8a95d8c46c094f7a890d90d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561262400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1561262400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"302804ea450627d54ce8d834a456d3b0\";a:10:{s:4:\"hash\";s:32:\"302804ea450627d54ce8d834a456d3b0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561262400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1561262400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef30ec3ec68d9bf934b6eca1aeddc7b7\";a:10:{s:4:\"hash\";s:32:\"ef30ec3ec68d9bf934b6eca1aeddc7b7\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561348800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1561348800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f62d09ff8585b4c899e2f5327f90c8d\";a:10:{s:4:\"hash\";s:32:\"9f62d09ff8585b4c899e2f5327f90c8d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561608000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1561608000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f2c4f01d6bfb57645c9bbc7c3962819\";a:10:{s:4:\"hash\";s:32:\"7f2c4f01d6bfb57645c9bbc7c3962819\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561694400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1561694400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"504ad7f2e8bef345e6139c404f1910b7\";a:10:{s:4:\"hash\";s:32:\"504ad7f2e8bef345e6139c404f1910b7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561780800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1561780800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e94b5df0271313ac3d13b93e88fe1cd3\";a:10:{s:4:\"hash\";s:32:\"e94b5df0271313ac3d13b93e88fe1cd3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561953600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1561953600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b79d3bfd70aea33c99e26c67cf8ecaeb\";a:10:{s:4:\"hash\";s:32:\"b79d3bfd70aea33c99e26c67cf8ecaeb\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3361ff0b15d55134a53fdc27cd05664f\";a:10:{s:4:\"hash\";s:32:\"3361ff0b15d55134a53fdc27cd05664f\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561953600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1561953600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67cecfde5e0ebd81f95b15fe37770fd4\";a:10:{s:4:\"hash\";s:32:\"67cecfde5e0ebd81f95b15fe37770fd4\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561953600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1561953600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"606d0a62261cf5ef01d32970b7c5cd01\";a:10:{s:4:\"hash\";s:32:\"606d0a62261cf5ef01d32970b7c5cd01\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561953600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1561953600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58ad554e490b0b146978a0ab9e82db52\";a:10:{s:4:\"hash\";s:32:\"58ad554e490b0b146978a0ab9e82db52\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1561953600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1561953600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f336b242f88d71668b1000cf1128bb66\";a:10:{s:4:\"hash\";s:32:\"f336b242f88d71668b1000cf1128bb66\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562385600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1562385600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d775a2f7cc60e86b0ca39a11cb2130d\";a:10:{s:4:\"hash\";s:32:\"3d775a2f7cc60e86b0ca39a11cb2130d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562385600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1562385600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68a1d4cd6df10908dc48b04c044f59e6\";a:10:{s:4:\"hash\";s:32:\"68a1d4cd6df10908dc48b04c044f59e6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562385600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1562385600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"102fe82d116944f30257c594da6a7c56\";a:10:{s:4:\"hash\";s:32:\"102fe82d116944f30257c594da6a7c56\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562385600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1562385600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"acbcd30b4a9c66ff6263c0d324f7151c\";a:10:{s:4:\"hash\";s:32:\"acbcd30b4a9c66ff6263c0d324f7151c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562558400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1562558400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d826905a67c164fbd5d4073406747c92\";a:10:{s:4:\"hash\";s:32:\"d826905a67c164fbd5d4073406747c92\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562558400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1562558400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bdf70394495c3f824b91155b2e13e85b\";a:10:{s:4:\"hash\";s:32:\"bdf70394495c3f824b91155b2e13e85b\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562904000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1562904000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea0e5d95d26414dc5cd76e2c7ea5d1a1\";a:10:{s:4:\"hash\";s:32:\"ea0e5d95d26414dc5cd76e2c7ea5d1a1\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562990400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1562990400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d56ae403269d8888e935358edb56bff2\";a:10:{s:4:\"hash\";s:32:\"d56ae403269d8888e935358edb56bff2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562990400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1562990400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c76a7914b513d898aa0ba6c3ab5f1548\";a:10:{s:4:\"hash\";s:32:\"c76a7914b513d898aa0ba6c3ab5f1548\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562990400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1562990400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fade5a5ee3d4d0cce6b762a2b85e8e92\";a:10:{s:4:\"hash\";s:32:\"fade5a5ee3d4d0cce6b762a2b85e8e92\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1562990400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1562990400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a85a577c3fe07fbeaa0c39fbad313606\";a:10:{s:4:\"hash\";s:32:\"a85a577c3fe07fbeaa0c39fbad313606\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563076800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1563076800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1a749d1bb2634dc427c7f0312f7bfaa\";a:10:{s:4:\"hash\";s:32:\"b1a749d1bb2634dc427c7f0312f7bfaa\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563163200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1563163200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5628f55315ba888c21bcbe87cc17be2\";a:10:{s:4:\"hash\";s:32:\"d5628f55315ba888c21bcbe87cc17be2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563163200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1563163200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38442ba1299706c50a63a989e5b086da\";a:10:{s:4:\"hash\";s:32:\"38442ba1299706c50a63a989e5b086da\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563163200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1563163200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89f710f1db9b71c71062b6b125106560\";a:10:{s:4:\"hash\";s:32:\"89f710f1db9b71c71062b6b125106560\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563163200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1563163200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1a8f218355605d96aa5acf1f23c55c2\";a:10:{s:4:\"hash\";s:32:\"a1a8f218355605d96aa5acf1f23c55c2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563163200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1563163200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5423929b863b360ad1808ae4b1ee3b2e\";a:10:{s:4:\"hash\";s:32:\"5423929b863b360ad1808ae4b1ee3b2e\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563508800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1563508800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc195fc3fd125e0f57d7903599e7d15c\";a:10:{s:4:\"hash\";s:32:\"dc195fc3fd125e0f57d7903599e7d15c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563595200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1563595200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"048d8665482e2b6e082b410b461ad79f\";a:10:{s:4:\"hash\";s:32:\"048d8665482e2b6e082b410b461ad79f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1563768000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1563768000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"227e39a87bfef57442fa0f180ed6ce52\";a:10:{s:4:\"hash\";s:32:\"227e39a87bfef57442fa0f180ed6ce52\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564113600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1564113600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c204111718ebba913606faf404a446b4\";a:10:{s:4:\"hash\";s:32:\"c204111718ebba913606faf404a446b4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564632000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1564632000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ffe29acfdd7bd174996f22aaf2aa3924\";a:10:{s:4:\"hash\";s:32:\"ffe29acfdd7bd174996f22aaf2aa3924\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564632000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1564632000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a0bf167a242c7afa3a39cbdfb48ea5d\";a:10:{s:4:\"hash\";s:32:\"0a0bf167a242c7afa3a39cbdfb48ea5d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564718400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1564718400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"39737f0c3203e63a80e6256f4b0eb756\";a:10:{s:4:\"hash\";s:32:\"39737f0c3203e63a80e6256f4b0eb756\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564718400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1564718400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"99ad861b4e9b90aaa32e9af9a2794479\";a:10:{s:4:\"hash\";s:32:\"99ad861b4e9b90aaa32e9af9a2794479\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564718400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1564718400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04fb928636951c90c163de3899e2bffb\";a:10:{s:4:\"hash\";s:32:\"04fb928636951c90c163de3899e2bffb\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564718400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1564718400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc65f91f38843f116b7fa1d3c3a02aaf\";a:10:{s:4:\"hash\";s:32:\"bc65f91f38843f116b7fa1d3c3a02aaf\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564718400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1564718400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f662d43aaf43ad482c7be345de2d7fe\";a:10:{s:4:\"hash\";s:32:\"6f662d43aaf43ad482c7be345de2d7fe\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564804800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1564804800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e10e9b1b75b3fe3b1fe8427c1861eac\";a:10:{s:4:\"hash\";s:32:\"4e10e9b1b75b3fe3b1fe8427c1861eac\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564804800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1564804800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1cbf089a88830334068d37614ae4647c\";a:10:{s:4:\"hash\";s:32:\"1cbf089a88830334068d37614ae4647c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1564804800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1564804800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78f64f7a8b872595411fd9410e17a6cc\";a:10:{s:4:\"hash\";s:32:\"78f64f7a8b872595411fd9410e17a6cc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1565323200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1565323200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9747e6b1b1368e4c97761c4a79892ea9\";a:10:{s:4:\"hash\";s:32:\"9747e6b1b1368e4c97761c4a79892ea9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1566446400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1566446400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed6b0df7ad3a8a5448a5ac3e311ffff9\";a:10:{s:4:\"hash\";s:32:\"ed6b0df7ad3a8a5448a5ac3e311ffff9\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1567051200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1567051200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"230506fccec19ed3f094b4098b3fea99\";a:10:{s:4:\"hash\";s:32:\"230506fccec19ed3f094b4098b3fea99\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1567051200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1567051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13f7b775ecbd3963f7589bc133b9657c\";a:10:{s:4:\"hash\";s:32:\"13f7b775ecbd3963f7589bc133b9657c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1567051200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1567051200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef9bc85d55df08eee965025baab114c3\";a:10:{s:4:\"hash\";s:32:\"ef9bc85d55df08eee965025baab114c3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1567051200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1567051200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7dc7b8b9f59d1a8964e1ba2011ca349e\";a:10:{s:4:\"hash\";s:32:\"7dc7b8b9f59d1a8964e1ba2011ca349e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1567051200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1567051200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c438f4bd03c524e26876a093fddc478d\";a:10:{s:4:\"hash\";s:32:\"c438f4bd03c524e26876a093fddc478d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1567137600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1567137600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d37eb1a8aa13f77f26d17a09c94fcd9\";a:10:{s:4:\"hash\";s:32:\"4d37eb1a8aa13f77f26d17a09c94fcd9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1567224000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1567224000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fb403f19c7d830c78f0a24ab14e867d\";a:10:{s:4:\"hash\";s:32:\"3fb403f19c7d830c78f0a24ab14e867d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1567656000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1567656000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1919fb83d675d2c5428d4981698fd7d2\";a:10:{s:4:\"hash\";s:32:\"1919fb83d675d2c5428d4981698fd7d2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1572580800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1572580800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0260393ecd0c342c45332a41b13ae789\";a:10:{s:4:\"hash\";s:32:\"0260393ecd0c342c45332a41b13ae789\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1572580800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1572580800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e98384650451f8a33dff153ea7114ac6\";a:10:{s:4:\"hash\";s:32:\"e98384650451f8a33dff153ea7114ac6\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1572667200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1572667200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"554f5d0b8562dbdb46bdf57c13fe76ed\";a:10:{s:4:\"hash\";s:32:\"554f5d0b8562dbdb46bdf57c13fe76ed\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1572753600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1572753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"168b1c51a75d485400d258f38e98bf47\";a:10:{s:4:\"hash\";s:32:\"168b1c51a75d485400d258f38e98bf47\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1573275600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1573275600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de81ca73744c2be3d1df091b1c8f6b3c\";a:10:{s:4:\"hash\";s:32:\"de81ca73744c2be3d1df091b1c8f6b3c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1573362000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1573362000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e7203ded3be3dc99b051d3507f5aff0\";a:10:{s:4:\"hash\";s:32:\"2e7203ded3be3dc99b051d3507f5aff0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1573448400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1573448400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c96deab52eec999a6dffbb11a6aeaeb9\";a:10:{s:4:\"hash\";s:32:\"c96deab52eec999a6dffbb11a6aeaeb9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1573707600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1573707600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c1b4cc43c3f9f19a6d17bbab58c9ec39\";a:10:{s:4:\"hash\";s:32:\"c1b4cc43c3f9f19a6d17bbab58c9ec39\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1574053200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1574053200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5891ead0ae6fcd411bbed5f79f8fd6d8\";a:10:{s:4:\"hash\";s:32:\"5891ead0ae6fcd411bbed5f79f8fd6d8\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1574485200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1574485200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23176ae3f3aca2aec3bc08dc1d02f9fa\";a:10:{s:4:\"hash\";s:32:\"23176ae3f3aca2aec3bc08dc1d02f9fa\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1574658000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1574658000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b75681f04aa70725dcee3ab4b875c7ee\";a:10:{s:4:\"hash\";s:32:\"b75681f04aa70725dcee3ab4b875c7ee\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1574830800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1574830800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6733ce53dcb50aa6517e33afe6128693\";a:10:{s:4:\"hash\";s:32:\"6733ce53dcb50aa6517e33afe6128693\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1574917200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1574917200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c9f970209bd578000c91854280f2fb4\";a:10:{s:4:\"hash\";s:32:\"3c9f970209bd578000c91854280f2fb4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1580533200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1580533200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92806942e8af7d067819808c012734ec\";a:10:{s:4:\"hash\";s:32:\"92806942e8af7d067819808c012734ec\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1585713600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1585713600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46526f8ad17127a73ce3c9a3dc62b02b\";a:10:{s:4:\"hash\";s:32:\"46526f8ad17127a73ce3c9a3dc62b02b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1586318400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1586318400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff7ef0686dbae7dd47b6f6f08c9b1be6\";a:10:{s:4:\"hash\";s:32:\"ff7ef0686dbae7dd47b6f6f08c9b1be6\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1586577600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1586577600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"345fbd7cb6cdbfc72c7188bca7d7664f\";a:10:{s:4:\"hash\";s:32:\"345fbd7cb6cdbfc72c7188bca7d7664f\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1587096000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1587096000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4cf2de4a2120b351ad5dfc264b2040d2\";a:10:{s:4:\"hash\";s:32:\"4cf2de4a2120b351ad5dfc264b2040d2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1587355200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1587355200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e78ecfc82cb2d65d4b3f1b60ea1407c0\";a:10:{s:4:\"hash\";s:32:\"e78ecfc82cb2d65d4b3f1b60ea1407c0\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1587700800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1587700800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc5ed25538fc91a012f552e2b1d6f5e0\";a:10:{s:4:\"hash\";s:32:\"fc5ed25538fc91a012f552e2b1d6f5e0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1587960000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1587960000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"072efb2352e297962c5ba33fe7695cac\";a:10:{s:4:\"hash\";s:32:\"072efb2352e297962c5ba33fe7695cac\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588132800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1588132800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a3c502b8e6f131a7ccd8c00428d479b\";a:10:{s:4:\"hash\";s:32:\"9a3c502b8e6f131a7ccd8c00428d479b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588132800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1588132800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d59f11d767d378565e40e95d6a07bbb7\";a:10:{s:4:\"hash\";s:32:\"d59f11d767d378565e40e95d6a07bbb7\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588305600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1588305600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3077c98fcb92bd5384790378db93cf06\";a:10:{s:4:\"hash\";s:32:\"3077c98fcb92bd5384790378db93cf06\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588305600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1588305600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73826c1ba27725daf035f6c0108b3a86\";a:10:{s:4:\"hash\";s:32:\"73826c1ba27725daf035f6c0108b3a86\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588305600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1588305600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bee083e930ff4addd8fb6952788edcad\";a:10:{s:4:\"hash\";s:32:\"bee083e930ff4addd8fb6952788edcad\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588305600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1588305600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f63b375b2ef5c8f2c61549b39f2ba8f2\";a:10:{s:4:\"hash\";s:32:\"f63b375b2ef5c8f2c61549b39f2ba8f2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588305600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1588305600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6df71136dae3f0b995a07ef8c6d7a076\";a:10:{s:4:\"hash\";s:32:\"6df71136dae3f0b995a07ef8c6d7a076\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588305600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1588305600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"661100777be4a6408abefc7d7439064e\";a:10:{s:4:\"hash\";s:32:\"661100777be4a6408abefc7d7439064e\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588305600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1588305600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f63a2f2c0250e2fcae0d45f47c72a2e\";a:10:{s:4:\"hash\";s:32:\"9f63a2f2c0250e2fcae0d45f47c72a2e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588651200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1588651200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aaaeaa54838e0e3fb57fad4ff6bcddb8\";a:10:{s:4:\"hash\";s:32:\"aaaeaa54838e0e3fb57fad4ff6bcddb8\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588651200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1588651200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3157b83df9e82c92fcacb6918875ca3b\";a:10:{s:4:\"hash\";s:32:\"3157b83df9e82c92fcacb6918875ca3b\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588737600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1588737600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"075b7709af4747b2a17c22f5fb674054\";a:10:{s:4:\"hash\";s:32:\"075b7709af4747b2a17c22f5fb674054\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588737600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1588737600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78bcba7c2212aa2b8407cff53a0c8b55\";a:10:{s:4:\"hash\";s:32:\"78bcba7c2212aa2b8407cff53a0c8b55\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6bcaf69430c066812c15c1f6ec6e93b2\";a:10:{s:4:\"hash\";s:32:\"6bcaf69430c066812c15c1f6ec6e93b2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588737600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1588737600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"74c29806cfba376746a115253835b461\";a:10:{s:4:\"hash\";s:32:\"74c29806cfba376746a115253835b461\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588824000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1588824000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01f5459d26492ab2192492ea783ed250\";a:10:{s:4:\"hash\";s:32:\"01f5459d26492ab2192492ea783ed250\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588910400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1588910400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"522347b6bef2d55cc22e897d9c1753e1\";a:10:{s:4:\"hash\";s:32:\"522347b6bef2d55cc22e897d9c1753e1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1588996800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1588996800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cda5bfed7e9b2760ccedb1864a76cf15\";a:10:{s:4:\"hash\";s:32:\"cda5bfed7e9b2760ccedb1864a76cf15\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589256000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589256000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b1664563305e8caa819af3f67081ad71\";a:10:{s:4:\"hash\";s:32:\"b1664563305e8caa819af3f67081ad71\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589256000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589256000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cf4bbc113abaca459b477479722ede08\";a:10:{s:4:\"hash\";s:32:\"cf4bbc113abaca459b477479722ede08\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589342400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589342400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13775cba9224e70374efdba8251551db\";a:10:{s:4:\"hash\";s:32:\"13775cba9224e70374efdba8251551db\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589428800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589428800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a81a0d06b17440e09aa7cf87822ab2d9\";a:10:{s:4:\"hash\";s:32:\"a81a0d06b17440e09aa7cf87822ab2d9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589428800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1589428800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b9810b9936f6c67f65053d151d6c3087\";a:10:{s:4:\"hash\";s:32:\"b9810b9936f6c67f65053d151d6c3087\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589601600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1589601600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5bba38730347095a80436141505ac2eb\";a:10:{s:4:\"hash\";s:32:\"5bba38730347095a80436141505ac2eb\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589601600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589601600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b574b6b7530e7d855c539e7c559af68\";a:10:{s:4:\"hash\";s:32:\"0b574b6b7530e7d855c539e7c559af68\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589601600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589601600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5533ba13d5f98e9c4639f80dc8583253\";a:10:{s:4:\"hash\";s:32:\"5533ba13d5f98e9c4639f80dc8583253\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589601600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589601600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a86e5e749dbd1185eba4fc307b925ff\";a:10:{s:4:\"hash\";s:32:\"8a86e5e749dbd1185eba4fc307b925ff\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589688000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589688000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1722330030ad38b4c6e1859f6a537d7f\";a:10:{s:4:\"hash\";s:32:\"1722330030ad38b4c6e1859f6a537d7f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589688000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589688000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d77a9f31071352926c56edc20965299f\";a:10:{s:4:\"hash\";s:32:\"d77a9f31071352926c56edc20965299f\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589688000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1589688000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7141d1e88fdcb38a1c5e7ba3226e505\";a:10:{s:4:\"hash\";s:32:\"c7141d1e88fdcb38a1c5e7ba3226e505\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589774400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1589774400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"198b0d665516a0d49338a2572e43987a\";a:10:{s:4:\"hash\";s:32:\"198b0d665516a0d49338a2572e43987a\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589860800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1589860800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b9cdd6f27b227770e7185e8a16271b5\";a:10:{s:4:\"hash\";s:32:\"0b9cdd6f27b227770e7185e8a16271b5\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589860800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1589860800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"350e8359fe19c66eb1d15a014c6f1d68\";a:10:{s:4:\"hash\";s:32:\"350e8359fe19c66eb1d15a014c6f1d68\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589860800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589860800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9281d32d930031e9f5a7ed9c3f04c8f\";a:10:{s:4:\"hash\";s:32:\"a9281d32d930031e9f5a7ed9c3f04c8f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589860800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1589860800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"28b126ae7315bc5df2df07500410af90\";a:10:{s:4:\"hash\";s:32:\"28b126ae7315bc5df2df07500410af90\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589860800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1589860800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0394a43e8e88c188d3b48d6aaf20fbf\";a:10:{s:4:\"hash\";s:32:\"d0394a43e8e88c188d3b48d6aaf20fbf\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589860800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589860800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0490d1c3eba7737a4c337a3b315cf710\";a:10:{s:4:\"hash\";s:32:\"0490d1c3eba7737a4c337a3b315cf710\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589860800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1589860800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c5c66de2b45cdf900fb52acd043f70d\";a:10:{s:4:\"hash\";s:32:\"4c5c66de2b45cdf900fb52acd043f70d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589947200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589947200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"222092ec1eebd601a1b9ce8da16e0153\";a:10:{s:4:\"hash\";s:32:\"222092ec1eebd601a1b9ce8da16e0153\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589947200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1589947200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c056c20872c04e14c963988450fbc839\";a:10:{s:4:\"hash\";s:32:\"c056c20872c04e14c963988450fbc839\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589947200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1589947200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d03613a210e02e143199fe5bf43c3eb\";a:10:{s:4:\"hash\";s:32:\"8d03613a210e02e143199fe5bf43c3eb\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1589947200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1589947200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c7519ce8a1ddefd8e5431846eef2c704\";a:10:{s:4:\"hash\";s:32:\"c7519ce8a1ddefd8e5431846eef2c704\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590033600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1590033600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"536ef5257ec1a157651094e21eb5750d\";a:10:{s:4:\"hash\";s:32:\"536ef5257ec1a157651094e21eb5750d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590033600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1590033600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"affe5153b5e1ea78bfa440d05a14bf2f\";a:10:{s:4:\"hash\";s:32:\"affe5153b5e1ea78bfa440d05a14bf2f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590033600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590033600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"919e2896c66221857fdd04bbcdc7e503\";a:10:{s:4:\"hash\";s:32:\"919e2896c66221857fdd04bbcdc7e503\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590033600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590033600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0b07b933ebeef199c697b71c4c990f6\";a:10:{s:4:\"hash\";s:32:\"f0b07b933ebeef199c697b71c4c990f6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590033600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590033600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2211f849ddeb70db3b040b09943ee21b\";a:10:{s:4:\"hash\";s:32:\"2211f849ddeb70db3b040b09943ee21b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590033600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1590033600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81ee026fe24e58316682175efcc318bb\";a:10:{s:4:\"hash\";s:32:\"81ee026fe24e58316682175efcc318bb\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590206400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1590206400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47e50b3bf6f9c302badbc21d1df93183\";a:10:{s:4:\"hash\";s:32:\"47e50b3bf6f9c302badbc21d1df93183\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590379200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e5a71db22cbd4766b5ef9fc8a47849a\";a:10:{s:4:\"hash\";s:32:\"0e5a71db22cbd4766b5ef9fc8a47849a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590379200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590379200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c32f4c134f91990672c4de523beab989\";a:10:{s:4:\"hash\";s:32:\"c32f4c134f91990672c4de523beab989\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590379200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590379200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3be17d624a7bc09baca5105c96c1c8ad\";a:10:{s:4:\"hash\";s:32:\"3be17d624a7bc09baca5105c96c1c8ad\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590379200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590379200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a066cd28c282a7ac3d83252e3dadc4da\";a:10:{s:4:\"hash\";s:32:\"a066cd28c282a7ac3d83252e3dadc4da\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590465600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590465600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"062025ec3bb0081233d505c054167074\";a:10:{s:4:\"hash\";s:32:\"062025ec3bb0081233d505c054167074\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590465600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590465600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e313fa333834e8549430d699825198b\";a:10:{s:4:\"hash\";s:32:\"2e313fa333834e8549430d699825198b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590552000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590552000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26cfd01ed311c042dd88e0fe1cc5f538\";a:10:{s:4:\"hash\";s:32:\"26cfd01ed311c042dd88e0fe1cc5f538\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590552000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49b1197607f4a075ee1eab1441b0b3db\";a:10:{s:4:\"hash\";s:32:\"49b1197607f4a075ee1eab1441b0b3db\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590638400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590638400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cce0071226d40eed03ede6ee815ae59\";a:10:{s:4:\"hash\";s:32:\"5cce0071226d40eed03ede6ee815ae59\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590638400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1590638400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa0affa1ee666884db69ac7a5940824a\";a:10:{s:4:\"hash\";s:32:\"fa0affa1ee666884db69ac7a5940824a\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590638400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1590638400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c81b8b58ded3bc33d6ba378120e5d57\";a:10:{s:4:\"hash\";s:32:\"7c81b8b58ded3bc33d6ba378120e5d57\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11c89c584e37f71f07e203545be14c46\";a:10:{s:4:\"hash\";s:32:\"11c89c584e37f71f07e203545be14c46\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590638400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1590638400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9beea7df2a487ad5bcb59ffed14c453f\";a:10:{s:4:\"hash\";s:32:\"9beea7df2a487ad5bcb59ffed14c453f\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590984000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1590984000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ce3a9f17a5284ecf546fd1250e99de92\";a:10:{s:4:\"hash\";s:32:\"ce3a9f17a5284ecf546fd1250e99de92\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c5454c092c63f57d0deab091f1ec6cf\";a:10:{s:4:\"hash\";s:32:\"3c5454c092c63f57d0deab091f1ec6cf\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590984000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1590984000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e59144ba9d6b70f86054bdbdcb433410\";a:10:{s:4:\"hash\";s:32:\"e59144ba9d6b70f86054bdbdcb433410\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"732347764453c06abb1549562a073eff\";a:10:{s:4:\"hash\";s:32:\"732347764453c06abb1549562a073eff\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590984000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d78eafc0cfb5e14b59fd810a2bf38657\";a:10:{s:4:\"hash\";s:32:\"d78eafc0cfb5e14b59fd810a2bf38657\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590984000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590984000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85ffd4563e49e02c76e6f13bd5878ea6\";a:10:{s:4:\"hash\";s:32:\"85ffd4563e49e02c76e6f13bd5878ea6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590984000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590984000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9464533a5f16697a4645e511ddd07985\";a:10:{s:4:\"hash\";s:32:\"9464533a5f16697a4645e511ddd07985\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1590984000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1590984000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e181479d7c5a931e5874a12e3f91b50a\";a:10:{s:4:\"hash\";s:32:\"e181479d7c5a931e5874a12e3f91b50a\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591070400/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1591070400/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c269c392e208a75d1937f1f5058e2a86\";a:10:{s:4:\"hash\";s:32:\"c269c392e208a75d1937f1f5058e2a86\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dba36cd3aad1fe67352a0d9046ec7ece\";a:10:{s:4:\"hash\";s:32:\"dba36cd3aad1fe67352a0d9046ec7ece\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591070400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591070400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94888ab865874fc0ccc92de3324e2752\";a:10:{s:4:\"hash\";s:32:\"94888ab865874fc0ccc92de3324e2752\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591070400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1591070400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5de6c23492bb74faab98088597376fbf\";a:10:{s:4:\"hash\";s:32:\"5de6c23492bb74faab98088597376fbf\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591156800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591156800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a457e69a35422b5e7b4c6c59fba64d4\";a:10:{s:4:\"hash\";s:32:\"9a457e69a35422b5e7b4c6c59fba64d4\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591156800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1591156800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"22f98e151760300dd068197a3b49dc3d\";a:10:{s:4:\"hash\";s:32:\"22f98e151760300dd068197a3b49dc3d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591156800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1591156800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cdef49ed5cba897abd67dda59b49d07\";a:10:{s:4:\"hash\";s:32:\"0cdef49ed5cba897abd67dda59b49d07\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591156800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591156800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32f175e09b904493c6eba2b4b3a9cbb8\";a:10:{s:4:\"hash\";s:32:\"32f175e09b904493c6eba2b4b3a9cbb8\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591156800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1591156800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c09f083eed16337d14758c5f1648b47\";a:10:{s:4:\"hash\";s:32:\"6c09f083eed16337d14758c5f1648b47\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591243200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591243200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d92da1c547cdf23c654c5c9f7d6c92d0\";a:10:{s:4:\"hash\";s:32:\"d92da1c547cdf23c654c5c9f7d6c92d0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591243200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1591243200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d478673c284eca2ba11fcc79515c1377\";a:10:{s:4:\"hash\";s:32:\"d478673c284eca2ba11fcc79515c1377\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591329600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1591329600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f367a90675d064ba47855682b358c13b\";a:10:{s:4:\"hash\";s:32:\"f367a90675d064ba47855682b358c13b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591588800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591588800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd19f5285f607d7af09985879eab5772\";a:10:{s:4:\"hash\";s:32:\"cd19f5285f607d7af09985879eab5772\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591588800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1591588800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b9d15309c5f5a4d804ea4a09de243e5c\";a:10:{s:4:\"hash\";s:32:\"b9d15309c5f5a4d804ea4a09de243e5c\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"afb352ccf185935e5a72911fd6cc7d8a\";a:10:{s:4:\"hash\";s:32:\"afb352ccf185935e5a72911fd6cc7d8a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591675200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591675200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e93ac1a7c97093c7e3c5e5671dcdb4c\";a:10:{s:4:\"hash\";s:32:\"9e93ac1a7c97093c7e3c5e5671dcdb4c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591675200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1591675200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e26e83d1d9982fc1f52ab21761b92863\";a:10:{s:4:\"hash\";s:32:\"e26e83d1d9982fc1f52ab21761b92863\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591675200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591675200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d42dbc306869a431bfcde72112952f5\";a:10:{s:4:\"hash\";s:32:\"7d42dbc306869a431bfcde72112952f5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591675200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591675200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3206268d708c8bc88343fb30747527b\";a:10:{s:4:\"hash\";s:32:\"f3206268d708c8bc88343fb30747527b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591675200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591675200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d88f7641aca9af0f3c545fb0ff92a371\";a:10:{s:4:\"hash\";s:32:\"d88f7641aca9af0f3c545fb0ff92a371\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591761600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1591761600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97ea8b53c072bba51f1aa1a8d745832e\";a:10:{s:4:\"hash\";s:32:\"97ea8b53c072bba51f1aa1a8d745832e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591761600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1591761600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70aeaa32f5c74f642cd9083d0cd77f45\";a:10:{s:4:\"hash\";s:32:\"70aeaa32f5c74f642cd9083d0cd77f45\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591761600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591761600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1ef7e87c35f57cf8cada0ac86c9921d\";a:10:{s:4:\"hash\";s:32:\"d1ef7e87c35f57cf8cada0ac86c9921d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591761600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591761600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c188811f923cf19b13040c413600168f\";a:10:{s:4:\"hash\";s:32:\"c188811f923cf19b13040c413600168f\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591761600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1591761600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7bbbfb5c5c1e62171d93e401efd11d3e\";a:10:{s:4:\"hash\";s:32:\"7bbbfb5c5c1e62171d93e401efd11d3e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591761600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591761600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cc161afa38c2b467829dc2f9aeb553c0\";a:10:{s:4:\"hash\";s:32:\"cc161afa38c2b467829dc2f9aeb553c0\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591761600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591761600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2046e8970feeccbd563a4a134868a6e2\";a:10:{s:4:\"hash\";s:32:\"2046e8970feeccbd563a4a134868a6e2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1591761600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1591761600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19ebc0ed60a278bb9dac54a37bdd6363\";a:10:{s:4:\"hash\";s:32:\"19ebc0ed60a278bb9dac54a37bdd6363\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592020800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69a7eabc25a20f174cbacc990ea949c0\";a:10:{s:4:\"hash\";s:32:\"69a7eabc25a20f174cbacc990ea949c0\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592107200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1592107200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70f1b2d38a9dc03346436e51531856e8\";a:10:{s:4:\"hash\";s:32:\"70f1b2d38a9dc03346436e51531856e8\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592107200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fca7566c2ffd5e6853dd8d3a7b1f3e49\";a:10:{s:4:\"hash\";s:32:\"fca7566c2ffd5e6853dd8d3a7b1f3e49\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592280000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1592280000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18d715522949e92f9b00f4cf114c3818\";a:10:{s:4:\"hash\";s:32:\"18d715522949e92f9b00f4cf114c3818\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592280000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1592280000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc9e13bbe8d909afa4124e5966fedd78\";a:10:{s:4:\"hash\";s:32:\"dc9e13bbe8d909afa4124e5966fedd78\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592280000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1592280000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e65b8377028fcc88548d5cbc38ed1b0d\";a:10:{s:4:\"hash\";s:32:\"e65b8377028fcc88548d5cbc38ed1b0d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592280000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1592280000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43a35288805b9fa68c181eeefedacace\";a:10:{s:4:\"hash\";s:32:\"43a35288805b9fa68c181eeefedacace\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592280000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1592280000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1640f4b589015d6f3c4dab005d32705f\";a:10:{s:4:\"hash\";s:32:\"1640f4b589015d6f3c4dab005d32705f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592366400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1592366400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"107cf9a8275cabd05c54b4effa41d245\";a:10:{s:4:\"hash\";s:32:\"107cf9a8275cabd05c54b4effa41d245\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592366400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1592366400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e47dda6e5ca5a4a453c5897204bd644a\";a:10:{s:4:\"hash\";s:32:\"e47dda6e5ca5a4a453c5897204bd644a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592539200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1592539200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98f640424bf9d2363a23358940f45db2\";a:10:{s:4:\"hash\";s:32:\"98f640424bf9d2363a23358940f45db2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1592884800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1592884800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eeb10bd57af987e8fd8070a9e3f1c9a5\";a:10:{s:4:\"hash\";s:32:\"eeb10bd57af987e8fd8070a9e3f1c9a5\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593057600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1593057600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34210c5cc567d6f4f799a2a691addb08\";a:10:{s:4:\"hash\";s:32:\"34210c5cc567d6f4f799a2a691addb08\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593144000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d387778f87e9e0b5a864d11aed51fc0e\";a:10:{s:4:\"hash\";s:32:\"d387778f87e9e0b5a864d11aed51fc0e\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1593144000/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"38b075c9783c466efe35fe4705508f66\";a:10:{s:4:\"hash\";s:32:\"38b075c9783c466efe35fe4705508f66\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593144000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0309e1ac703f80d26e5d40d669a90de\";a:10:{s:4:\"hash\";s:32:\"c0309e1ac703f80d26e5d40d669a90de\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593144000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"101cdbdc0701b659756c9b35ffd963e4\";a:10:{s:4:\"hash\";s:32:\"101cdbdc0701b659756c9b35ffd963e4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593144000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c8eeeed4ba879167e5504761807f565b\";a:10:{s:4:\"hash\";s:32:\"c8eeeed4ba879167e5504761807f565b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1593144000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84303a0a7c06ab2b69f4c76b7f97333a\";a:10:{s:4:\"hash\";s:32:\"84303a0a7c06ab2b69f4c76b7f97333a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593144000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ffa503ff3d1322ce1272ef5e80fff8e\";a:10:{s:4:\"hash\";s:32:\"8ffa503ff3d1322ce1272ef5e80fff8e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593144000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ebea925a42ead9f1adbdc815110c631\";a:10:{s:4:\"hash\";s:32:\"5ebea925a42ead9f1adbdc815110c631\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593144000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593144000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6d90167614bec72e3b9b20c2bc3a455b\";a:10:{s:4:\"hash\";s:32:\"6d90167614bec72e3b9b20c2bc3a455b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593576000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593576000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"028f457d722e5f6a3419a65d6540b5a6\";a:10:{s:4:\"hash\";s:32:\"028f457d722e5f6a3419a65d6540b5a6\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593576000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593576000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"03e1b41d811c797866454daf9f07960f\";a:10:{s:4:\"hash\";s:32:\"03e1b41d811c797866454daf9f07960f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593576000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593576000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6465b3d588a3cd479a71776efc3feaf2\";a:10:{s:4:\"hash\";s:32:\"6465b3d588a3cd479a71776efc3feaf2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593576000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a06a71dac4c625192346863642028cd\";a:10:{s:4:\"hash\";s:32:\"2a06a71dac4c625192346863642028cd\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593662400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593662400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bdbcaaeb92350405c1be1480c935d2d3\";a:10:{s:4:\"hash\";s:32:\"bdbcaaeb92350405c1be1480c935d2d3\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e642a9e409c12a1864e656d4f285bce\";a:10:{s:4:\"hash\";s:32:\"3e642a9e409c12a1864e656d4f285bce\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593662400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593662400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"129461387a11ab59c9ff80e463a31faf\";a:10:{s:4:\"hash\";s:32:\"129461387a11ab59c9ff80e463a31faf\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593662400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593662400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4dc1415cd6affb807c0ef7ee51be6467\";a:10:{s:4:\"hash\";s:32:\"4dc1415cd6affb807c0ef7ee51be6467\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593662400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593662400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e58a29f65fd45e7107cceb54c0d94dd8\";a:10:{s:4:\"hash\";s:32:\"e58a29f65fd45e7107cceb54c0d94dd8\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593748800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a7ae93a58e704f91185d0454717478c\";a:10:{s:4:\"hash\";s:32:\"8a7ae93a58e704f91185d0454717478c\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593748800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"138b4df2f78903ae9c6c6ed94953b393\";a:10:{s:4:\"hash\";s:32:\"138b4df2f78903ae9c6c6ed94953b393\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593748800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59a4926eb96f3e2c1fd9183091f0c890\";a:10:{s:4:\"hash\";s:32:\"59a4926eb96f3e2c1fd9183091f0c890\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1593748800/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c130b993ef6593f37fbe4fa76d1d02a1\";a:10:{s:4:\"hash\";s:32:\"c130b993ef6593f37fbe4fa76d1d02a1\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593748800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db7f9cc98311ae21d89b6a9ecff8dd76\";a:10:{s:4:\"hash\";s:32:\"db7f9cc98311ae21d89b6a9ecff8dd76\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593748800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"142020c82ada9f500bfd078ebc548bf7\";a:10:{s:4:\"hash\";s:32:\"142020c82ada9f500bfd078ebc548bf7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593748800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfe5629ab803143135aa7f7ccd7cf551\";a:10:{s:4:\"hash\";s:32:\"cfe5629ab803143135aa7f7ccd7cf551\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593748800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e827db9f13b0eee41f79dc3bae63f12c\";a:10:{s:4:\"hash\";s:32:\"e827db9f13b0eee41f79dc3bae63f12c\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593748800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8849eee4365cd2a15fdfc956c9c58df0\";a:10:{s:4:\"hash\";s:32:\"8849eee4365cd2a15fdfc956c9c58df0\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593748800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c9dbe091567b743156b9319f383b423\";a:10:{s:4:\"hash\";s:32:\"3c9dbe091567b743156b9319f383b423\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1593748800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51f2bb58f71af939cea46e8b6b573d6e\";a:10:{s:4:\"hash\";s:32:\"51f2bb58f71af939cea46e8b6b573d6e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593748800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b72c35d736b8da91d4642425ac666c83\";a:10:{s:4:\"hash\";s:32:\"b72c35d736b8da91d4642425ac666c83\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593748800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd3db8b7c62bcbbe76c307720ddcd662\";a:10:{s:4:\"hash\";s:32:\"dd3db8b7c62bcbbe76c307720ddcd662\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593748800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593748800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec695dd4ca1d7b9c13738d2d68e20749\";a:10:{s:4:\"hash\";s:32:\"ec695dd4ca1d7b9c13738d2d68e20749\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593835200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1593835200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"65d829a316903bec74eaeceb40bd0836\";a:10:{s:4:\"hash\";s:32:\"65d829a316903bec74eaeceb40bd0836\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2e29c1b4db5a0eea666bc73c2eb3703\";a:10:{s:4:\"hash\";s:32:\"e2e29c1b4db5a0eea666bc73c2eb3703\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593835200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1593835200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b6b2b4076f1d1acf3d0dc72773f32dd\";a:10:{s:4:\"hash\";s:32:\"7b6b2b4076f1d1acf3d0dc72773f32dd\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593921600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1593921600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a43f4800133230b7ee44404dedc0e19\";a:10:{s:4:\"hash\";s:32:\"2a43f4800133230b7ee44404dedc0e19\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1593921600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1593921600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eb1732530ce56f2acafb5bda94cb2aef\";a:10:{s:4:\"hash\";s:32:\"eb1732530ce56f2acafb5bda94cb2aef\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594180800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594180800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ddabe3976031a32d781e53f0188a4a15\";a:10:{s:4:\"hash\";s:32:\"ddabe3976031a32d781e53f0188a4a15\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594353600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3f6d117f638af4b5046140dd6605bcb9\";a:10:{s:4:\"hash\";s:32:\"3f6d117f638af4b5046140dd6605bcb9\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1594353600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f410e1a2255b20a8d05c35b51a96d60e\";a:10:{s:4:\"hash\";s:32:\"f410e1a2255b20a8d05c35b51a96d60e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594353600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ad76b38b26dcd13c2039f934d3c0489\";a:10:{s:4:\"hash\";s:32:\"6ad76b38b26dcd13c2039f934d3c0489\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594353600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"738431158c89b8e27bdddbb7e0c9e754\";a:10:{s:4:\"hash\";s:32:\"738431158c89b8e27bdddbb7e0c9e754\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1594353600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e825d2f4d2794409fc5461fc66a75af\";a:10:{s:4:\"hash\";s:32:\"0e825d2f4d2794409fc5461fc66a75af\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594353600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d50a1d7b001e82e9972aa1f438302814\";a:10:{s:4:\"hash\";s:32:\"d50a1d7b001e82e9972aa1f438302814\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594353600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ccb500937dc0760ca6b2012b04ca1ee\";a:10:{s:4:\"hash\";s:32:\"4ccb500937dc0760ca6b2012b04ca1ee\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594353600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d68463580a22c517709b5781122d7e55\";a:10:{s:4:\"hash\";s:32:\"d68463580a22c517709b5781122d7e55\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1594353600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7976bcabf3e9a0d45091aa2f68fd6a4a\";a:10:{s:4:\"hash\";s:32:\"7976bcabf3e9a0d45091aa2f68fd6a4a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594353600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cc347ee5e327275503ccba446b2302dc\";a:10:{s:4:\"hash\";s:32:\"cc347ee5e327275503ccba446b2302dc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594353600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7d6e00ab966b8343fe9867e291406d8c\";a:10:{s:4:\"hash\";s:32:\"7d6e00ab966b8343fe9867e291406d8c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594353600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594353600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4888039342c296fb9d3bbb4b2f76292\";a:10:{s:4:\"hash\";s:32:\"b4888039342c296fb9d3bbb4b2f76292\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594526400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1594526400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ef3471fcc00823c3492eec3e1a4a2b1\";a:10:{s:4:\"hash\";s:32:\"4ef3471fcc00823c3492eec3e1a4a2b1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594612800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83cfc8c10cd2860dde4b7daae0c7777e\";a:10:{s:4:\"hash\";s:32:\"83cfc8c10cd2860dde4b7daae0c7777e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594785600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594785600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4624d11aa7c69840e1a89c350ca6c124\";a:10:{s:4:\"hash\";s:32:\"4624d11aa7c69840e1a89c350ca6c124\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2574853d78d51ea34eee1123d1fd782c\";a:10:{s:4:\"hash\";s:32:\"2574853d78d51ea34eee1123d1fd782c\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594785600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594785600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"69f29eb7eaeed87cee823f4eb3754fc4\";a:10:{s:4:\"hash\";s:32:\"69f29eb7eaeed87cee823f4eb3754fc4\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594785600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594785600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a35ce526c5c53aaa7453e0caeed22c2\";a:10:{s:4:\"hash\";s:32:\"4a35ce526c5c53aaa7453e0caeed22c2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594785600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594785600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2574e9821fb4da59f22b3fc35d6296e2\";a:10:{s:4:\"hash\";s:32:\"2574e9821fb4da59f22b3fc35d6296e2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594785600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1594785600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3216087307da7ab94742304ad5ac8cf\";a:10:{s:4:\"hash\";s:32:\"b3216087307da7ab94742304ad5ac8cf\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594958400/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"580ee90fde098ae7f8817d7e6c8d1eba\";a:10:{s:4:\"hash\";s:32:\"580ee90fde098ae7f8817d7e6c8d1eba\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594958400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd8da627c6c9893e257a3b36b52d8972\";a:10:{s:4:\"hash\";s:32:\"dd8da627c6c9893e257a3b36b52d8972\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594958400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac6a7be1f6e1c6eaaa7c2f2cdd23ec27\";a:10:{s:4:\"hash\";s:32:\"ac6a7be1f6e1c6eaaa7c2f2cdd23ec27\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594958400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bbbb8af5aeff8dd8516283cb2b4a2622\";a:10:{s:4:\"hash\";s:32:\"bbbb8af5aeff8dd8516283cb2b4a2622\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594958400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"534c05750e7620685c2f4802e8a9e9a1\";a:10:{s:4:\"hash\";s:32:\"534c05750e7620685c2f4802e8a9e9a1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594958400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12f8dac8cf646199892883925f397b20\";a:10:{s:4:\"hash\";s:32:\"12f8dac8cf646199892883925f397b20\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594958400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"724cec652e6798593542c63e4c789276\";a:10:{s:4:\"hash\";s:32:\"724cec652e6798593542c63e4c789276\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1594958400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da88848cdfd3f6698cf984aa9aed501c\";a:10:{s:4:\"hash\";s:32:\"da88848cdfd3f6698cf984aa9aed501c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594958400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b880d9545e35d1d201189b382fa4e907\";a:10:{s:4:\"hash\";s:32:\"b880d9545e35d1d201189b382fa4e907\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f16ac6e0da2b8af33f1b112871113de\";a:10:{s:4:\"hash\";s:32:\"5f16ac6e0da2b8af33f1b112871113de\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594958400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c8d8c99d80081c41308fc96aa3da92a5\";a:10:{s:4:\"hash\";s:32:\"c8d8c99d80081c41308fc96aa3da92a5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594958400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c108ad71878e3be41626fbe26c22d306\";a:10:{s:4:\"hash\";s:32:\"c108ad71878e3be41626fbe26c22d306\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1594958400/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1594958400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8e83c46f47540b1e5879941429611df\";a:10:{s:4:\"hash\";s:32:\"f8e83c46f47540b1e5879941429611df\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595131200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595131200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0e032f5f827788f0f7c0969075f4cba8\";a:10:{s:4:\"hash\";s:32:\"0e032f5f827788f0f7c0969075f4cba8\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595131200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d948ed2d2e70ab32a423241df6fbd3a\";a:10:{s:4:\"hash\";s:32:\"3d948ed2d2e70ab32a423241df6fbd3a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595217600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595217600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bccee102161ba07a25cb60a4b1bd36cc\";a:10:{s:4:\"hash\";s:32:\"bccee102161ba07a25cb60a4b1bd36cc\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595390400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1595390400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2c806c23f25baea2c5fb605eb0818731\";a:10:{s:4:\"hash\";s:32:\"2c806c23f25baea2c5fb605eb0818731\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595390400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1595390400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac90195040b07b261db5cd644fcbf6c5\";a:10:{s:4:\"hash\";s:32:\"ac90195040b07b261db5cd644fcbf6c5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595390400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595390400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76955f7fa790d0d30aed7c6235c63d19\";a:10:{s:4:\"hash\";s:32:\"76955f7fa790d0d30aed7c6235c63d19\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595390400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595390400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4358b2410b910df9f8d516e86ae2a37b\";a:10:{s:4:\"hash\";s:32:\"4358b2410b910df9f8d516e86ae2a37b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595563200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595563200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"623675d7904c01a63531cdfa13d2406f\";a:10:{s:4:\"hash\";s:32:\"623675d7904c01a63531cdfa13d2406f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595563200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595563200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21cf3209ba5502296d127509c2c6f827\";a:10:{s:4:\"hash\";s:32:\"21cf3209ba5502296d127509c2c6f827\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595563200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595563200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b11449f3c1fd41da07d0fe3ae836c758\";a:10:{s:4:\"hash\";s:32:\"b11449f3c1fd41da07d0fe3ae836c758\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595563200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595563200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5ca4dfb7521325135fddaaed72ffa948\";a:10:{s:4:\"hash\";s:32:\"5ca4dfb7521325135fddaaed72ffa948\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595649600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595649600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6a16563d335239ab77fec8063c52f720\";a:10:{s:4:\"hash\";s:32:\"6a16563d335239ab77fec8063c52f720\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595736000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1595736000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7dcc44556d8878b664e6090d930b0bf7\";a:10:{s:4:\"hash\";s:32:\"7dcc44556d8878b664e6090d930b0bf7\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595736000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1595736000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe367f15a8c4abd02e156508389491d6\";a:10:{s:4:\"hash\";s:32:\"fe367f15a8c4abd02e156508389491d6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595736000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595736000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8bbca0ad19b915cd9f615d02917850f8\";a:10:{s:4:\"hash\";s:32:\"8bbca0ad19b915cd9f615d02917850f8\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595736000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595736000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d1716d38f23edb60a53389aea6eee52c\";a:10:{s:4:\"hash\";s:32:\"d1716d38f23edb60a53389aea6eee52c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595736000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595736000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"70388c0f193177ec2300c2a124e25fb5\";a:10:{s:4:\"hash\";s:32:\"70388c0f193177ec2300c2a124e25fb5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595736000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595736000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"163e7bf7c90393f1fb20590034e6c3e7\";a:10:{s:4:\"hash\";s:32:\"163e7bf7c90393f1fb20590034e6c3e7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595736000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595736000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c3b8809fcf99f565503d2e3325efc9b\";a:10:{s:4:\"hash\";s:32:\"7c3b8809fcf99f565503d2e3325efc9b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595822400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595822400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"429a25262da4aecfc0b14e3f4bf51f3e\";a:10:{s:4:\"hash\";s:32:\"429a25262da4aecfc0b14e3f4bf51f3e\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595822400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595822400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3aa2fd02ee3966c04bc47cac6a9975b7\";a:10:{s:4:\"hash\";s:32:\"3aa2fd02ee3966c04bc47cac6a9975b7\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595908800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1595908800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7957294ff83d4eb17bb45224f9bab3de\";a:10:{s:4:\"hash\";s:32:\"7957294ff83d4eb17bb45224f9bab3de\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595908800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595908800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42c5a967dd7a3712da23fa0fb621daf0\";a:10:{s:4:\"hash\";s:32:\"42c5a967dd7a3712da23fa0fb621daf0\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595908800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1595908800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"418abf39bcb15efc4b354052c7f8c62b\";a:10:{s:4:\"hash\";s:32:\"418abf39bcb15efc4b354052c7f8c62b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595908800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595908800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a9fc99c21be33c08131d7e96c7934ee2\";a:10:{s:4:\"hash\";s:32:\"a9fc99c21be33c08131d7e96c7934ee2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595908800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e6c0227dfff99066430b283c4296e5f\";a:10:{s:4:\"hash\";s:32:\"5e6c0227dfff99066430b283c4296e5f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595995200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595995200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98c52fcf03fd86788c14b89862f5f95d\";a:10:{s:4:\"hash\";s:32:\"98c52fcf03fd86788c14b89862f5f95d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595995200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1595995200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4512a6217369a014dfde405381ea2f43\";a:10:{s:4:\"hash\";s:32:\"4512a6217369a014dfde405381ea2f43\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595995200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1595995200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1344ff3e75ac983fa7b7e01c19df802e\";a:10:{s:4:\"hash\";s:32:\"1344ff3e75ac983fa7b7e01c19df802e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595995200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1595995200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dbf54b4a4749fcc4ea5d7d50d0b15359\";a:10:{s:4:\"hash\";s:32:\"dbf54b4a4749fcc4ea5d7d50d0b15359\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1595995200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1595995200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"879cd68990d02cfcf8aa11e21f645d42\";a:10:{s:4:\"hash\";s:32:\"879cd68990d02cfcf8aa11e21f645d42\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596254400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1596254400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b000f2c7df84ba28bddb4ff428891f33\";a:10:{s:4:\"hash\";s:32:\"b000f2c7df84ba28bddb4ff428891f33\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596254400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596254400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"33cebbd7e578001de2a0daeaba0cbfbe\";a:10:{s:4:\"hash\";s:32:\"33cebbd7e578001de2a0daeaba0cbfbe\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596254400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596254400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e7876c012b339a42ae01e21e36ddb449\";a:10:{s:4:\"hash\";s:32:\"e7876c012b339a42ae01e21e36ddb449\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596254400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f347aec12b846f095b489a058039c7a3\";a:10:{s:4:\"hash\";s:32:\"f347aec12b846f095b489a058039c7a3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596254400/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596254400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1da821d8bc8e4af67b2c6f687f037e20\";a:10:{s:4:\"hash\";s:32:\"1da821d8bc8e4af67b2c6f687f037e20\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596254400/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596254400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"004a54cbef43b88246bd693c1ae45789\";a:10:{s:4:\"hash\";s:32:\"004a54cbef43b88246bd693c1ae45789\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596254400/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596254400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e5032e76cabe6f96cf223620b7d2f2d\";a:10:{s:4:\"hash\";s:32:\"3e5032e76cabe6f96cf223620b7d2f2d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596340800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596340800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"50f4634981f5201b86421fb2cc781a27\";a:10:{s:4:\"hash\";s:32:\"50f4634981f5201b86421fb2cc781a27\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596340800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1596340800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7453e41aefaa26bdb0ffa0034e43b203\";a:10:{s:4:\"hash\";s:32:\"7453e41aefaa26bdb0ffa0034e43b203\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596600000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596600000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"237da9699b95424b6a40ba011facd9e7\";a:10:{s:4:\"hash\";s:32:\"237da9699b95424b6a40ba011facd9e7\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596600000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1596600000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"554f57d7d8c5ddc877e10c26f51e3180\";a:10:{s:4:\"hash\";s:32:\"554f57d7d8c5ddc877e10c26f51e3180\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596686400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596686400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4484cd3fda4f796cbb256d95228510a\";a:10:{s:4:\"hash\";s:32:\"c4484cd3fda4f796cbb256d95228510a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596686400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1596686400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"912aff042ee2097251d2eb979909d84c\";a:10:{s:4:\"hash\";s:32:\"912aff042ee2097251d2eb979909d84c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596686400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1596686400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c150d041399e310d661211c1afd85570\";a:10:{s:4:\"hash\";s:32:\"c150d041399e310d661211c1afd85570\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596859200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f127e3b289ddea2e9a292b5bb3ec4b0\";a:10:{s:4:\"hash\";s:32:\"2f127e3b289ddea2e9a292b5bb3ec4b0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1596945600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1596945600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a876fd6cde7590e0f1b33312d7b673b2\";a:10:{s:4:\"hash\";s:32:\"a876fd6cde7590e0f1b33312d7b673b2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597032000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1597032000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"49594ca8d2939ace6a00684f874b0328\";a:10:{s:4:\"hash\";s:32:\"49594ca8d2939ace6a00684f874b0328\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597032000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0100472c71502633bbaba22737899b29\";a:10:{s:4:\"hash\";s:32:\"0100472c71502633bbaba22737899b29\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597377600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1597377600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ef71bc614b31a5448c5319020e34099\";a:10:{s:4:\"hash\";s:32:\"3ef71bc614b31a5448c5319020e34099\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597377600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1597377600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fd91cc03cdd14b922a0261cbb6d3eaed\";a:10:{s:4:\"hash\";s:32:\"fd91cc03cdd14b922a0261cbb6d3eaed\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597377600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2dfa96fa6261498d812823af93394a1c\";a:10:{s:4:\"hash\";s:32:\"2dfa96fa6261498d812823af93394a1c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597550400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1597550400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e024f56e72ead9bcdf5aa72f713686a1\";a:10:{s:4:\"hash\";s:32:\"e024f56e72ead9bcdf5aa72f713686a1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597550400/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1597550400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4da6de775903a00deac34c6ba13ed6f6\";a:10:{s:4:\"hash\";s:32:\"4da6de775903a00deac34c6ba13ed6f6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597550400/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1597550400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"775c97f3ea1f4eb246c77bc79b38051b\";a:10:{s:4:\"hash\";s:32:\"775c97f3ea1f4eb246c77bc79b38051b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597550400/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1597550400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"581b8e9a3bcd7060548fca951fcf9602\";a:10:{s:4:\"hash\";s:32:\"581b8e9a3bcd7060548fca951fcf9602\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597636800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1597636800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aaea920dc4883f44a1d44afa32e4b840\";a:10:{s:4:\"hash\";s:32:\"aaea920dc4883f44a1d44afa32e4b840\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1597636800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1597636800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a5afb002ba312278b7153d82387bd7b\";a:10:{s:4:\"hash\";s:32:\"8a5afb002ba312278b7153d82387bd7b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598155200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1598155200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed376a1fcaa9890d7aedf141e362bf06\";a:10:{s:4:\"hash\";s:32:\"ed376a1fcaa9890d7aedf141e362bf06\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598155200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1598155200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"544405b580c8a9b88f517526548b6879\";a:10:{s:4:\"hash\";s:32:\"544405b580c8a9b88f517526548b6879\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598155200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1598155200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e22adc8936f752ecd2734c47c4454c7\";a:10:{s:4:\"hash\";s:32:\"4e22adc8936f752ecd2734c47c4454c7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598241600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1598241600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ba465607f1ee69882d5375afd2ef7e00\";a:10:{s:4:\"hash\";s:32:\"ba465607f1ee69882d5375afd2ef7e00\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598241600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1598241600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ec026049e443acce5c613010b267f48\";a:10:{s:4:\"hash\";s:32:\"8ec026049e443acce5c613010b267f48\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598241600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1598241600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db701d822f580b779a3174cac2029345\";a:10:{s:4:\"hash\";s:32:\"db701d822f580b779a3174cac2029345\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598414400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1598414400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1c8b97ca22413971f0c0df21dfd9ef5a\";a:10:{s:4:\"hash\";s:32:\"1c8b97ca22413971f0c0df21dfd9ef5a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598414400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1598414400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf4ec08efc68376e89b85790733ae947\";a:10:{s:4:\"hash\";s:32:\"bf4ec08efc68376e89b85790733ae947\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1598500800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1598500800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"602cb14eabc9f3a24d1d898945c97e25\";a:10:{s:4:\"hash\";s:32:\"602cb14eabc9f3a24d1d898945c97e25\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1601524800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1601524800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b2d1b84bd793f1f5e53cd8c73f0eefd2\";a:10:{s:4:\"hash\";s:32:\"b2d1b84bd793f1f5e53cd8c73f0eefd2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604116800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1604116800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9090135def911e05dd2d4a6813127cd0\";a:10:{s:4:\"hash\";s:32:\"9090135def911e05dd2d4a6813127cd0\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604203200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1604203200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bfd8b82cd5929482f24f423181ed116\";a:10:{s:4:\"hash\";s:32:\"4bfd8b82cd5929482f24f423181ed116\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604203200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1604203200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae4ed27c9e725caf87874c5cf56fc030\";a:10:{s:4:\"hash\";s:32:\"ae4ed27c9e725caf87874c5cf56fc030\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b12eddc0bf9c520a7026c378737dda46\";a:10:{s:4:\"hash\";s:32:\"b12eddc0bf9c520a7026c378737dda46\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604203200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1604203200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2fd4c574142faac9ff706909c82524e7\";a:10:{s:4:\"hash\";s:32:\"2fd4c574142faac9ff706909c82524e7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604293200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1604293200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fbd2ecfffc20d9f65e6c4087ac42091b\";a:10:{s:4:\"hash\";s:32:\"fbd2ecfffc20d9f65e6c4087ac42091b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604293200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1604293200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4057a2f3c7d539272027df8faa554dd3\";a:10:{s:4:\"hash\";s:32:\"4057a2f3c7d539272027df8faa554dd3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604552400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1604552400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d7c25774a85cd99869b62d85156afe8b\";a:10:{s:4:\"hash\";s:32:\"d7c25774a85cd99869b62d85156afe8b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604552400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1604552400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a2a1019002ac8dc55e2609f6d90bd88\";a:10:{s:4:\"hash\";s:32:\"0a2a1019002ac8dc55e2609f6d90bd88\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604552400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1604552400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cfc4b9926b600c58417f994c5a262094\";a:10:{s:4:\"hash\";s:32:\"cfc4b9926b600c58417f994c5a262094\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1604552400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1604552400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d84a03f5765dc04206a88f9766cb658b\";a:10:{s:4:\"hash\";s:32:\"d84a03f5765dc04206a88f9766cb658b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605070800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605070800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4146c30c1ef129dd55b9667fd85008d1\";a:10:{s:4:\"hash\";s:32:\"4146c30c1ef129dd55b9667fd85008d1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605070800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e04c52b98b8d1d10eff5d4102db06ee2\";a:10:{s:4:\"hash\";s:32:\"e04c52b98b8d1d10eff5d4102db06ee2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1605157200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9abd0730e8d9e58c3ee8aa5721fa9519\";a:10:{s:4:\"hash\";s:32:\"9abd0730e8d9e58c3ee8aa5721fa9519\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1605157200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab3f4e943108f9b59f08edb6d7d43576\";a:10:{s:4:\"hash\";s:32:\"ab3f4e943108f9b59f08edb6d7d43576\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605157200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9cce6976540ae3c73fac885fac09ebd3\";a:10:{s:4:\"hash\";s:32:\"9cce6976540ae3c73fac885fac09ebd3\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1605157200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54c0df365d3281e6fe028d1322b1db01\";a:10:{s:4:\"hash\";s:32:\"54c0df365d3281e6fe028d1322b1db01\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1605157200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e8d176ccfcc4d25e4d28ff431600eb1\";a:10:{s:4:\"hash\";s:32:\"6e8d176ccfcc4d25e4d28ff431600eb1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605157200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"62a14356b83f84c8b103b9b3e4746bb5\";a:10:{s:4:\"hash\";s:32:\"62a14356b83f84c8b103b9b3e4746bb5\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1605157200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5f7d777af954e48b7923199398d877b\";a:10:{s:4:\"hash\";s:32:\"d5f7d777af954e48b7923199398d877b\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1605157200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bcc29ad6f4728f4adb5f672a25f636d6\";a:10:{s:4:\"hash\";s:32:\"bcc29ad6f4728f4adb5f672a25f636d6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605157200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ac66729c909320bc812ceef7f7571aa7\";a:10:{s:4:\"hash\";s:32:\"ac66729c909320bc812ceef7f7571aa7\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1605157200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44a8a755205e81a3ec63398f21ea7996\";a:10:{s:4:\"hash\";s:32:\"44a8a755205e81a3ec63398f21ea7996\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605157200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2aaab44a77c58a91d19f0d672c638d83\";a:10:{s:4:\"hash\";s:32:\"2aaab44a77c58a91d19f0d672c638d83\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605157200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18197722f73b2415dd054cb6f8f56777\";a:10:{s:4:\"hash\";s:32:\"18197722f73b2415dd054cb6f8f56777\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605157200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605157200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54be2257069ea55705d0054d52ead2fe\";a:10:{s:4:\"hash\";s:32:\"54be2257069ea55705d0054d52ead2fe\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605243600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605243600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c30ab4a03c3235aa3c41147003b6a67c\";a:10:{s:4:\"hash\";s:32:\"c30ab4a03c3235aa3c41147003b6a67c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605243600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89a6bd5c46a70373b1102a96b2218602\";a:10:{s:4:\"hash\";s:32:\"89a6bd5c46a70373b1102a96b2218602\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605330000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1605330000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0ff4de5702258e4e146c847d70ebe63\";a:10:{s:4:\"hash\";s:32:\"a0ff4de5702258e4e146c847d70ebe63\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605762000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605762000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91ba1ff41a3c0ff5d7c87b4c2955336e\";a:10:{s:4:\"hash\";s:32:\"91ba1ff41a3c0ff5d7c87b4c2955336e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605762000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1605762000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73f47f9d71d33986837529aa08cb3d6a\";a:10:{s:4:\"hash\";s:32:\"73f47f9d71d33986837529aa08cb3d6a\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605762000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1605762000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a41eacf18994752cf0413a36238404b1\";a:10:{s:4:\"hash\";s:32:\"a41eacf18994752cf0413a36238404b1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e15aad81baee74ad556a15fc0a27b23\";a:10:{s:4:\"hash\";s:32:\"6e15aad81baee74ad556a15fc0a27b23\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605762000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605762000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dba27ff765109df4178196c25ee24665\";a:10:{s:4:\"hash\";s:32:\"dba27ff765109df4178196c25ee24665\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605762000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1605762000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b0e32b9d8848a614e71b1c09da099bd\";a:10:{s:4:\"hash\";s:32:\"7b0e32b9d8848a614e71b1c09da099bd\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605934800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1605934800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6dc9beb99c59744e5f3dc851a5c740bf\";a:10:{s:4:\"hash\";s:32:\"6dc9beb99c59744e5f3dc851a5c740bf\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605934800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605934800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7dbc6b5a2feda46c4619f98cecd60fa\";a:10:{s:4:\"hash\";s:32:\"f7dbc6b5a2feda46c4619f98cecd60fa\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605934800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605934800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"17afea2c3bb15b81c9380ce3017f7cdc\";a:10:{s:4:\"hash\";s:32:\"17afea2c3bb15b81c9380ce3017f7cdc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1605934800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1605934800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fe145aa68e70ac0b0dd221a21cd225e3\";a:10:{s:4:\"hash\";s:32:\"fe145aa68e70ac0b0dd221a21cd225e3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1606366800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1606366800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0dec9756687bcb6309b39f72d399e0f3\";a:10:{s:4:\"hash\";s:32:\"0dec9756687bcb6309b39f72d399e0f3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1606539600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1606539600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6c89b0976b0f98f47b9f81567ce9335\";a:10:{s:4:\"hash\";s:32:\"c6c89b0976b0f98f47b9f81567ce9335\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1606539600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1606539600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fda7c855c948ad984aa1eeb9fc1c86e6\";a:10:{s:4:\"hash\";s:32:\"fda7c855c948ad984aa1eeb9fc1c86e6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1606626000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1606626000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fba4e8d09cb656d299390dfcf9df76de\";a:10:{s:4:\"hash\";s:32:\"fba4e8d09cb656d299390dfcf9df76de\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1606626000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1606626000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e1bfb1ea25637bfdd33115ab88d6d4b0\";a:10:{s:4:\"hash\";s:32:\"e1bfb1ea25637bfdd33115ab88d6d4b0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1606626000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1606626000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cb01b9b604abdb30f56aa377f48cdf3\";a:10:{s:4:\"hash\";s:32:\"5cb01b9b604abdb30f56aa377f48cdf3\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1606712400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1606712400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d8418127be8c5057987581a5e825cafc\";a:10:{s:4:\"hash\";s:32:\"d8418127be8c5057987581a5e825cafc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1609477200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1609477200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1e273c9889e7ef309cd0dfe7e1cf020\";a:10:{s:4:\"hash\";s:32:\"f1e273c9889e7ef309cd0dfe7e1cf020\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1610946000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1610946000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b965bbb668590dbb4b15ac24a0b17a32\";a:10:{s:4:\"hash\";s:32:\"b965bbb668590dbb4b15ac24a0b17a32\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611464400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1611464400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54c49124aed7c9d0f15d0e91b2a324a1\";a:10:{s:4:\"hash\";s:32:\"54c49124aed7c9d0f15d0e91b2a324a1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1611550800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"946fde759c7ff844e991642915f1f1e4\";a:10:{s:4:\"hash\";s:32:\"946fde759c7ff844e991642915f1f1e4\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1611550800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df7b2fa669c9b53088e30525ae2c3935\";a:10:{s:4:\"hash\";s:32:\"df7b2fa669c9b53088e30525ae2c3935\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1611550800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"371fb869593d4437d4ccd44e70dd8220\";a:10:{s:4:\"hash\";s:32:\"371fb869593d4437d4ccd44e70dd8220\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1611550800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e9baae1c0c6ba99f98395989031e28a2\";a:10:{s:4:\"hash\";s:32:\"e9baae1c0c6ba99f98395989031e28a2\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1611550800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"867fcd922415b2fbd57a268ccb3ea0d7\";a:10:{s:4:\"hash\";s:32:\"867fcd922415b2fbd57a268ccb3ea0d7\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1611550800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9925ffc6b2f509d0df24dcb0f09f70da\";a:10:{s:4:\"hash\";s:32:\"9925ffc6b2f509d0df24dcb0f09f70da\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1611550800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e17af9a9009f4784e96586cd03cc37cc\";a:10:{s:4:\"hash\";s:32:\"e17af9a9009f4784e96586cd03cc37cc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1611550800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8e253bccb93ec8cf9a7766071e8baae6\";a:10:{s:4:\"hash\";s:32:\"8e253bccb93ec8cf9a7766071e8baae6\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611550800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1611550800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d568cda2dbac9d39c4a540edd63888ea\";a:10:{s:4:\"hash\";s:32:\"d568cda2dbac9d39c4a540edd63888ea\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1611637200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1611637200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6118e6e83c631d18ff0b40db48b1dfbd\";a:10:{s:4:\"hash\";s:32:\"6118e6e83c631d18ff0b40db48b1dfbd\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612069200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612069200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f6fe234c8d950b4ee3a12883a93d19a\";a:10:{s:4:\"hash\";s:32:\"2f6fe234c8d950b4ee3a12883a93d19a\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612069200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612069200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e34ef4de61000b412206b26a21fb919e\";a:10:{s:4:\"hash\";s:32:\"e34ef4de61000b412206b26a21fb919e\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612069200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612069200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"833f916d74d4fe72be0c02c352b987ee\";a:10:{s:4:\"hash\";s:32:\"833f916d74d4fe72be0c02c352b987ee\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612069200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612069200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3f01b413f18bfc596f74b8a50722322\";a:10:{s:4:\"hash\";s:32:\"e3f01b413f18bfc596f74b8a50722322\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bad9b32088e7f2df99e3cf410082e40\";a:10:{s:4:\"hash\";s:32:\"4bad9b32088e7f2df99e3cf410082e40\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612069200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1612069200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2fa8e322d2c2edfe16a6d552a987c4c2\";a:10:{s:4:\"hash\";s:32:\"2fa8e322d2c2edfe16a6d552a987c4c2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612155600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b0d2ad90c8da84a1cf96c2fcc843eec\";a:10:{s:4:\"hash\";s:32:\"3b0d2ad90c8da84a1cf96c2fcc843eec\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612155600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c623696440d618787cd85b1e984cd4b\";a:10:{s:4:\"hash\";s:32:\"3c623696440d618787cd85b1e984cd4b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5fde85e79a09d361f80cd9803bcbc0f0\";a:10:{s:4:\"hash\";s:32:\"5fde85e79a09d361f80cd9803bcbc0f0\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4baef0a59347fdaf3f954541ba32e0d\";a:10:{s:4:\"hash\";s:32:\"b4baef0a59347fdaf3f954541ba32e0d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89255d1f1c38e7dc520d132f5f8b947d\";a:10:{s:4:\"hash\";s:32:\"89255d1f1c38e7dc520d132f5f8b947d\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"170be66aa4600f5885dc6245ff2b4f5f\";a:10:{s:4:\"hash\";s:32:\"170be66aa4600f5885dc6245ff2b4f5f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93b80ffd1e36100528dac24d56d08598\";a:10:{s:4:\"hash\";s:32:\"93b80ffd1e36100528dac24d56d08598\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c54bcd5b7753ec0f90d372eacfb2367\";a:10:{s:4:\"hash\";s:32:\"7c54bcd5b7753ec0f90d372eacfb2367\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6997f763f7f5d9db28a2cc12c8a08f9\";a:10:{s:4:\"hash\";s:32:\"b6997f763f7f5d9db28a2cc12c8a08f9\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5def4b8842ec17010d2a0b397e7097a3\";a:10:{s:4:\"hash\";s:32:\"5def4b8842ec17010d2a0b397e7097a3\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3053b0bc7a1901c5c0b750795311ad67\";a:10:{s:4:\"hash\";s:32:\"3053b0bc7a1901c5c0b750795311ad67\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c8951d9a466bc766996e5953bf69a90\";a:10:{s:4:\"hash\";s:32:\"8c8951d9a466bc766996e5953bf69a90\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9da367281f6a8e2ce25303ebfa3352af\";a:10:{s:4:\"hash\";s:32:\"9da367281f6a8e2ce25303ebfa3352af\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91bf6d5c9993262dc3eaac9c144aa927\";a:10:{s:4:\"hash\";s:32:\"91bf6d5c9993262dc3eaac9c144aa927\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612155600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8e6d953bf7dd341a8ec57e8d00a69bcb\";a:10:{s:4:\"hash\";s:32:\"8e6d953bf7dd341a8ec57e8d00a69bcb\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612155600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"92cd8bf5c04e13123852e9c7882596a2\";a:10:{s:4:\"hash\";s:32:\"92cd8bf5c04e13123852e9c7882596a2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612155600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612155600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6bcd9323da55802dc9e7b83074e1ae2b\";a:10:{s:4:\"hash\";s:32:\"6bcd9323da55802dc9e7b83074e1ae2b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612242000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612242000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ec815c301cc96317ae8b939424cbaa7b\";a:10:{s:4:\"hash\";s:32:\"ec815c301cc96317ae8b939424cbaa7b\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612242000/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612242000/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a05ba160aa9ee0b6312011253d320b52\";a:10:{s:4:\"hash\";s:32:\"a05ba160aa9ee0b6312011253d320b52\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59cfa22f9c6a8c70ca95ac0e49110d90\";a:10:{s:4:\"hash\";s:32:\"59cfa22f9c6a8c70ca95ac0e49110d90\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612242000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612242000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc911b933bce94c6fcfe80fa5c564bbb\";a:10:{s:4:\"hash\";s:32:\"fc911b933bce94c6fcfe80fa5c564bbb\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612674000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"013dc609b4a86071d3e5bb2765c820a7\";a:10:{s:4:\"hash\";s:32:\"013dc609b4a86071d3e5bb2765c820a7\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612674000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06a3b06482efffc099d2b2a4491ac793\";a:10:{s:4:\"hash\";s:32:\"06a3b06482efffc099d2b2a4491ac793\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612674000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"503\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6d524de659426dd927901750502df88\";a:10:{s:4:\"hash\";s:32:\"e6d524de659426dd927901750502df88\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612674000/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3ba90e9f120a7ffb6348d7ba0c76fabf\";a:10:{s:4:\"hash\";s:32:\"3ba90e9f120a7ffb6348d7ba0c76fabf\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612674000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca311ead22d27c82b1c52991641e583b\";a:10:{s:4:\"hash\";s:32:\"ca311ead22d27c82b1c52991641e583b\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612674000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ab64b52386c87839e3c075c8ea17abc\";a:10:{s:4:\"hash\";s:32:\"2ab64b52386c87839e3c075c8ea17abc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612674000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"662db23d4e7cec317dcf104638d59284\";a:10:{s:4:\"hash\";s:32:\"662db23d4e7cec317dcf104638d59284\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1612674000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c4808456752704ca8499705996fdf0a\";a:10:{s:4:\"hash\";s:32:\"8c4808456752704ca8499705996fdf0a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612674000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c34fc45ff2dd2c2b7a69961b615d987f\";a:10:{s:4:\"hash\";s:32:\"c34fc45ff2dd2c2b7a69961b615d987f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612674000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c70bfbca36677b2c338eecc13dee61ea\";a:10:{s:4:\"hash\";s:32:\"c70bfbca36677b2c338eecc13dee61ea\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612674000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612674000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b964dc988a2a594a96dae631637160f\";a:10:{s:4:\"hash\";s:32:\"0b964dc988a2a594a96dae631637160f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612760400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5f063305dad41bfb39221ef86ffaf84\";a:10:{s:4:\"hash\";s:32:\"a5f063305dad41bfb39221ef86ffaf84\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612760400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87f8d960f3365c9964b91cc9f9f1c26e\";a:10:{s:4:\"hash\";s:32:\"87f8d960f3365c9964b91cc9f9f1c26e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"23bfdaaf13bb38ba0ffde18c5b8beb97\";a:10:{s:4:\"hash\";s:32:\"23bfdaaf13bb38ba0ffde18c5b8beb97\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612760400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bec6d274957f76d966d5585a49f3b68c\";a:10:{s:4:\"hash\";s:32:\"bec6d274957f76d966d5585a49f3b68c\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612760400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95787396a0f8f205c19bbbc077e1c303\";a:10:{s:4:\"hash\";s:32:\"95787396a0f8f205c19bbbc077e1c303\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612760400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3fed5928549740c4bd6fb58fa59759e5\";a:10:{s:4:\"hash\";s:32:\"3fed5928549740c4bd6fb58fa59759e5\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1612760400/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca48e28c431e32eeba852fce4af818a0\";a:10:{s:4:\"hash\";s:32:\"ca48e28c431e32eeba852fce4af818a0\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612760400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"110456f139c4b3edc82bd98b32aa946d\";a:10:{s:4:\"hash\";s:32:\"110456f139c4b3edc82bd98b32aa946d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612760400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b7c4611d5391160216e8d3a7f997b6ee\";a:10:{s:4:\"hash\";s:32:\"b7c4611d5391160216e8d3a7f997b6ee\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1612760400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59ce2d6f5410b7451a18b45a26952024\";a:10:{s:4:\"hash\";s:32:\"59ce2d6f5410b7451a18b45a26952024\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612760400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5871331284693f813884b798dd97ae5f\";a:10:{s:4:\"hash\";s:32:\"5871331284693f813884b798dd97ae5f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1612846800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1612846800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bca024f5905a2e460ac3b45ac918b9d8\";a:10:{s:4:\"hash\";s:32:\"bca024f5905a2e460ac3b45ac918b9d8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613278800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1613278800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"06670d8ac50d560040c5c97c18cadd08\";a:10:{s:4:\"hash\";s:32:\"06670d8ac50d560040c5c97c18cadd08\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613278800/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1613278800/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cccaca976dda21d4150cfb8329b03de\";a:10:{s:4:\"hash\";s:32:\"6cccaca976dda21d4150cfb8329b03de\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613278800/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1613278800/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1576c2a9823461ea638ef36bcd575cc9\";a:10:{s:4:\"hash\";s:32:\"1576c2a9823461ea638ef36bcd575cc9\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613278800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1613278800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76ba06df308ec8d810bad2cd4e49e312\";a:10:{s:4:\"hash\";s:32:\"76ba06df308ec8d810bad2cd4e49e312\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613278800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1613278800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b78429755ac0e2d241da495f19a6a6fa\";a:10:{s:4:\"hash\";s:32:\"b78429755ac0e2d241da495f19a6a6fa\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613365200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1613365200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b9705a46a2b3b8b785d16b2394459d3\";a:10:{s:4:\"hash\";s:32:\"8b9705a46a2b3b8b785d16b2394459d3\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613365200/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1613365200/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e453d9343e03bcd64f8055c9a5e04175\";a:10:{s:4:\"hash\";s:32:\"e453d9343e03bcd64f8055c9a5e04175\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613365200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1613365200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46c6cf9b8822fea6fbd70f77a8ea688c\";a:10:{s:4:\"hash\";s:32:\"46c6cf9b8822fea6fbd70f77a8ea688c\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613365200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1613365200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"191b457515bd1a184bf802713dfe8849\";a:10:{s:4:\"hash\";s:32:\"191b457515bd1a184bf802713dfe8849\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613365200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1613365200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6aa1d5ac4c4453af97cb42ed55f30b27\";a:10:{s:4:\"hash\";s:32:\"6aa1d5ac4c4453af97cb42ed55f30b27\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613365200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1613365200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"89f84a54d48fb4fe1257e83c97f11d04\";a:10:{s:4:\"hash\";s:32:\"89f84a54d48fb4fe1257e83c97f11d04\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613883600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1613883600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a055e2389e9f7683ba2a0a929fdbdab1\";a:10:{s:4:\"hash\";s:32:\"a055e2389e9f7683ba2a0a929fdbdab1\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1613970000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1613970000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"58341dcb341551f419cd46a36cd9ded2\";a:10:{s:4:\"hash\";s:32:\"58341dcb341551f419cd46a36cd9ded2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1614574800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1614574800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"899b42219f92890865fa2ea91097510f\";a:10:{s:4:\"hash\";s:32:\"899b42219f92890865fa2ea91097510f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1618632000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1618632000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1e211056990091bd8d52a36f6b006d6\";a:10:{s:4:\"hash\";s:32:\"a1e211056990091bd8d52a36f6b006d6\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1618632000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1618632000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0121d3c244fad4e7988571b1ad1095f\";a:10:{s:4:\"hash\";s:32:\"a0121d3c244fad4e7988571b1ad1095f\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1618718400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1618718400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d09afe82b796b5b615ddfc47fca071f9\";a:10:{s:4:\"hash\";s:32:\"d09afe82b796b5b615ddfc47fca071f9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619064000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619064000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e9906c39172f3b6fc4cb17ad9589d3d\";a:10:{s:4:\"hash\";s:32:\"5e9906c39172f3b6fc4cb17ad9589d3d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619150400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619150400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be4bef539509ab9c3c290761ace4b863\";a:10:{s:4:\"hash\";s:32:\"be4bef539509ab9c3c290761ace4b863\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619236800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619236800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cffa81cef814f26a826beb6de051dc8\";a:10:{s:4:\"hash\";s:32:\"3cffa81cef814f26a826beb6de051dc8\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619236800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1619236800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"933a41dda4bfd271a478f450a87f9f7d\";a:10:{s:4:\"hash\";s:32:\"933a41dda4bfd271a478f450a87f9f7d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619236800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1619236800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52f24b50a6875c6e6dd7e1fff5bbd827\";a:10:{s:4:\"hash\";s:32:\"52f24b50a6875c6e6dd7e1fff5bbd827\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619236800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619236800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6ef768bc5be91e61441d3e6db70b58c\";a:10:{s:4:\"hash\";s:32:\"a6ef768bc5be91e61441d3e6db70b58c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619236800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619236800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"46b3382a030f82af185ed6d8ad0e879c\";a:10:{s:4:\"hash\";s:32:\"46b3382a030f82af185ed6d8ad0e879c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619236800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619236800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d722c93c0cd0fbecdd0677d56b3c808\";a:10:{s:4:\"hash\";s:32:\"4d722c93c0cd0fbecdd0677d56b3c808\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619236800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619236800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2227b652515f4c5fa476159d234906e7\";a:10:{s:4:\"hash\";s:32:\"2227b652515f4c5fa476159d234906e7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619236800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619236800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b9bde3f4ce4818bc5456277e897b49a\";a:10:{s:4:\"hash\";s:32:\"9b9bde3f4ce4818bc5456277e897b49a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619323200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619323200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f2754bdd669cd43a8ad56e40809e3a8\";a:10:{s:4:\"hash\";s:32:\"7f2754bdd669cd43a8ad56e40809e3a8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619323200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619323200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"47ecc3cb734fb78a649e5b98d4146c06\";a:10:{s:4:\"hash\";s:32:\"47ecc3cb734fb78a649e5b98d4146c06\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619323200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"417a26be10dceed2045c2f0d6744d0d9\";a:10:{s:4:\"hash\";s:32:\"417a26be10dceed2045c2f0d6744d0d9\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619323200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619323200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64391c5b13861a71e2240c28d28d93e8\";a:10:{s:4:\"hash\";s:32:\"64391c5b13861a71e2240c28d28d93e8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619323200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619323200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fd7c4859f58479dc6c246d2ca9ca817\";a:10:{s:4:\"hash\";s:32:\"7fd7c4859f58479dc6c246d2ca9ca817\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619323200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619323200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4322bb362a4cf2568f42324bec614be\";a:10:{s:4:\"hash\";s:32:\"c4322bb362a4cf2568f42324bec614be\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619496000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619496000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de8c04f78f68de9c59e9ef5be22e7e61\";a:10:{s:4:\"hash\";s:32:\"de8c04f78f68de9c59e9ef5be22e7e61\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619582400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619582400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"085df148a32667c1c2a57eea60651b0c\";a:10:{s:4:\"hash\";s:32:\"085df148a32667c1c2a57eea60651b0c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619582400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619582400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48f6f3bab974bc4ef41435ac72d2e828\";a:10:{s:4:\"hash\";s:32:\"48f6f3bab974bc4ef41435ac72d2e828\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619668800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619668800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"096d8ba3e3fda35b7d7027d1fe47e087\";a:10:{s:4:\"hash\";s:32:\"096d8ba3e3fda35b7d7027d1fe47e087\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619668800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619668800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55bb66a4f32cdca0edd345e3cfa2d2b1\";a:10:{s:4:\"hash\";s:32:\"55bb66a4f32cdca0edd345e3cfa2d2b1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619668800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619668800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8462797565587a8cd9017c9720711e70\";a:10:{s:4:\"hash\";s:32:\"8462797565587a8cd9017c9720711e70\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619668800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619668800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6299261d24ac0ba5585b87a26fbf1617\";a:10:{s:4:\"hash\";s:32:\"6299261d24ac0ba5585b87a26fbf1617\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619755200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1619755200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"722ddf3431cc126492b4a3d97214a5f5\";a:10:{s:4:\"hash\";s:32:\"722ddf3431cc126492b4a3d97214a5f5\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619755200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1619755200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca09d9a4adb2ceb718f0387bf3a0fcc1\";a:10:{s:4:\"hash\";s:32:\"ca09d9a4adb2ceb718f0387bf3a0fcc1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619755200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619755200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"77ee72f905e7c59f1aabc5226a2616ac\";a:10:{s:4:\"hash\";s:32:\"77ee72f905e7c59f1aabc5226a2616ac\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619755200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619755200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ed5cb78756fbcd603143b146b1c8f53\";a:10:{s:4:\"hash\";s:32:\"6ed5cb78756fbcd603143b146b1c8f53\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1619841600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a2035be9d83f85d56cb81a656ab7725f\";a:10:{s:4:\"hash\";s:32:\"a2035be9d83f85d56cb81a656ab7725f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1619841600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f3a178da8473ec8cb7fe74723e13d9c\";a:10:{s:4:\"hash\";s:32:\"5f3a178da8473ec8cb7fe74723e13d9c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619841600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3699241e870504c97c6968fa9ecd6b08\";a:10:{s:4:\"hash\";s:32:\"3699241e870504c97c6968fa9ecd6b08\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1619841600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f9c50188039d0fe4ca62e5dcb353c92\";a:10:{s:4:\"hash\";s:32:\"6f9c50188039d0fe4ca62e5dcb353c92\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1619841600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb8dd25a54118d7ab11273109f7fc13e\";a:10:{s:4:\"hash\";s:32:\"cb8dd25a54118d7ab11273109f7fc13e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1619841600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73481b819dcc9bea156120befdce669b\";a:10:{s:4:\"hash\";s:32:\"73481b819dcc9bea156120befdce669b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"798adce91252bee6dd937f9f27c7b000\";a:10:{s:4:\"hash\";s:32:\"798adce91252bee6dd937f9f27c7b000\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0da61a782d78e3895d7262920ef7144f\";a:10:{s:4:\"hash\";s:32:\"0da61a782d78e3895d7262920ef7144f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619841600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fa0aadd43d13fd137aa7f9d29bf9bf43\";a:10:{s:4:\"hash\";s:32:\"fa0aadd43d13fd137aa7f9d29bf9bf43\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619841600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f46d12367d52c75e3c369a0f77a9a5fe\";a:10:{s:4:\"hash\";s:32:\"f46d12367d52c75e3c369a0f77a9a5fe\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619841600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1619841600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d03786c5ab3fc4acb786425070bf2e3a\";a:10:{s:4:\"hash\";s:32:\"d03786c5ab3fc4acb786425070bf2e3a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1619928000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1619928000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75c1901be6e7ecf989febc2bec45fdc1\";a:10:{s:4:\"hash\";s:32:\"75c1901be6e7ecf989febc2bec45fdc1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620014400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620014400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98d1d1c0e89bb4ec70f8fdab474cd587\";a:10:{s:4:\"hash\";s:32:\"98d1d1c0e89bb4ec70f8fdab474cd587\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620100800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620100800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfe6e9d329a288051080aa2e5549a6b7\";a:10:{s:4:\"hash\";s:32:\"dfe6e9d329a288051080aa2e5549a6b7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620100800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620100800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"866b8694b182932553de925338d4f8b5\";a:10:{s:4:\"hash\";s:32:\"866b8694b182932553de925338d4f8b5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620100800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620100800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4e6ef54806c8c679fd4ea0d0f1d9201\";a:10:{s:4:\"hash\";s:32:\"c4e6ef54806c8c679fd4ea0d0f1d9201\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620100800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620100800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"32afd1a8c22233c1a0bee22996a9c217\";a:10:{s:4:\"hash\";s:32:\"32afd1a8c22233c1a0bee22996a9c217\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620187200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620187200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52f936bc18c2dc4f108b9f1fd9e89532\";a:10:{s:4:\"hash\";s:32:\"52f936bc18c2dc4f108b9f1fd9e89532\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620187200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620187200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d0955d64f0aee5cabe5073f0832e786\";a:10:{s:4:\"hash\";s:32:\"8d0955d64f0aee5cabe5073f0832e786\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620187200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620187200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eeb7bda3e268639b55c2cea3194eab71\";a:10:{s:4:\"hash\";s:32:\"eeb7bda3e268639b55c2cea3194eab71\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620187200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620187200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5919d7ac27983f6ee6186cdd5f47616c\";a:10:{s:4:\"hash\";s:32:\"5919d7ac27983f6ee6186cdd5f47616c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620187200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620187200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ad1bf03b14c4d8242d6a428ce97d4d4\";a:10:{s:4:\"hash\";s:32:\"8ad1bf03b14c4d8242d6a428ce97d4d4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620187200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620187200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bccf88d87cfdddee5bb673dcaa1fa690\";a:10:{s:4:\"hash\";s:32:\"bccf88d87cfdddee5bb673dcaa1fa690\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620187200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620187200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2affde78d091c06bdb203086d471ef0a\";a:10:{s:4:\"hash\";s:32:\"2affde78d091c06bdb203086d471ef0a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620273600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620273600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c42f9adb8083163058afc0163dba415e\";a:10:{s:4:\"hash\";s:32:\"c42f9adb8083163058afc0163dba415e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620273600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620273600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9896ad7731aa8974f7008b337b7696e\";a:10:{s:4:\"hash\";s:32:\"d9896ad7731aa8974f7008b337b7696e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620273600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620273600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0a6791c2b64b63ddf9f3a110f9cbf9a\";a:10:{s:4:\"hash\";s:32:\"c0a6791c2b64b63ddf9f3a110f9cbf9a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620273600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620273600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"10cf3011aeb814146d69549530051e41\";a:10:{s:4:\"hash\";s:32:\"10cf3011aeb814146d69549530051e41\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620360000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620360000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"08834bb775494ef446aea4ab6196457a\";a:10:{s:4:\"hash\";s:32:\"08834bb775494ef446aea4ab6196457a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620360000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620360000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"395b5383a37033ae2dfca04c382d98c1\";a:10:{s:4:\"hash\";s:32:\"395b5383a37033ae2dfca04c382d98c1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620360000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620360000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"41a065b4af6fc4b9205f677a2d12ec34\";a:10:{s:4:\"hash\";s:32:\"41a065b4af6fc4b9205f677a2d12ec34\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620446400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620446400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c4c4581f04b7c9245cd9c50b1c64705d\";a:10:{s:4:\"hash\";s:32:\"c4c4581f04b7c9245cd9c50b1c64705d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620446400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620446400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d13594f98d218e12c57de68973c9aee\";a:10:{s:4:\"hash\";s:32:\"4d13594f98d218e12c57de68973c9aee\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620446400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620446400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fd0348905ac230cc48e3c339627470c\";a:10:{s:4:\"hash\";s:32:\"6fd0348905ac230cc48e3c339627470c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620446400/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620446400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dba2b10713369c52d711d18215a72af0\";a:10:{s:4:\"hash\";s:32:\"dba2b10713369c52d711d18215a72af0\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620446400/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620446400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9587f44a937b547d10777b3254049e58\";a:10:{s:4:\"hash\";s:32:\"9587f44a937b547d10777b3254049e58\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620446400/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620446400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"db746b24ed6a2a2bd2bd18957c417337\";a:10:{s:4:\"hash\";s:32:\"db746b24ed6a2a2bd2bd18957c417337\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620532800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620532800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae3d4dfbea004d5f35f6216a708d459c\";a:10:{s:4:\"hash\";s:32:\"ae3d4dfbea004d5f35f6216a708d459c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620532800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620532800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"961bfc183306456ac33c70370ee713a1\";a:10:{s:4:\"hash\";s:32:\"961bfc183306456ac33c70370ee713a1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620532800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c85420a4f9db936b4d6e4cca30304f1\";a:10:{s:4:\"hash\";s:32:\"0c85420a4f9db936b4d6e4cca30304f1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620619200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620619200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"531d2164598b168e2eafd5604d10837d\";a:10:{s:4:\"hash\";s:32:\"531d2164598b168e2eafd5604d10837d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620619200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620619200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97b1542e26b4d3ed4e8d2a8dab736302\";a:10:{s:4:\"hash\";s:32:\"97b1542e26b4d3ed4e8d2a8dab736302\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620619200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620619200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44bb6b2bbf8dca239a5956b4bd39e600\";a:10:{s:4:\"hash\";s:32:\"44bb6b2bbf8dca239a5956b4bd39e600\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620619200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620619200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a2bee4617f182bec52a9e50319d85ec\";a:10:{s:4:\"hash\";s:32:\"9a2bee4617f182bec52a9e50319d85ec\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620619200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620619200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93494be72505a5bbe752f96aa56099f1\";a:10:{s:4:\"hash\";s:32:\"93494be72505a5bbe752f96aa56099f1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620619200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620619200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"86ee6aaf7a869f0179aab71aaad4c892\";a:10:{s:4:\"hash\";s:32:\"86ee6aaf7a869f0179aab71aaad4c892\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620705600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620705600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1842d6a97901b083cc97618c0095cf06\";a:10:{s:4:\"hash\";s:32:\"1842d6a97901b083cc97618c0095cf06\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620705600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620705600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1eaeeafeb4adc1012b67305913942734\";a:10:{s:4:\"hash\";s:32:\"1eaeeafeb4adc1012b67305913942734\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620705600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620705600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55177fa8c7085b2f187df6cfbb88faef\";a:10:{s:4:\"hash\";s:32:\"55177fa8c7085b2f187df6cfbb88faef\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620705600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8a055710218547ed8175c2d3ca813f3\";a:10:{s:4:\"hash\";s:32:\"f8a055710218547ed8175c2d3ca813f3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620705600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620705600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f52e044d46fcdd5745617b39f9181b47\";a:10:{s:4:\"hash\";s:32:\"f52e044d46fcdd5745617b39f9181b47\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620705600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620705600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"09994df75dca4897f6a15152083c2cf9\";a:10:{s:4:\"hash\";s:32:\"09994df75dca4897f6a15152083c2cf9\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620705600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620705600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dd8904469817767d7b09470dc1bdfaa9\";a:10:{s:4:\"hash\";s:32:\"dd8904469817767d7b09470dc1bdfaa9\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620792000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620792000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0aa300bc5f03bfae3bb5a947c13199d3\";a:10:{s:4:\"hash\";s:32:\"0aa300bc5f03bfae3bb5a947c13199d3\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620792000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620792000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0dbb90e5819a40aff59dee215432540f\";a:10:{s:4:\"hash\";s:32:\"0dbb90e5819a40aff59dee215432540f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620792000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620792000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"66f296cfc8965375657fc526c7a57164\";a:10:{s:4:\"hash\";s:32:\"66f296cfc8965375657fc526c7a57164\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620792000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620792000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e6aa6f59b610ad5ad66b153029927d3c\";a:10:{s:4:\"hash\";s:32:\"e6aa6f59b610ad5ad66b153029927d3c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620792000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620792000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12957361b98568afca9002b9573a79d5\";a:10:{s:4:\"hash\";s:32:\"12957361b98568afca9002b9573a79d5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620792000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620792000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b91e9b542f04107a8694911b034fd9c2\";a:10:{s:4:\"hash\";s:32:\"b91e9b542f04107a8694911b034fd9c2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620792000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620792000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f95bed66972234b04e2a5c5daf832445\";a:10:{s:4:\"hash\";s:32:\"f95bed66972234b04e2a5c5daf832445\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620878400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620878400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"367a73221f74c3689170e6cf1e164980\";a:10:{s:4:\"hash\";s:32:\"367a73221f74c3689170e6cf1e164980\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620878400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620878400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60207128c8ea96b5cec1a6046b88bd06\";a:10:{s:4:\"hash\";s:32:\"60207128c8ea96b5cec1a6046b88bd06\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620964800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620964800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c8b78fc7a47563a1e231787694c44b7d\";a:10:{s:4:\"hash\";s:32:\"c8b78fc7a47563a1e231787694c44b7d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620964800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1620964800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b8e16fda7c7d84e9e1c5f9091bc8634\";a:10:{s:4:\"hash\";s:32:\"8b8e16fda7c7d84e9e1c5f9091bc8634\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620964800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1620964800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ec673a9fd51ed361214717ad20ed09b\";a:10:{s:4:\"hash\";s:32:\"1ec673a9fd51ed361214717ad20ed09b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1620964800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4ff8b96c4d4e60bc2241f8d080f31e7\";a:10:{s:4:\"hash\";s:32:\"b4ff8b96c4d4e60bc2241f8d080f31e7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621051200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621051200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"90657bf98cce20136c21ee43e0f52103\";a:10:{s:4:\"hash\";s:32:\"90657bf98cce20136c21ee43e0f52103\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621051200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621051200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c02df370f6b4280875c29d099c1a215d\";a:10:{s:4:\"hash\";s:32:\"c02df370f6b4280875c29d099c1a215d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621051200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83f945935ae25a8b1817c4473133d64f\";a:10:{s:4:\"hash\";s:32:\"83f945935ae25a8b1817c4473133d64f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621051200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621051200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34052f8361535772dd787371fafa9ba5\";a:10:{s:4:\"hash\";s:32:\"34052f8361535772dd787371fafa9ba5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621051200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621051200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b8e700ae61bff4845d4eafe109eaf58\";a:10:{s:4:\"hash\";s:32:\"7b8e700ae61bff4845d4eafe109eaf58\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621051200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621051200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f0808c2fe2ee300ae25577c82d5d4512\";a:10:{s:4:\"hash\";s:32:\"f0808c2fe2ee300ae25577c82d5d4512\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1621224000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8013738378e3a468b53ea4143e2c6a1b\";a:10:{s:4:\"hash\";s:32:\"8013738378e3a468b53ea4143e2c6a1b\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1621224000/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae13168ec38bdefb416085226fca7190\";a:10:{s:4:\"hash\";s:32:\"ae13168ec38bdefb416085226fca7190\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621224000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"922c298763a3f518446ce4e8297af788\";a:10:{s:4:\"hash\";s:32:\"922c298763a3f518446ce4e8297af788\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1621224000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7189bd0939a8f3a8e2189b7983f9d9b1\";a:10:{s:4:\"hash\";s:32:\"7189bd0939a8f3a8e2189b7983f9d9b1\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1621224000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20f020c1a902d43ee24bc6fe23fd51df\";a:10:{s:4:\"hash\";s:32:\"20f020c1a902d43ee24bc6fe23fd51df\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621224000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bed6cc73dda9540e2ef2dd9364cd7ad9\";a:10:{s:4:\"hash\";s:32:\"bed6cc73dda9540e2ef2dd9364cd7ad9\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621224000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4920c791a2a210cde4d0192c7f758b62\";a:10:{s:4:\"hash\";s:32:\"4920c791a2a210cde4d0192c7f758b62\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1621224000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1567e0ffbd5a2a1439f5f01e7914f4a8\";a:10:{s:4:\"hash\";s:32:\"1567e0ffbd5a2a1439f5f01e7914f4a8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621224000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ffad6bfeba65992e3ad9a8d6a8567419\";a:10:{s:4:\"hash\";s:32:\"ffad6bfeba65992e3ad9a8d6a8567419\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621224000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"530bebe116de2b8ac26b4c051ef61bb1\";a:10:{s:4:\"hash\";s:32:\"530bebe116de2b8ac26b4c051ef61bb1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621224000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621224000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"adcae83efbb4c65ac4c78a26c4246cd3\";a:10:{s:4:\"hash\";s:32:\"adcae83efbb4c65ac4c78a26c4246cd3\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621310400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1621310400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e749ab486c1d2191e93c81722126685d\";a:10:{s:4:\"hash\";s:32:\"e749ab486c1d2191e93c81722126685d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621310400/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621310400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1cdb3fedd764c470ecf7a93079e8c89a\";a:10:{s:4:\"hash\";s:32:\"1cdb3fedd764c470ecf7a93079e8c89a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621310400/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621310400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de670b834716e8ecc4213d53a6edd9db\";a:10:{s:4:\"hash\";s:32:\"de670b834716e8ecc4213d53a6edd9db\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621310400/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621310400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfd208bcf02b03f141f51783858a633d\";a:10:{s:4:\"hash\";s:32:\"dfd208bcf02b03f141f51783858a633d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621396800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1621396800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e66f106e2eea77547a85fcebf0a30fba\";a:10:{s:4:\"hash\";s:32:\"e66f106e2eea77547a85fcebf0a30fba\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621396800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621396800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93e78fb0c8c304e8ae57b6ad082bcd51\";a:10:{s:4:\"hash\";s:32:\"93e78fb0c8c304e8ae57b6ad082bcd51\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621396800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621396800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e16c509b646cd102ea6478d3c4decfd\";a:10:{s:4:\"hash\";s:32:\"9e16c509b646cd102ea6478d3c4decfd\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621396800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621396800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ca660e707edefd7c8441826a0feb711\";a:10:{s:4:\"hash\";s:32:\"8ca660e707edefd7c8441826a0feb711\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621569600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621569600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6555dd3b3e819b061ef9d66faf943e94\";a:10:{s:4:\"hash\";s:32:\"6555dd3b3e819b061ef9d66faf943e94\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621569600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1621569600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"abfcabb68178d1d43ae82c2ff41af24d\";a:10:{s:4:\"hash\";s:32:\"abfcabb68178d1d43ae82c2ff41af24d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621656000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1621656000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bab465f926fbe1102bd4759361a6103b\";a:10:{s:4:\"hash\";s:32:\"bab465f926fbe1102bd4759361a6103b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621828800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621828800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6d445a1cc01c226cec74e66b0773230\";a:10:{s:4:\"hash\";s:32:\"f6d445a1cc01c226cec74e66b0773230\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621828800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621828800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a72189c59e0ebd61832cb09c7a41634\";a:10:{s:4:\"hash\";s:32:\"8a72189c59e0ebd61832cb09c7a41634\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621828800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1621828800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2a55a92b2309784faab96f75750a631\";a:10:{s:4:\"hash\";s:32:\"d2a55a92b2309784faab96f75750a631\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621828800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621828800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52e3d0532b2de264a7466d8ef5a29625\";a:10:{s:4:\"hash\";s:32:\"52e3d0532b2de264a7466d8ef5a29625\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621828800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621828800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f9c3ed0b3eee5e2db4f53669eeb2d96f\";a:10:{s:4:\"hash\";s:32:\"f9c3ed0b3eee5e2db4f53669eeb2d96f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621828800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621828800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"831cf74c9408a2d12b290c7f7026f0f8\";a:10:{s:4:\"hash\";s:32:\"831cf74c9408a2d12b290c7f7026f0f8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621915200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621915200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"600623412e77d0a417af4486a625390c\";a:10:{s:4:\"hash\";s:32:\"600623412e77d0a417af4486a625390c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621915200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1621915200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c9d5598c09236c41ade428e4df57d97\";a:10:{s:4:\"hash\";s:32:\"4c9d5598c09236c41ade428e4df57d97\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1621915200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1621915200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd032368471f983a5271a17b2131dea6\";a:10:{s:4:\"hash\";s:32:\"cd032368471f983a5271a17b2131dea6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622001600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622001600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e3bc146972ecfeefbe24e64179f03905\";a:10:{s:4:\"hash\";s:32:\"e3bc146972ecfeefbe24e64179f03905\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622001600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1622001600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9be5ad80fc062d370eb9baa84d564453\";a:10:{s:4:\"hash\";s:32:\"9be5ad80fc062d370eb9baa84d564453\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622174400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1622174400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7906e43cce6bdabf7b09d506396a2f59\";a:10:{s:4:\"hash\";s:32:\"7906e43cce6bdabf7b09d506396a2f59\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622174400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1622174400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"52d4efb0492e07b652204d4cf69566eb\";a:10:{s:4:\"hash\";s:32:\"52d4efb0492e07b652204d4cf69566eb\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622174400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622174400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"855cd1173f3ce783cba6fcb4acc09be3\";a:10:{s:4:\"hash\";s:32:\"855cd1173f3ce783cba6fcb4acc09be3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622174400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622174400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c4aa17d57ec2520b37c108ecdf9eec9\";a:10:{s:4:\"hash\";s:32:\"0c4aa17d57ec2520b37c108ecdf9eec9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622433600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1622433600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78927fbdb6512263ccba2c1ce589d885\";a:10:{s:4:\"hash\";s:32:\"78927fbdb6512263ccba2c1ce589d885\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622520000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622520000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f4c23ac3ceeab0fb92c4678f9877c9e0\";a:10:{s:4:\"hash\";s:32:\"f4c23ac3ceeab0fb92c4678f9877c9e0\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622520000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1622520000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b23381f249580993f34192a0c30dc87\";a:10:{s:4:\"hash\";s:32:\"7b23381f249580993f34192a0c30dc87\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622520000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622520000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b5b9277c4da379d9322ac6f93cd5674\";a:10:{s:4:\"hash\";s:32:\"6b5b9277c4da379d9322ac6f93cd5674\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622520000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1622520000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ddf8ed47028556fd3672775389c46be\";a:10:{s:4:\"hash\";s:32:\"1ddf8ed47028556fd3672775389c46be\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622520000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622520000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b4251761d85184cf70baa2e67f98eb67\";a:10:{s:4:\"hash\";s:32:\"b4251761d85184cf70baa2e67f98eb67\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622520000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622520000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5c0018815ab21e513ca74f04dd5e52a0\";a:10:{s:4:\"hash\";s:32:\"5c0018815ab21e513ca74f04dd5e52a0\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622520000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622520000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb9caa9d176f871f96ad26af579c3e8c\";a:10:{s:4:\"hash\";s:32:\"bb9caa9d176f871f96ad26af579c3e8c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622606400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1622606400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"68f246fffe5acb9b67c205cc6bbc64ad\";a:10:{s:4:\"hash\";s:32:\"68f246fffe5acb9b67c205cc6bbc64ad\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622692800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622692800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"94f8a3c2aab4a67ff57d7e5990d8e097\";a:10:{s:4:\"hash\";s:32:\"94f8a3c2aab4a67ff57d7e5990d8e097\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622779200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1622779200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6fbdb18c946323f962dfd5c042ce7b91\";a:10:{s:4:\"hash\";s:32:\"6fbdb18c946323f962dfd5c042ce7b91\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622779200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1622779200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2edcafa96fe2730e1231ac8f0b2c26b\";a:10:{s:4:\"hash\";s:32:\"d2edcafa96fe2730e1231ac8f0b2c26b\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622779200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1622779200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42caeba781c0d544d3bb83c5781e72ca\";a:10:{s:4:\"hash\";s:32:\"42caeba781c0d544d3bb83c5781e72ca\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622779200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622779200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9fe61857e760210872efd80d88bea10\";a:10:{s:4:\"hash\";s:32:\"d9fe61857e760210872efd80d88bea10\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622779200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622779200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9857efd1ff99eb77be224245c857b18f\";a:10:{s:4:\"hash\";s:32:\"9857efd1ff99eb77be224245c857b18f\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622779200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1622779200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76b9d58540ad6ca05b69515049251207\";a:10:{s:4:\"hash\";s:32:\"76b9d58540ad6ca05b69515049251207\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1622865600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1622865600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97d6896d59f9ea943e6dd67d62802d33\";a:10:{s:4:\"hash\";s:32:\"97d6896d59f9ea943e6dd67d62802d33\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623038400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623038400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b55844dd2ae8d9d1cf6126244676f703\";a:10:{s:4:\"hash\";s:32:\"b55844dd2ae8d9d1cf6126244676f703\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623124800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623124800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"518fb73e889cbbe992a738346be71551\";a:10:{s:4:\"hash\";s:32:\"518fb73e889cbbe992a738346be71551\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623124800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623124800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dc99b852c2a668841c8149cc3efa7b3b\";a:10:{s:4:\"hash\";s:32:\"dc99b852c2a668841c8149cc3efa7b3b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623124800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623124800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2b836c6505c4a07444a05154ee595f8e\";a:10:{s:4:\"hash\";s:32:\"2b836c6505c4a07444a05154ee595f8e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623124800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623124800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0abcb01a91a07ac2790dcf2d18a6bb10\";a:10:{s:4:\"hash\";s:32:\"0abcb01a91a07ac2790dcf2d18a6bb10\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623124800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623124800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"39f9a3e1c74970841a5778e5dd6372ec\";a:10:{s:4:\"hash\";s:32:\"39f9a3e1c74970841a5778e5dd6372ec\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623124800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623124800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"65708bf35a29783887487d151a4f9777\";a:10:{s:4:\"hash\";s:32:\"65708bf35a29783887487d151a4f9777\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623124800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623124800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"688858293c3750f6b896cab6ebf6bd1c\";a:10:{s:4:\"hash\";s:32:\"688858293c3750f6b896cab6ebf6bd1c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623124800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623124800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8dc865d767f66ab86974fa03a91fd24b\";a:10:{s:4:\"hash\";s:32:\"8dc865d767f66ab86974fa03a91fd24b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623211200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de3a5582554379c92b1e9fea77a2660c\";a:10:{s:4:\"hash\";s:32:\"de3a5582554379c92b1e9fea77a2660c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623211200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623211200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51e9084a6ed0635968fdcfe5484db8a5\";a:10:{s:4:\"hash\";s:32:\"51e9084a6ed0635968fdcfe5484db8a5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623211200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623211200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e7c68a8f376b78afb7c2e9bb7e7b7ca\";a:10:{s:4:\"hash\";s:32:\"2e7c68a8f376b78afb7c2e9bb7e7b7ca\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623211200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623211200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b8462804476eaabf1947b103f10fa688\";a:10:{s:4:\"hash\";s:32:\"b8462804476eaabf1947b103f10fa688\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623384000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623384000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cbfaed5c194f5326a683a2742900a2d\";a:10:{s:4:\"hash\";s:32:\"3cbfaed5c194f5326a683a2742900a2d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623384000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623384000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0064a5f6cd2d4d117614c817f2c119a7\";a:10:{s:4:\"hash\";s:32:\"0064a5f6cd2d4d117614c817f2c119a7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b00735fb145ee72a6f5d1bc4f8b6d2d\";a:10:{s:4:\"hash\";s:32:\"6b00735fb145ee72a6f5d1bc4f8b6d2d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623384000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c480fc2faa0b7cbe76b6375f52a04da\";a:10:{s:4:\"hash\";s:32:\"3c480fc2faa0b7cbe76b6375f52a04da\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623470400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623470400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7980eadc60e29c6840b90f1c42984b05\";a:10:{s:4:\"hash\";s:32:\"7980eadc60e29c6840b90f1c42984b05\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623556800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623556800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"df1bedcd11b77a6e00a2a3d729e4999a\";a:10:{s:4:\"hash\";s:32:\"df1bedcd11b77a6e00a2a3d729e4999a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623556800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623556800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f7f3c27bbedd369cee6f33a2a0b6830a\";a:10:{s:4:\"hash\";s:32:\"f7f3c27bbedd369cee6f33a2a0b6830a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623643200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623643200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c55b965ae0516598f8c26f3a82d29b1\";a:10:{s:4:\"hash\";s:32:\"3c55b965ae0516598f8c26f3a82d29b1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623643200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623643200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78e152eadd63a8679c9a33e3e7fe295d\";a:10:{s:4:\"hash\";s:32:\"78e152eadd63a8679c9a33e3e7fe295d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623643200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623643200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7b44a366b4fe0ef080f02a633bfdd004\";a:10:{s:4:\"hash\";s:32:\"7b44a366b4fe0ef080f02a633bfdd004\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623643200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623643200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5c5dbfbae6a3db961936df629d6e1c0\";a:10:{s:4:\"hash\";s:32:\"c5c5dbfbae6a3db961936df629d6e1c0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623643200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"13c8d3d8b90e8c36333bc326d627ca2e\";a:10:{s:4:\"hash\";s:32:\"13c8d3d8b90e8c36333bc326d627ca2e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623643200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623643200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d4e72a63c46c8e95243e37b29283999\";a:10:{s:4:\"hash\";s:32:\"3d4e72a63c46c8e95243e37b29283999\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623643200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623643200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f97eaffc87eda114c84401f8a007eb7\";a:10:{s:4:\"hash\";s:32:\"6f97eaffc87eda114c84401f8a007eb7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623643200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623643200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"de4a5decb1331cc2c29ccaec8b3c7f7a\";a:10:{s:4:\"hash\";s:32:\"de4a5decb1331cc2c29ccaec8b3c7f7a\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623729600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b81af63a46e23b247992308278283ccd\";a:10:{s:4:\"hash\";s:32:\"b81af63a46e23b247992308278283ccd\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623729600/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"406572845bfd603134764bd7a5a409f4\";a:10:{s:4:\"hash\";s:32:\"406572845bfd603134764bd7a5a409f4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623729600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6181251193d763dab36ec9369df4f2e\";a:10:{s:4:\"hash\";s:32:\"f6181251193d763dab36ec9369df4f2e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623729600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0945fee7b6585179d8b826bba5306492\";a:10:{s:4:\"hash\";s:32:\"0945fee7b6585179d8b826bba5306492\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1623729600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"55eec8cd2924a21f659d2129cd3e9629\";a:10:{s:4:\"hash\";s:32:\"55eec8cd2924a21f659d2129cd3e9629\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623729600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b613f853465049b65728f9791e08977c\";a:10:{s:4:\"hash\";s:32:\"b613f853465049b65728f9791e08977c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623729600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1fb0d367a2617711ddec590c4f53f8e2\";a:10:{s:4:\"hash\";s:32:\"1fb0d367a2617711ddec590c4f53f8e2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623729600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0707a370ce2fd262693df43962762a1e\";a:10:{s:4:\"hash\";s:32:\"0707a370ce2fd262693df43962762a1e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623729600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d768d3a73f5c36b01b2a040f35a7323\";a:10:{s:4:\"hash\";s:32:\"9d768d3a73f5c36b01b2a040f35a7323\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7fa0b890aa23d886836dca2e8bcfbc58\";a:10:{s:4:\"hash\";s:32:\"7fa0b890aa23d886836dca2e8bcfbc58\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623729600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"85e4a825b77e10dee5adb989905020d8\";a:10:{s:4:\"hash\";s:32:\"85e4a825b77e10dee5adb989905020d8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623729600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9b7e2e798e2d70ddd5d42922f2c9b903\";a:10:{s:4:\"hash\";s:32:\"9b7e2e798e2d70ddd5d42922f2c9b903\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623729600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623729600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43f2a0f5f0266701c66e6802ac3a5bb9\";a:10:{s:4:\"hash\";s:32:\"43f2a0f5f0266701c66e6802ac3a5bb9\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623816000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623816000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b49710825280a972bec5f981a6cb9ee\";a:10:{s:4:\"hash\";s:32:\"8b49710825280a972bec5f981a6cb9ee\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623816000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623816000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da58f6072acc372297e073c6b271b978\";a:10:{s:4:\"hash\";s:32:\"da58f6072acc372297e073c6b271b978\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623816000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623816000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c961010784feeac61c419f75b9c8ec21\";a:10:{s:4:\"hash\";s:32:\"c961010784feeac61c419f75b9c8ec21\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623816000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623816000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"608acfc6ad25c019ebadf94143328075\";a:10:{s:4:\"hash\";s:32:\"608acfc6ad25c019ebadf94143328075\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623816000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623816000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"057632267c4b760d8c0740e3e6deb4f1\";a:10:{s:4:\"hash\";s:32:\"057632267c4b760d8c0740e3e6deb4f1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623816000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623816000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"91fd0d5292d7f978eca02c3d5a48de6b\";a:10:{s:4:\"hash\";s:32:\"91fd0d5292d7f978eca02c3d5a48de6b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623816000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623816000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"991e01a5099fbbf33b7cf31098dbec2a\";a:10:{s:4:\"hash\";s:32:\"991e01a5099fbbf33b7cf31098dbec2a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623816000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623816000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3807d0472615dce689ec59a049751485\";a:10:{s:4:\"hash\";s:32:\"3807d0472615dce689ec59a049751485\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623902400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623902400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11371c6f9ae6c4d25a47a0d200ab6e55\";a:10:{s:4:\"hash\";s:32:\"11371c6f9ae6c4d25a47a0d200ab6e55\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623902400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1623902400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"04042ac4f42052aeea3321072a3e90db\";a:10:{s:4:\"hash\";s:32:\"04042ac4f42052aeea3321072a3e90db\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623902400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623902400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a80d3cca82bb70a423f463acac92fb5\";a:10:{s:4:\"hash\";s:32:\"0a80d3cca82bb70a423f463acac92fb5\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623902400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623902400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8c63d34f9cf8a248f32300ec7e42ac2a\";a:10:{s:4:\"hash\";s:32:\"8c63d34f9cf8a248f32300ec7e42ac2a\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623988800/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1623988800/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"43e95589bf10acc5653c19a1adde0645\";a:10:{s:4:\"hash\";s:32:\"43e95589bf10acc5653c19a1adde0645\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623988800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623988800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"575cb034eb918567ffa4d50684e01372\";a:10:{s:4:\"hash\";s:32:\"575cb034eb918567ffa4d50684e01372\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8b42f0713f7c01a671a753c38d7f43c0\";a:10:{s:4:\"hash\";s:32:\"8b42f0713f7c01a671a753c38d7f43c0\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623988800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1623988800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6b0e36523f99d17b8d2c29b422adb82\";a:10:{s:4:\"hash\";s:32:\"f6b0e36523f99d17b8d2c29b422adb82\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ccd2b458817ab7e07c87ddc51b076392\";a:10:{s:4:\"hash\";s:32:\"ccd2b458817ab7e07c87ddc51b076392\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1623988800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f6084a39ced8c07bf802929298c7f1a\";a:10:{s:4:\"hash\";s:32:\"9f6084a39ced8c07bf802929298c7f1a\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624075200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1624075200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e135ef342c07d52966f7692310ef8bd6\";a:10:{s:4:\"hash\";s:32:\"e135ef342c07d52966f7692310ef8bd6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624075200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1624075200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bb3455d711556954980ee8014a5854e3\";a:10:{s:4:\"hash\";s:32:\"bb3455d711556954980ee8014a5854e3\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624075200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"dfe525419cc8c27c88d56508c8b389c4\";a:10:{s:4:\"hash\";s:32:\"dfe525419cc8c27c88d56508c8b389c4\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624248000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1624248000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"efc5dfe2e2addbee7d2f15a5825ac72a\";a:10:{s:4:\"hash\";s:32:\"efc5dfe2e2addbee7d2f15a5825ac72a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624334400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1624334400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0c7987587752c938837c9e731a6d31bf\";a:10:{s:4:\"hash\";s:32:\"0c7987587752c938837c9e731a6d31bf\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624334400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1624334400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"faa316bb6cc00c2dc5d351df8fc92c93\";a:10:{s:4:\"hash\";s:32:\"faa316bb6cc00c2dc5d351df8fc92c93\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624334400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1624334400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"caef9ea2c80483f7927ca2b29abc53c9\";a:10:{s:4:\"hash\";s:32:\"caef9ea2c80483f7927ca2b29abc53c9\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624334400/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1624334400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20ba942aa77cbd656a32a4c4860de10f\";a:10:{s:4:\"hash\";s:32:\"20ba942aa77cbd656a32a4c4860de10f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624334400/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1624334400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"419fdb8caced58918e6e74eb55e118f4\";a:10:{s:4:\"hash\";s:32:\"419fdb8caced58918e6e74eb55e118f4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624334400/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1624334400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"abe275dd507d37820ffa917c69781e4e\";a:10:{s:4:\"hash\";s:32:\"abe275dd507d37820ffa917c69781e4e\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624420800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1624420800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"539bc7d7ddf826020bb64b0973a8d74d\";a:10:{s:4:\"hash\";s:32:\"539bc7d7ddf826020bb64b0973a8d74d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624507200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1624507200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"916776e37252ae1d4e04ce12470ad6a2\";a:10:{s:4:\"hash\";s:32:\"916776e37252ae1d4e04ce12470ad6a2\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624507200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1624507200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2ad54f0e14f78a9ce2f5eb19176de67a\";a:10:{s:4:\"hash\";s:32:\"2ad54f0e14f78a9ce2f5eb19176de67a\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624507200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1624507200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"41cb967889ec42f406f59e0e2adc197d\";a:10:{s:4:\"hash\";s:32:\"41cb967889ec42f406f59e0e2adc197d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624507200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1624507200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"af5bc61ae0205a3c7294049b859b3978\";a:10:{s:4:\"hash\";s:32:\"af5bc61ae0205a3c7294049b859b3978\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624507200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1624507200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"97a7f14175e7c8adde7b63a298b2b11a\";a:10:{s:4:\"hash\";s:32:\"97a7f14175e7c8adde7b63a298b2b11a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624939200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1624939200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"986f29aa047da83935fc7a636f3ae11a\";a:10:{s:4:\"hash\";s:32:\"986f29aa047da83935fc7a636f3ae11a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624939200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1624939200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"119440272efe728a20793ac9bb354ec6\";a:10:{s:4:\"hash\";s:32:\"119440272efe728a20793ac9bb354ec6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624939200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1624939200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"306c0667d85b53ebcba221be4a8aff41\";a:10:{s:4:\"hash\";s:32:\"306c0667d85b53ebcba221be4a8aff41\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1624939200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1624939200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"167e1d558812c992479257d511178d2a\";a:10:{s:4:\"hash\";s:32:\"167e1d558812c992479257d511178d2a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625112000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1625112000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a26c1a4ecd80d98fa7066b53b7b1a2bc\";a:10:{s:4:\"hash\";s:32:\"a26c1a4ecd80d98fa7066b53b7b1a2bc\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625112000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1625112000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fbc230d2f016cbc70790019fdddcb37d\";a:10:{s:4:\"hash\";s:32:\"fbc230d2f016cbc70790019fdddcb37d\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b03cce245e7908a92f7a49cb24a28954\";a:10:{s:4:\"hash\";s:32:\"b03cce245e7908a92f7a49cb24a28954\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625112000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1625112000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"abace941f242103c0edf63779c168de8\";a:10:{s:4:\"hash\";s:32:\"abace941f242103c0edf63779c168de8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625112000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1625112000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7d562268b80264c1690e9ef2348bde2\";a:10:{s:4:\"hash\";s:32:\"a7d562268b80264c1690e9ef2348bde2\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625112000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1625112000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"239643dea51b036c05365d13a2e9fdd3\";a:10:{s:4:\"hash\";s:32:\"239643dea51b036c05365d13a2e9fdd3\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"12ed0d86ab902e76b068f00d62895212\";a:10:{s:4:\"hash\";s:32:\"12ed0d86ab902e76b068f00d62895212\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625112000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1625112000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a29eebe52cb89ddab2eaa11ccce43654\";a:10:{s:4:\"hash\";s:32:\"a29eebe52cb89ddab2eaa11ccce43654\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625544000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1625544000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5870966038cdb08aafa5e6250d3ee963\";a:10:{s:4:\"hash\";s:32:\"5870966038cdb08aafa5e6250d3ee963\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625716800/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1625716800/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5798cd8f8033ad31e11cabf6a5f25996\";a:10:{s:4:\"hash\";s:32:\"5798cd8f8033ad31e11cabf6a5f25996\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625716800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1625716800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bc6536d798e02a564beafd1f8eb7122f\";a:10:{s:4:\"hash\";s:32:\"bc6536d798e02a564beafd1f8eb7122f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625716800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1625716800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5fd3ce63bdadc3129c852168d9226520\";a:10:{s:4:\"hash\";s:32:\"5fd3ce63bdadc3129c852168d9226520\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625976000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1625976000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e622171c2813b96c92709e82247eedc3\";a:10:{s:4:\"hash\";s:32:\"e622171c2813b96c92709e82247eedc3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625976000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1625976000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9ec90b7ed803743f6f8cac690ba94fb2\";a:10:{s:4:\"hash\";s:32:\"9ec90b7ed803743f6f8cac690ba94fb2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1625976000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1625976000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78f468ef21ea78f0c4a1bdc2ee06b9de\";a:10:{s:4:\"hash\";s:32:\"78f468ef21ea78f0c4a1bdc2ee06b9de\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626321600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1626321600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d044b593d95c5f63e3e6208a58b425d2\";a:10:{s:4:\"hash\";s:32:\"d044b593d95c5f63e3e6208a58b425d2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626321600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626321600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e7e17e14c816ab739e6340a40fafb23\";a:10:{s:4:\"hash\";s:32:\"1e7e17e14c816ab739e6340a40fafb23\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626321600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626321600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b90e9b3de931b6e90e3b878ba30e2730\";a:10:{s:4:\"hash\";s:32:\"b90e9b3de931b6e90e3b878ba30e2730\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626321600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1626321600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0cc60a6f4fb85ddf45b0e4ac2f51a21\";a:10:{s:4:\"hash\";s:32:\"c0cc60a6f4fb85ddf45b0e4ac2f51a21\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626408000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1626408000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d415914630b99cf5bc0471cdb01470d8\";a:10:{s:4:\"hash\";s:32:\"d415914630b99cf5bc0471cdb01470d8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626494400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626494400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f9e29dceccba0760a51df1c6f8cdab74\";a:10:{s:4:\"hash\";s:32:\"f9e29dceccba0760a51df1c6f8cdab74\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626494400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626494400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed6c2716ef4005790f8185a48865b0ec\";a:10:{s:4:\"hash\";s:32:\"ed6c2716ef4005790f8185a48865b0ec\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626494400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626494400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a8f700652ab17d4e31f23d444fcfb3b\";a:10:{s:4:\"hash\";s:32:\"2a8f700652ab17d4e31f23d444fcfb3b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626494400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bdccfc95667756fc5b7de0e736455f68\";a:10:{s:4:\"hash\";s:32:\"bdccfc95667756fc5b7de0e736455f68\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1626580800/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"31aa03cce35975bed9d21778f92d047e\";a:10:{s:4:\"hash\";s:32:\"31aa03cce35975bed9d21778f92d047e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1626580800/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0a0051bbd147cb306ebef254a7c190f4\";a:10:{s:4:\"hash\";s:32:\"0a0051bbd147cb306ebef254a7c190f4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626580800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ab0784b2b9e563107cfe9f66df5f213\";a:10:{s:4:\"hash\";s:32:\"8ab0784b2b9e563107cfe9f66df5f213\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626580800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6c28f85a0b1fd572fee8dac03d6786ca\";a:10:{s:4:\"hash\";s:32:\"6c28f85a0b1fd572fee8dac03d6786ca\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1626580800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c170598009ba922ae5b047d11317c0b1\";a:10:{s:4:\"hash\";s:32:\"c170598009ba922ae5b047d11317c0b1\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1626580800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5853a6909a754ee821ad0e8452d4e211\";a:10:{s:4:\"hash\";s:32:\"5853a6909a754ee821ad0e8452d4e211\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626580800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"deab4e9d9ec7bb6e8e7e2331e5b56844\";a:10:{s:4:\"hash\";s:32:\"deab4e9d9ec7bb6e8e7e2331e5b56844\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1626580800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3dd53e24a54996b6ad6ce85cd99d6da7\";a:10:{s:4:\"hash\";s:32:\"3dd53e24a54996b6ad6ce85cd99d6da7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626580800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75d2f62e70c7dbc4371306e923555605\";a:10:{s:4:\"hash\";s:32:\"75d2f62e70c7dbc4371306e923555605\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626580800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0403e2fe2f6349bbb667feb1a447bea1\";a:10:{s:4:\"hash\";s:32:\"0403e2fe2f6349bbb667feb1a447bea1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626580800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626580800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9c6fdb360ea0aad2e16aa2b8d16bca4c\";a:10:{s:4:\"hash\";s:32:\"9c6fdb360ea0aad2e16aa2b8d16bca4c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626667200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626667200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9287631441773305a2c8a549db7f1c1\";a:10:{s:4:\"hash\";s:32:\"d9287631441773305a2c8a549db7f1c1\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626667200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1626667200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c1775f3b5607f16872849900a105cdc\";a:10:{s:4:\"hash\";s:32:\"7c1775f3b5607f16872849900a105cdc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626667200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626667200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b15cfa4971cc19757da64921ea6e8b56\";a:10:{s:4:\"hash\";s:32:\"b15cfa4971cc19757da64921ea6e8b56\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626667200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1626667200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cc66dd03a498afcf5a2ff03ae4f09abf\";a:10:{s:4:\"hash\";s:32:\"cc66dd03a498afcf5a2ff03ae4f09abf\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626753600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1626753600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0141a48547ab3bb9703d4c57588e229d\";a:10:{s:4:\"hash\";s:32:\"0141a48547ab3bb9703d4c57588e229d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626753600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1626753600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e726614f8742d231385898a409c0b2ec\";a:10:{s:4:\"hash\";s:32:\"e726614f8742d231385898a409c0b2ec\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1626753600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1c947bf2dbfff34cc9c0fe976922d2d\";a:10:{s:4:\"hash\";s:32:\"f1c947bf2dbfff34cc9c0fe976922d2d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627099200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1627099200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a4df938772298c2912a11ad4e510ed37\";a:10:{s:4:\"hash\";s:32:\"a4df938772298c2912a11ad4e510ed37\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627099200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1627099200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98c321c6c2c39830a0be8b71179a79d7\";a:10:{s:4:\"hash\";s:32:\"98c321c6c2c39830a0be8b71179a79d7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627099200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627099200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d4dd4cedeecd75f71e228196b6f20f73\";a:10:{s:4:\"hash\";s:32:\"d4dd4cedeecd75f71e228196b6f20f73\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627099200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627099200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"98d6cf901f9f1b644e8a1649a1e9fd96\";a:10:{s:4:\"hash\";s:32:\"98d6cf901f9f1b644e8a1649a1e9fd96\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627099200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1627099200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"165cd4a700ff8329f6a55cd1dff0f64c\";a:10:{s:4:\"hash\";s:32:\"165cd4a700ff8329f6a55cd1dff0f64c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627099200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627099200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eeccb9222109b9d3267025fad7c47e3b\";a:10:{s:4:\"hash\";s:32:\"eeccb9222109b9d3267025fad7c47e3b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627099200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627099200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"754c299d581e7287e7d34bedf99debd7\";a:10:{s:4:\"hash\";s:32:\"754c299d581e7287e7d34bedf99debd7\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627099200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627099200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f526f012391d7e4d7a23a3b73d5f3a0\";a:10:{s:4:\"hash\";s:32:\"8f526f012391d7e4d7a23a3b73d5f3a0\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627185600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627185600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1cfaf7bdb35b52798f39b9b46d9b0e4\";a:10:{s:4:\"hash\";s:32:\"f1cfaf7bdb35b52798f39b9b46d9b0e4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627185600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627185600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c503380bff57982e0283ecf4cd4a764\";a:10:{s:4:\"hash\";s:32:\"7c503380bff57982e0283ecf4cd4a764\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627185600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627185600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"59d929bb4bb78b4cbf4c28bf29b6b58f\";a:10:{s:4:\"hash\";s:32:\"59d929bb4bb78b4cbf4c28bf29b6b58f\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627185600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1627185600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1162eb0228e0356e5d890fa497d266fe\";a:10:{s:4:\"hash\";s:32:\"1162eb0228e0356e5d890fa497d266fe\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627272000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1627272000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bde62fee8e72d3c3168f281170a2ad33\";a:10:{s:4:\"hash\";s:32:\"bde62fee8e72d3c3168f281170a2ad33\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627272000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1627272000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00d9c6d3dd084c1d6a7588c2ef798e28\";a:10:{s:4:\"hash\";s:32:\"00d9c6d3dd084c1d6a7588c2ef798e28\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627272000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627272000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"019190c05a94dfc5495568315c1d8f19\";a:10:{s:4:\"hash\";s:32:\"019190c05a94dfc5495568315c1d8f19\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627272000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1627272000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8ad06a481ea1d29cfdeafbdeeaca36f3\";a:10:{s:4:\"hash\";s:32:\"8ad06a481ea1d29cfdeafbdeeaca36f3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627272000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627272000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d36683a37d0a490ed4d504fb1d8bd92c\";a:10:{s:4:\"hash\";s:32:\"d36683a37d0a490ed4d504fb1d8bd92c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627272000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627272000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"255172868858fc1aac72102793436093\";a:10:{s:4:\"hash\";s:32:\"255172868858fc1aac72102793436093\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627272000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627272000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"34d83fd674a9fe4e86b9351a4d368fde\";a:10:{s:4:\"hash\";s:32:\"34d83fd674a9fe4e86b9351a4d368fde\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627358400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627358400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7ecb51fdd2966f929370c33e543c717a\";a:10:{s:4:\"hash\";s:32:\"7ecb51fdd2966f929370c33e543c717a\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627358400/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1627358400/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d38530ea0989dcf3639f95fd3e322ead\";a:10:{s:4:\"hash\";s:32:\"d38530ea0989dcf3639f95fd3e322ead\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627358400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1627358400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fccbb30a21f80edc358f9a9fc1edee60\";a:10:{s:4:\"hash\";s:32:\"fccbb30a21f80edc358f9a9fc1edee60\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627358400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1627358400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d56537c11bf90490d5e6ade7ad834ad\";a:10:{s:4:\"hash\";s:32:\"4d56537c11bf90490d5e6ade7ad834ad\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7174d5985dca8e8fedc06b0985a69896\";a:10:{s:4:\"hash\";s:32:\"7174d5985dca8e8fedc06b0985a69896\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d9c618f7abdbd281ee2f293059c42f4f\";a:10:{s:4:\"hash\";s:32:\"d9c618f7abdbd281ee2f293059c42f4f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627358400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627358400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d6ffec966f6cb77d5d1a3892da0fda39\";a:10:{s:4:\"hash\";s:32:\"d6ffec966f6cb77d5d1a3892da0fda39\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627358400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1627358400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0466ef4068fb455f4e80028b029decc8\";a:10:{s:4:\"hash\";s:32:\"0466ef4068fb455f4e80028b029decc8\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627704000/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1627704000/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"acbe84c3a17866e89eb5c969e9aac901\";a:10:{s:4:\"hash\";s:32:\"acbe84c3a17866e89eb5c969e9aac901\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627704000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627704000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1329569af04cbd2fc6ea809c55ad9b1e\";a:10:{s:4:\"hash\";s:32:\"1329569af04cbd2fc6ea809c55ad9b1e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627704000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627704000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"41357acbe2bb1ef19bd4e6be597b0d90\";a:10:{s:4:\"hash\";s:32:\"41357acbe2bb1ef19bd4e6be597b0d90\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627704000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1627704000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"529f0ede3e05ceda121824c0076fcdd5\";a:10:{s:4:\"hash\";s:32:\"529f0ede3e05ceda121824c0076fcdd5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627790400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627790400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"27080b596a31896ce8ae36dfb91516b8\";a:10:{s:4:\"hash\";s:32:\"27080b596a31896ce8ae36dfb91516b8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627790400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627790400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c38977fa60b7b34137ec3a5efbedb141\";a:10:{s:4:\"hash\";s:32:\"c38977fa60b7b34137ec3a5efbedb141\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627790400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1627790400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5dc8ea2309e4c1bda91cce02abb65371\";a:10:{s:4:\"hash\";s:32:\"5dc8ea2309e4c1bda91cce02abb65371\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627790400/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627790400/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3d8851e9465ddc258dc797a4f40f2841\";a:10:{s:4:\"hash\";s:32:\"3d8851e9465ddc258dc797a4f40f2841\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627790400/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627790400/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"115bbd97073b2b1b7ba8591445617305\";a:10:{s:4:\"hash\";s:32:\"115bbd97073b2b1b7ba8591445617305\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627790400/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627790400/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1d9d608bc03c1a0f7337ff54169379c4\";a:10:{s:4:\"hash\";s:32:\"1d9d608bc03c1a0f7337ff54169379c4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627876800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627876800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0851ea72a3cc828a0ee2e7330659b2c\";a:10:{s:4:\"hash\";s:32:\"c0851ea72a3cc828a0ee2e7330659b2c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627876800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1627876800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"20d83039ca955c3678a4c020bdb6fb44\";a:10:{s:4:\"hash\";s:32:\"20d83039ca955c3678a4c020bdb6fb44\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627963200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1627963200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"67d3924362b9a4cc43534b2dfe51ff47\";a:10:{s:4:\"hash\";s:32:\"67d3924362b9a4cc43534b2dfe51ff47\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1627963200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1627963200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ae1772ab88ec975ef390f0c50bf67105\";a:10:{s:4:\"hash\";s:32:\"ae1772ab88ec975ef390f0c50bf67105\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1628395200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1628395200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01bcbba743b853718ca8de8e95900624\";a:10:{s:4:\"hash\";s:32:\"01bcbba743b853718ca8de8e95900624\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1635739200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1635739200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26e4cd733f2a497b66419e45e48661ef\";a:10:{s:4:\"hash\";s:32:\"26e4cd733f2a497b66419e45e48661ef\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1635912000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1635912000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca2418ef9d74852915d3a5cc9e867b46\";a:10:{s:4:\"hash\";s:32:\"ca2418ef9d74852915d3a5cc9e867b46\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1635998400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1635998400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f538e76fd0cda3d8f9bfa14eb9bfd41\";a:10:{s:4:\"hash\";s:32:\"5f538e76fd0cda3d8f9bfa14eb9bfd41\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1635998400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1635998400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"87d786ceeabe0ae1cd93bb29ffd7b91d\";a:10:{s:4:\"hash\";s:32:\"87d786ceeabe0ae1cd93bb29ffd7b91d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1635998400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1635998400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c406e2e4fb3265f16737da6ed786daa0\";a:10:{s:4:\"hash\";s:32:\"c406e2e4fb3265f16737da6ed786daa0\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636257600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1636257600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48d2bb05e4c1d23ea6ccdc0a6d0196c4\";a:10:{s:4:\"hash\";s:32:\"48d2bb05e4c1d23ea6ccdc0a6d0196c4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636257600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636257600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5866c828be31d7667937cffef791282\";a:10:{s:4:\"hash\";s:32:\"f5866c828be31d7667937cffef791282\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636257600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1636257600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6510b4cad4d0a10116486cb072d0b6f2\";a:10:{s:4:\"hash\";s:32:\"6510b4cad4d0a10116486cb072d0b6f2\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636520400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1636520400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b053a77636623208015d2e295c1e70ea\";a:10:{s:4:\"hash\";s:32:\"b053a77636623208015d2e295c1e70ea\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636606800/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea7ea2db1e7ed49b8f7e660e387ef250\";a:10:{s:4:\"hash\";s:32:\"ea7ea2db1e7ed49b8f7e660e387ef250\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636606800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3cde39929943e634391ff58ce8148fe3\";a:10:{s:4:\"hash\";s:32:\"3cde39929943e634391ff58ce8148fe3\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1636606800/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"83bae6232b3fbfffb032dd4c7c649ead\";a:10:{s:4:\"hash\";s:32:\"83bae6232b3fbfffb032dd4c7c649ead\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1636606800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c5d843ac0fbe5cea3372f230b397288\";a:10:{s:4:\"hash\";s:32:\"3c5d843ac0fbe5cea3372f230b397288\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1636606800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54ed695b796c14ab1396e2ab203b9f1a\";a:10:{s:4:\"hash\";s:32:\"54ed695b796c14ab1396e2ab203b9f1a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636606800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e465316bb1fdc9120bfce0eee27236e1\";a:10:{s:4:\"hash\";s:32:\"e465316bb1fdc9120bfce0eee27236e1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1636606800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"844df7d6e0459952371ca35b46d83a09\";a:10:{s:4:\"hash\";s:32:\"844df7d6e0459952371ca35b46d83a09\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636606800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ad38599649365fa2d31ac500cfaf115a\";a:10:{s:4:\"hash\";s:32:\"ad38599649365fa2d31ac500cfaf115a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636606800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6657123dac36ae94f4ef7bb02127730\";a:10:{s:4:\"hash\";s:32:\"b6657123dac36ae94f4ef7bb02127730\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636606800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636606800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"551eeec8a19a0213c35e1e2368b99e97\";a:10:{s:4:\"hash\";s:32:\"551eeec8a19a0213c35e1e2368b99e97\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636693200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636693200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3253d7ce888f8132821caa255def8dff\";a:10:{s:4:\"hash\";s:32:\"3253d7ce888f8132821caa255def8dff\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636693200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1636693200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b3e135cc8c677d50f18266a39033073f\";a:10:{s:4:\"hash\";s:32:\"b3e135cc8c677d50f18266a39033073f\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636693200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636693200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26d7a7efd0ccb1abc382c89efb6c788b\";a:10:{s:4:\"hash\";s:32:\"26d7a7efd0ccb1abc382c89efb6c788b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636693200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1636693200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8375cd0e5472f0acea46439d39d5d568\";a:10:{s:4:\"hash\";s:32:\"8375cd0e5472f0acea46439d39d5d568\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636779600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636779600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2bbad662403fc611e31bb9b859fad27d\";a:10:{s:4:\"hash\";s:32:\"2bbad662403fc611e31bb9b859fad27d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636866000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1636866000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11a53ffbba3672810acbe1cd9814396c\";a:10:{s:4:\"hash\";s:32:\"11a53ffbba3672810acbe1cd9814396c\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636952400/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1636952400/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"36ce69d920a9c293933c087ce9c1a097\";a:10:{s:4:\"hash\";s:32:\"36ce69d920a9c293933c087ce9c1a097\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636952400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1636952400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"601f30048860871b9501ce2da4bc35f1\";a:10:{s:4:\"hash\";s:32:\"601f30048860871b9501ce2da4bc35f1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636952400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636952400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64f09c4969642e5c531b8c43d3b54138\";a:10:{s:4:\"hash\";s:32:\"64f09c4969642e5c531b8c43d3b54138\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636952400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1636952400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6e1ad2d39235e7cf51611a4f2e547115\";a:10:{s:4:\"hash\";s:32:\"6e1ad2d39235e7cf51611a4f2e547115\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1636952400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1636952400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a6e135ebf6b5682d9d307a1dd29d2d37\";a:10:{s:4:\"hash\";s:32:\"a6e135ebf6b5682d9d307a1dd29d2d37\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4a1e5f7e106db1702480dca69b25fae4\";a:10:{s:4:\"hash\";s:32:\"4a1e5f7e106db1702480dca69b25fae4\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637211600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2911f26bf8484e0e233f3804c7640c51\";a:10:{s:4:\"hash\";s:32:\"2911f26bf8484e0e233f3804c7640c51\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637211600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9affef7b1749dfbd0d3b741b9471207d\";a:10:{s:4:\"hash\";s:32:\"9affef7b1749dfbd0d3b741b9471207d\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637211600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b6743415b1e5d1777ea1481ee973ae08\";a:10:{s:4:\"hash\";s:32:\"b6743415b1e5d1777ea1481ee973ae08\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637211600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f847e4394e3d60b529bedd2ac8087bc6\";a:10:{s:4:\"hash\";s:32:\"f847e4394e3d60b529bedd2ac8087bc6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637211600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c5e4b4c0a42ea519b706066d26a56532\";a:10:{s:4:\"hash\";s:32:\"c5e4b4c0a42ea519b706066d26a56532\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1637211600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a57fecc80f7c090e65174c0d54d631a5\";a:10:{s:4:\"hash\";s:32:\"a57fecc80f7c090e65174c0d54d631a5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637211600/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6612bc42bbca76ab32d371a9734fd538\";a:10:{s:4:\"hash\";s:32:\"6612bc42bbca76ab32d371a9734fd538\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637211600/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"634d733974cfaee3115b4b20ab254b08\";a:10:{s:4:\"hash\";s:32:\"634d733974cfaee3115b4b20ab254b08\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637211600/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637211600/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7c2997ef22ab01cc13bb28f2d63ec907\";a:10:{s:4:\"hash\";s:32:\"7c2997ef22ab01cc13bb28f2d63ec907\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637298000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c9a6b514ddcd890e77602e80dc187438\";a:10:{s:4:\"hash\";s:32:\"c9a6b514ddcd890e77602e80dc187438\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637298000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ffc6299eb707c57c9d27eb039f0c2f2\";a:10:{s:4:\"hash\";s:32:\"6ffc6299eb707c57c9d27eb039f0c2f2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637298000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f93848fa9701975a8ee6867a4f884084\";a:10:{s:4:\"hash\";s:32:\"f93848fa9701975a8ee6867a4f884084\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637298000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f862a53214da74cf369111ebdc7a6585\";a:10:{s:4:\"hash\";s:32:\"f862a53214da74cf369111ebdc7a6585\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1637298000/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0654ab5d18bcdbe13c8bb962f29d0a29\";a:10:{s:4:\"hash\";s:32:\"0654ab5d18bcdbe13c8bb962f29d0a29\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637298000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4bee92e9e842cd85d65027a02410921e\";a:10:{s:4:\"hash\";s:32:\"4bee92e9e842cd85d65027a02410921e\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637298000/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"577d8ac5b9b548b5769649272ffd697a\";a:10:{s:4:\"hash\";s:32:\"577d8ac5b9b548b5769649272ffd697a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637298000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c7b92c179bea88101df94af7c6585e9\";a:10:{s:4:\"hash\";s:32:\"4c7b92c179bea88101df94af7c6585e9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"21f1d3d4a7cd4573874b05ef9c03049e\";a:10:{s:4:\"hash\";s:32:\"21f1d3d4a7cd4573874b05ef9c03049e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637298000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9a7d6d768640d5dc807c33db741a21ed\";a:10:{s:4:\"hash\";s:32:\"9a7d6d768640d5dc807c33db741a21ed\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637298000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f5d43fd3806cd2e20ebb68abee5546ff\";a:10:{s:4:\"hash\";s:32:\"f5d43fd3806cd2e20ebb68abee5546ff\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637298000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637298000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"966aff2e1208f0032aa19c95068af22e\";a:10:{s:4:\"hash\";s:32:\"966aff2e1208f0032aa19c95068af22e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637384400/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637384400/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1247400589f798d8d9c367b353bd026f\";a:10:{s:4:\"hash\";s:32:\"1247400589f798d8d9c367b353bd026f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637384400/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637384400/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42cbb8736de2989e3e781e8f5c64d6c3\";a:10:{s:4:\"hash\";s:32:\"42cbb8736de2989e3e781e8f5c64d6c3\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637384400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637384400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5a38bca5e3fe9be3b01b450363f775b6\";a:10:{s:4:\"hash\";s:32:\"5a38bca5e3fe9be3b01b450363f775b6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c8c3125831a155eee870afe6f004a37f\";a:10:{s:4:\"hash\";s:32:\"c8c3125831a155eee870afe6f004a37f\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637384400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1637384400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ef6e2fbcca43403e6a775b27b0b3be3\";a:10:{s:4:\"hash\";s:32:\"0ef6e2fbcca43403e6a775b27b0b3be3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637470800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637470800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d2ca4d5e54332c481633cb242b62c93a\";a:10:{s:4:\"hash\";s:32:\"d2ca4d5e54332c481633cb242b62c93a\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637470800/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1637470800/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"112e9164f43a8fb6b3bb47cb7ad64e00\";a:10:{s:4:\"hash\";s:32:\"112e9164f43a8fb6b3bb47cb7ad64e00\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637470800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637470800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a162e17bb2e69f3606ff6e4d5ddd7cf\";a:10:{s:4:\"hash\";s:32:\"3a162e17bb2e69f3606ff6e4d5ddd7cf\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637470800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637470800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b545e809a8c78a2cdaaba70d34623723\";a:10:{s:4:\"hash\";s:32:\"b545e809a8c78a2cdaaba70d34623723\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637470800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1637470800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c29b27ca1c916167977a59f0b794234\";a:10:{s:4:\"hash\";s:32:\"4c29b27ca1c916167977a59f0b794234\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637557200/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"823f97f7e9e01f436c933c28842661d6\";a:10:{s:4:\"hash\";s:32:\"823f97f7e9e01f436c933c28842661d6\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1637557200/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1aee95b31757d68d2df49bb2db6f4e4\";a:10:{s:4:\"hash\";s:32:\"a1aee95b31757d68d2df49bb2db6f4e4\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637557200/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c28af12711320e2174cfd0fba8e1b302\";a:10:{s:4:\"hash\";s:32:\"c28af12711320e2174cfd0fba8e1b302\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45db8e113e246af04d4f2432ae8019db\";a:10:{s:4:\"hash\";s:32:\"45db8e113e246af04d4f2432ae8019db\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637557200/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d0a39fbd9944afbe2efd4513b620f7c2\";a:10:{s:4:\"hash\";s:32:\"d0a39fbd9944afbe2efd4513b620f7c2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637557200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d70a5c346a1df5b2221ae0aaef85329a\";a:10:{s:4:\"hash\";s:32:\"d70a5c346a1df5b2221ae0aaef85329a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637557200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"169835093e98b3e88cc718f3dec6818e\";a:10:{s:4:\"hash\";s:32:\"169835093e98b3e88cc718f3dec6818e\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1637557200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da13ede8882d13d39ab5fa00e57f2756\";a:10:{s:4:\"hash\";s:32:\"da13ede8882d13d39ab5fa00e57f2756\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637557200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"42cbe9e6309c7da4c22955335844b0d5\";a:10:{s:4:\"hash\";s:32:\"42cbe9e6309c7da4c22955335844b0d5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637557200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d4a9121b72808bae6a2e9cf4b5c5788\";a:10:{s:4:\"hash\";s:32:\"2d4a9121b72808bae6a2e9cf4b5c5788\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637557200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637557200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5195cc89feba8dc34a669a1120bbaedb\";a:10:{s:4:\"hash\";s:32:\"5195cc89feba8dc34a669a1120bbaedb\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637730000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637730000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2d0bf48a56313b7280a5d5c20c2b2531\";a:10:{s:4:\"hash\";s:32:\"2d0bf48a56313b7280a5d5c20c2b2531\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637816400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637816400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bf4de0cedd777e6fd2a2afc9211bcb52\";a:10:{s:4:\"hash\";s:32:\"bf4de0cedd777e6fd2a2afc9211bcb52\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b91acd0d2c31e5e4fd5f70f6163974b9\";a:10:{s:4:\"hash\";s:32:\"b91acd0d2c31e5e4fd5f70f6163974b9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637816400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fb10c15e13b2f9b8f2e7580967af7156\";a:10:{s:4:\"hash\";s:32:\"fb10c15e13b2f9b8f2e7580967af7156\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637902800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637902800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"336921ce7a39f93c05b3a5dbf4d7a4af\";a:10:{s:4:\"hash\";s:32:\"336921ce7a39f93c05b3a5dbf4d7a4af\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637902800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637902800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d36d6446ca49ae662e9fdd8d06576a4\";a:10:{s:4:\"hash\";s:32:\"4d36d6446ca49ae662e9fdd8d06576a4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637902800/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637902800/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c06598a739ea81f3af9491faf3e855d1\";a:10:{s:4:\"hash\";s:32:\"c06598a739ea81f3af9491faf3e855d1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637902800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1637902800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"408fbe08b899fc7fdf6255d9cea5efb1\";a:10:{s:4:\"hash\";s:32:\"408fbe08b899fc7fdf6255d9cea5efb1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637902800/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637902800/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"258a2073f2beb00b48580ad8c51c40fb\";a:10:{s:4:\"hash\";s:32:\"258a2073f2beb00b48580ad8c51c40fb\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637902800/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637902800/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5f524acf159f91b031222a835ca786f1\";a:10:{s:4:\"hash\";s:32:\"5f524acf159f91b031222a835ca786f1\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637902800/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637902800/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"93b3f2324143f0f1eacc44ea0f318401\";a:10:{s:4:\"hash\";s:32:\"93b3f2324143f0f1eacc44ea0f318401\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637989200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b600d2c2bd08e48166c1e7a47590daa4\";a:10:{s:4:\"hash\";s:32:\"b600d2c2bd08e48166c1e7a47590daa4\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637989200/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6cbe394d24e4706c4dca43debcf02d23\";a:10:{s:4:\"hash\";s:32:\"6cbe394d24e4706c4dca43debcf02d23\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637989200/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75bbc1bbba6f3e610d308acc088af69f\";a:10:{s:4:\"hash\";s:32:\"75bbc1bbba6f3e610d308acc088af69f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1637989200/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6390514a0185d99e15899ff783cc204c\";a:10:{s:4:\"hash\";s:32:\"6390514a0185d99e15899ff783cc204c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f1841279183a040f3dde981747221a5\";a:10:{s:4:\"hash\";s:32:\"7f1841279183a040f3dde981747221a5\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea966657f1d81dbc5bf9ff7bf8a8cbce\";a:10:{s:4:\"hash\";s:32:\"ea966657f1d81dbc5bf9ff7bf8a8cbce\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637989200/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73729171c9102aacae37674aa6e49ece\";a:10:{s:4:\"hash\";s:32:\"73729171c9102aacae37674aa6e49ece\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637989200/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f1ea6ec3e38dd9c4430931b68b702ffe\";a:10:{s:4:\"hash\";s:32:\"f1ea6ec3e38dd9c4430931b68b702ffe\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1637989200/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1637989200/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9d6d85864ff0cd3835dad04f0900fc20\";a:10:{s:4:\"hash\";s:32:\"9d6d85864ff0cd3835dad04f0900fc20\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638075600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1638075600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01661fab8454180b5e5205fbdb023c61\";a:10:{s:4:\"hash\";s:32:\"01661fab8454180b5e5205fbdb023c61\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638075600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1638075600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5b5b208a924ad307ad6fcd4af198fc9e\";a:10:{s:4:\"hash\";s:32:\"5b5b208a924ad307ad6fcd4af198fc9e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638075600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1638075600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6bf48563a6e0d8f4e5542f27bf73720\";a:10:{s:4:\"hash\";s:32:\"f6bf48563a6e0d8f4e5542f27bf73720\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638075600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1638075600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c93ec110b827fcc59a12cc9541bf50da\";a:10:{s:4:\"hash\";s:32:\"c93ec110b827fcc59a12cc9541bf50da\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638162000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/exact_date~1638162000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"171ee80847eb95d053bfac6e3aeaf115\";a:10:{s:4:\"hash\";s:32:\"171ee80847eb95d053bfac6e3aeaf115\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638162000/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1638162000/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"872be9356eea8dbf4029a59d5c671a2e\";a:10:{s:4:\"hash\";s:32:\"872be9356eea8dbf4029a59d5c671a2e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638162000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1638162000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2ab3ee5870ec62024975840951b6868\";a:10:{s:4:\"hash\";s:32:\"f2ab3ee5870ec62024975840951b6868\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638162000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1638162000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7f429161740e1bd75dcc9cbfdb0e438d\";a:10:{s:4:\"hash\";s:32:\"7f429161740e1bd75dcc9cbfdb0e438d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638162000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1638162000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"125f3d8ed5ffc1ae07736d3c9c3e2d3f\";a:10:{s:4:\"hash\";s:32:\"125f3d8ed5ffc1ae07736d3c9c3e2d3f\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638248400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1b78f2cbe818c6de4c068cd3ec978558\";a:10:{s:4:\"hash\";s:32:\"1b78f2cbe818c6de4c068cd3ec978558\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638507600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1638507600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1271eb477f89c574572730cacc8d1add\";a:10:{s:4:\"hash\";s:32:\"1271eb477f89c574572730cacc8d1add\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638594000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1638594000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"eafa2c7bfd808b6e040a6bc55fb10798\";a:10:{s:4:\"hash\";s:32:\"eafa2c7bfd808b6e040a6bc55fb10798\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638594000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1638594000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"48d9f2d6586fe3b0d197adf1ea75cb8b\";a:10:{s:4:\"hash\";s:32:\"48d9f2d6586fe3b0d197adf1ea75cb8b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638594000/request_format~json/cat_ids~87/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1638594000/request_format~json/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9e06e6b9f50b24c8346462e0328ee1b2\";a:10:{s:4:\"hash\";s:32:\"9e06e6b9f50b24c8346462e0328ee1b2\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638594000/request_format~json/cat_ids~88/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1638594000/request_format~json/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ce4bee0a6a389029b67f499689a78fa\";a:10:{s:4:\"hash\";s:32:\"6ce4bee0a6a389029b67f499689a78fa\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638594000/request_format~json/cat_ids~89/\";s:4:\"path\";s:73:\"/events/action~week/exact_date~1638594000/request_format~json/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a36b9c49bdf78fefacbd6673498a413\";a:10:{s:4:\"hash\";s:32:\"7a36b9c49bdf78fefacbd6673498a413\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1638766800/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1638766800/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"226e23f914231a7981d63fe59e1fe747\";a:10:{s:4:\"hash\";s:32:\"226e23f914231a7981d63fe59e1fe747\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1639198800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1639198800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea3105d8399bfc41dd08566b59060dc6\";a:10:{s:4:\"hash\";s:32:\"ea3105d8399bfc41dd08566b59060dc6\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1651377600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/exact_date~1651377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1a462bdde73ad4420920b43a7491e819\";a:10:{s:4:\"hash\";s:32:\"1a462bdde73ad4420920b43a7491e819\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/exact_date~1654056000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/exact_date~1654056000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8a4819ccd233672054b9562e7ebb15c1\";a:10:{s:4:\"hash\";s:32:\"8a4819ccd233672054b9562e7ebb15c1\";s:3:\"url\";s:142:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~-1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:88:\"/events/action~week/page_offset~-1/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0523d4f9fa01b2318d398ce3861624ca\";a:10:{s:4:\"hash\";s:32:\"0523d4f9fa01b2318d398ce3861624ca\";s:3:\"url\";s:145:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~-1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:91:\"/events/action~week/page_offset~-1/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"27b8bb6cbeac68441543fd15f20be148\";a:10:{s:4:\"hash\";s:32:\"27b8bb6cbeac68441543fd15f20be148\";s:3:\"url\";s:145:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~-1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:91:\"/events/action~week/page_offset~-1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b255fddba3fb0160c1b9fdd03c119d18\";a:10:{s:4:\"hash\";s:32:\"b255fddba3fb0160c1b9fdd03c119d18\";s:3:\"url\";s:142:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~-1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:88:\"/events/action~week/page_offset~-1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a120162cd97f430612c6a1505ce7029a\";a:10:{s:4:\"hash\";s:32:\"a120162cd97f430612c6a1505ce7029a\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~-1/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:77:\"/events/action~week/page_offset~-1/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c041109cd7ad70f6cfc230a4592792da\";a:10:{s:4:\"hash\";s:32:\"c041109cd7ad70f6cfc230a4592792da\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:90:\"/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60b2f157eb7aec726875b4e765876081\";a:10:{s:4:\"hash\";s:32:\"60b2f157eb7aec726875b4e765876081\";s:3:\"url\";s:141:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:87:\"/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8cbc34ad654a899936660fb853189417\";a:10:{s:4:\"hash\";s:32:\"8cbc34ad654a899936660fb853189417\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:90:\"/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d984560a50a7a210c2add7b2035d624f\";a:10:{s:4:\"hash\";s:32:\"d984560a50a7a210c2add7b2035d624f\";s:3:\"url\";s:147:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:93:\"/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6b46d06b6e2db0d8594876d390e3998a\";a:10:{s:4:\"hash\";s:32:\"6b46d06b6e2db0d8594876d390e3998a\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:90:\"/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"72efb1c0ed5a3fc6e9fc2c43cf30dd85\";a:10:{s:4:\"hash\";s:32:\"72efb1c0ed5a3fc6e9fc2c43cf30dd85\";s:3:\"url\";s:141:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:87:\"/events/action~week/page_offset~1/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5d8e3b2f01fbc5c5c06db0505ee8e6b\";a:10:{s:4:\"hash\";s:32:\"e5d8e3b2f01fbc5c5c06db0505ee8e6b\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/page_offset~1/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/page_offset~1/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"05a2c0cf9242502979df8e3725cd927d\";a:10:{s:4:\"hash\";s:32:\"05a2c0cf9242502979df8e3725cd927d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1557201600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1557201600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"181e126ff0e32750c97d88b91ababcd0\";a:10:{s:4:\"hash\";s:32:\"181e126ff0e32750c97d88b91ababcd0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1558411200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1558411200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"550fb7c8d1b838e477d86756849f71a3\";a:10:{s:4:\"hash\";s:32:\"550fb7c8d1b838e477d86756849f71a3\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1558497600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1558497600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"683a020dbb67117bb1e26cec67cfc2d0\";a:10:{s:4:\"hash\";s:32:\"683a020dbb67117bb1e26cec67cfc2d0\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1558929600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1558929600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"912712aa13daca601fd86f452550caa5\";a:10:{s:4:\"hash\";s:32:\"912712aa13daca601fd86f452550caa5\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1559620800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1559620800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f983ea673525e691111b8b368ba2bf1b\";a:10:{s:4:\"hash\";s:32:\"f983ea673525e691111b8b368ba2bf1b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1559707200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1559707200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4fc81bb30c59e7cecc4a25de2af79c96\";a:10:{s:4:\"hash\";s:32:\"4fc81bb30c59e7cecc4a25de2af79c96\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1560052800/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"abb1a04156b2ec9b2937ef2a61fb073f\";a:10:{s:4:\"hash\";s:32:\"abb1a04156b2ec9b2937ef2a61fb073f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1560225600/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"509e8b7630fc49284b5226e71f8f2a91\";a:10:{s:4:\"hash\";s:32:\"509e8b7630fc49284b5226e71f8f2a91\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1560312000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1560312000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3c5924621d3b491bc3c5d13cd4d004d0\";a:10:{s:4:\"hash\";s:32:\"3c5924621d3b491bc3c5d13cd4d004d0\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1560830400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab7e2af14d8b11a56b9868d4f82319a4\";a:10:{s:4:\"hash\";s:32:\"ab7e2af14d8b11a56b9868d4f82319a4\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1561176000/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1561176000/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"416715b4f8091b2382be8d3c943342b6\";a:10:{s:4:\"hash\";s:32:\"416715b4f8091b2382be8d3c943342b6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1561953600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1561953600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"57e8ea920d68099d7519a24e79c0c705\";a:10:{s:4:\"hash\";s:32:\"57e8ea920d68099d7519a24e79c0c705\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1588737600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1588737600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8f783fe6b55b14617a3a202e4486415a\";a:10:{s:4:\"hash\";s:32:\"8f783fe6b55b14617a3a202e4486415a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1590379200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1590379200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6df943ffb39b36bbb9d03461ff39a994\";a:10:{s:4:\"hash\";s:32:\"6df943ffb39b36bbb9d03461ff39a994\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1590552000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1590552000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2e639a7eb1c831eff53737bca5933ca6\";a:10:{s:4:\"hash\";s:32:\"2e639a7eb1c831eff53737bca5933ca6\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1590638400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1590638400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1ed598e32b311325780f3d8de9baa612\";a:10:{s:4:\"hash\";s:32:\"1ed598e32b311325780f3d8de9baa612\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1590984000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1590984000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"18e7b813d23a941eda6b173e3d55690c\";a:10:{s:4:\"hash\";s:32:\"18e7b813d23a941eda6b173e3d55690c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1590984000/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1590984000/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"164a99ab090afb3da3b458c8b23f2641\";a:10:{s:4:\"hash\";s:32:\"164a99ab090afb3da3b458c8b23f2641\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1590984000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1590984000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"062f2e89a19a24c8ba6d2f6326a0c388\";a:10:{s:4:\"hash\";s:32:\"062f2e89a19a24c8ba6d2f6326a0c388\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1591070400/cat_ids~89,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"26e3157493bc77ddacf452857770572c\";a:10:{s:4:\"hash\";s:32:\"26e3157493bc77ddacf452857770572c\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1591675200/cat_ids~87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"041f0e44d7b37ab6ddf565f23eb8d337\";a:10:{s:4:\"hash\";s:32:\"041f0e44d7b37ab6ddf565f23eb8d337\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1592020800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1592020800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b3ab910af977263053e452250837e94\";a:10:{s:4:\"hash\";s:32:\"0b3ab910af977263053e452250837e94\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1592107200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1592107200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef5181cfd50c54d4833fc251ee0d9ac6\";a:10:{s:4:\"hash\";s:32:\"ef5181cfd50c54d4833fc251ee0d9ac6\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1593576000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1593576000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d558e63c2c157814f2b365f2116c8571\";a:10:{s:4:\"hash\";s:32:\"d558e63c2c157814f2b365f2116c8571\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1593662400/cat_ids~87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d000c124a09c9824f1effdfa69f0e751\";a:10:{s:4:\"hash\";s:32:\"d000c124a09c9824f1effdfa69f0e751\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1593835200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1593835200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d17ea3baa702c9e82781f9a30cd6abc\";a:10:{s:4:\"hash\";s:32:\"4d17ea3baa702c9e82781f9a30cd6abc\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1594612800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1594612800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"80a39d68904d9e6e60544734b877854c\";a:10:{s:4:\"hash\";s:32:\"80a39d68904d9e6e60544734b877854c\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1594785600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1594785600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"78f5ef810b625dab460bc6946e94b1e4\";a:10:{s:4:\"hash\";s:32:\"78f5ef810b625dab460bc6946e94b1e4\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1594958400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1594958400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fc0cbc8c9c0ba9671362ea1569d4cc22\";a:10:{s:4:\"hash\";s:32:\"fc0cbc8c9c0ba9671362ea1569d4cc22\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1595131200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1595131200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4b06631f28115e542496d91c747d46c6\";a:10:{s:4:\"hash\";s:32:\"4b06631f28115e542496d91c747d46c6\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1595908800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1595908800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5cb3b78297055e68ddc633f4d0104f8b\";a:10:{s:4:\"hash\";s:32:\"5cb3b78297055e68ddc633f4d0104f8b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1596254400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1596254400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a204d0acbd00d2d53753461880497d4b\";a:10:{s:4:\"hash\";s:32:\"a204d0acbd00d2d53753461880497d4b\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1596859200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1596859200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cb2539cfab1e3afd9a8d2ea50f8fb356\";a:10:{s:4:\"hash\";s:32:\"cb2539cfab1e3afd9a8d2ea50f8fb356\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1597032000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1597032000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3c84be1ec527926c16fec39ad31a03c\";a:10:{s:4:\"hash\";s:32:\"d3c84be1ec527926c16fec39ad31a03c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1597377600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1597377600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7662a10f894ca4cf7f906b80e281c02\";a:10:{s:4:\"hash\";s:32:\"a7662a10f894ca4cf7f906b80e281c02\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1604203200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1604203200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"fdfc6b04877bd29e861486fbe31e14ce\";a:10:{s:4:\"hash\";s:32:\"fdfc6b04877bd29e861486fbe31e14ce\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1605070800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1605070800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"271d6f7ea34d96f867e09a7ad06dae98\";a:10:{s:4:\"hash\";s:32:\"271d6f7ea34d96f867e09a7ad06dae98\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1605243600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1605243600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a28ef76f0d1df0152338ea136ad8d32b\";a:10:{s:4:\"hash\";s:32:\"a28ef76f0d1df0152338ea136ad8d32b\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1605762000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1605762000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c0012498a2cf0a88b14e489c9ad50d57\";a:10:{s:4:\"hash\";s:32:\"c0012498a2cf0a88b14e489c9ad50d57\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612069200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1612069200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0c07437f67aeb42074dd148a370f98b\";a:10:{s:4:\"hash\";s:32:\"a0c07437f67aeb42074dd148a370f98b\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/time_limit~1612155600/cat_ids~87,88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bafe7333c7fbadc067826a319c70cd00\";a:10:{s:4:\"hash\";s:32:\"bafe7333c7fbadc067826a319c70cd00\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~87/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1612155600/cat_ids~87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8332b5b5edb4dd5c77a2610fbbfb320d\";a:10:{s:4:\"hash\";s:32:\"8332b5b5edb4dd5c77a2610fbbfb320d\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/time_limit~1612155600/cat_ids~88,87,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f46c3ba3df578daa162ca9eb0cf3bf4f\";a:10:{s:4:\"hash\";s:32:\"f46c3ba3df578daa162ca9eb0cf3bf4f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1612155600/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4d35213613946732ae99c2c47424e756\";a:10:{s:4:\"hash\";s:32:\"4d35213613946732ae99c2c47424e756\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/time_limit~1612155600/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"05932b339e007b2ca3625ee6c467e213\";a:10:{s:4:\"hash\";s:32:\"05932b339e007b2ca3625ee6c467e213\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1612155600/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5580503823cb4af3a0eec40488855edf\";a:10:{s:4:\"hash\";s:32:\"5580503823cb4af3a0eec40488855edf\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1612155600/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"45292fd697bf43985946421ccca45fc5\";a:10:{s:4:\"hash\";s:32:\"45292fd697bf43985946421ccca45fc5\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/time_limit~1612155600/cat_ids~89,87,88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ed5ee0bdbb9de1d7196345aad41a8ecc\";a:10:{s:4:\"hash\";s:32:\"ed5ee0bdbb9de1d7196345aad41a8ecc\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1612155600/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e25fa4dc1901cbb5f6a46dbbaeb2aee9\";a:10:{s:4:\"hash\";s:32:\"e25fa4dc1901cbb5f6a46dbbaeb2aee9\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/time_limit~1612155600/cat_ids~89,88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f3e602f5798c2b8f30ba7cbf9c9f5168\";a:10:{s:4:\"hash\";s:32:\"f3e602f5798c2b8f30ba7cbf9c9f5168\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1612155600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a903daf83efc843f00f93b0d5184d408\";a:10:{s:4:\"hash\";s:32:\"a903daf83efc843f00f93b0d5184d408\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612155600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1612155600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"00f9b231db216acc782ce42321fdc324\";a:10:{s:4:\"hash\";s:32:\"00f9b231db216acc782ce42321fdc324\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1612242000/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a18880ee437ef44e26025ef2f0e5342\";a:10:{s:4:\"hash\";s:32:\"3a18880ee437ef44e26025ef2f0e5342\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1612760400/cat_ids~88,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f8d8eb969a864a2353d14f83400b009a\";a:10:{s:4:\"hash\";s:32:\"f8d8eb969a864a2353d14f83400b009a\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1612760400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1612760400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1635826a9fec60ef165af954e5af6038\";a:10:{s:4:\"hash\";s:32:\"1635826a9fec60ef165af954e5af6038\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1619323200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1619323200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff13dfd446c34f7ebb20a81bad99cb7a\";a:10:{s:4:\"hash\";s:32:\"ff13dfd446c34f7ebb20a81bad99cb7a\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1619841600/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1619841600/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"75f3d5545ceeddfbcf77d403f6859e74\";a:10:{s:4:\"hash\";s:32:\"75f3d5545ceeddfbcf77d403f6859e74\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1619841600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1619841600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d23f9cdc417c01e72b6d65917b5182b1\";a:10:{s:4:\"hash\";s:32:\"d23f9cdc417c01e72b6d65917b5182b1\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1620532800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1620532800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3b952ee6ab15ca64a9388ddfa8dd6f1c\";a:10:{s:4:\"hash\";s:32:\"3b952ee6ab15ca64a9388ddfa8dd6f1c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1620705600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1620705600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d75c3a6088f07aff3a2ce2dc5d682c11\";a:10:{s:4:\"hash\";s:32:\"d75c3a6088f07aff3a2ce2dc5d682c11\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1620964800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1620964800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a25413264c0e23e725438737d69fbd5\";a:10:{s:4:\"hash\";s:32:\"3a25413264c0e23e725438737d69fbd5\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1621051200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1621051200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8052ee92875c17944a374728dc85d1d3\";a:10:{s:4:\"hash\";s:32:\"8052ee92875c17944a374728dc85d1d3\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1623211200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1623211200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1820465944083e29c64261f273a57fdc\";a:10:{s:4:\"hash\";s:32:\"1820465944083e29c64261f273a57fdc\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1623384000/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1623384000/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a28215f75bdb5ce08fc8ac66a2b6736d\";a:10:{s:4:\"hash\";s:32:\"a28215f75bdb5ce08fc8ac66a2b6736d\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1623384000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1623384000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a7c7a7c442a5eacc441d613e8dee56d9\";a:10:{s:4:\"hash\";s:32:\"a7c7a7c442a5eacc441d613e8dee56d9\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1623643200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1623643200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a74c69dcf79f580c0950e096e8a89af3\";a:10:{s:4:\"hash\";s:32:\"a74c69dcf79f580c0950e096e8a89af3\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1623729600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1623729600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"458e214e1e45ca5dd4765d3a33234b68\";a:10:{s:4:\"hash\";s:32:\"458e214e1e45ca5dd4765d3a33234b68\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1623988800/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1623988800/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6e56371034df48fd2741a1a2ddba4c2\";a:10:{s:4:\"hash\";s:32:\"f6e56371034df48fd2741a1a2ddba4c2\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1623988800/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5ef219fd9a568263fee2c107fdc90f7\";a:10:{s:4:\"hash\";s:32:\"d5ef219fd9a568263fee2c107fdc90f7\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1623988800/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1623988800/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7a812fb5900af0830580cd5db9fa4f62\";a:10:{s:4:\"hash\";s:32:\"7a812fb5900af0830580cd5db9fa4f62\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1624075200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1624075200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e57a91c4db230bb6d54f85452bf20b80\";a:10:{s:4:\"hash\";s:32:\"e57a91c4db230bb6d54f85452bf20b80\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:4:\"path\";s:79:\"/events/action~week/time_limit~1625112000/cat_ids~88,89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a368a7cfdb05a5a8045562915115a49d\";a:10:{s:4:\"hash\";s:32:\"a368a7cfdb05a5a8045562915115a49d\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1625112000/cat_ids~89,87/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e5073e3118b6fb6e33d9475c11be012c\";a:10:{s:4:\"hash\";s:32:\"e5073e3118b6fb6e33d9475c11be012c\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1626494400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1626494400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"350f05fc76af2094bf890d7bc1443240\";a:10:{s:4:\"hash\";s:32:\"350f05fc76af2094bf890d7bc1443240\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1626753600/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1626753600/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4606be195c853898b9cd30bdb6f5fe2f\";a:10:{s:4:\"hash\";s:32:\"4606be195c853898b9cd30bdb6f5fe2f\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:4:\"path\";s:76:\"/events/action~week/time_limit~1627358400/cat_ids~88,89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";i:0;s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b235fed2738b6da0d4cedc13b45add80\";a:10:{s:4:\"hash\";s:32:\"b235fed2738b6da0d4cedc13b45add80\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1627358400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1627358400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7391dc1a3336707e60d00b488a8f1baa\";a:10:{s:4:\"hash\";s:32:\"7391dc1a3336707e60d00b488a8f1baa\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1637125200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1637125200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"76feb35870ace78772a63e9d01a0fefa\";a:10:{s:4:\"hash\";s:32:\"76feb35870ace78772a63e9d01a0fefa\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1637298000/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1637298000/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1199c148e07d4327a5f22a0a0789e353\";a:10:{s:4:\"hash\";s:32:\"1199c148e07d4327a5f22a0a0789e353\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1637384400/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1637384400/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0b0acd176c9a254e29f25d68dcaa899e\";a:10:{s:4:\"hash\";s:32:\"0b0acd176c9a254e29f25d68dcaa899e\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1637557200/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1637557200/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2710bd766edefe789da7c936573f62b3\";a:10:{s:4:\"hash\";s:32:\"2710bd766edefe789da7c936573f62b3\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1637816400/cat_ids~88/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1637816400/cat_ids~88/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2be2c5bb8d11ab7f88d306392655364\";a:10:{s:4:\"hash\";s:32:\"f2be2c5bb8d11ab7f88d306392655364\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1637816400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1637816400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"026014e3d0a24dd44c538eab2531ecb8\";a:10:{s:4:\"hash\";s:32:\"026014e3d0a24dd44c538eab2531ecb8\";s:3:\"url\";s:127:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1637989200/cat_ids~89/request_format~json/\";s:4:\"path\";s:73:\"/events/action~week/time_limit~1637989200/cat_ids~89/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"News and Events | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"News and Events Interested in our Newsletters? Click here!Want to be a part of our mailing list? Ema\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ff73d6cf21058d1e4b663957d36e10da\";a:10:{s:4:\"hash\";s:32:\"ff73d6cf21058d1e4b663957d36e10da\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1637989200/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1637989200/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73e2314b96c8f5e82e9a7bb364d2aeff\";a:10:{s:4:\"hash\";s:32:\"73e2314b96c8f5e82e9a7bb364d2aeff\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/action~week/time_limit~1638248400/request_format~json/\";s:4:\"path\";s:62:\"/events/action~week/time_limit~1638248400/request_format~json/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1746728119352a712a1d7dd41c92cf24\";a:10:{s:4:\"hash\";s:32:\"1746728119352a712a1d7dd41c92cf24\";s:3:\"url\";s:73:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/cat_ids~87/\";s:4:\"path\";s:19:\"/events/cat_ids~87/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"73796b35c3f9269b34a2d1d9f22f7f6e\";a:10:{s:4:\"hash\";s:32:\"73796b35c3f9269b34a2d1d9f22f7f6e\";s:3:\"url\";s:73:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/cat_ids~88/\";s:4:\"path\";s:19:\"/events/cat_ids~88/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"219da14a2684b2e0a1cb4e176604691a\";a:10:{s:4:\"hash\";s:32:\"219da14a2684b2e0a1cb4e176604691a\";s:3:\"url\";s:73:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/cat_ids~89/\";s:4:\"path\";s:19:\"/events/cat_ids~89/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f2ddaec7ca4985a87f96e4a847084b68\";a:10:{s:4:\"hash\";s:32:\"f2ddaec7ca4985a87f96e4a847084b68\";s:3:\"url\";s:79:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/events/lomad-newsletter/\";s:4:\"path\";s:25:\"/events/lomad-newsletter/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:58:\"LOMAD Newsletter | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMAD Newsletter Check out the LOMAD Newsletter by clicking on any of the volumes below! Featured Co\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"4c32f4a52b3ef37903686dfd7ecd7a56\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e4aa0fe09fb64bbe137d08eb4dbbdc6c\";a:10:{s:4:\"hash\";s:32:\"e4aa0fe09fb64bbe137d08eb4dbbdc6c\";s:3:\"url\";s:67:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/merchandise/\";s:4:\"path\";s:13:\"/merchandise/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"Merchandise | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Merchandise Featured Contact Information Recent Blog Posts If you like anything on this page contact\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2240150d1b4d94ee6b3e3199a0a3f31\";a:10:{s:4:\"hash\";s:32:\"e2240150d1b4d94ee6b3e3199a0a3f31\";s:3:\"url\";s:73:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/news-and-events-2/\";s:4:\"path\";s:19:\"/news-and-events-2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"64919a9631142339412183c14f7da1ea\";a:10:{s:4:\"hash\";s:32:\"64919a9631142339412183c14f7da1ea\";s:3:\"url\";s:66:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/ny-wc-blog/\";s:4:\"path\";s:12:\"/ny-wc-blog/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:85:\"New York Workers\' Compensation Defense Firm | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"That Prior Loss Wont Just Come Out in the Wash Using the Contralateral Limb as a Baseline for Calcul\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b65af2613bf8ca44846fa3a8136d5a9b\";a:10:{s:4:\"hash\";s:32:\"b65af2613bf8ca44846fa3a8136d5a9b\";s:3:\"url\";s:73:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/ny-wc-blog/page/2/\";s:4:\"path\";s:19:\"/ny-wc-blog/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:85:\"New York Workers\' Compensation Defense Firm | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Carpal Tunnel and Causal Relation Not Always So Clear-Cut Pain is Not Enough for Prima Facie Medical\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6f9b3d7b7d2f55edd482b7fb876aad76\";a:10:{s:4:\"hash\";s:32:\"6f9b3d7b7d2f55edd482b7fb876aad76\";s:3:\"url\";s:73:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/ny-wc-blog/page/3/\";s:4:\"path\";s:19:\"/ny-wc-blog/page/3/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ef83fed0beccac181b43b4ad861d93b5\";a:10:{s:4:\"hash\";s:32:\"ef83fed0beccac181b43b4ad861d93b5\";s:3:\"url\";s:68:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/attorney/\";s:4:\"path\";s:14:\"/tag/attorney/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Tag: Attorney | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Attorney Summer is Almost Over! No widgets! Contact Information Recent Blog Posts Seas\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a36591bd6a09a7d73f503d4602e6f4f\";a:10:{s:4:\"hash\";s:32:\"3a36591bd6a09a7d73f503d4602e6f4f\";s:3:\"url\";s:79:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/average-weekly-wage/\";s:4:\"path\";s:25:\"/tag/average-weekly-wage/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"Tag: Average Weekly Wage | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Average Weekly Wage An Employee Cannot be Summer is Almost Over! Average Wages? No wid\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3e735697a7a1d61beaec6297fcc5ffa1\";a:10:{s:4:\"hash\";s:32:\"3e735697a7a1d61beaec6297fcc5ffa1\";s:3:\"url\";s:67:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/buffalo/\";s:4:\"path\";s:13:\"/tag/buffalo/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Tag: Buffalo | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Buffalo An Employee Cannot be Summer is Almost Over! Average Wages? No widgets! Contac\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6d36e677c6d8c4a39a267ec5cb7759c\";a:10:{s:4:\"hash\";s:32:\"c6d36e677c6d8c4a39a267ec5cb7759c\";s:3:\"url\";s:67:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/carrier/\";s:4:\"path\";s:13:\"/tag/carrier/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Tag: Carrier | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Carrier Summer is Almost Over! Average Wages? No widgets! Contact Information Recent B\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"261297bb2a532664170fd66c9bec3210\";a:10:{s:4:\"hash\";s:32:\"261297bb2a532664170fd66c9bec3210\";s:3:\"url\";s:71:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/compensable/\";s:4:\"path\";s:17:\"/tag/compensable/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Tag: compensable | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: compensable Summer is Almost Over! HOT DOGS OR HAMBURGERS? No widgets! Contact Informa\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a746b9b74bb03d815b6ab03ae9eb14dd\";a:10:{s:4:\"hash\";s:32:\"a746b9b74bb03d815b6ab03ae9eb14dd\";s:3:\"url\";s:76:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/cost-containment/\";s:4:\"path\";s:22:\"/tag/cost-containment/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"257442790f8b8a39d4b2cda0bf843a23\";a:10:{s:4:\"hash\";s:32:\"257442790f8b8a39d4b2cda0bf843a23\";s:3:\"url\";s:72:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/cost-savings/\";s:4:\"path\";s:18:\"/tag/cost-savings/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d99b9fb321d03210d6daeb24926d3a76\";a:10:{s:4:\"hash\";s:32:\"d99b9fb321d03210d6daeb24926d3a76\";s:3:\"url\";s:65:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/costs/\";s:4:\"path\";s:11:\"/tag/costs/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2f83955f9b8b347924027c971d82d3cb\";a:10:{s:4:\"hash\";s:32:\"2f83955f9b8b347924027c971d82d3cb\";s:3:\"url\";s:67:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/counsel/\";s:4:\"path\";s:13:\"/tag/counsel/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Tag: Counsel | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Counsel Summer is Almost Over! No widgets! Contact Information Recent Blog Posts Seaso\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"19b2c93304a3079e707565790a2fd18d\";a:10:{s:4:\"hash\";s:32:\"19b2c93304a3079e707565790a2fd18d\";s:3:\"url\";s:67:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/defense/\";s:4:\"path\";s:13:\"/tag/defense/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Tag: Defense | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Defense An Employee Cannot be Summer is Almost Over! Average Wages? No widgets! Contac\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a5e7b766207d8b699f597c1d94d1bf43\";a:10:{s:4:\"hash\";s:32:\"a5e7b766207d8b699f597c1d94d1bf43\";s:3:\"url\";s:75:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/five-day-worker/\";s:4:\"path\";s:21:\"/tag/five-day-worker/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:62:\"Tag: five day worker | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: five day worker An Employee Cannot be No widgets! Contact Information Recent Blog Post\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"993e76324175c5df4ba3dd38a8d79cf4\";a:10:{s:4:\"hash\";s:32:\"993e76324175c5df4ba3dd38a8d79cf4\";s:3:\"url\";s:76:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/full-board-panel/\";s:4:\"path\";s:22:\"/tag/full-board-panel/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:63:\"Tag: Full Board Panel | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Full Board Panel An Employee Cannot be No widgets! Contact Information Recent Blog Pos\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2a67cf82cda9d0efc3982315492404bb\";a:10:{s:4:\"hash\";s:32:\"2a67cf82cda9d0efc3982315492404bb\";s:3:\"url\";s:91:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/independent-medical-examination/\";s:4:\"path\";s:37:\"/tag/independent-medical-examination/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:78:\"Tag: Independent Medical Examination | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Independent Medical Examination Non-Acute Pain Treatment Guidelines IMEs : The Next Su\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"44e20faf07fabbaae241ca56aa2a3358\";a:10:{s:4:\"hash\";s:32:\"44e20faf07fabbaae241ca56aa2a3358\";s:3:\"url\";s:69:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/insurance/\";s:4:\"path\";s:15:\"/tag/insurance/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Tag: Insurance | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: Insurance An Employee Cannot be Summer is Almost Over! Average Wages? No widgets! Cont\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"559fcb3b81ae1ff26c99ddc999538b6d\";a:10:{s:4:\"hash\";s:32:\"559fcb3b81ae1ff26c99ddc999538b6d\";s:3:\"url\";s:88:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/medical-treatment-guidelines/\";s:4:\"path\";s:34:\"/tag/medical-treatment-guidelines/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"503\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9394458fdb640aec7dcb09ec38512f23\";a:10:{s:4:\"hash\";s:32:\"9394458fdb640aec7dcb09ec38512f23\";s:3:\"url\";s:70:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/mitigation/\";s:4:\"path\";s:16:\"/tag/mitigation/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4933460025d8bacf398f85f5cf5f5a46\";a:10:{s:4:\"hash\";s:32:\"4933460025d8bacf398f85f5cf5f5a46\";s:3:\"url\";s:69:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/narcotics/\";s:4:\"path\";s:15:\"/tag/narcotics/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Tag: narcotics | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: narcotics Non-Acute Pain Treatment Guidelines No widgets! Contact Information Recent B\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"54fda9e90ed786dcc4ed09f9443207bf\";a:10:{s:4:\"hash\";s:32:\"54fda9e90ed786dcc4ed09f9443207bf\";s:3:\"url\";s:95:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/new-york-state-workers-compensation/\";s:4:\"path\";s:41:\"/tag/new-york-state-workers-compensation/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:82:\"Tag: New York State Workers Compensation | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: New York State Workers Compensation Summer is Almost Over! Non-Acute Pain Treatment Gu\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c23842014fc40b47abffc1c61b90c639\";a:10:{s:4:\"hash\";s:32:\"c23842014fc40b47abffc1c61b90c639\";s:3:\"url\";s:89:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/new-york-workers-compensation/\";s:4:\"path\";s:35:\"/tag/new-york-workers-compensation/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:79:\"Tag: New York Workers’ Compensation | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: New York Workers Compensation An Employee Cannot be Summer is Almost Over! No widgets!\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6ed043562ff04935c9155f99810a0e60\";a:10:{s:4:\"hash\";s:32:\"6ed043562ff04935c9155f99810a0e60\";s:3:\"url\";s:68:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/new-york/\";s:4:\"path\";s:14:\"/tag/new-york/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Tag: new york | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: new york Average Wages? Non-Acute Pain Treatment Guidelines No widgets! Contact Inform\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da84f408e9269701294ddc31e1a51eea\";a:10:{s:4:\"hash\";s:32:\"da84f408e9269701294ddc31e1a51eea\";s:3:\"url\";s:65:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/nexus/\";s:4:\"path\";s:11:\"/tag/nexus/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"Tag: nexus | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: nexus HOT DOGS OR HAMBURGERS? No widgets! Contact Information Recent Blog Posts For th\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5d2ec1ba93692bd52e6b46ca577ce3ea\";a:10:{s:4:\"hash\";s:32:\"5d2ec1ba93692bd52e6b46ca577ce3ea\";s:3:\"url\";s:103:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/non-acute-pain-medical-treatment-guidelines/\";s:4:\"path\";s:49:\"/tag/non-acute-pain-medical-treatment-guidelines/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a2de23b231dab6285f7c5fcc030198e\";a:10:{s:4:\"hash\";s:32:\"3a2de23b231dab6285f7c5fcc030198e\";s:3:\"url\";s:74:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/non-acute-pain/\";s:4:\"path\";s:20:\"/tag/non-acute-pain/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"893138c7e4a1801d010bf630c24da4f2\";a:10:{s:4:\"hash\";s:32:\"893138c7e4a1801d010bf630c24da4f2\";s:3:\"url\";s:67:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/opioids/\";s:4:\"path\";s:13:\"/tag/opioids/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Tag: opioids | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Tag Archives: opioids Non-Acute Pain Treatment Guidelines No widgets! Contact Information Recent Blo\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d09e2db7730abdf964c6158c50d68f8e\";a:10:{s:4:\"hash\";s:32:\"d09e2db7730abdf964c6158c50d68f8e\";s:3:\"url\";s:74:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/representation/\";s:4:\"path\";s:20:\"/tag/representation/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"95bec94ada9ff15bf7824ec142316979\";a:10:{s:4:\"hash\";s:32:\"95bec94ada9ff15bf7824ec142316979\";s:3:\"url\";s:72:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/self-insured/\";s:4:\"path\";s:18:\"/tag/self-insured/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3a1155c9d8e61cf655cbd5ffe3c952c9\";a:10:{s:4:\"hash\";s:32:\"3a1155c9d8e61cf655cbd5ffe3c952c9\";s:3:\"url\";s:74:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/six-day-worker/\";s:4:\"path\";s:20:\"/tag/six-day-worker/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"837e2309f8d395a3f714dd48d84512fe\";a:10:{s:4:\"hash\";s:32:\"837e2309f8d395a3f714dd48d84512fe\";s:3:\"url\";s:69:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/testimony/\";s:4:\"path\";s:15:\"/tag/testimony/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"452ec3c83a91577687174cb947c92bed\";a:10:{s:4:\"hash\";s:32:\"452ec3c83a91577687174cb947c92bed\";s:3:\"url\";s:73:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/wcl-%c2%a7-10/\";s:4:\"path\";s:19:\"/tag/wcl-%c2%a7-10/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"680879ef7772f2acd3935de8723e4442\";a:10:{s:4:\"hash\";s:32:\"680879ef7772f2acd3935de8723e4442\";s:3:\"url\";s:74:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/wcl-%c2%a7-211/\";s:4:\"path\";s:20:\"/tag/wcl-%c2%a7-211/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c794d477f1a825e224f5b0869817b335\";a:10:{s:4:\"hash\";s:32:\"c794d477f1a825e224f5b0869817b335\";s:3:\"url\";s:88:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/workers-compensation-defense/\";s:4:\"path\";s:34:\"/tag/workers-compensation-defense/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"84f6171c2d3f48399d2502d3f89042ba\";a:10:{s:4:\"hash\";s:32:\"84f6171c2d3f48399d2502d3f89042ba\";s:3:\"url\";s:80:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/tag/workers-compensation/\";s:4:\"path\";s:26:\"/tag/workers-compensation/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a67813d6eb7eec4113de731551c9f529\";a:10:{s:4:\"hash\";s:32:\"a67813d6eb7eec4113de731551c9f529\";s:3:\"url\";s:83:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/alexis-d-hatten/\";s:4:\"path\";s:29:\"/team_member/alexis-d-hatten/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Alexis D. Hatten | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Alexis D. Hatten Featured Contact Information Recent Blog Posts Alexis is a 2012 graduate of Albany\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"573d97dca1d469f1717e2a81a1c62aff\";a:10:{s:4:\"hash\";s:32:\"573d97dca1d469f1717e2a81a1c62aff\";s:3:\"url\";s:85:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/brendan-t-shannon/\";s:4:\"path\";s:31:\"/team_member/brendan-t-shannon/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ab2dd104a18dc0e3e50fc632732d0ac2\";a:10:{s:4:\"hash\";s:32:\"ab2dd104a18dc0e3e50fc632732d0ac2\";s:3:\"url\";s:82:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/brian-k-prince/\";s:4:\"path\";s:28:\"/team_member/brian-k-prince/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Brian K. Prince | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Brian K. Prince Featured Contact Information Recent Blog Posts Brian has spent the majority of his \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"bd8644d4097ea39ac62c086609ea9c8d\";a:10:{s:4:\"hash\";s:32:\"bd8644d4097ea39ac62c086609ea9c8d\";s:3:\"url\";s:89:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/cassandra-e-christman/\";s:4:\"path\";s:35:\"/team_member/cassandra-e-christman/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:64:\"Cassandra E. Christman | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Cassandra E. Christman Featured Contact Information Recent Blog Posts Cassandra is an Associate Att\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9f53683771a58a250fd0ac9bc86959f2\";a:10:{s:4:\"hash\";s:32:\"9f53683771a58a250fd0ac9bc86959f2\";s:3:\"url\";s:80:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/daniel-flynn/\";s:4:\"path\";s:26:\"/team_member/daniel-flynn/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Daniel Flynn | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Daniel Flynn Featured Contact Information Recent Blog Posts Daniel is originally from Syracuse, NY \";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"3e8ca69587bf83a1d53b944adea739bf\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"342fd9d93e4902776b1c34107d004062\";a:10:{s:4:\"hash\";s:32:\"342fd9d93e4902776b1c34107d004062\";s:3:\"url\";s:80:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/elena-n-camp/\";s:4:\"path\";s:26:\"/team_member/elena-n-camp/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Elena N. Camp | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Elena N. Camp Featured Contact Information Recent Blog Posts Elena is excited to a part of a lively\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"df501cc638d575f60c69619f08033ffe\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"c6c85e88801982204032b4e38bcbbf85\";a:10:{s:4:\"hash\";s:32:\"c6c85e88801982204032b4e38bcbbf85\";s:3:\"url\";s:78:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/hannah-kim/\";s:4:\"path\";s:24:\"/team_member/hannah-kim/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a132f673991ab1dc711df165e484d533\";a:10:{s:4:\"hash\";s:32:\"a132f673991ab1dc711df165e484d533\";s:3:\"url\";s:83:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/james-b-cousins/\";s:4:\"path\";s:29:\"/team_member/james-b-cousins/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"James B. Cousins | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"James B. Cousins Featured Contact Information Recent Blog Posts James has dedicated his entire care\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"2103835b445d302be00e77c6d0b90d51\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f83eca2b3aa2bb06200e063f3f11a6e1\";a:10:{s:4:\"hash\";s:32:\"f83eca2b3aa2bb06200e063f3f11a6e1\";s:3:\"url\";s:83:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/jenny-malkowski/\";s:4:\"path\";s:29:\"/team_member/jenny-malkowski/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:57:\"Jenny Malkowski | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Jenny Malkowski Featured Contact Information Recent Blog Posts Jenny graduated from Erie Community \";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"7441fac48e7e297eb1931f71080ba0f4\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e270f1698c42fee4169fc10a2e54d43\";a:10:{s:4:\"hash\";s:32:\"7e270f1698c42fee4169fc10a2e54d43\";s:3:\"url\";s:83:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/jillian-chavers/\";s:4:\"path\";s:29:\"/team_member/jillian-chavers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Jillian Chavers | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Jillian Chavers Featured Contact Information Recent Blog Posts Jillian comes to us with extensive e\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"23fca7e9c16114a23f33e10ea3b03b28\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"641103e5a11ea6c46f426954581102a6\";a:10:{s:4:\"hash\";s:32:\"641103e5a11ea6c46f426954581102a6\";s:3:\"url\";s:79:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/jody-guiher/\";s:4:\"path\";s:25:\"/team_member/jody-guiher/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"51cd626474bbbfe502f01fb73eb60798\";a:10:{s:4:\"hash\";s:32:\"51cd626474bbbfe502f01fb73eb60798\";s:3:\"url\";s:86:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/justice-c-williams/\";s:4:\"path\";s:32:\"/team_member/justice-c-williams/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1250fb23d9a75553167b3f0b199f943e\";a:10:{s:4:\"hash\";s:32:\"1250fb23d9a75553167b3f0b199f943e\";s:3:\"url\";s:80:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/katrina-gray/\";s:4:\"path\";s:26:\"/team_member/katrina-gray/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Katrina Gray | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Katrina Gray Featured Contact Information Recent Blog Posts Katrina Gray comes to the Law Offices o\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"3f24440d868c2503f5b443a63accacdc\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"615482e8fa4e8e2987e2295d5c38db6a\";a:10:{s:4:\"hash\";s:32:\"615482e8fa4e8e2987e2295d5c38db6a\";s:3:\"url\";s:86:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/kristin-m-machelor/\";s:4:\"path\";s:32:\"/team_member/kristin-m-machelor/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:61:\"Kristin M. Machelor | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Kristin M. Machelor Featured Contact Information Recent Blog Posts Admitted to Practice New\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"b856128d0bb4326599b20b01d0628430\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"79273e04b434de44cd89bf6238f0bf14\";a:10:{s:4:\"hash\";s:32:\"79273e04b434de44cd89bf6238f0bf14\";s:3:\"url\";s:82:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/melanie-a-daly/\";s:4:\"path\";s:28:\"/team_member/melanie-a-daly/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Melanie A. Daly | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melanie A. Daly Featured Contact Information Recent Blog Posts Melanie is an Associate Attorney who\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"9d1bb8658fd0b5221ab14ee048c6c552\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f6a5096b5072d1461968ee5be77cd3b4\";a:10:{s:4:\"hash\";s:32:\"f6a5096b5072d1461968ee5be77cd3b4\";s:3:\"url\";s:81:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/melissa-a-day/\";s:4:\"path\";s:27:\"/team_member/melissa-a-day/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Melissa A. Day | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melissa A. Day Featured Contact Information Recent Blog Posts Owner and Managing Attorney of The La\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"2ef01596fcde947c1bc69a67529906d5\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0088a9dbd86b4af81d6f6ac7c10f30a9\";a:10:{s:4:\"hash\";s:32:\"0088a9dbd86b4af81d6f6ac7c10f30a9\";s:3:\"url\";s:80:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/najee-walker/\";s:4:\"path\";s:26:\"/team_member/najee-walker/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Najee Walker | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Najee Walker Featured Contact Information Recent Blog Posts Najee Walker comes to us with a strong \";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"970801df24cd5ed5544abfaedcb1bf57\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4274999c116be807d9005396727e17a7\";a:10:{s:4:\"hash\";s:32:\"4274999c116be807d9005396727e17a7\";s:3:\"url\";s:84:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/neil-a-diegelman/\";s:4:\"path\";s:30:\"/team_member/neil-a-diegelman/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Neil A. Diegelman | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Neil A. Diegelman Featured Contact Information Recent Blog Posts Neil began practicing Workers Comp\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"795142b1b0063359b2ebfbc599c73ed0\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"8d2235999ae9c83e86a3bd0199876cf4\";a:10:{s:4:\"hash\";s:32:\"8d2235999ae9c83e86a3bd0199876cf4\";s:3:\"url\";s:83:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/paul-b-kornacki/\";s:4:\"path\";s:29:\"/team_member/paul-b-kornacki/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Paul B. Kornacki | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Paul B. Kornacki Featured Contact Information Recent Blog Posts Paul is an associate attorney pract\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"776400f9695cbdb427c69c5212e8e06a\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3894de40021064e5f9ca4c31e224a542\";a:10:{s:4:\"hash\";s:32:\"3894de40021064e5f9ca4c31e224a542\";s:3:\"url\";s:84:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/rebecca-brashear/\";s:4:\"path\";s:30:\"/team_member/rebecca-brashear/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Rebecca Brashear | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Rebecca Brashear Featured Contact Information Recent Blog Posts Rebecca comes to us with a strong b\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"b16d49bad5497561e605a4a89ccb359c\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"5e85ea4adb3139c7f5361a2e4614f49c\";a:10:{s:4:\"hash\";s:32:\"5e85ea4adb3139c7f5361a2e4614f49c\";s:3:\"url\";s:84:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/shannan-m-mackey/\";s:4:\"path\";s:30:\"/team_member/shannan-m-mackey/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Shannan M. Mackey | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Shannan M. Mackey Featured Contact Information Recent Blog Posts Shannan has exclusively practiced \";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"a5aff10fb008ebd0fe9088c4bc32f093\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f76a6a57a3564a7db97cff759abd40fa\";a:10:{s:4:\"hash\";s:32:\"f76a6a57a3564a7db97cff759abd40fa\";s:3:\"url\";s:78:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/susan-eick/\";s:4:\"path\";s:24:\"/team_member/susan-eick/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4e7f64ae80f2e37339f6591c1ac29e79\";a:10:{s:4:\"hash\";s:32:\"4e7f64ae80f2e37339f6591c1ac29e79\";s:3:\"url\";s:84:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/thomas-dickinson/\";s:4:\"path\";s:30:\"/team_member/thomas-dickinson/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Thomas Dickinson | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Thomas Dickinson Featured Contact Information Recent Blog Posts Prior to joining the Law Offices of\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"b5cb38046bde175e02c1f3f1e69de3d8\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"666a88ff4a791309b67d974f3a25bcfc\";a:10:{s:4:\"hash\";s:32:\"666a88ff4a791309b67d974f3a25bcfc\";s:3:\"url\";s:83:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team_member/vicki-l-buehler/\";s:4:\"path\";s:29:\"/team_member/vicki-l-buehler/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Vicki L. Buehler | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Vicki L. Buehler Featured Contact Information Recent Blog Posts Vicki is an associate attorney who \";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"04f5a48bc973ef5b0e23220c3c8b210d\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"11f9769ee5131e46b230077f90c2b46c\";a:10:{s:4:\"hash\";s:32:\"11f9769ee5131e46b230077f90c2b46c\";s:3:\"url\";s:68:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team/careers/\";s:4:\"path\";s:14:\"/team/careers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4c1f7ae20a0ba132cb6834827e23d023\";a:10:{s:4:\"hash\";s:32:\"4c1f7ae20a0ba132cb6834827e23d023\";s:3:\"url\";s:76:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team/litigation-team/\";s:4:\"path\";s:22:\"/team/litigation-team/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"37abfaa3ac00334d0e06194889339acf\";a:10:{s:4:\"hash\";s:32:\"37abfaa3ac00334d0e06194889339acf\";s:3:\"url\";s:91:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/team/workers-compensation-attorneys/\";s:4:\"path\";s:37:\"/team/workers-compensation-attorneys/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"Workers’ Compensation Attorneys | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Workers Compensation Attorneys Featured Contact Information Recent Blog Posts ATTORNEY ADVERTISING \";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"60fce8b4b05b6cfff0a8790a7f0f5b75\";a:10:{s:4:\"hash\";s:32:\"60fce8b4b05b6cfff0a8790a7f0f5b75\";s:3:\"url\";s:64:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/the-team/\";s:4:\"path\";s:10:\"/the-team/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:50:\"The Team | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"The Team Click here to learn more about our Workers Compensation Team! Click here to learn more abou\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"94116f0fe8b836032ed0cbacb8c3de44\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4ef29dc1be7b413d210f83559ded3ef4\";a:10:{s:4:\"hash\";s:32:\"4ef29dc1be7b413d210f83559ded3ef4\";s:3:\"url\";s:72:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/the-team/careers/\";s:4:\"path\";s:18:\"/the-team/careers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:49:\"Careers | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Careers The Law Offices of Melissa A. Day is looking for new, talented people to join the LOMAD team\";s:3:\"map\";a:3:{s:5:\"title\";s:32:\"9243ee179afd8b8a70a508b04d7fe063\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"b574e11ccbafdaf3fff13f47c3575108\";a:10:{s:4:\"hash\";s:32:\"b574e11ccbafdaf3fff13f47c3575108\";s:3:\"url\";s:80:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/the-team/litigation-team/\";s:4:\"path\";s:26:\"/the-team/litigation-team/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:57:\"Litigation Team | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Litigation Team Featured Contact Information Recent Blog Posts ATTORNEY ADVERTISING - PRIOR RESULTS\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d3233e58f8d01e7dbc2c250911f1e56d\";a:10:{s:4:\"hash\";s:32:\"d3233e58f8d01e7dbc2c250911f1e56d\";s:3:\"url\";s:72:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/the-team/wc-team/\";s:4:\"path\";s:18:\"/the-team/wc-team/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:70:\"Workers’ Compensation Team | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Workers Compensation Team Attorneys Legal Assistants & Paralegals Contact Information Recent Blo\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aada0ab738e7122cf871668583ce069c\";a:10:{s:4:\"hash\";s:32:\"aada0ab738e7122cf871668583ce069c\";s:3:\"url\";s:64:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/webinars/\";s:4:\"path\";s:10:\"/webinars/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:49:\"LOMADtv | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Webinar Series Check out LOMADtv click on the picture below to join us live on the 4th Friday of ea\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:32:\"a86f9a18cf995d42d00b5c89d7f9e576\";}s:7:\"indexed\";b:0;}s:32:\"f9b1d823c260dc35f8afb90d04930c0b\";a:10:{s:4:\"hash\";s:32:\"f9b1d823c260dc35f8afb90d04930c0b\";s:3:\"url\";s:75:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-admin/widgets.php\";s:4:\"path\";s:21:\"/wp-admin/widgets.php\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:0;s:4:\"code\";s:3:\"500\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"be32ec94dd6af10cde0f8addbfe2c649\";a:10:{s:4:\"hash\";s:32:\"be32ec94dd6af10cde0f8addbfe2c649\";s:3:\"url\";s:119:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/06/0_0_0_0_177_236_csupload_64428384.jpg\";s:4:\"path\";s:65:\"/wp-content/uploads/2014/06/0_0_0_0_177_236_csupload_64428384.jpg\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0414ad6bcc71289127e02bc9568ceb03\";a:10:{s:4:\"hash\";s:32:\"0414ad6bcc71289127e02bc9568ceb03\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/06/Aeropostale-G041-0425-.pdf\";s:4:\"path\";s:54:\"/wp-content/uploads/2014/06/Aeropostale-G041-0425-.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:54:\"/wp-content/uploads/2014/06/Aeropostale-G041-0425-.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0ccdafae832cf36f537b86fdbce8f4f1\";a:10:{s:4:\"hash\";s:32:\"0ccdafae832cf36f537b86fdbce8f4f1\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/06/New-York-Hospital-Medical-Center.pdf\";s:4:\"path\";s:64:\"/wp-content/uploads/2014/06/New-York-Hospital-Medical-Center.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:64:\"/wp-content/uploads/2014/06/New-York-Hospital-Medical-Center.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f222142546e6540cb9602a4cd674b708\";a:10:{s:4:\"hash\";s:32:\"f222142546e6540cb9602a4cd674b708\";s:3:\"url\";s:106:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/06/NYSASIC-Presentation.ppt\";s:4:\"path\";s:52:\"/wp-content/uploads/2014/06/NYSASIC-Presentation.ppt\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"9125b63847c9174918059f1edfeff7f3\";a:10:{s:4:\"hash\";s:32:\"9125b63847c9174918059f1edfeff7f3\";s:3:\"url\";s:103:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/06/Section-32-Values.xls\";s:4:\"path\";s:49:\"/wp-content/uploads/2014/06/Section-32-Values.xls\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"aff2f95fc973da5fd6be940ed0968083\";a:10:{s:4:\"hash\";s:32:\"aff2f95fc973da5fd6be940ed0968083\";s:3:\"url\";s:120:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/06/Sterling-Seminar-1-17-14-Rochester.ppt\";s:4:\"path\";s:66:\"/wp-content/uploads/2014/06/Sterling-Seminar-1-17-14-Rochester.ppt\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"7e0d8648c08149bfc5e5f2d6d405a21f\";a:10:{s:4:\"hash\";s:32:\"7e0d8648c08149bfc5e5f2d6d405a21f\";s:3:\"url\";s:106:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/06/THREE-STEPS-TO-LWEC.docx\";s:4:\"path\";s:52:\"/wp-content/uploads/2014/06/THREE-STEPS-TO-LWEC.docx\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:2:\"PK\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"0cc81248266b16c5f714356adac46440\";a:10:{s:4:\"hash\";s:32:\"0cc81248266b16c5f714356adac46440\";s:3:\"url\";s:107:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/12/25-a-Unconstitutional.pdf\";s:4:\"path\";s:53:\"/wp-content/uploads/2014/12/25-a-Unconstitutional.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:53:\"/wp-content/uploads/2014/12/25-a-Unconstitutional.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"d5181c542c0f8a91bdbac23e50eab7bb\";a:10:{s:4:\"hash\";s:32:\"d5181c542c0f8a91bdbac23e50eab7bb\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/12/BCA-SLU-Proposed-Guidelines.pptx\";s:4:\"path\";s:60:\"/wp-content/uploads/2014/12/BCA-SLU-Proposed-Guidelines.pptx\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:2:\"PK\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"01a455547a6f8f935b1acab1e398ddd6\";a:10:{s:4:\"hash\";s:32:\"01a455547a6f8f935b1acab1e398ddd6\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/12/Corvel-A-Modest-Proposal-Proposed-SLU-Guidelines.pptx\";s:4:\"path\";s:81:\"/wp-content/uploads/2014/12/Corvel-A-Modest-Proposal-Proposed-SLU-Guidelines.pptx\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:2:\"PK\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a0920026553ff4c0775e7c76676dd7b9\";a:10:{s:4:\"hash\";s:32:\"a0920026553ff4c0775e7c76676dd7b9\";s:3:\"url\";s:145:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2014/12/NYSASIC-SLU-2017-Reform-Update-and-Proposed-SLU-Guidelines.pptx\";s:4:\"path\";s:91:\"/wp-content/uploads/2014/12/NYSASIC-SLU-2017-Reform-Update-and-Proposed-SLU-Guidelines.pptx\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:2:\"PK\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"f99bacc14d1abd7e106df38c7006ad5c\";a:10:{s:4:\"hash\";s:32:\"f99bacc14d1abd7e106df38c7006ad5c\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2015/07/Hot-Dog-Dog-Costume1-300x196.jpg\";s:4:\"path\";s:60:\"/wp-content/uploads/2015/07/Hot-Dog-Dog-Costume1-300x196.jpg\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"a1640c3890b9fb9db868dc986c4688e1\";a:10:{s:4:\"hash\";s:32:\"a1640c3890b9fb9db868dc986c4688e1\";s:3:\"url\";s:130:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2016/12/BASIC-ISSUES-OF-COMPENSABILITY-2017-SCHEDULE.pdf\";s:4:\"path\";s:76:\"/wp-content/uploads/2016/12/BASIC-ISSUES-OF-COMPENSABILITY-2017-SCHEDULE.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:76:\"/wp-content/uploads/2016/12/BASIC-ISSUES-OF-COMPENSABILITY-2017-SCHEDULE.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"81f7f22fea65b3739973735399c9546a\";a:10:{s:4:\"hash\";s:32:\"81f7f22fea65b3739973735399c9546a\";s:3:\"url\";s:129:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2017/04/ADVANCED-WORKERS-COMPENSATION-2017-SCHEDULE.pdf\";s:4:\"path\";s:75:\"/wp-content/uploads/2017/04/ADVANCED-WORKERS-COMPENSATION-2017-SCHEDULE.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:75:\"/wp-content/uploads/2017/04/ADVANCED-WORKERS-COMPENSATION-2017-SCHEDULE.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"781dcf7553a3c7a896b78b55289be047\";a:10:{s:4:\"hash\";s:32:\"781dcf7553a3c7a896b78b55289be047\";s:3:\"url\";s:99:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2018/01/2017-WBE-Cert.pdf\";s:4:\"path\";s:45:\"/wp-content/uploads/2018/01/2017-WBE-Cert.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:45:\"/wp-content/uploads/2018/01/2017-WBE-Cert.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"385767340706cafa291b6f941e024f90\";a:10:{s:4:\"hash\";s:32:\"385767340706cafa291b6f941e024f90\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2018/01/SLU-Guidelines-NYCT-MTA-Corvel.pptx\";s:4:\"path\";s:63:\"/wp-content/uploads/2018/01/SLU-Guidelines-NYCT-MTA-Corvel.pptx\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:2:\"PK\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"da7e1d56741acf3ad6d7f51961e5df45\";a:10:{s:4:\"hash\";s:32:\"da7e1d56741acf3ad6d7f51961e5df45\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2018/02/Alliance-2018-presentation.pptx\";s:4:\"path\";s:59:\"/wp-content/uploads/2018/02/Alliance-2018-presentation.pptx\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:2:\"PK\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e183040fff63024ed5dd1552f334b2ec\";a:10:{s:4:\"hash\";s:32:\"e183040fff63024ed5dd1552f334b2ec\";s:3:\"url\";s:123:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2018/02/Everything-Old-is-New-Again-Alliance.pptx\";s:4:\"path\";s:69:\"/wp-content/uploads/2018/02/Everything-Old-is-New-Again-Alliance.pptx\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:2:\"PK\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ca0ae085c7ad3e1f2d0947faabe100f8\";a:10:{s:4:\"hash\";s:32:\"ca0ae085c7ad3e1f2d0947faabe100f8\";s:3:\"url\";s:123:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/02/2017-Case-Law-Update-A-Year-In-Review.pdf\";s:4:\"path\";s:69:\"/wp-content/uploads/2021/02/2017-Case-Law-Update-A-Year-In-Review.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:69:\"/wp-content/uploads/2021/02/2017-Case-Law-Update-A-Year-In-Review.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"2efa26d11e524ea098481d5c83bb97ec\";a:10:{s:4:\"hash\";s:32:\"2efa26d11e524ea098481d5c83bb97ec\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/02/2020-Case-Law-Update.asdsecond-edit-with-Cover.pdf\";s:4:\"path\";s:78:\"/wp-content/uploads/2021/02/2020-Case-Law-Update.asdsecond-edit-with-Cover.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:78:\"/wp-content/uploads/2021/02/2020-Case-Law-Update.asdsecond-edit-with-Cover.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"ea473fcc35a854f26a7ee1b06c688870\";a:10:{s:4:\"hash\";s:32:\"ea473fcc35a854f26a7ee1b06c688870\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/02/2021-Case-Law-Update-FINAL.pdf\";s:4:\"path\";s:58:\"/wp-content/uploads/2021/02/2021-Case-Law-Update-FINAL.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:58:\"/wp-content/uploads/2021/02/2021-Case-Law-Update-FINAL.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e91fc0710e60ff84a1656c4a21111d1\";a:10:{s:4:\"hash\";s:32:\"1e91fc0710e60ff84a1656c4a21111d1\";s:3:\"url\";s:99:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/02/Case-Law-2016.pdf\";s:4:\"path\";s:45:\"/wp-content/uploads/2021/02/Case-Law-2016.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:45:\"/wp-content/uploads/2021/02/Case-Law-2016.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"6bae3257700e42be504096f0815cf823\";a:10:{s:4:\"hash\";s:32:\"6bae3257700e42be504096f0815cf823\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/02/JBC-2018-Case-Law-Update-V4.pdf\";s:4:\"path\";s:59:\"/wp-content/uploads/2021/02/JBC-2018-Case-Law-Update-V4.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:59:\"/wp-content/uploads/2021/02/JBC-2018-Case-Law-Update-V4.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"4cb8897eeb416916c722bef7a0303867\";a:10:{s:4:\"hash\";s:32:\"4cb8897eeb416916c722bef7a0303867\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/02/JBC-2019-Case-Law-Review-Packet.pdf\";s:4:\"path\";s:63:\"/wp-content/uploads/2021/02/JBC-2019-Case-Law-Review-Packet.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:63:\"/wp-content/uploads/2021/02/JBC-2019-Case-Law-Review-Packet.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"e2b2042de3fb3bd60c00e85e086a3182\";a:10:{s:4:\"hash\";s:32:\"e2b2042de3fb3bd60c00e85e086a3182\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/03/LOMAD-Newsletter-March-2021.pdf\";s:4:\"path\";s:59:\"/wp-content/uploads/2021/03/LOMAD-Newsletter-March-2021.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:59:\"/wp-content/uploads/2021/03/LOMAD-Newsletter-March-2021.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"727795864a4e08e3edd49f437d60f349\";a:10:{s:4:\"hash\";s:32:\"727795864a4e08e3edd49f437d60f349\";s:3:\"url\";s:111:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/03/LOMAD-Newsletter-Volume-2.pdf\";s:4:\"path\";s:57:\"/wp-content/uploads/2021/03/LOMAD-Newsletter-Volume-2.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:57:\"/wp-content/uploads/2021/03/LOMAD-Newsletter-Volume-2.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"3da86ea497b2286d8745fb9ebc2eddae\";a:10:{s:4:\"hash\";s:32:\"3da86ea497b2286d8745fb9ebc2eddae\";s:3:\"url\";s:111:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-3.pdf\";s:4:\"path\";s:57:\"/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-3.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:57:\"/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-3.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"cd3f0d3cc48c4723f869256229720efc\";a:10:{s:4:\"hash\";s:32:\"cd3f0d3cc48c4723f869256229720efc\";s:3:\"url\";s:120:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-4-August-1.pdf\";s:4:\"path\";s:66:\"/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-4-August-1.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:66:\"/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-4-August-1.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}s:32:\"1e45e4b3a72a35a0a050a813134db1c6\";a:10:{s:4:\"hash\";s:32:\"1e45e4b3a72a35a0a050a813134db1c6\";s:3:\"url\";s:123:\"https://thelomad.com/getmad.today/wp-contentgetmad.today/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-5-September-2.pdf\";s:4:\"path\";s:69:\"/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-5-September-2.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:69:\"/wp-content/uploads/2021/03/LOMAD-newsletter-Volume-5-September-2.pdf\";s:4:\"body\";s:0:\"\";s:3:\"map\";a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:7:\"indexed\";b:0;}}','no');
INSERT INTO `cuB_options` VALUES (3610,'flum_locally_5986','a:0:{}','no'),(3611,'flum_destination_5986','a:261:{s:32:\"1899074a58316d8605b24080dd0f26ae\";a:9:{s:4:\"hash\";s:32:\"1899074a58316d8605b24080dd0f26ae\";s:3:\"url\";s:86:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com\";s:4:\"path\";s:1:\"/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Amherst Worker\'s Compensation Lawyer | Appeal A Denied Claim\";s:4:\"body\";s:100:\"A Collaborative Approach ToWorkers Compensation Defense The Teams Blog LOMAD-TV Workers Compensation\";s:7:\"indexed\";b:0;}s:32:\"0ba00d9ffcb4f1ed9bfd769593d590a5\";a:9:{s:4:\"hash\";s:32:\"0ba00d9ffcb4f1ed9bfd769593d590a5\";s:3:\"url\";s:102:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/?page_id=46232/\";s:4:\"path\";s:1:\"/\";s:5:\"query\";s:13:\"page_id=46232\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Amherst Worker\'s Compensation Lawyer | Appeal A Denied Claim\";s:4:\"body\";s:100:\"A Collaborative Approach ToWorkers Compensation Defense The Teams Blog LOMAD-TV Workers Compensation\";s:7:\"indexed\";b:0;}s:32:\"58a49f0ccdb4273d8a882ba096b4392a\";a:9:{s:4:\"hash\";s:32:\"58a49f0ccdb4273d8a882ba096b4392a\";s:3:\"url\";s:102:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/?page_id=46235/\";s:4:\"path\";s:1:\"/\";s:5:\"query\";s:13:\"page_id=46235\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Amherst Worker\'s Compensation Lawyer | Appeal A Denied Claim\";s:4:\"body\";s:100:\"A Collaborative Approach ToWorkers Compensation Defense The Teams Blog LOMAD-TV Workers Compensation\";s:7:\"indexed\";b:0;}s:32:\"91e89aba7f17e67d68c0df54f9936d6b\";a:9:{s:4:\"hash\";s:32:\"91e89aba7f17e67d68c0df54f9936d6b\";s:3:\"url\";s:93:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/\";s:4:\"path\";s:7:\"/about/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:50:\"About Us | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"A Workers Compensation Defense Built On Partnerships And Communication A Winning Formula Built on Ex\";s:7:\"indexed\";b:0;}s:32:\"bf8657663ee51af28c7a854c19beb3ba\";a:9:{s:4:\"hash\";s:32:\"bf8657663ee51af28c7a854c19beb3ba\";s:3:\"url\";s:111:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/brendan-t-shannon/\";s:4:\"path\";s:25:\"/about/brendan-t-shannon/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Brendan T. Shannon | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Brendan T. Shannon Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe La\";s:7:\"indexed\";b:0;}s:32:\"b5c2e523ab4cc4cff5d3e7650fb1c979\";a:9:{s:4:\"hash\";s:32:\"b5c2e523ab4cc4cff5d3e7650fb1c979\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/corrine-newman/\";s:4:\"path\";s:22:\"/about/corrine-newman/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Corrine Newman | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Corrine Newman Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Of\";s:7:\"indexed\";b:0;}s:32:\"3e8ca69587bf83a1d53b944adea739bf\";a:9:{s:4:\"hash\";s:32:\"3e8ca69587bf83a1d53b944adea739bf\";s:3:\"url\";s:106:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/daniel-flynn/\";s:4:\"path\";s:20:\"/about/daniel-flynn/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Daniel Flynn | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Daniel Flynn Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Offi\";s:7:\"indexed\";b:0;}s:32:\"7607a37470ff6446df8021ccd32badd7\";a:9:{s:4:\"hash\";s:32:\"7607a37470ff6446df8021ccd32badd7\";s:3:\"url\";s:111:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/danielle-draschan/\";s:4:\"path\";s:25:\"/about/danielle-draschan/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Danielle Draschan | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Danielle Draschan Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law\";s:7:\"indexed\";b:0;}s:32:\"df501cc638d575f60c69619f08033ffe\";a:9:{s:4:\"hash\";s:32:\"df501cc638d575f60c69619f08033ffe\";s:3:\"url\";s:106:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/elena-n-camp/\";s:4:\"path\";s:20:\"/about/elena-n-camp/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Elena N. Camp | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Elena N. Camp Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Off\";s:7:\"indexed\";b:0;}s:32:\"18ccf0a2beb084ed76a1f4aa6b84f0f3\";a:9:{s:4:\"hash\";s:32:\"18ccf0a2beb084ed76a1f4aa6b84f0f3\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/francis-christiano/\";s:4:\"path\";s:26:\"/about/francis-christiano/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Francis Christiano | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Francis Christiano Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe La\";s:7:\"indexed\";b:0;}s:32:\"d5dee0e1996a0072b3e8e85168107838\";a:9:{s:4:\"hash\";s:32:\"d5dee0e1996a0072b3e8e85168107838\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/hannah-kim/\";s:4:\"path\";s:18:\"/about/hannah-kim/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"Hannah Kim | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Hannah Kim Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Office\";s:7:\"indexed\";b:0;}s:32:\"2103835b445d302be00e77c6d0b90d51\";a:9:{s:4:\"hash\";s:32:\"2103835b445d302be00e77c6d0b90d51\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/james-b-cousins/\";s:4:\"path\";s:23:\"/about/james-b-cousins/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"James B. Cousins | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"James B. Cousins Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law \";s:7:\"indexed\";b:0;}s:32:\"7441fac48e7e297eb1931f71080ba0f4\";a:9:{s:4:\"hash\";s:32:\"7441fac48e7e297eb1931f71080ba0f4\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/jenny-malkowski/\";s:4:\"path\";s:23:\"/about/jenny-malkowski/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Jenny Malkowski | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Jenny Malkowski Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law O\";s:7:\"indexed\";b:0;}s:32:\"20127bbbfe76122f1a489a391c7b18a9\";a:9:{s:4:\"hash\";s:32:\"20127bbbfe76122f1a489a391c7b18a9\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/jessica-stevens/\";s:4:\"path\";s:23:\"/about/jessica-stevens/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Jessica Stevens | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Jessica Stevens Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law O\";s:7:\"indexed\";b:0;}s:32:\"23fca7e9c16114a23f33e10ea3b03b28\";a:9:{s:4:\"hash\";s:32:\"23fca7e9c16114a23f33e10ea3b03b28\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/jillian-chavers/\";s:4:\"path\";s:23:\"/about/jillian-chavers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Jillian Chavers | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Jillian Chavers Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law O\";s:7:\"indexed\";b:0;}s:32:\"2a012e94b334e7c188898347ed019f57\";a:9:{s:4:\"hash\";s:32:\"2a012e94b334e7c188898347ed019f57\";s:3:\"url\";s:105:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/jody-guiher/\";s:4:\"path\";s:19:\"/about/jody-guiher/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"Jody Guiher | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Jody Guiher Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Offic\";s:7:\"indexed\";b:0;}s:32:\"34ce2fddd6b164593543ba4ac4b3bd39\";a:9:{s:4:\"hash\";s:32:\"34ce2fddd6b164593543ba4ac4b3bd39\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/justice-c-williams/\";s:4:\"path\";s:26:\"/about/justice-c-williams/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:61:\"Justice C. Williams | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Justice C. Williams Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe L\";s:7:\"indexed\";b:0;}s:32:\"3f24440d868c2503f5b443a63accacdc\";a:9:{s:4:\"hash\";s:32:\"3f24440d868c2503f5b443a63accacdc\";s:3:\"url\";s:106:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/katrina-gray/\";s:4:\"path\";s:20:\"/about/katrina-gray/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Katrina Gray | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Katrina Gray Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Offi\";s:7:\"indexed\";b:0;}s:32:\"5112a25f60e979e15240a1c14e93eb98\";a:9:{s:4:\"hash\";s:32:\"5112a25f60e979e15240a1c14e93eb98\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/kristen-b-degnan/\";s:4:\"path\";s:24:\"/about/kristen-b-degnan/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Kristen B. Degnan | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Kristen B. Degnan Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law\";s:7:\"indexed\";b:0;}s:32:\"b856128d0bb4326599b20b01d0628430\";a:9:{s:4:\"hash\";s:32:\"b856128d0bb4326599b20b01d0628430\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/kristin-m-machelor/\";s:4:\"path\";s:26:\"/about/kristin-m-machelor/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:61:\"Kristin M. Machelor | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Kristin M. Machelor Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe L\";s:7:\"indexed\";b:0;}s:32:\"9d1bb8658fd0b5221ab14ee048c6c552\";a:9:{s:4:\"hash\";s:32:\"9d1bb8658fd0b5221ab14ee048c6c552\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/melanie-a-daly/\";s:4:\"path\";s:22:\"/about/melanie-a-daly/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Melanie A. Daly | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melanie A. Daly Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law O\";s:7:\"indexed\";b:0;}s:32:\"2ef01596fcde947c1bc69a67529906d5\";a:9:{s:4:\"hash\";s:32:\"2ef01596fcde947c1bc69a67529906d5\";s:3:\"url\";s:107:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/melissa-a-day/\";s:4:\"path\";s:21:\"/about/melissa-a-day/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Melissa A. Day | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melissa A. Day Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Of\";s:7:\"indexed\";b:0;}s:32:\"970801df24cd5ed5544abfaedcb1bf57\";a:9:{s:4:\"hash\";s:32:\"970801df24cd5ed5544abfaedcb1bf57\";s:3:\"url\";s:106:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/najee-walker/\";s:4:\"path\";s:20:\"/about/najee-walker/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"Najee Walker | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Najee Walker Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Offi\";s:7:\"indexed\";b:0;}s:32:\"795142b1b0063359b2ebfbc599c73ed0\";a:9:{s:4:\"hash\";s:32:\"795142b1b0063359b2ebfbc599c73ed0\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/neil-a-diegelman/\";s:4:\"path\";s:24:\"/about/neil-a-diegelman/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Neil A. Diegelman | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Neil A. Diegelman Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law\";s:7:\"indexed\";b:0;}s:32:\"776400f9695cbdb427c69c5212e8e06a\";a:9:{s:4:\"hash\";s:32:\"776400f9695cbdb427c69c5212e8e06a\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/paul-b-kornack/\";s:4:\"path\";s:22:\"/about/paul-b-kornack/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Paul B. Kornacki | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Paul B. Kornacki Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law \";s:7:\"indexed\";b:0;}s:32:\"b16d49bad5497561e605a4a89ccb359c\";a:9:{s:4:\"hash\";s:32:\"b16d49bad5497561e605a4a89ccb359c\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/rebecca-brashear/\";s:4:\"path\";s:24:\"/about/rebecca-brashear/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Rebecca Brashear | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Rebecca Brashear Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law \";s:7:\"indexed\";b:0;}s:32:\"a5aff10fb008ebd0fe9088c4bc32f093\";a:9:{s:4:\"hash\";s:32:\"a5aff10fb008ebd0fe9088c4bc32f093\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/shannan-m-mackey/\";s:4:\"path\";s:24:\"/about/shannan-m-mackey/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Shannan M. Mackey | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Shannan M. Mackey Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law\";s:7:\"indexed\";b:0;}s:32:\"92646d28b5ed2b96558ba0b09d3207a3\";a:9:{s:4:\"hash\";s:32:\"92646d28b5ed2b96558ba0b09d3207a3\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/susan-eick/\";s:4:\"path\";s:18:\"/about/susan-eick/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"Susan Eick | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Susan Eick Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Office\";s:7:\"indexed\";b:0;}s:32:\"fb8ecf90ec9f1130ac2d86da954f7735\";a:9:{s:4:\"hash\";s:32:\"fb8ecf90ec9f1130ac2d86da954f7735\";s:3:\"url\";s:107:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/teresa-cleary/\";s:4:\"path\";s:21:\"/about/teresa-cleary/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Teresa Cleary | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Teresa Cleary Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Off\";s:7:\"indexed\";b:0;}s:32:\"b5cb38046bde175e02c1f3f1e69de3d8\";a:9:{s:4:\"hash\";s:32:\"b5cb38046bde175e02c1f3f1e69de3d8\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/thomas-dickinson/\";s:4:\"path\";s:24:\"/about/thomas-dickinson/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Thomas Dickinson | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Thomas Dickinson Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law \";s:7:\"indexed\";b:0;}s:32:\"04f5a48bc973ef5b0e23220c3c8b210d\";a:9:{s:4:\"hash\";s:32:\"04f5a48bc973ef5b0e23220c3c8b210d\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/about/vicki-l-buehler/\";s:4:\"path\";s:23:\"/about/vicki-l-buehler/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Vicki L. Buehler | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Vicki L. Buehler Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law \";s:7:\"indexed\";b:0;}s:32:\"fa9e6c8e10f7c8c6d3b5fbdab1bb7963\";a:9:{s:4:\"hash\";s:32:\"fa9e6c8e10f7c8c6d3b5fbdab1bb7963\";s:3:\"url\";s:137:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office-2/\";s:4:\"path\";s:51:\"/amherst-workers-compensation-defense-law-office-2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:48:\"Amherst Workers\' Compensation Defense Law Office\";s:4:\"body\";s:100:\"Amherst Workers Compensation Defense Law Office Contact/Refer A Claim If You Are Tired Of Being Trea\";s:7:\"indexed\";b:0;}s:32:\"f715e07b14c17424f46a3854f39e5dfb\";a:9:{s:4:\"hash\";s:32:\"f715e07b14c17424f46a3854f39e5dfb\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/amherst-workers-compensation-defense-law-office/\";s:4:\"path\";s:49:\"/amherst-workers-compensation-defense-law-office/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:48:\"Amherst Workers\' Compensation Defense Law Office\";s:4:\"body\";s:100:\"Amherst Workers Compensation Defense Law Office Contact/Refer A Claim If You Are Tired Of Being Trea\";s:7:\"indexed\";b:0;}s:32:\"1be120cbdd911f9c53a50f453ef67f45\";a:9:{s:4:\"hash\";s:32:\"1be120cbdd911f9c53a50f453ef67f45\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/buehler-vicki-l/\";s:4:\"path\";s:26:\"/attorney/buehler-vicki-l/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Buehler, Vicki L. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Vicki L. Buehler Contact Me: Practice Areas Current Employment Position Bar Admissions Professional \";s:7:\"indexed\";b:0;}s:32:\"992f65e2c5be59b198501770e7b91a28\";a:9:{s:4:\"hash\";s:32:\"992f65e2c5be59b198501770e7b91a28\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/christman-cassandra-e/\";s:4:\"path\";s:32:\"/attorney/christman-cassandra-e/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Christman, Cassandra E. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Cassandra E. Christman Contact Me: Practice Areas Current Employment Position Bar Admissions Verdict\";s:7:\"indexed\";b:0;}s:32:\"53b3f34af3d6b0f9882be1556d6b564c\";a:9:{s:4:\"hash\";s:32:\"53b3f34af3d6b0f9882be1556d6b564c\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/cousins-james-b/\";s:4:\"path\";s:26:\"/attorney/cousins-james-b/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Cousins, James B. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"James B. Cousins Contact Me: Practice Areas Current Employment Position Bar Admissions Professional \";s:7:\"indexed\";b:0;}s:32:\"22538e4ac842e68e524c9f83b10ca706\";a:9:{s:4:\"hash\";s:32:\"22538e4ac842e68e524c9f83b10ca706\";s:3:\"url\";s:111:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/daly-melanie-a/\";s:4:\"path\";s:25:\"/attorney/daly-melanie-a/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Daly, Melanie A. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melanie A. Daly Contact Me: Practice Areas Current Employment Position Bar Admissions Professional A\";s:7:\"indexed\";b:0;}s:32:\"92e31419525fa889365ad8f916e8c4f5\";a:9:{s:4:\"hash\";s:32:\"92e31419525fa889365ad8f916e8c4f5\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/day-melissa-a/\";s:4:\"path\";s:24:\"/attorney/day-melissa-a/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Day, Melissa A. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melissa A. Day Contact Me: Practice Areas Current Employment Position Bar Admissions Professional As\";s:7:\"indexed\";b:0;}s:32:\"3a04995fe09719c62c009ebd72a523d3\";a:9:{s:4:\"hash\";s:32:\"3a04995fe09719c62c009ebd72a523d3\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/degnan-kristen-b/\";s:4:\"path\";s:27:\"/attorney/degnan-kristen-b/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Degnan, Kristen B. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Kristen B. Degnan Contact Me: Practice Areas Current Employment Position Bar Admissions Professional\";s:7:\"indexed\";b:0;}s:32:\"dcfd7169f7413a2ae02e9d99bdf2fce8\";a:9:{s:4:\"hash\";s:32:\"dcfd7169f7413a2ae02e9d99bdf2fce8\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/diegelman-neil-a/\";s:4:\"path\";s:27:\"/attorney/diegelman-neil-a/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Diegelman, Neil A. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Neil A. Diegelman Contact Me: Practice Areas Education Bar Admissions Current Employment Position Ho\";s:7:\"indexed\";b:0;}s:32:\"dd1c422e200b41a8a10de29b43edefb5\";a:9:{s:4:\"hash\";s:32:\"dd1c422e200b41a8a10de29b43edefb5\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/frances-mary/\";s:4:\"path\";s:23:\"/attorney/frances-mary/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Frances, Mary | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Mary Frances Contact Me: Practice Areas Current Employment Position Bar Admissions Education Tenure \";s:7:\"indexed\";b:0;}s:32:\"aac45c19fdea0c2db8ba9f4b223fb2f8\";a:9:{s:4:\"hash\";s:32:\"aac45c19fdea0c2db8ba9f4b223fb2f8\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/gould-andrew/\";s:4:\"path\";s:23:\"/attorney/gould-andrew/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Gould, Andrew | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Andrew Gould Contact Me: Practice Areas Current Employment Position Bar Admissions Professional Asso\";s:7:\"indexed\";b:0;}s:32:\"bc7e4b16f6c7e450b465d4f7f153ec03\";a:9:{s:4:\"hash\";s:32:\"bc7e4b16f6c7e450b465d4f7f153ec03\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/gray-katrina/\";s:4:\"path\";s:23:\"/attorney/gray-katrina/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"Gray, Katrina | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Katrina Gray Contact Me: Practice Areas Current Employment Position Bar Admissions Verdicts/Settleme\";s:7:\"indexed\";b:0;}s:32:\"288a514e62bf83f1635e7084bd65d821\";a:9:{s:4:\"hash\";s:32:\"288a514e62bf83f1635e7084bd65d821\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/hatten-alexis-d/\";s:4:\"path\";s:26:\"/attorney/hatten-alexis-d/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Hatten, Alexis D. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Alexis D. Hatten Contact Me: Practice Areas Current Employment Position Bar Admissions Education Ten\";s:7:\"indexed\";b:0;}s:32:\"00a4839ea91dc539d07dfab77c5aad09\";a:9:{s:4:\"hash\";s:32:\"00a4839ea91dc539d07dfab77c5aad09\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/kornacki-paul-b-/\";s:4:\"path\";s:27:\"/attorney/kornacki-paul-b-/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Kornacki, Paul B. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Paul B. Kornacki Contact Me: Practice Areas Current Employment Position Bar Admissions Professional \";s:7:\"indexed\";b:0;}s:32:\"d8b168c63e7bed3285877bd461f49cda\";a:9:{s:4:\"hash\";s:32:\"d8b168c63e7bed3285877bd461f49cda\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/kornacki-paul-b/\";s:4:\"path\";s:26:\"/attorney/kornacki-paul-b/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Kornacki, Paul B. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Paul B. Kornacki Contact Me: Practice Areas Current Employment Position Bar Admissions Professional \";s:7:\"indexed\";b:0;}s:32:\"3f086c519f6c22d3fb409d13132c6af6\";a:9:{s:4:\"hash\";s:32:\"3f086c519f6c22d3fb409d13132c6af6\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/kunz-kelsey-x/\";s:4:\"path\";s:24:\"/attorney/kunz-kelsey-x/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"Kunz, Kelsey X. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Kelsey X. Kunz Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Of\";s:7:\"indexed\";b:0;}s:32:\"984f2546e51d74a2d7eaeaff063632cc\";a:9:{s:4:\"hash\";s:32:\"984f2546e51d74a2d7eaeaff063632cc\";s:3:\"url\";s:115:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/machelor-kristin-m/\";s:4:\"path\";s:29:\"/attorney/machelor-kristin-m/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:62:\"Machelor, Kristin M. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Kristin M. Machelor Contact Me: Practice Areas Current Employment Position Bar Admissions Profession\";s:7:\"indexed\";b:0;}s:32:\"acc608768a8da03931216819649001d9\";a:9:{s:4:\"hash\";s:32:\"acc608768a8da03931216819649001d9\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/mackey-shannan-m-/\";s:4:\"path\";s:28:\"/attorney/mackey-shannan-m-/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Mackey, Shannan M. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Shannan M. Mackey Contact Me: Practice Areas Current Employment Position Bar Admissions Professional\";s:7:\"indexed\";b:0;}s:32:\"52e87d1ee820a8bf99b6c980c5d1aafb\";a:9:{s:4:\"hash\";s:32:\"52e87d1ee820a8bf99b6c980c5d1aafb\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/mackey-shannan-m/\";s:4:\"path\";s:27:\"/attorney/mackey-shannan-m/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Mackey, Shannan M. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Shannan M. Mackey Contact Me: Practice Areas Current Employment Position Bar Admissions Professional\";s:7:\"indexed\";b:0;}s:32:\"2fa4b48d7cfae8ba3fc201b3874f0105\";a:9:{s:4:\"hash\";s:32:\"2fa4b48d7cfae8ba3fc201b3874f0105\";s:3:\"url\";s:111:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/prince-brian-k/\";s:4:\"path\";s:25:\"/attorney/prince-brian-k/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Prince, Brian K. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Brian K. Prince Contact Me: Practice Areas Current Employment Position Bar Admissions Professional A\";s:7:\"indexed\";b:0;}s:32:\"dc6277790aa369b66b1055c8e7c6e5f5\";a:9:{s:4:\"hash\";s:32:\"dc6277790aa369b66b1055c8e7c6e5f5\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/attorney/shannon-brendan-t/\";s:4:\"path\";s:28:\"/attorney/shannon-brendan-t/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:61:\"Shannon, Brendan T. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Brendan T. Shannon Contact Me: Practice Areas Current Employment Position Bar Admissions Professiona\";s:7:\"indexed\";b:0;}s:32:\"a07903fea1a3842c6e064f3b1a77166a\";a:9:{s:4:\"hash\";s:32:\"a07903fea1a3842c6e064f3b1a77166a\";s:3:\"url\";s:92:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/\";s:4:\"path\";s:6:\"/blog/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog Using the Contralateral Limb as a Baseline for Ca\";s:7:\"indexed\";b:0;}s:32:\"cc63bcc5c913a6bfd312ac658b71b0f9\";a:9:{s:4:\"hash\";s:32:\"cc63bcc5c913a6bfd312ac658b71b0f9\";s:3:\"url\";s:102:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/?et_blog=/\";s:4:\"path\";s:6:\"/blog/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog Using the Contralateral Limb as a Baseline for Ca\";s:7:\"indexed\";b:0;}s:32:\"ee0afb0adf5bf8a09600c96531cdb889\";a:9:{s:4:\"hash\";s:32:\"ee0afb0adf5bf8a09600c96531cdb889\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/\";s:4:\"path\";s:11:\"/blog/2013/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2013 DID YOU KNOW? THE BOARD HAS RETIRED THE CONCEPT OF THE COMPENSABLE RETIREMENT. The Death \";s:7:\"indexed\";b:0;}s:32:\"d660962ea7ecaf6db8d79bf9b13a0c1e\";a:9:{s:4:\"hash\";s:32:\"d660962ea7ecaf6db8d79bf9b13a0c1e\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/\";s:4:\"path\";s:14:\"/blog/2013/01/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"January, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: January 2013 DID YOU KNOW? IMPLEMENTATION OF THE CHANGES TO THE MTG HAS BEEN DELAYED UNTIL MA\";s:7:\"indexed\";b:0;}s:32:\"0a1c7a6661f84ac7eeb71604ff2c68e0\";a:9:{s:4:\"hash\";s:32:\"0a1c7a6661f84ac7eeb71604ff2c68e0\";s:3:\"url\";s:213:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\";s:4:\"path\";s:127:\"/blog/2013/01/did-you-know-facebook-pages-are-not-considered-surveillance-that-has-to-be-disclosed-before-a-claimant-testifies/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:158:\"DID YOU KNOW? FACEBOOK PAGES ARE NOT CONSIDERED \"SURVEILLANCE\" THAT HAS TO BE DISCLOSED BEFORE A CLAIMANT TESTIFIES. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? FACEBOOK PAGES ARE NOT CONSIDERED SURVEILLANCE THAT HAS TO BE DISCLOSED BEFORE A CLAIM\";s:7:\"indexed\";b:0;}s:32:\"67d088aae89f0298b9c3f0432a53f9eb\";a:9:{s:4:\"hash\";s:32:\"67d088aae89f0298b9c3f0432a53f9eb\";s:3:\"url\";s:190:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-implementation-of-the-changes-to-the-mtg-has-been-delayed-until-march-1-2013/\";s:4:\"path\";s:104:\"/blog/2013/01/did-you-know-implementation-of-the-changes-to-the-mtg-has-been-delayed-until-march-1-2013/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:134:\"DID YOU KNOW? IMPLEMENTATION OF THE CHANGES TO THE MTG HAS BEEN DELAYED UNTIL MARCH 1, 2013. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? IMPLEMENTATION OF THE CHANGES TO THE MTG HAS BEEN DELAYED UNTIL MARCH 1, 2013. Recent \";s:7:\"indexed\";b:0;}s:32:\"c2fd1a3a0013ca87d41e40230354508b\";a:9:{s:4:\"hash\";s:32:\"c2fd1a3a0013ca87d41e40230354508b\";s:3:\"url\";s:176:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know-wcl-%c2%a7153v-benefits-may-now-be-capped-under-wcl-%c2%a7153w/\";s:4:\"path\";s:90:\"/blog/2013/01/did-you-know-wcl-%c2%a7153v-benefits-may-now-be-capped-under-wcl-%c2%a7153w/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:118:\"DID YOU KNOW? WCL §15(3)(v) BENEFITS MAY NOW BE CAPPED UNDER WCL §15(3)(w) | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? WCL 15(3)(v) BENEFITS MAY NOW BE CAPPED UNDER WCL 15(3)(w) Recent Posts Archives Categ\";s:7:\"indexed\";b:0;}s:32:\"8041cba71a7179d96e17601fd8f6650c\";a:9:{s:4:\"hash\";s:32:\"8041cba71a7179d96e17601fd8f6650c\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/did-you-know/\";s:4:\"path\";s:27:\"/blog/2013/01/did-you-know/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"DID YOU KNOW? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being Treat\";s:7:\"indexed\";b:0;}s:32:\"0e86cec42b24862ce47aef6a151f67d5\";a:9:{s:4:\"hash\";s:32:\"0e86cec42b24862ce47aef6a151f67d5\";s:3:\"url\";s:176:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/01/why-why-do-judges-even-set-deadlines-for-the-submission-of-memoranda-of-law/\";s:4:\"path\";s:90:\"/blog/2013/01/why-why-do-judges-even-set-deadlines-for-the-submission-of-memoranda-of-law/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:120:\"WHY? Why do judge\'s even set deadlines for the submission of Memoranda of Law? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"WHY? Why do judges even set deadlines for the submission of Memoranda of Law? Recent Posts Archives \";s:7:\"indexed\";b:0;}s:32:\"452813a9b01fac1bffe2ddd6549494d3\";a:9:{s:4:\"hash\";s:32:\"452813a9b01fac1bffe2ddd6549494d3\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/\";s:4:\"path\";s:14:\"/blog/2013/02/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"February, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: February 2013 DID YOU KNOW? The Federal Government Is Not Subject to the Jurisdiction of the \";s:7:\"indexed\";b:0;}s:32:\"1310ac90c00574788e480de88e4a2ac0\";a:9:{s:4:\"hash\";s:32:\"1310ac90c00574788e480de88e4a2ac0\";s:3:\"url\";s:228:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-governor-cuomos-budget-proposes-to-eliminate-mandatory-deposits-into-the-atf-and-to-close-the-fund-to-new-deposits/\";s:4:\"path\";s:142:\"/blog/2013/02/did-you-know-governor-cuomos-budget-proposes-to-eliminate-mandatory-deposits-into-the-atf-and-to-close-the-fund-to-new-deposits/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:172:\"DID YOU KNOW? GOVERNOR CUOMO\'S BUDGET PROPOSES TO ELIMINATE MANDATORY DEPOSITS INTO THE ATF AND TO CLOSE THE FUND TO NEW DEPOSITS? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? GOVERNOR CUOMOS BUDGET PROPOSES TO ELIMINATE MANDATORY DEPOSITS INTO THE ATF AND TO CL\";s:7:\"indexed\";b:0;}s:32:\"f4db72956401025bdaca7f130d3e45c1\";a:9:{s:4:\"hash\";s:32:\"f4db72956401025bdaca7f130d3e45c1\";s:3:\"url\";s:250:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\";s:4:\"path\";s:164:\"/blog/2013/02/did-you-know-the-federal-government-is-not-subject-to-the-jurisdiction-of-the-ny-workers-compensation-board-on-a-theory-of-general-special-employment/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:194:\"DID YOU KNOW? The Federal Government Is Not Subject to the Jurisdiction of the NY Workers\' Compensation Board on a Theory of General/Special Employment? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? The Federal Government Is Not Subject to the Jurisdiction of the NY Workers Compensati\";s:7:\"indexed\";b:0;}s:32:\"817cd9c2ab849f9bf95dfa7c8a792abd\";a:9:{s:4:\"hash\";s:32:\"817cd9c2ab849f9bf95dfa7c8a792abd\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/\";s:4:\"path\";s:14:\"/blog/2013/03/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"March, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: March 2013 DID YOU KNOW? A chiropractic variance request based on alleged functional improvem\";s:7:\"indexed\";b:0;}s:32:\"71ae24583d00e84d804ac70d47d5cd8e\";a:9:{s:4:\"hash\";s:32:\"71ae24583d00e84d804ac70d47d5cd8e\";s:3:\"url\";s:300:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\";s:4:\"path\";s:214:\"/blog/2013/03/did-you-know-a-chiropractic-variance-request-based-on-alleged-functional-improvements-and-expected-continued-improvements-may-not-be-granted-if-the-chiropractor-continues-to-find-that-the-claimant-is/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:260:\"DID YOU KNOW? A chiropractic variance request based on alleged functional improvements and expected continued improvements may not be granted if the chiropractor continues to find that the claimant is totally disabled. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? A chiropractic variance request based on alleged functional improvements and expected \";s:7:\"indexed\";b:0;}s:32:\"914887cab91d1572dee5a3cb75920e79\";a:9:{s:4:\"hash\";s:32:\"914887cab91d1572dee5a3cb75920e79\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/\";s:4:\"path\";s:14:\"/blog/2013/04/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"April, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: April 2013 DID YOU KNOW? A bill being considered by the NY State Legislature which would crea\";s:7:\"indexed\";b:0;}s:32:\"4bf9f2a4cdfa453e41bac44d81a4dadd\";a:9:{s:4:\"hash\";s:32:\"4bf9f2a4cdfa453e41bac44d81a4dadd\";s:3:\"url\";s:132:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-25-a-is-going-away/\";s:4:\"path\";s:46:\"/blog/2013/04/did-you-know-25-a-is-going-away/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"DID YOU KNOW? 25-A IS GOING AWAY. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? 25-A IS GOING AWAY. Recent Posts Archives Categories Contact/Refer A Claim If You Are \";s:7:\"indexed\";b:0;}s:32:\"b961881efe29d6f2b1a00e479ae59c82\";a:9:{s:4:\"hash\";s:32:\"b961881efe29d6f2b1a00e479ae59c82\";s:3:\"url\";s:285:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\";s:4:\"path\";s:199:\"/blog/2013/04/did-you-know-a-bill-being-considered-by-the-ny-state-legislature-which-would-create-a-presumption-of-permanent-total-disability-for-claimants-who-are-found-eligible-for-social-security/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:228:\"DID YOU KNOW? A bill being considered by the NY State Legislature which would create a presumption of permanent total disability for claimants who are found eligible for social security? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? A bill being considered by the NY State Legislature which would create a presumption o\";s:7:\"indexed\";b:0;}s:32:\"b31fae55f5ac90ea115ccbba2cb37bb0\";a:9:{s:4:\"hash\";s:32:\"b31fae55f5ac90ea115ccbba2cb37bb0\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/\";s:4:\"path\";s:14:\"/blog/2013/07/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"July, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: July 2013 DID YOU KNOW? THE THIRD DEPARTMENT HOLDS THAT MEDICAL TREATMENT WHICH IS NOT SPECIF\";s:7:\"indexed\";b:0;}s:32:\"52b7635c96129dbc7a1840081788b864\";a:9:{s:4:\"hash\";s:32:\"52b7635c96129dbc7a1840081788b864\";s:3:\"url\";s:210:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\";s:4:\"path\";s:124:\"/blog/2013/07/did-you-know-an-employer-or-carrier-may-be-able-to-reopen-a-ppd-claim-on-the-issue-of-labor-market-attachment/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:153:\"DID YOU KNOW? AN EMPLOYER OR CARRIER MAY BE ABLE TO REOPEN A PPD CLAIM ON THE ISSUE OF LABOR MARKET ATTACHMENT. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? AN EMPLOYER OR CARRIER MAY BE ABLE TO REOPEN A PPD CLAIM ON THE ISSUE OF LABOR MARKET \";s:7:\"indexed\";b:0;}s:32:\"e1724247b704d367dd7cfc27f2987aa9\";a:9:{s:4:\"hash\";s:32:\"e1724247b704d367dd7cfc27f2987aa9\";s:3:\"url\";s:250:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\";s:4:\"path\";s:164:\"/blog/2013/07/did-you-know-the-third-department-holds-that-medical-treatment-which-is-not-specifically-included-in-the-mtg-is-presumptively-not-medically-necessary/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:193:\"DID YOU KNOW? THE THIRD DEPARTMENT HOLDS THAT MEDICAL TREATMENT WHICH IS NOT SPECIFICALLY INCLUDED IN THE MTG IS PRESUMPTIVELY NOT MEDICALLY NECESSARY. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? THE THIRD DEPARTMENT HOLDS THAT MEDICAL TREATMENT WHICH IS NOT SPECIFICALLY INCLUDED I\";s:7:\"indexed\";b:0;}s:32:\"e405bfd346b30a75a4f9201f4e8e0836\";a:9:{s:4:\"hash\";s:32:\"e405bfd346b30a75a4f9201f4e8e0836\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/08/\";s:4:\"path\";s:14:\"/blog/2013/08/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"August, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: August 2013 DID YOU KNOW? The 2nd Circuit certified a question to the NY Court of Appeals on \";s:7:\"indexed\";b:0;}s:32:\"3e1f873e6332566254df59aecdfa7b81\";a:9:{s:4:\"hash\";s:32:\"3e1f873e6332566254df59aecdfa7b81\";s:3:\"url\";s:217:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/08/did-you-know-the-2nd-circuit-certified-a-question-to-the-ny-court-of-appeals-on-the-exclusivity-provision-of-the-wcl/\";s:4:\"path\";s:131:\"/blog/2013/08/did-you-know-the-2nd-circuit-certified-a-question-to-the-ny-court-of-appeals-on-the-exclusivity-provision-of-the-wcl/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:118:\"DID YOU KNOW? The 2nd Circuit certified a question to the NY Court of Appeals on the exclusivity provision of the WCL?\";s:4:\"body\";s:100:\"DID YOU KNOW? The 2nd Circuit certified a question to the NY Court of Appeals on the exclusivity pro\";s:7:\"indexed\";b:0;}s:32:\"75573e975a19e7012bd1b085f21104ba\";a:9:{s:4:\"hash\";s:32:\"75573e975a19e7012bd1b085f21104ba\";s:3:\"url\";s:264:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\";s:4:\"path\";s:178:\"/blog/2013/08/did-you-know-twenty-insurance-carriers-have-filed-an-action-seeking-to-obtain-a-declaration-that-the-elimination-of-the-fund-for-reopened-cases-is-unconstitutional/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:207:\"DID YOU KNOW? Twenty Insurance Carriers Have Filed an Action Seeking to Obtain a Declaration that the Elimination of The Fund for Reopened Cases Is Unconstitutional. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? Twenty Insurance Carriers Have Filed an Action Seeking to Obtain a Declaration that th\";s:7:\"indexed\";b:0;}s:32:\"2c97e5dfc1a5a545bc223519445c6860\";a:9:{s:4:\"hash\";s:32:\"2c97e5dfc1a5a545bc223519445c6860\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/\";s:4:\"path\";s:14:\"/blog/2013/09/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"September, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: September 2013 BOARD PROCESS RE-ENGINEERING (BPR) NY WORKERS COMPENSATION FORUM MEMBERS SHOU\";s:7:\"indexed\";b:0;}s:32:\"d09b3b8e11d3d01823f584cb61af2956\";a:9:{s:4:\"hash\";s:32:\"d09b3b8e11d3d01823f584cb61af2956\";s:3:\"url\";s:206:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\";s:4:\"path\";s:120:\"/blog/2013/09/board-process-re-engineering-bpr-ny-workers-compensation-forum-members-should-be-included-in-the-dialogue/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:156:\"BOARD PROCESS RE-ENGINEERING (\"BPR\") – NY WORKERS\' COMPENSATION FORUM MEMBERS SHOULD BE INCLUDED IN THE DIALOGUE | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"BOARD PROCESS RE-ENGINEERING (BPR) NY WORKERS COMPENSATION FORUM MEMBERS SHOULD BE INCLUDED IN THE \";s:7:\"indexed\";b:0;}s:32:\"b6b76a2b7850e8750c08fd7d0aa3fc89\";a:9:{s:4:\"hash\";s:32:\"b6b76a2b7850e8750c08fd7d0aa3fc89\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/\";s:4:\"path\";s:14:\"/blog/2013/10/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"October, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: October 2013 LESS THAN TWELVE WEEKS REMAINING FOR WCL 25-a! Because Subject # 046-630 Contain\";s:7:\"indexed\";b:0;}s:32:\"3038d01ccef9ae349361a96df440dc69\";a:9:{s:4:\"hash\";s:32:\"3038d01ccef9ae349361a96df440dc69\";s:3:\"url\";s:296:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\";s:4:\"path\";s:210:\"/blog/2013/10/less-than-twelve-weeks-remaining-for-wcl-%c2%a725-a-because-subject-046-630-contains-stricter-requirements-for-reopening-a-claim-on-the-issue-of-%c2%a725-a-prudent-carriers-and-employers-may-want/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:274:\"LESS THAN TWELVE WEEKS REMAINING FOR WCL §25-a! Because Subject # 046-630 Contains Stricter Requirements for Reopening a Claim on the Issue of §25-a, Prudent Carriers and Employers May Want to Refer Applications to Defense Counsel | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LESS THAN TWELVE WEEKS REMAINING FOR WCL 25-a! Because Subject # 046-630 Contains Stricter Requireme\";s:7:\"indexed\";b:0;}s:32:\"67884c469c65aca3aec52198b6525e65\";a:9:{s:4:\"hash\";s:32:\"67884c469c65aca3aec52198b6525e65\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/\";s:4:\"path\";s:14:\"/blog/2013/11/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"November, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: November 2013 A Blind Leap across an Inscrutable Chasm Arbitrary and Capricious Loss of Wage\";s:7:\"indexed\";b:0;}s:32:\"031f029795fe70aa9b038c13abe1b63f\";a:9:{s:4:\"hash\";s:32:\"031f029795fe70aa9b038c13abe1b63f\";s:3:\"url\";s:216:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\";s:4:\"path\";s:130:\"/blog/2013/11/a-blind-leap-across-an-inscrutable-chasm-arbitrary-and-capricious-loss-of-wage-earning-capacity-lwec-determinations/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:163:\"A Blind Leap across an Inscrutable Chasm – Arbitrary and Capricious Loss of Wage Earning Capacity (LWEC) Determinations | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"A Blind Leap across an Inscrutable Chasm Arbitrary and Capricious Loss of Wage Earning Capacity (LW\";s:7:\"indexed\";b:0;}s:32:\"d7633add2f0915b2e4d872e235667c19\";a:9:{s:4:\"hash\";s:32:\"d7633add2f0915b2e4d872e235667c19\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/12/\";s:4:\"path\";s:14:\"/blog/2013/12/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"December, 2013 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: December 2013 DID YOU KNOW? THE BOARD HAS RETIRED THE CONCEPT OF THE COMPENSABLE RETIREMENT. \";s:7:\"indexed\";b:0;}s:32:\"74c9480f7290d8cbc7d6a8f71015315a\";a:9:{s:4:\"hash\";s:32:\"74c9480f7290d8cbc7d6a8f71015315a\";s:3:\"url\";s:257:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/12/did-you-know-the-board-has-retired-the-concept-of-the-compensable-retirement-the-death-knell-of-the-trifecta-zamora-and-the-so-called-compensable-retirement/\";s:4:\"path\";s:171:\"/blog/2013/12/did-you-know-the-board-has-retired-the-concept-of-the-compensable-retirement-the-death-knell-of-the-trifecta-zamora-and-the-so-called-compensable-retirement/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:203:\"DID YOU KNOW? THE BOARD HAS RETIRED THE CONCEPT OF THE COMPENSABLE RETIREMENT. The Death Knell of the Trifecta: Zamora and the so-called \"Compensable Retirement\" | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"DID YOU KNOW? THE BOARD HAS RETIRED THE CONCEPT OF THE COMPENSABLE RETIREMENT. The Death Knell of th\";s:7:\"indexed\";b:0;}s:32:\"e518c26478b1511accf0c3e4efb67750\";a:9:{s:4:\"hash\";s:32:\"e518c26478b1511accf0c3e4efb67750\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2013/page/2/\";s:4:\"path\";s:18:\"/blog/2013/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"2013 | The Law Offices of Melissa A. Day, PLLC - Part 2\";s:4:\"body\";s:100:\"Year: 2013 DID YOU KNOW? A chiropractic variance request based on alleged functional improvements an\";s:7:\"indexed\";b:0;}s:32:\"b4661160fb1f80a5d1c3ff5aa92c5803\";a:9:{s:4:\"hash\";s:32:\"b4661160fb1f80a5d1c3ff5aa92c5803\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/\";s:4:\"path\";s:11:\"/blog/2014/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2014 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2014 Non Acute Pain Medical Treatment Guidelines Offer a Framework for Controlling Costs Assoc\";s:7:\"indexed\";b:0;}s:32:\"2ea8392efe3c4eea4a25d62fb423a284\";a:9:{s:4:\"hash\";s:32:\"2ea8392efe3c4eea4a25d62fb423a284\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/\";s:4:\"path\";s:14:\"/blog/2014/09/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"September, 2014 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: September 2014 Navigating the Low Back Medical Treatment Guidelines for Chiropractic Care Rec\";s:7:\"indexed\";b:0;}s:32:\"8894e051279250ef97dad83e116cbae4\";a:9:{s:4:\"hash\";s:32:\"8894e051279250ef97dad83e116cbae4\";s:3:\"url\";s:175:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\";s:4:\"path\";s:89:\"/blog/2014/09/navigating-the-low-back-medical-treatment-guidelines-for-chiropractic-care/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:116:\"Navigating the Low Back Medical Treatment Guidelines for Chiropractic Care | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Navigating the Low Back Medical Treatment Guidelines for Chiropractic Care Recent Posts Archives Cat\";s:7:\"indexed\";b:0;}s:32:\"1e47cd075c3e0ce7be9eb7d4662fc012\";a:9:{s:4:\"hash\";s:32:\"1e47cd075c3e0ce7be9eb7d4662fc012\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/\";s:4:\"path\";s:14:\"/blog/2014/11/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"November, 2014 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: November 2014 Non Acute Pain Medical Treatment Guidelines Offer a Framework for Controlling C\";s:7:\"indexed\";b:0;}s:32:\"d273f3703b64dbd0eb48d2742a4a4a19\";a:9:{s:4:\"hash\";s:32:\"d273f3703b64dbd0eb48d2742a4a4a19\";s:3:\"url\";s:298:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\";s:4:\"path\";s:212:\"/blog/2014/11/in-kigin-v-wcb-the-court-of-appeals-upholds-the-presumption-that-treatment-outside-the-mtgs-is-not-medically-necessary-and-the-attending-physician-has-the-burden-of-proof-of-the-need-for-a-variance/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:242:\"In Kigin v. WCB, the Court of Appeals upholds the presumption that treatment outside the MTGs is not medically necessary and the attending physician has the burden of proof of the need for a variance. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"In Kigin v. WCB, the Court of Appeals upholds the presumption that treatment outside the MTGs is not\";s:7:\"indexed\";b:0;}s:32:\"1cb6919d9c20ae8988e2a0ed431c4ec0\";a:9:{s:4:\"hash\";s:32:\"1cb6919d9c20ae8988e2a0ed431c4ec0\";s:3:\"url\";s:246:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\";s:4:\"path\";s:160:\"/blog/2014/11/non-acute-pain-medical-treatment-guidelines-offer-a-framework-for-controlling-costs-associated-with-chronic-pain-management-especially-opioid-use/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:188:\"Non Acute Pain Medical Treatment Guidelines Offer a Framework for Controlling Costs Associated with Chronic Pain Management, Especially Opioid Use | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Non Acute Pain Medical Treatment Guidelines Offer a Framework for Controlling Costs Associated with \";s:7:\"indexed\";b:0;}s:32:\"862777ce1eb6af65c1839ce8884316d3\";a:9:{s:4:\"hash\";s:32:\"862777ce1eb6af65c1839ce8884316d3\";s:3:\"url\";s:189:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\";s:4:\"path\";s:103:\"/blog/2014/11/the-law-offices-of-melissa-a-day-pllc-won-a-finding-of-a-0-loss-of-wage-earning-capacity/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:133:\"The Law Offices of Melissa A. Day, PLLC Won a Finding of a 0% Loss of Wage Earning Capacity | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Won a Finding of a 0% Loss of Wage Earning Capacity Recent P\";s:7:\"indexed\";b:0;}s:32:\"535ed6caa8bcb5ceaff04d62c3a608ce\";a:9:{s:4:\"hash\";s:32:\"535ed6caa8bcb5ceaff04d62c3a608ce\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/\";s:4:\"path\";s:11:\"/blog/2015/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2015 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2015 NY Allows Employer to An Employee Cannot be Vocational and Functional Challenge Yourself \";s:7:\"indexed\";b:0;}s:32:\"285fe9e09f46096e6ef06531f5d2b943\";a:9:{s:4:\"hash\";s:32:\"285fe9e09f46096e6ef06531f5d2b943\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/02/\";s:4:\"path\";s:14:\"/blog/2015/02/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"February, 2015 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: February 2015 An Underwriting Nightmare Come True Hearing Loss becomes Hearing Win Recent Pos\";s:7:\"indexed\";b:0;}s:32:\"9b5688347f579721f312111e6ca38583\";a:9:{s:4:\"hash\";s:32:\"9b5688347f579721f312111e6ca38583\";s:3:\"url\";s:136:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/02/an-underwriting-nightmare-come-true/\";s:4:\"path\";s:50:\"/blog/2015/02/an-underwriting-nightmare-come-true/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:77:\"An Underwriting Nightmare Come True | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"An Underwriting Nightmare Come True Recent Posts Archives Categories Contact/Refer A Claim If You Ar\";s:7:\"indexed\";b:0;}s:32:\"a7ae8a88d267234dd01e4b872d3aeaef\";a:9:{s:4:\"hash\";s:32:\"a7ae8a88d267234dd01e4b872d3aeaef\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/02/hearing-loss-becomes-hearing-win/\";s:4:\"path\";s:47:\"/blog/2015/02/hearing-loss-becomes-hearing-win/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:74:\"Hearing Loss becomes Hearing Win | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Hearing Loss becomes Hearing Win Recent Posts Archives Categories Contact/Refer A Claim If You Are T\";s:7:\"indexed\";b:0;}s:32:\"760663127be28eb0ba6f86dee87e367b\";a:9:{s:4:\"hash\";s:32:\"760663127be28eb0ba6f86dee87e367b\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/06/\";s:4:\"path\";s:14:\"/blog/2015/06/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"June, 2015 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: June 2015 IMEs : The Next Summer Movie Blockbuster or Just Another IME Gone Bust? WCBs Regula\";s:7:\"indexed\";b:0;}s:32:\"0739ca4254362dddf6b5e1d641063232\";a:9:{s:4:\"hash\";s:32:\"0739ca4254362dddf6b5e1d641063232\";s:3:\"url\";s:169:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/06/imes-the-next-summer-movie-blockbuster-or-just-another-ime-gone-bust/\";s:4:\"path\";s:83:\"/blog/2015/06/imes-the-next-summer-movie-blockbuster-or-just-another-ime-gone-bust/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:113:\"IMEs : The Next Summer Movie Blockbuster or Just Another IME Gone Bust? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"IMEs : The Next Summer Movie Blockbuster or Just Another IME Gone Bust? Recent Posts Archives Catego\";s:7:\"indexed\";b:0;}s:32:\"daa2424d391b659563d2ebb0273fca88\";a:9:{s:4:\"hash\";s:32:\"daa2424d391b659563d2ebb0273fca88\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/06/wcbs-regulatory-agenda-may-include/\";s:4:\"path\";s:49:\"/blog/2015/06/wcbs-regulatory-agenda-may-include/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:80:\"WCB\'s Regulatory Agenda May Include… | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"WCBs Regulatory Agenda May Include Recent Posts Archives Categories Contact/Refer A Claim If You Are\";s:7:\"indexed\";b:0;}s:32:\"d65061947c1be4a3f86bb90bba165863\";a:9:{s:4:\"hash\";s:32:\"d65061947c1be4a3f86bb90bba165863\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/07/\";s:4:\"path\";s:14:\"/blog/2015/07/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"July, 2015 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: July 2015 Liability for Treatment by Social Workers MDs, JDs AND TTDs HOT DOGS OR HAMBURGERS?\";s:7:\"indexed\";b:0;}s:32:\"3cefb1cdf23bd6a8bdf6d6bfcc7b89ee\";a:9:{s:4:\"hash\";s:32:\"3cefb1cdf23bd6a8bdf6d6bfcc7b89ee\";s:3:\"url\";s:123:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/07/hot-dogs-or-hamburgers/\";s:4:\"path\";s:37:\"/blog/2015/07/hot-dogs-or-hamburgers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"HOT DOGS OR HAMBURGERS? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"HOT DOGS OR HAMBURGERS? Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of B\";s:7:\"indexed\";b:0;}s:32:\"f73f57f32117418eafc22ebcb594cf4f\";a:9:{s:4:\"hash\";s:32:\"f73f57f32117418eafc22ebcb594cf4f\";s:3:\"url\";s:142:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/07/liability-for-treatment-by-social-workers/\";s:4:\"path\";s:56:\"/blog/2015/07/liability-for-treatment-by-social-workers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:83:\"Liability for Treatment by Social Workers | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Liability for Treatment by Social Workers Recent Posts Archives Categories Contact/Refer A Claim If \";s:7:\"indexed\";b:0;}s:32:\"b51a633f33c416dd64b7513de1276d4e\";a:9:{s:4:\"hash\";s:32:\"b51a633f33c416dd64b7513de1276d4e\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/07/mds-jds-and-ttds/\";s:4:\"path\";s:31:\"/blog/2015/07/mds-jds-and-ttds/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"MDs, JDs AND TTDs | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"MDs, JDs AND TTDs Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being T\";s:7:\"indexed\";b:0;}s:32:\"f1960c3fc9db1ad2a785cd3ba1a40958\";a:9:{s:4:\"hash\";s:32:\"f1960c3fc9db1ad2a785cd3ba1a40958\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/\";s:4:\"path\";s:14:\"/blog/2015/08/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"August, 2015 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: August 2015 Claims Handling Performance Answers to the Quiz Average Wages? Non-Acute Pain Tre\";s:7:\"indexed\";b:0;}s:32:\"c18ed05974689f595eb68c9159d55c5d\";a:9:{s:4:\"hash\";s:32:\"c18ed05974689f595eb68c9159d55c5d\";s:3:\"url\";s:120:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/answers-to-the-quiz/\";s:4:\"path\";s:34:\"/blog/2015/08/answers-to-the-quiz/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:61:\"Answers to the Quiz | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Answers to the Quiz Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being\";s:7:\"indexed\";b:0;}s:32:\"99eddd642518dc35b175832c164cd8ff\";a:9:{s:4:\"hash\";s:32:\"99eddd642518dc35b175832c164cd8ff\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/average-wages/\";s:4:\"path\";s:28:\"/blog/2015/08/average-wages/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Average Wages? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Average Wages? Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being Trea\";s:7:\"indexed\";b:0;}s:32:\"5074528fbb0cc47dd02f7e02ba6acd88\";a:9:{s:4:\"hash\";s:32:\"5074528fbb0cc47dd02f7e02ba6acd88\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/claims-handling-performance/\";s:4:\"path\";s:42:\"/blog/2015/08/claims-handling-performance/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:69:\"Claims Handling Performance | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Claims Handling Performance Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired \";s:7:\"indexed\";b:0;}s:32:\"b5408a1110eaf0097a8f07a251ac69e4\";a:9:{s:4:\"hash\";s:32:\"b5408a1110eaf0097a8f07a251ac69e4\";s:3:\"url\";s:136:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/non-acute-pain-treatment-guidelines/\";s:4:\"path\";s:50:\"/blog/2015/08/non-acute-pain-treatment-guidelines/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:77:\"Non-Acute Pain Treatment Guidelines | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Non-Acute Pain Treatment Guidelines Recent Posts Archives Categories Contact/Refer A Claim If You Ar\";s:7:\"indexed\";b:0;}s:32:\"3a2729f86b3a0753ea313e1a9cb4fedd\";a:9:{s:4:\"hash\";s:32:\"3a2729f86b3a0753ea313e1a9cb4fedd\";s:3:\"url\";s:140:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/08/test-your-ny-workers-compensation-chops/\";s:4:\"path\";s:54:\"/blog/2015/08/test-your-ny-workers-compensation-chops/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:82:\"Test Your NY Workers\' Compensation Chops | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Test Your NY Workers Compensation Chops Recent Posts Archives Categories Contact/Refer A Claim If Yo\";s:7:\"indexed\";b:0;}s:32:\"d28e004ef60799cb8426f3c52e3f88a0\";a:9:{s:4:\"hash\";s:32:\"d28e004ef60799cb8426f3c52e3f88a0\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/09/\";s:4:\"path\";s:14:\"/blog/2015/09/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:57:\"September, 2015 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: September 2015 Challenge Yourself Labor Market Attachment Refresher Summer is Almost Over! Re\";s:7:\"indexed\";b:0;}s:32:\"c5979c175df999e2ac7f7c48884e4638\";a:9:{s:4:\"hash\";s:32:\"c5979c175df999e2ac7f7c48884e4638\";s:3:\"url\";s:119:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/09/challenge-yourself/\";s:4:\"path\";s:33:\"/blog/2015/09/challenge-yourself/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Challenge Yourself | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Challenge Yourself Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being \";s:7:\"indexed\";b:0;}s:32:\"f0fbae4294f52f79eae5c347bb2b2773\";a:9:{s:4:\"hash\";s:32:\"f0fbae4294f52f79eae5c347bb2b2773\";s:3:\"url\";s:134:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/09/labor-market-attachment-refresher/\";s:4:\"path\";s:48:\"/blog/2015/09/labor-market-attachment-refresher/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"Labor Market Attachment Refresher | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Labor Market Attachment Refresher Recent Posts Archives Categories Contact/Refer A Claim If You Are \";s:7:\"indexed\";b:0;}s:32:\"d1a252349779dc7a0cb77c6439f4805c\";a:9:{s:4:\"hash\";s:32:\"d1a252349779dc7a0cb77c6439f4805c\";s:3:\"url\";s:122:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/09/summer-is-almost-over/\";s:4:\"path\";s:36:\"/blog/2015/09/summer-is-almost-over/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:64:\"Summer is Almost Over! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Summer is Almost Over! Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Be\";s:7:\"indexed\";b:0;}s:32:\"2f71b84a3a1b39533b2a6ed9e9016236\";a:9:{s:4:\"hash\";s:32:\"2f71b84a3a1b39533b2a6ed9e9016236\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/10/\";s:4:\"path\";s:14:\"/blog/2015/10/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"October, 2015 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: October 2015 Vocational and Functional Recent Posts Archives Categories Contact/Refer A Claim\";s:7:\"indexed\";b:0;}s:32:\"129084c22487b37d6b3239197a2bb43d\";a:9:{s:4:\"hash\";s:32:\"129084c22487b37d6b3239197a2bb43d\";s:3:\"url\";s:126:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/10/vocational-and-functional/\";s:4:\"path\";s:40:\"/blog/2015/10/vocational-and-functional/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:70:\"Vocational and Functional… | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Vocational and Functional Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of\";s:7:\"indexed\";b:0;}s:32:\"a4039c945e36cc0ff4960d6b8817984f\";a:9:{s:4:\"hash\";s:32:\"a4039c945e36cc0ff4960d6b8817984f\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/11/\";s:4:\"path\";s:14:\"/blog/2015/11/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"November, 2015 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: November 2015 NY Allows Employer to An Employee Cannot be Recent Posts Archives Categories Co\";s:7:\"indexed\";b:0;}s:32:\"8e7c6800388e670595db5e4c241bad0f\";a:9:{s:4:\"hash\";s:32:\"8e7c6800388e670595db5e4c241bad0f\";s:3:\"url\";s:122:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/11/an-employee-cannot-be/\";s:4:\"path\";s:36:\"/blog/2015/11/an-employee-cannot-be/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"An Employee Cannot be… | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"An Employee Cannot be Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Bei\";s:7:\"indexed\";b:0;}s:32:\"6537a379a7976048933b1b9d04ed6005\";a:9:{s:4:\"hash\";s:32:\"6537a379a7976048933b1b9d04ed6005\";s:3:\"url\";s:122:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/11/ny-allows-employer-to/\";s:4:\"path\";s:36:\"/blog/2015/11/ny-allows-employer-to/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"NY Allows Employer to… | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"NY Allows Employer to Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Bei\";s:7:\"indexed\";b:0;}s:32:\"86cc1126aa4131d67f6bb33a270ddf5b\";a:9:{s:4:\"hash\";s:32:\"86cc1126aa4131d67f6bb33a270ddf5b\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2015/page/2/\";s:4:\"path\";s:18:\"/blog/2015/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"2015 | The Law Offices of Melissa A. Day, PLLC - Part 2\";s:4:\"body\";s:100:\"Year: 2015 Test Your NY Workers Compensation Chops Liability for Treatment by Social Workers MDs, JD\";s:7:\"indexed\";b:0;}s:32:\"3afccbafedfbb11297a98788fc6a0b4a\";a:9:{s:4:\"hash\";s:32:\"3afccbafedfbb11297a98788fc6a0b4a\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/\";s:4:\"path\";s:11:\"/blog/2016/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2016 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2016 Its the Holiday Season! HAPPY HALLO-WEAN TO WEAN, OR NOT TO WEAN, THAT IS THE QUESTION. R\";s:7:\"indexed\";b:0;}s:32:\"e2148ea3eb18104edd51c85d5307990d\";a:9:{s:4:\"hash\";s:32:\"e2148ea3eb18104edd51c85d5307990d\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/04/\";s:4:\"path\";s:14:\"/blog/2016/04/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"April, 2016 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: April 2016 Reopened Cases Recent Posts Archives Categories Contact/Refer A Claim If You Are T\";s:7:\"indexed\";b:0;}s:32:\"e16be94073cbb721989cef3a25cc5695\";a:9:{s:4:\"hash\";s:32:\"e16be94073cbb721989cef3a25cc5695\";s:3:\"url\";s:115:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/04/reopened-cases/\";s:4:\"path\";s:29:\"/blog/2016/04/reopened-cases/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"Reopened Cases | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Reopened Cases Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being Trea\";s:7:\"indexed\";b:0;}s:32:\"917f8963a18e5750447c88bda7b4b516\";a:9:{s:4:\"hash\";s:32:\"917f8963a18e5750447c88bda7b4b516\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/10/\";s:4:\"path\";s:14:\"/blog/2016/10/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"October, 2016 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: October 2016 HAPPY HALLO-WEAN TO WEAN, OR NOT TO WEAN, THAT IS THE QUESTION. Recent Posts Arc\";s:7:\"indexed\";b:0;}s:32:\"5fe39b81f3db42c1c174b3786fc63b73\";a:9:{s:4:\"hash\";s:32:\"5fe39b81f3db42c1c174b3786fc63b73\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/10/happy-hallo-wean/\";s:4:\"path\";s:31:\"/blog/2016/10/happy-hallo-wean/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"HAPPY HALLO-WEAN | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"HAPPY HALLO-WEAN Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being Tr\";s:7:\"indexed\";b:0;}s:32:\"1524ec1ca53b65ca1e3ede150420bbcb\";a:9:{s:4:\"hash\";s:32:\"1524ec1ca53b65ca1e3ede150420bbcb\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/10/to-wean-or-not-to-wean-that-is-the-question/\";s:4:\"path\";s:58:\"/blog/2016/10/to-wean-or-not-to-wean-that-is-the-question/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:88:\"TO WEAN, OR NOT TO WEAN, THAT IS THE QUESTION. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"TO WEAN, OR NOT TO WEAN, THAT IS THE QUESTION. Recent Posts Archives Categories Contact/Refer A Clai\";s:7:\"indexed\";b:0;}s:32:\"8b9bc24cf362f8cd8e4d2528b898a440\";a:9:{s:4:\"hash\";s:32:\"8b9bc24cf362f8cd8e4d2528b898a440\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/12/\";s:4:\"path\";s:14:\"/blog/2016/12/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"December, 2016 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: December 2016 Its the Holiday Season! Recent Posts Archives Categories Contact/Refer A Claim \";s:7:\"indexed\";b:0;}s:32:\"3239ce070a9dc89fa115dd9683bd87de\";a:9:{s:4:\"hash\";s:32:\"3239ce070a9dc89fa115dd9683bd87de\";s:3:\"url\";s:123:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2016/12/its-the-holiday-season/\";s:4:\"path\";s:37:\"/blog/2016/12/its-the-holiday-season/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"It\'s the Holiday Season! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Its the Holiday Season! Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of B\";s:7:\"indexed\";b:0;}s:32:\"0f7f5d65a4995b546a3785f5d329bf56\";a:9:{s:4:\"hash\";s:32:\"0f7f5d65a4995b546a3785f5d329bf56\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/\";s:4:\"path\";s:11:\"/blog/2017/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2017 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2017 Court of Appeals Upholds 2013 Amendment to Section 25-a Marking the End for The Fund for\";s:7:\"indexed\";b:0;}s:32:\"5d258b4697e0b97ee2cc1e96d6432260\";a:9:{s:4:\"hash\";s:32:\"5d258b4697e0b97ee2cc1e96d6432260\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/01/\";s:4:\"path\";s:14:\"/blog/2017/01/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"January, 2017 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: January 2017 Back to the Future: The Return of WCL 25(2-b): Fact-Finding without Judges and L\";s:7:\"indexed\";b:0;}s:32:\"1466626cc5e261d50f2fff442bde60c0\";a:9:{s:4:\"hash\";s:32:\"1466626cc5e261d50f2fff442bde60c0\";s:3:\"url\";s:207:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/01/back-to-the-future-the-return-of-wcl-252-b-fact-finding-without-judges-and-legal-reasoning-without-lawyers/\";s:4:\"path\";s:121:\"/blog/2017/01/back-to-the-future-the-return-of-wcl-252-b-fact-finding-without-judges-and-legal-reasoning-without-lawyers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:153:\"Back to the Future: The Return of WCL 25(2-b): Fact-Finding without Judges and Legal Reasoning without Lawyers | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Back to the Future: The Return of WCL 25(2-b): Fact-Finding without Judges and Legal Reasoning witho\";s:7:\"indexed\";b:0;}s:32:\"3c0291bcc119e8716692a19dbac94cc2\";a:9:{s:4:\"hash\";s:32:\"3c0291bcc119e8716692a19dbac94cc2\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/02/\";s:4:\"path\";s:14:\"/blog/2017/02/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"February, 2017 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: February 2017 Permanent Partial Disability Safety NetWhat to Expect from WCL 35 Recent Posts \";s:7:\"indexed\";b:0;}s:32:\"cf3a2fd93e9e932a50a512feec353cff\";a:9:{s:4:\"hash\";s:32:\"cf3a2fd93e9e932a50a512feec353cff\";s:3:\"url\";s:172:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/02/permanent-partial-disability-safety-netwhat-to-expect-from-wcl-%c2%a735/\";s:4:\"path\";s:86:\"/blog/2017/02/permanent-partial-disability-safety-netwhat-to-expect-from-wcl-%c2%a735/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:114:\"Permanent Partial Disability \"Safety Net\"…What to Expect from WCL §35 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Permanent Partial Disability Safety NetWhat to Expect from WCL 35 Recent Posts Archives Categories C\";s:7:\"indexed\";b:0;}s:32:\"654eacb4260d69a4d9c8dfcdcc3deaa6\";a:9:{s:4:\"hash\";s:32:\"654eacb4260d69a4d9c8dfcdcc3deaa6\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/06/\";s:4:\"path\";s:14:\"/blog/2017/06/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"June, 2017 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: June 2017 Board Finds that Medical Treatment Guidelines Apply to Out of State Claimants Recen\";s:7:\"indexed\";b:0;}s:32:\"aa6e20a455ca1580b915127ae58b630b\";a:9:{s:4:\"hash\";s:32:\"aa6e20a455ca1580b915127ae58b630b\";s:3:\"url\";s:178:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\";s:4:\"path\";s:92:\"/blog/2017/06/board-finds-that-medical-treatment-guidelines-apply-to-out-of-state-claimants/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:119:\"Board Finds that Medical Treatment Guidelines Apply to Out of State Claimants | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Board Finds that Medical Treatment Guidelines Apply to Out of State Claimants Recent Posts Archives \";s:7:\"indexed\";b:0;}s:32:\"b78f75dc8955c04f260451de560d3159\";a:9:{s:4:\"hash\";s:32:\"b78f75dc8955c04f260451de560d3159\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/\";s:4:\"path\";s:14:\"/blog/2017/10/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"October, 2017 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: October 2017 Court of Appeals Upholds 2013 Amendment to Section 25-a Marking the End for The\";s:7:\"indexed\";b:0;}s:32:\"bc00785650921a4c87404c0753d23d90\";a:9:{s:4:\"hash\";s:32:\"bc00785650921a4c87404c0753d23d90\";s:3:\"url\";s:204:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\";s:4:\"path\";s:118:\"/blog/2017/10/court-of-appeals-upholds-2013-amendment-to-section-25-a-marking-the-end-for-the-fund-for-reopened-cases/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:149:\"Court of Appeals Upholds 2013 Amendment to Section 25-a – Marking the End for The Fund for Reopened Cases | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Court of Appeals Upholds 2013 Amendment to Section 25-a Marking the End for The Fund for Reopened C\";s:7:\"indexed\";b:0;}s:32:\"65099dcbf0e268dcf6615058e68b6815\";a:9:{s:4:\"hash\";s:32:\"65099dcbf0e268dcf6615058e68b6815\";s:3:\"url\";s:254:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\";s:4:\"path\";s:168:\"/blog/2017/10/how-to-avoid-bad-luck-in-your-comp-claims-this-friday-the-13th-some-basic-time-constraints-for-new-york-state-workers-compensation-claims-to-keep-in-mind/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:200:\"How to Avoid Bad Luck in Your Comp Claims This Friday the 13th – Some Basic Time Constraints for New York State Workers\' Compensation Claims to Keep in Mind | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"How to Avoid Bad Luck in Your Comp Claims This Friday the 13th Some Basic Time Constraints for New \";s:7:\"indexed\";b:0;}s:32:\"1bf4876adb9f24be5175e2ca8e36a66c\";a:9:{s:4:\"hash\";s:32:\"1bf4876adb9f24be5175e2ca8e36a66c\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/\";s:4:\"path\";s:11:\"/blog/2018/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2018 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2018 Appeals Inventory and Forms Review of Workers Compensation Board Schedule Loss of Use Fre\";s:7:\"indexed\";b:0;}s:32:\"7cb7f734fc32a454ced5180562e20e06\";a:9:{s:4:\"hash\";s:32:\"7cb7f734fc32a454ced5180562e20e06\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/03/\";s:4:\"path\";s:14:\"/blog/2018/03/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"March, 2018 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: March 2018 Schedule Loss of Use Awards Grrrrrrrrr Ricky Costner Jr., 18 Year Old Slain by a \";s:7:\"indexed\";b:0;}s:32:\"b4cb5d8ec1b5bb1fcac6b53c0634feeb\";a:9:{s:4:\"hash\";s:32:\"b4cb5d8ec1b5bb1fcac6b53c0634feeb\";s:3:\"url\";s:189:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/03/ricky-costner-jr-18-year-old-slain-by-a-deranged-co-worker-honored-by-family-and-friends/\";s:4:\"path\";s:103:\"/blog/2018/03/ricky-costner-jr-18-year-old-slain-by-a-deranged-co-worker-honored-by-family-and-friends/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:133:\"Ricky Costner Jr., 18 Year Old Slain by a Deranged Co-Worker, Honored by Family and Friends | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Ricky Costner Jr., 18 Year Old Slain by a Deranged Co-Worker, Honored by Family and Friends Recent P\";s:7:\"indexed\";b:0;}s:32:\"796777eab6ab6d6773cf145664aa9a91\";a:9:{s:4:\"hash\";s:32:\"796777eab6ab6d6773cf145664aa9a91\";s:3:\"url\";s:139:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\";s:4:\"path\";s:53:\"/blog/2018/03/schedule-loss-of-use-awards-grrrrrrrrr/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:84:\"Schedule Loss of Use Awards – Grrrrrrrrr | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Schedule Loss of Use Awards Grrrrrrrrr Recent Posts Archives Categories Contact/Refer A Claim If Yo\";s:7:\"indexed\";b:0;}s:32:\"f8cc19241976472332230324f6d02505\";a:9:{s:4:\"hash\";s:32:\"f8cc19241976472332230324f6d02505\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/05/\";s:4:\"path\";s:14:\"/blog/2018/05/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:51:\"May, 2018 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: May 2018 Proposed Changes Submitted Seeking to Expand the Boards Legal Internship Program You\";s:7:\"indexed\";b:0;}s:32:\"f716f98183fe5148323e8e502ff5b7a5\";a:9:{s:4:\"hash\";s:32:\"f716f98183fe5148323e8e502ff5b7a5\";s:3:\"url\";s:145:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/05/new-slu-guidelines-presentation-by-the-board/\";s:4:\"path\";s:59:\"/blog/2018/05/new-slu-guidelines-presentation-by-the-board/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:86:\"New SLU Guidelines Presentation by the Board | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"New SLU Guidelines Presentation by the Board Recent Posts Archives Categories Contact/Refer A Claim \";s:7:\"indexed\";b:0;}s:32:\"4a505fcee302c2eee58ae651e19ea807\";a:9:{s:4:\"hash\";s:32:\"4a505fcee302c2eee58ae651e19ea807\";s:3:\"url\";s:181:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/05/proposed-changes-submitted-seeking-to-expand-the-boards-legal-internship-program/\";s:4:\"path\";s:95:\"/blog/2018/05/proposed-changes-submitted-seeking-to-expand-the-boards-legal-internship-program/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:123:\"Proposed Changes Submitted Seeking to Expand the Board\'s Legal Internship Program | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Proposed Changes Submitted Seeking to Expand the Boards Legal Internship Program Recent Posts Archiv\";s:7:\"indexed\";b:0;}s:32:\"764607d80cf3a410c9346fb402462eac\";a:9:{s:4:\"hash\";s:32:\"764607d80cf3a410c9346fb402462eac\";s:3:\"url\";s:212:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/05/united-states-supreme-court-is-considering-a-petition-for-a-writ-of-certiorari-of-the-american-economy-decision/\";s:4:\"path\";s:126:\"/blog/2018/05/united-states-supreme-court-is-considering-a-petition-for-a-writ-of-certiorari-of-the-american-economy-decision/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:153:\"United States Supreme Court is Considering a Petition for a Writ of Certiorari Of the American Economy Decision | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"United States Supreme Court is Considering a Petition for a Writ of Certiorari Of the American Econo\";s:7:\"indexed\";b:0;}s:32:\"ab7f26de1635e455e470278eb00e07b6\";a:9:{s:4:\"hash\";s:32:\"ab7f26de1635e455e470278eb00e07b6\";s:3:\"url\";s:120:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/05/youre-claiming-what/\";s:4:\"path\";s:34:\"/blog/2018/05/youre-claiming-what/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"You\'re claiming what?!? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Youre claiming what?!? Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Be\";s:7:\"indexed\";b:0;}s:32:\"e9835aeda7812e08995b21c35ef1fc4a\";a:9:{s:4:\"hash\";s:32:\"e9835aeda7812e08995b21c35ef1fc4a\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/\";s:4:\"path\";s:14:\"/blog/2018/12/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"December, 2018 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: December 2018 Appeals Inventory and Forms Review of Workers Compensation Board Schedule Loss \";s:7:\"indexed\";b:0;}s:32:\"33f5d199730ed0daa2bd6f7ef88fc0bc\";a:9:{s:4:\"hash\";s:32:\"33f5d199730ed0daa2bd6f7ef88fc0bc\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/appeals-inventory-and-forms/\";s:4:\"path\";s:42:\"/blog/2018/12/appeals-inventory-and-forms/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:69:\"Appeals Inventory and Forms | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Appeals Inventory and Forms Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired \";s:7:\"indexed\";b:0;}s:32:\"a32764fb2a9e5048c9fec8939237156f\";a:9:{s:4:\"hash\";s:32:\"a32764fb2a9e5048c9fec8939237156f\";s:3:\"url\";s:210:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\";s:4:\"path\";s:124:\"/blog/2018/12/review-of-workers-compensation-board-schedule-loss-of-use-frequently-asked-questions-and-new-permanency-forms/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:151:\"Review of Workers Compensation Board Schedule Loss of Use Frequently Asked Questions and New Permanency Forms | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Review of Workers Compensation Board Schedule Loss of Use Frequently Asked Questions and New Permane\";s:7:\"indexed\";b:0;}s:32:\"530f72d4e3d655d2654da73c54b2bf67\";a:9:{s:4:\"hash\";s:32:\"530f72d4e3d655d2654da73c54b2bf67\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/\";s:4:\"path\";s:11:\"/blog/2019/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2019 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2019 Melissa A. Day, Esq. invited to join Buffalo Business First Leadership Trust Claimants co\";s:7:\"indexed\";b:0;}s:32:\"38f440ec12a9cd611f3bb53351c3f898\";a:9:{s:4:\"hash\";s:32:\"38f440ec12a9cd611f3bb53351c3f898\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/05/\";s:4:\"path\";s:14:\"/blog/2019/05/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:51:\"May, 2019 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: May 2019 Claimants conviction of unlawful manufacture of methamphetamine does not amount to a\";s:7:\"indexed\";b:0;}s:32:\"59aa97f8f75e573c51beca320ad0b815\";a:9:{s:4:\"hash\";s:32:\"59aa97f8f75e573c51beca320ad0b815\";s:3:\"url\";s:119:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/05/a-new-quest-begins/\";s:4:\"path\";s:33:\"/blog/2019/05/a-new-quest-begins/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"A New Quest Begins | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"A New Quest Begins Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being \";s:7:\"indexed\";b:0;}s:32:\"6f0d2b7f0b0836fb83bc2521a474c3cb\";a:9:{s:4:\"hash\";s:32:\"6f0d2b7f0b0836fb83bc2521a474c3cb\";s:3:\"url\";s:184:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\";s:4:\"path\";s:98:\"/blog/2019/05/amendments-to-2017-not-retroactive-if-ppd-claimant-was-not-attached-to-labor-market/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:125:\"Amendments to 2017 not retroactive if PPD claimant was not attached to labor market | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Amendments to 2017 not retroactive if PPD claimant was not attached to labor market Recent Posts Arc\";s:7:\"indexed\";b:0;}s:32:\"2a43f185bb1cfecea28a7414b483396e\";a:9:{s:4:\"hash\";s:32:\"2a43f185bb1cfecea28a7414b483396e\";s:3:\"url\";s:211:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/05/claimants-conviction-of-unlawful-manufacture-of-methamphetamine-does-not-amount-to-a-violation-under-wcl-114-a/\";s:4:\"path\";s:125:\"/blog/2019/05/claimants-conviction-of-unlawful-manufacture-of-methamphetamine-does-not-amount-to-a-violation-under-wcl-114-a/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:154:\"Claimant\'s conviction of unlawful manufacture of methamphetamine does not amount to a violation under WCL 114-a. | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Claimants conviction of unlawful manufacture of methamphetamine does not amount to a violation under\";s:7:\"indexed\";b:0;}s:32:\"f9633f0fae860a3762e6ccbb34a1a51e\";a:9:{s:4:\"hash\";s:32:\"f9633f0fae860a3762e6ccbb34a1a51e\";s:3:\"url\";s:118:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/05/lwec-incontinence/\";s:4:\"path\";s:32:\"/blog/2019/05/lwec-incontinence/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:61:\"LWEC & Incontinence | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LWEC & Incontinence Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of B\";s:7:\"indexed\";b:0;}s:32:\"0c0f531f8e6b9becb352da2c1e945181\";a:9:{s:4:\"hash\";s:32:\"0c0f531f8e6b9becb352da2c1e945181\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/07/\";s:4:\"path\";s:14:\"/blog/2019/07/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"July, 2019 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: July 2019 Melissa A. Day, Esq. invited to join Buffalo Business First Leadership Trust Recent\";s:7:\"indexed\";b:0;}s:32:\"64ca23be1461329ac521ef079b8d2c76\";a:9:{s:4:\"hash\";s:32:\"64ca23be1461329ac521ef079b8d2c76\";s:3:\"url\";s:174:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2019/07/melissa-a-day-esq-invited-to-join-buffalo-business-first-leadership-trust/\";s:4:\"path\";s:88:\"/blog/2019/07/melissa-a-day-esq-invited-to-join-buffalo-business-first-leadership-trust/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:118:\"Melissa A. Day, Esq. invited to join Buffalo Business First Leadership Trust | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Melissa A. Day, Esq. invited to join Buffalo Business First Leadership Trust Recent Posts Archives C\";s:7:\"indexed\";b:0;}s:32:\"dbd3dfd5caee076f8ee9b76fb7e79e44\";a:9:{s:4:\"hash\";s:32:\"dbd3dfd5caee076f8ee9b76fb7e79e44\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/\";s:4:\"path\";s:11:\"/blog/2020/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2020 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2020 Successful Disallowance! Another Win for The Law Offices of Melissa A. Day! A Win for The\";s:7:\"indexed\";b:0;}s:32:\"01566ed8cf77ead0624195e93bb07411\";a:9:{s:4:\"hash\";s:32:\"01566ed8cf77ead0624195e93bb07411\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/06/\";s:4:\"path\";s:14:\"/blog/2020/06/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"June, 2020 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: June 2020 Proposed Changes to 300.22 and 300.23 Overpayments Recent Posts Archives Categorie\";s:7:\"indexed\";b:0;}s:32:\"53bf9cc231f1a041ef61c05e4a19c616\";a:9:{s:4:\"hash\";s:32:\"53bf9cc231f1a041ef61c05e4a19c616\";s:3:\"url\";s:163:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/06/proposed-changes-to-%c2%a7%c2%a7300-22-and-300-23-overpayments/\";s:4:\"path\";s:77:\"/blog/2020/06/proposed-changes-to-%c2%a7%c2%a7300-22-and-300-23-overpayments/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:100:\"Proposed Changes to §§300.22 and 300.23 – Overpayments | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Proposed Changes to 300.22 and 300.23 Overpayments Recent Posts Archives Categories Contact/Refer A\";s:7:\"indexed\";b:0;}s:32:\"f3ed334d2cefc7cfa4e9838ab17abacf\";a:9:{s:4:\"hash\";s:32:\"f3ed334d2cefc7cfa4e9838ab17abacf\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/\";s:4:\"path\";s:14:\"/blog/2020/07/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"July, 2020 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: July 2020 Successful Disallowance! Another Win for The Law Offices of Melissa A. Day! A Win f\";s:7:\"indexed\";b:0;}s:32:\"6b2be5ae250a54ad62ac0871bedc0486\";a:9:{s:4:\"hash\";s:32:\"6b2be5ae250a54ad62ac0871bedc0486\";s:3:\"url\";s:143:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\";s:4:\"path\";s:57:\"/blog/2020/07/a-win-for-the-law-offices-of-melissa-a-day/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:85:\"A Win for The Law Offices of Melissa A. Day | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"A Win for The Law Offices of Melissa A. Day Recent Posts Archives Categories Contact/Refer A Claim I\";s:7:\"indexed\";b:0;}s:32:\"6324f12ca242f45ea5839912170e1749\";a:9:{s:4:\"hash\";s:32:\"6324f12ca242f45ea5839912170e1749\";s:3:\"url\";s:149:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\";s:4:\"path\";s:63:\"/blog/2020/07/another-win-for-the-law-offices-of-melissa-a-day/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:92:\"Another Win for The Law Offices of Melissa A. Day! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Another Win for The Law Offices of Melissa A. Day! Recent Posts Archives Categories Contact/Refer A \";s:7:\"indexed\";b:0;}s:32:\"18f672e85d330b80b275b7dc40d45700\";a:9:{s:4:\"hash\";s:32:\"18f672e85d330b80b275b7dc40d45700\";s:3:\"url\";s:124:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2020/07/successful-disallowance/\";s:4:\"path\";s:38:\"/blog/2020/07/successful-disallowance/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"Successful Disallowance! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Successful Disallowance! Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of \";s:7:\"indexed\";b:0;}s:32:\"d1d5dbafed2be6cfbd70bd3c277bee5e\";a:9:{s:4:\"hash\";s:32:\"d1d5dbafed2be6cfbd70bd3c277bee5e\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/\";s:4:\"path\";s:11:\"/blog/2021/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:46:\"2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Year: 2021 Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of Use Surveilla\";s:7:\"indexed\";b:0;}s:32:\"f09ba048074f2f435c0c4e5de7298581\";a:9:{s:4:\"hash\";s:32:\"f09ba048074f2f435c0c4e5de7298581\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/\";s:4:\"path\";s:14:\"/blog/2021/01/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"January, 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: January 2021 Fraud in the Family Claimant Doing Other Work while Receiving Comp Benefits How\";s:7:\"indexed\";b:0;}s:32:\"276ab71146c570154ff6c4fabbf51d4d\";a:9:{s:4:\"hash\";s:32:\"276ab71146c570154ff6c4fabbf51d4d\";s:3:\"url\";s:181:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\";s:4:\"path\";s:95:\"/blog/2021/01/doubling-down-2-hearing-loss-claims-for-the-same-claimant-denied-on-the-same-day/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:126:\"Doubling Down – 2 Hearing Loss Claims for the Same Claimant Denied on the Same Day | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Doubling Down 2 Hearing Loss Claims for the Same Claimant Denied on the Same Day Recent Posts Archi\";s:7:\"indexed\";b:0;}s:32:\"e84bc2290d5553ad7eb8709c034eb816\";a:9:{s:4:\"hash\";s:32:\"e84bc2290d5553ad7eb8709c034eb816\";s:3:\"url\";s:176:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\";s:4:\"path\";s:90:\"/blog/2021/01/fraud-in-the-family-claimant-doing-other-work-while-receiving-comp-benefits/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:121:\"Fraud in the Family – Claimant Doing Other Work while Receiving Comp Benefits | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Fraud in the Family Claimant Doing Other Work while Receiving Comp Benefits Recent Posts Archives C\";s:7:\"indexed\";b:0;}s:32:\"bf12f9f65ae7ec95c40f6aa54e84049e\";a:9:{s:4:\"hash\";s:32:\"bf12f9f65ae7ec95c40f6aa54e84049e\";s:3:\"url\";s:170:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\";s:4:\"path\";s:84:\"/blog/2021/01/how-change-in-conditions-for-classified-claimants-changed-drastically/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:111:\"How Change in Conditions for Classified Claimants Changed Drastically | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"How Change in Conditions for Classified Claimants Changed Drastically Recent Posts Archives Categori\";s:7:\"indexed\";b:0;}s:32:\"e058238ea8444a1c0eeab27579cd78d2\";a:9:{s:4:\"hash\";s:32:\"e058238ea8444a1c0eeab27579cd78d2\";s:3:\"url\";s:128:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/01/success-with-wcl-section-18/\";s:4:\"path\";s:42:\"/blog/2021/01/success-with-wcl-section-18/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:69:\"Success with WCL Section 18 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Success with WCL Section 18 Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired \";s:7:\"indexed\";b:0;}s:32:\"a365d4afc71b746384da39ecc2983567\";a:9:{s:4:\"hash\";s:32:\"a365d4afc71b746384da39ecc2983567\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/\";s:4:\"path\";s:14:\"/blog/2021/02/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:56:\"February, 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: February 2021 Occupational Disease Claims after Matter of Pinnacle Industries II, LLC (2019 N\";s:7:\"indexed\";b:0;}s:32:\"adc0ad783698e0d533c3adbef0cf655f\";a:9:{s:4:\"hash\";s:32:\"adc0ad783698e0d533c3adbef0cf655f\";s:3:\"url\";s:135:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/independent-contractor-or-employee/\";s:4:\"path\";s:49:\"/blog/2021/02/independent-contractor-or-employee/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:76:\"Independent Contractor or Employee | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Independent Contractor or Employee Recent Posts Archives Categories Contact/Refer A Claim If You Are\";s:7:\"indexed\";b:0;}s:32:\"1e35d72c5abeba0ee4894573dd10c51e\";a:9:{s:4:\"hash\";s:32:\"1e35d72c5abeba0ee4894573dd10c51e\";s:3:\"url\";s:164:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\";s:4:\"path\";s:78:\"/blog/2021/02/no-error-of-law-or-fact-in-an-application-for-full-board-review/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:105:\"No Error of Law or Fact In An Application For Full Board Review | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"No Error of Law or Fact In An Application For Full Board Review Recent Posts Archives Categories Con\";s:7:\"indexed\";b:0;}s:32:\"8dcd14184972da5250db9b8b6878215a\";a:9:{s:4:\"hash\";s:32:\"8dcd14184972da5250db9b8b6878215a\";s:3:\"url\";s:177:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\";s:4:\"path\";s:91:\"/blog/2021/02/no-further-causally-related-disability-due-to-intervening-unrelated-accident/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:118:\"No Further Causally Related Disability Due to Intervening Unrelated Accident | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"No Further Causally Related Disability Due to Intervening Unrelated Accident Recent Posts Archives C\";s:7:\"indexed\";b:0;}s:32:\"556d30924e0521d019530a01b122d638\";a:9:{s:4:\"hash\";s:32:\"556d30924e0521d019530a01b122d638\";s:3:\"url\";s:197:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\";s:4:\"path\";s:111:\"/blog/2021/02/occupational-disease-claims-after-matter-of-pinnacle-industries-ii-llc-2019-ny-wrk-comp-g2020587/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:141:\"Occupational Disease Claims after Matter of Pinnacle Industries II, LLC (2019 NY Wrk Comp G2020587) | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Occupational Disease Claims after Matter of Pinnacle Industries II, LLC (2019 NY Wrk Comp G2020587) \";s:7:\"indexed\";b:0;}s:32:\"a00a6bb792e03ca2c2a8820f5c503995\";a:9:{s:4:\"hash\";s:32:\"a00a6bb792e03ca2c2a8820f5c503995\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/\";s:4:\"path\";s:14:\"/blog/2021/03/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"March, 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: March 2021 When Do Work From Home Accidents Occur in the Scope and Course of Employment? Thou\";s:7:\"indexed\";b:0;}s:32:\"db960ac7788d9cbd1b794724e8b271fa\";a:9:{s:4:\"hash\";s:32:\"db960ac7788d9cbd1b794724e8b271fa\";s:3:\"url\";s:146:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/genduso-and-total-joint-replacement-schedules/\";s:4:\"path\";s:60:\"/blog/2021/03/genduso-and-total-joint-replacement-schedules/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:87:\"Genduso and Total Joint Replacement Schedules | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Genduso and Total Joint Replacement Schedules Recent Posts Archives Categories Contact/Refer A Claim\";s:7:\"indexed\";b:0;}s:32:\"c3858356cac4cf74681a6b983da37988\";a:9:{s:4:\"hash\";s:32:\"c3858356cac4cf74681a6b983da37988\";s:3:\"url\";s:158:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/thoughts-on-thinking-a-strange-title-about-practicing-law/\";s:4:\"path\";s:72:\"/blog/2021/03/thoughts-on-thinking-a-strange-title-about-practicing-law/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:101:\"Thoughts on Thinking: A Strange Title About Practicing Law | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Thoughts on Thinking: A Strange Title About Practicing Law Recent Posts Archives Categories Contact/\";s:7:\"indexed\";b:0;}s:32:\"f63c54f4046b4793532fa6e11ee3c2fa\";a:9:{s:4:\"hash\";s:32:\"f63c54f4046b4793532fa6e11ee3c2fa\";s:3:\"url\";s:177:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\";s:4:\"path\";s:91:\"/blog/2021/03/when-do-work-from-home-accidents-occur-in-the-scope-and-course-of-employment/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:119:\"When Do Work From Home Accidents Occur in the Scope and Course of Employment? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"When Do Work From Home Accidents Occur in the Scope and Course of Employment? Recent Posts Archives \";s:7:\"indexed\";b:0;}s:32:\"86fd9b96f566d7925a4063cacb9b6932\";a:9:{s:4:\"hash\";s:32:\"86fd9b96f566d7925a4063cacb9b6932\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/\";s:4:\"path\";s:14:\"/blog/2021/04/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:53:\"April, 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: April 2021 Social Media and Fraud Youd Be Surprised What People Post! Never Give In! Disallo\";s:7:\"indexed\";b:0;}s:32:\"d0752eb388939813a2c254d955be8c16\";a:9:{s:4:\"hash\";s:32:\"d0752eb388939813a2c254d955be8c16\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/an-interesting-ime-development/\";s:4:\"path\";s:45:\"/blog/2021/04/an-interesting-ime-development/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:74:\"An \"Interesting\" IME Development | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"An Interesting IME Development Recent Posts Archives Categories Contact/Refer A Claim If You Are Tir\";s:7:\"indexed\";b:0;}s:32:\"d0b81e4f99d35a55b55c080adec9aebe\";a:9:{s:4:\"hash\";s:32:\"d0b81e4f99d35a55b55c080adec9aebe\";s:3:\"url\";s:131:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/never-give-in-disallowance-win/\";s:4:\"path\";s:45:\"/blog/2021/04/never-give-in-disallowance-win/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:74:\"Never Give In! Disallowance Win! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Never Give In! Disallowance Win! Recent Posts Archives Categories Contact/Refer A Claim If You Are T\";s:7:\"indexed\";b:0;}s:32:\"956fea5ea27234121a95ee3a4127b45e\";a:9:{s:4:\"hash\";s:32:\"956fea5ea27234121a95ee3a4127b45e\";s:3:\"url\";s:172:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\";s:4:\"path\";s:86:\"/blog/2021/04/section-44-not-even-a-portion-of-liability-for-the-occupational-disease/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:114:\"Section 44: Not Even a Portion of Liability For The Occupational Disease | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Section 44: Not Even a Portion of Liability For The Occupational Disease Recent Posts Archives Categ\";s:7:\"indexed\";b:0;}s:32:\"c3839ac292554099bbe54f71257c4fb0\";a:9:{s:4:\"hash\";s:32:\"c3839ac292554099bbe54f71257c4fb0\";s:3:\"url\";s:158:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/04/social-media-and-fraud-youd-be-surprised-what-people-post/\";s:4:\"path\";s:72:\"/blog/2021/04/social-media-and-fraud-youd-be-surprised-what-people-post/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:105:\"Social Media and Fraud – You\'d Be Surprised What People Post! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Social Media and Fraud Youd Be Surprised What People Post! Recent Posts Archives Categories Contact\";s:7:\"indexed\";b:0;}s:32:\"f89aa744b2d949da9dabe26cdc558560\";a:9:{s:4:\"hash\";s:32:\"f89aa744b2d949da9dabe26cdc558560\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/\";s:4:\"path\";s:14:\"/blog/2021/05/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:51:\"May, 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: May 2021 Labor Market Attachment and Retirement Claim Disallowance With Unanimous Medical Opi\";s:7:\"indexed\";b:0;}s:32:\"a245b6b9c997a2219b96a7fa6abe39a6\";a:9:{s:4:\"hash\";s:32:\"a245b6b9c997a2219b96a7fa6abe39a6\";s:3:\"url\";s:177:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\";s:4:\"path\";s:91:\"/blog/2021/05/claim-disallowance-with-unanimous-medical-opinion-giving-causal-relationship/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:118:\"Claim Disallowance With Unanimous Medical Opinion Giving Causal Relationship | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Claim Disallowance With Unanimous Medical Opinion Giving Causal Relationship Recent Posts Archives C\";s:7:\"indexed\";b:0;}s:32:\"822c970b4beb560360f2cfba713d7614\";a:9:{s:4:\"hash\";s:32:\"822c970b4beb560360f2cfba713d7614\";s:3:\"url\";s:194:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/employers-do-not-have-to-prove-prejudice-by-late-notice-but-it-certainly-doesnt-hurt-to-do-so/\";s:4:\"path\";s:108:\"/blog/2021/05/employers-do-not-have-to-prove-prejudice-by-late-notice-but-it-certainly-doesnt-hurt-to-do-so/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:138:\"Employers Do Not Have to Prove Prejudice by Late Notice, but it Certainly Doesn\'t Hurt To Do So! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Employers Do Not Have to Prove Prejudice by Late Notice, but it Certainly Doesnt Hurt To Do So! Rece\";s:7:\"indexed\";b:0;}s:32:\"3aa943cc4bc91b81b56f2fd521d9d076\";a:9:{s:4:\"hash\";s:32:\"3aa943cc4bc91b81b56f2fd521d9d076\";s:3:\"url\";s:139:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/labor-market-attachment-and-retirement/\";s:4:\"path\";s:53:\"/blog/2021/05/labor-market-attachment-and-retirement/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:80:\"Labor Market Attachment and Retirement | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Labor Market Attachment and Retirement Recent Posts Archives Categories Contact/Refer A Claim If You\";s:7:\"indexed\";b:0;}s:32:\"1b38baa05865a9f57d60f76feed90a32\";a:9:{s:4:\"hash\";s:32:\"1b38baa05865a9f57d60f76feed90a32\";s:3:\"url\";s:166:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\";s:4:\"path\";s:80:\"/blog/2021/05/the-claimants-burden-proving-the-causal-relationship-of-an-injury/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:109:\"The Claimant\'s Burden: Proving the Causal Relationship of an Injury | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"The Claimants Burden: Proving the Causal Relationship of an Injury Recent Posts Archives Categories \";s:7:\"indexed\";b:0;}s:32:\"2bae348b21c9cf6f94c73da6c6ea9221\";a:9:{s:4:\"hash\";s:32:\"2bae348b21c9cf6f94c73da6c6ea9221\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/06/\";s:4:\"path\";s:14:\"/blog/2021/06/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"June, 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: June 2021 Third Deparment Decision: Disputing Causal Relationship Stipulations, Reimbursement\";s:7:\"indexed\";b:0;}s:32:\"5b288cef2c963aa20d19e2aa50d754c1\";a:9:{s:4:\"hash\";s:32:\"5b288cef2c963aa20d19e2aa50d754c1\";s:3:\"url\";s:148:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/06/stipulations-reimbursements-underpayments-oh-my/\";s:4:\"path\";s:62:\"/blog/2021/06/stipulations-reimbursements-underpayments-oh-my/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:93:\"Stipulations, Reimbursements, Underpayments. Oh My! | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Stipulations, Reimbursements, Underpayments. Oh My! Recent Posts Archives Categories Contact/Refer A\";s:7:\"indexed\";b:0;}s:32:\"e8f7d03d328f4d70fbebe790665a8019\";a:9:{s:4:\"hash\";s:32:\"e8f7d03d328f4d70fbebe790665a8019\";s:3:\"url\";s:155:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\";s:4:\"path\";s:69:\"/blog/2021/06/third-deparment-decision-disputing-causal-relationship/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:97:\"Third Deparment Decision: Disputing Causal Relationship | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Third Deparment Decision: Disputing Causal Relationship Recent Posts Archives Categories Contact/Ref\";s:7:\"indexed\";b:0;}s:32:\"c71fdc2d0013aa24ad6368faf304d13b\";a:9:{s:4:\"hash\";s:32:\"c71fdc2d0013aa24ad6368faf304d13b\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/\";s:4:\"path\";s:14:\"/blog/2021/07/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:52:\"July, 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: July 2021 An Exploration of Legal Apportionment Carpal Tunnel and Causal Relation Not Always \";s:7:\"indexed\";b:0;}s:32:\"67e0c343334568b1192c867ea679df3b\";a:9:{s:4:\"hash\";s:32:\"67e0c343334568b1192c867ea679df3b\";s:3:\"url\";s:138:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/an-exploration-of-legal-apportionment/\";s:4:\"path\";s:52:\"/blog/2021/07/an-exploration-of-legal-apportionment/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:81:\"An Exploration of \"Legal Apportionment\" | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"An Exploration of Legal Apportionment Recent Posts Archives Categories Contact/Refer A Claim If You \";s:7:\"indexed\";b:0;}s:32:\"df1a9925532ba875a7495de4ff003c4c\";a:9:{s:4:\"hash\";s:32:\"df1a9925532ba875a7495de4ff003c4c\";s:3:\"url\";s:158:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\";s:4:\"path\";s:72:\"/blog/2021/07/carpal-tunnel-and-causal-relation-not-always-so-clear-cut/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:99:\"Carpal Tunnel and Causal Relation Not Always So Clear-Cut | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Carpal Tunnel and Causal Relation Not Always So Clear-Cut Recent Posts Archives Categories Contact/R\";s:7:\"indexed\";b:0;}s:32:\"08094d1065527b8003f6df79dd706443\";a:9:{s:4:\"hash\";s:32:\"08094d1065527b8003f6df79dd706443\";s:3:\"url\";s:116:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/its-no-accident/\";s:4:\"path\";s:30:\"/blog/2021/07/its-no-accident/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"It\'s No Accident | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Its No Accident Recent Posts Archives Categories Contact/Refer A Claim If You Are Tired Of Being Tre\";s:7:\"indexed\";b:0;}s:32:\"5be51fe3b8e44c8fe1fab06d0b62f4d5\";a:9:{s:4:\"hash\";s:32:\"5be51fe3b8e44c8fe1fab06d0b62f4d5\";s:3:\"url\";s:152:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\";s:4:\"path\";s:66:\"/blog/2021/07/pain-is-not-enough-for-prima-facie-medical-evidence/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:93:\"Pain is Not Enough for Prima Facie Medical Evidence | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Pain is Not Enough for Prima Facie Medical Evidence Recent Posts Archives Categories Contact/Refer A\";s:7:\"indexed\";b:0;}s:32:\"2137f882422a82f9a4e3f376f146fbb6\";a:9:{s:4:\"hash\";s:32:\"2137f882422a82f9a4e3f376f146fbb6\";s:3:\"url\";s:100:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/08/\";s:4:\"path\";s:14:\"/blog/2021/08/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:54:\"August, 2021 | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Month: August 2021 Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of Use S\";s:7:\"indexed\";b:0;}s:32:\"c5e6fade6822445e55f818c37eca7c19\";a:9:{s:4:\"hash\";s:32:\"c5e6fade6822445e55f818c37eca7c19\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/08/disallowance-due-to-intoxication/\";s:4:\"path\";s:47:\"/blog/2021/08/disallowance-due-to-intoxication/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:74:\"Disallowance Due to Intoxication | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Disallowance Due to Intoxication Recent Posts Archives Categories Contact/Refer A Claim If You Are T\";s:7:\"indexed\";b:0;}s:32:\"5cd9d23240f5f9ad3513e73d8f880553\";a:9:{s:4:\"hash\";s:32:\"5cd9d23240f5f9ad3513e73d8f880553\";s:3:\"url\";s:136:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/08/surveillance-social-mediasection-32/\";s:4:\"path\";s:50:\"/blog/2021/08/surveillance-social-mediasection-32/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:82:\"Surveillance, Social Media…Section 32? | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Surveillance, Social MediaSection 32? Recent Posts Archives Categories Contact/Refer A Claim If You \";s:7:\"indexed\";b:0;}s:32:\"6334e0685a66f60a6e9874624825962e\";a:9:{s:4:\"hash\";s:32:\"6334e0685a66f60a6e9874624825962e\";s:3:\"url\";s:180:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\";s:4:\"path\";s:94:\"/blog/2021/08/using-the-contralateral-limb-as-a-baseline-for-calculating-schedule-loss-of-use/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:121:\"Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of Use | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of Use Recent Posts Archive\";s:7:\"indexed\";b:0;}s:32:\"d8e0f9f58ec9255ece3a86b4cb389fff\";a:9:{s:4:\"hash\";s:32:\"d8e0f9f58ec9255ece3a86b4cb389fff\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/page/2/\";s:4:\"path\";s:18:\"/blog/2021/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"2021 | The Law Offices of Melissa A. Day, PLLC - Part 2\";s:4:\"body\";s:100:\"Year: 2021 Claim Disallowance With Unanimous Medical Opinion Giving Causal Relationship Employers Do\";s:7:\"indexed\";b:0;}s:32:\"01e632ea61af8382ca9c939a07fbbc16\";a:9:{s:4:\"hash\";s:32:\"01e632ea61af8382ca9c939a07fbbc16\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/2021/page/3/\";s:4:\"path\";s:18:\"/blog/2021/page/3/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:55:\"2021 | The Law Offices of Melissa A. Day, PLLC - Part 3\";s:4:\"body\";s:100:\"Year: 2021 Occupational Disease Claims after Matter of Pinnacle Industries II, LLC (2019 NY Wrk Comp\";s:7:\"indexed\";b:0;}s:32:\"882f944ce26fa5667b878fcca818b6b4\";a:9:{s:4:\"hash\";s:32:\"882f944ce26fa5667b878fcca818b6b4\";s:3:\"url\";s:108:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/im-mad/\";s:4:\"path\";s:22:\"/blog/category/im-mad/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:49:\"I\'m MAD | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Im MAD A Win for The Law Offices of Melissa A. Day Proposed Changes to 300.22 and 300.23 Overpaymen\";s:7:\"indexed\";b:0;}s:32:\"3e4c69461ea6d21f2a9eeb3a466e4202\";a:9:{s:4:\"hash\";s:32:\"3e4c69461ea6d21f2a9eeb3a466e4202\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/mad-news/\";s:4:\"path\";s:24:\"/blog/category/mad-news/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:50:\"MAD News | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"MAD News Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of Use Surveillanc\";s:7:\"indexed\";b:0;}s:32:\"101ea2b5ab08ec60bc70b5046f444357\";a:9:{s:4:\"hash\";s:32:\"101ea2b5ab08ec60bc70b5046f444357\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/mad-news/page/2/\";s:4:\"path\";s:31:\"/blog/category/mad-news/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"MAD News | The Law Offices of Melissa A. Day, PLLC - Part 2\";s:4:\"body\";s:100:\"MAD News Claim Disallowance With Unanimous Medical Opinion Giving Causal Relationship Employers Do N\";s:7:\"indexed\";b:0;}s:32:\"e6ae13ab4b173905175c60b1fa44e3ab\";a:9:{s:4:\"hash\";s:32:\"e6ae13ab4b173905175c60b1fa44e3ab\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/mad-news/page/3/\";s:4:\"path\";s:31:\"/blog/category/mad-news/page/3/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"MAD News | The Law Offices of Melissa A. Day, PLLC - Part 3\";s:4:\"body\";s:100:\"MAD News Occupational Disease Claims after Matter of Pinnacle Industries II, LLC (2019 NY Wrk Comp G\";s:7:\"indexed\";b:0;}s:32:\"fc8ab43267ed4615cb840137983f7f8a\";a:9:{s:4:\"hash\";s:32:\"fc8ab43267ed4615cb840137983f7f8a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/mad-news/page/4/\";s:4:\"path\";s:31:\"/blog/category/mad-news/page/4/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"MAD News | The Law Offices of Melissa A. Day, PLLC - Part 4\";s:4:\"body\";s:100:\"MAD News A Win for The Law Offices of Melissa A. Day Proposed Changes to 300.22 and 300.23 Overpaym\";s:7:\"indexed\";b:0;}s:32:\"7d954d0c4562025db281629651dd8f91\";a:9:{s:4:\"hash\";s:32:\"7d954d0c4562025db281629651dd8f91\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/mad-news/page/5/\";s:4:\"path\";s:31:\"/blog/category/mad-news/page/5/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"MAD News | The Law Offices of Melissa A. Day, PLLC - Part 5\";s:4:\"body\";s:100:\"MAD News Youre claiming what?!? New SLU Guidelines Presentation by the Board United States Supreme C\";s:7:\"indexed\";b:0;}s:32:\"4f856a803876e35f80a23ceccd0fd53a\";a:9:{s:4:\"hash\";s:32:\"4f856a803876e35f80a23ceccd0fd53a\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/mad-news/page/6/\";s:4:\"path\";s:31:\"/blog/category/mad-news/page/6/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"MAD News | The Law Offices of Melissa A. Day, PLLC - Part 6\";s:4:\"body\";s:100:\"MAD News TO WEAN, OR NOT TO WEAN, THAT IS THE QUESTION. Reopened Cases NY Allows Employer to An Empl\";s:7:\"indexed\";b:0;}s:32:\"16f881840c0dccf28122486ee1aebd97\";a:9:{s:4:\"hash\";s:32:\"16f881840c0dccf28122486ee1aebd97\";s:3:\"url\";s:117:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/mad-news/page/7/\";s:4:\"path\";s:31:\"/blog/category/mad-news/page/7/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"MAD News | The Law Offices of Melissa A. Day, PLLC - Part 7\";s:4:\"body\";s:100:\"MAD News Non-Acute Pain Treatment Guidelines Test Your NY Workers Compensation Chops Liability for T\";s:7:\"indexed\";b:0;}s:32:\"0d9970a57d14cccc7e0ef4404f971a3e\";a:9:{s:4:\"hash\";s:32:\"0d9970a57d14cccc7e0ef4404f971a3e\";s:3:\"url\";s:126:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/nys-workers-compensation/\";s:4:\"path\";s:40:\"/blog/category/nys-workers-compensation/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"NYS Workers Compensation Using the Contralateral Limb as a Baseline for Calculating Schedule Loss of\";s:7:\"indexed\";b:0;}s:32:\"bb84396713bd500f9403ca92026aab71\";a:9:{s:4:\"hash\";s:32:\"bb84396713bd500f9403ca92026aab71\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/nys-workers-compensation/page/2/\";s:4:\"path\";s:47:\"/blog/category/nys-workers-compensation/page/2/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC - Part 2\";s:4:\"body\";s:100:\"NYS Workers Compensation Claim Disallowance With Unanimous Medical Opinion Giving Causal Relationshi\";s:7:\"indexed\";b:0;}s:32:\"431f17c7810bc40019b97e244d8bdc7f\";a:9:{s:4:\"hash\";s:32:\"431f17c7810bc40019b97e244d8bdc7f\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/nys-workers-compensation/page/3/\";s:4:\"path\";s:47:\"/blog/category/nys-workers-compensation/page/3/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC - Part 3\";s:4:\"body\";s:100:\"NYS Workers Compensation Occupational Disease Claims after Matter of Pinnacle Industries II, LLC (20\";s:7:\"indexed\";b:0;}s:32:\"a5b1965f0a00012ac04dcac82ceb02a3\";a:9:{s:4:\"hash\";s:32:\"a5b1965f0a00012ac04dcac82ceb02a3\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/nys-workers-compensation/page/4/\";s:4:\"path\";s:47:\"/blog/category/nys-workers-compensation/page/4/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC - Part 4\";s:4:\"body\";s:100:\"NYS Workers Compensation A Win for The Law Offices of Melissa A. Day Proposed Changes to 300.22 and \";s:7:\"indexed\";b:0;}s:32:\"7d6f27825ee96f8bfb4644b0b2314c7b\";a:9:{s:4:\"hash\";s:32:\"7d6f27825ee96f8bfb4644b0b2314c7b\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/nys-workers-compensation/page/5/\";s:4:\"path\";s:47:\"/blog/category/nys-workers-compensation/page/5/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC - Part 5\";s:4:\"body\";s:100:\"NYS Workers Compensation Youre claiming what?!? New SLU Guidelines Presentation by the Board United \";s:7:\"indexed\";b:0;}s:32:\"141f6ddc36c7cf5261f2e0869bca68ef\";a:9:{s:4:\"hash\";s:32:\"141f6ddc36c7cf5261f2e0869bca68ef\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/nys-workers-compensation/page/6/\";s:4:\"path\";s:47:\"/blog/category/nys-workers-compensation/page/6/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC - Part 6\";s:4:\"body\";s:100:\"NYS Workers Compensation An Underwriting Nightmare Come True Hearing Loss becomes Hearing Win Non Ac\";s:7:\"indexed\";b:0;}s:32:\"885120e30fd97b848b643bf027cc957d\";a:9:{s:4:\"hash\";s:32:\"885120e30fd97b848b643bf027cc957d\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/nys-workers-compensation/page/7/\";s:4:\"path\";s:47:\"/blog/category/nys-workers-compensation/page/7/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC - Part 7\";s:4:\"body\";s:100:\"NYS Workers Compensation DID YOU KNOW? The 2nd Circuit certified a question to the NY Court of Appea\";s:7:\"indexed\";b:0;}s:32:\"6651bbe40a388ab4ef558248e4173c63\";a:9:{s:4:\"hash\";s:32:\"6651bbe40a388ab4ef558248e4173c63\";s:3:\"url\";s:133:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/category/nys-workers-compensation/page/8/\";s:4:\"path\";s:47:\"/blog/category/nys-workers-compensation/page/8/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:75:\"NYS Workers Compensation | The Law Offices of Melissa A. Day, PLLC - Part 8\";s:4:\"body\";s:100:\"NYS Workers Compensation DID YOU KNOW? FACEBOOK PAGES ARE NOT CONSIDERED SURVEILLANCE THAT HAS TO BE\";s:7:\"indexed\";b:0;}s:32:\"4c32f4a52b3ef37903686dfd7ecd7a56\";a:9:{s:4:\"hash\";s:32:\"4c32f4a52b3ef37903686dfd7ecd7a56\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/lomad-newsletter/\";s:4:\"path\";s:23:\"/blog/lomad-newsletter/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"LOMAD Newsletter | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"LOMAD Newsletter Check out the LOMAD Newsletter by clicking on any of the volumes below! Contact/Ref\";s:7:\"indexed\";b:0;}s:32:\"1d6c1ac35d810ee786dda96d4a2c6105\";a:9:{s:4:\"hash\";s:32:\"1d6c1ac35d810ee786dda96d4a2c6105\";s:3:\"url\";s:110:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/10/?et_blog=/\";s:4:\"path\";s:14:\"/blog/page/10/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 10\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog DID YOU KNOW? IMPLEMENTATION OF THE CHANGES TO TH\";s:7:\"indexed\";b:0;}s:32:\"769bcd258e7fb81943a5cdbd94b7bb02\";a:9:{s:4:\"hash\";s:32:\"769bcd258e7fb81943a5cdbd94b7bb02\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/2/?et_blog=/\";s:4:\"path\";s:13:\"/blog/page/2/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 2\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog Claim Disallowance With Unanimous Medical Opinion\";s:7:\"indexed\";b:0;}s:32:\"513e59915e14f832bf87d5cb9c08e359\";a:9:{s:4:\"hash\";s:32:\"513e59915e14f832bf87d5cb9c08e359\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/3/?et_blog=/\";s:4:\"path\";s:13:\"/blog/page/3/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 3\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog Occupational Disease Claims after Matter of Pinna\";s:7:\"indexed\";b:0;}s:32:\"93d8238fb27eb905af8c20e7ff162d46\";a:9:{s:4:\"hash\";s:32:\"93d8238fb27eb905af8c20e7ff162d46\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/4/?et_blog=/\";s:4:\"path\";s:13:\"/blog/page/4/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 4\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog A Win for The Law Offices of Melissa A. Day Propo\";s:7:\"indexed\";b:0;}s:32:\"c922e01441c0eb6299e064e59dc5bfd7\";a:9:{s:4:\"hash\";s:32:\"c922e01441c0eb6299e064e59dc5bfd7\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/5/?et_blog=/\";s:4:\"path\";s:13:\"/blog/page/5/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 5\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog Youre claiming what?!? United States Supreme Cour\";s:7:\"indexed\";b:0;}s:32:\"d778ee822f4e1ec1076124c34b6a6cb8\";a:9:{s:4:\"hash\";s:32:\"d778ee822f4e1ec1076124c34b6a6cb8\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/6/?et_blog=/\";s:4:\"path\";s:13:\"/blog/page/6/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 6\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog Its the Holiday Season! HAPPY HALLO-WEAN TO WEAN,\";s:7:\"indexed\";b:0;}s:32:\"3e451b7af1643b95f9bf0e96b2dde9fa\";a:9:{s:4:\"hash\";s:32:\"3e451b7af1643b95f9bf0e96b2dde9fa\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/7/?et_blog=/\";s:4:\"path\";s:13:\"/blog/page/7/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 7\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog Claims Handling Performance Answers to the Quiz A\";s:7:\"indexed\";b:0;}s:32:\"ab6cfbcd5bbc54b31862ca0da80d9c20\";a:9:{s:4:\"hash\";s:32:\"ab6cfbcd5bbc54b31862ca0da80d9c20\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/8/?et_blog=/\";s:4:\"path\";s:13:\"/blog/page/8/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 8\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog Hearing Loss becomes Hearing Win An Underwriting \";s:7:\"indexed\";b:0;}s:32:\"d6af9e6e7dcfd67144fc63150285fd62\";a:9:{s:4:\"hash\";s:32:\"d6af9e6e7dcfd67144fc63150285fd62\";s:3:\"url\";s:109:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/blog/page/9/?et_blog=/\";s:4:\"path\";s:13:\"/blog/page/9/\";s:5:\"query\";s:8:\"et_blog=\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:65:\"Blog | The Law Offices of Melissa A. Day, PLLC | Amherst - Part 9\";s:4:\"body\";s:100:\"The Law Offices of Melissa A. Day, PLLC Legal Blog DID YOU KNOW? The 2nd Circuit certified a questio\";s:7:\"indexed\";b:0;}s:32:\"d96dcade7651c38e38a608dddb76acbb\";a:9:{s:4:\"hash\";s:32:\"d96dcade7651c38e38a608dddb76acbb\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/cdn-cgi/l/email-protection/\";s:4:\"path\";s:28:\"/cdn-cgi/l/email-protection/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:29:\"Email Protection | Cloudflare\";s:4:\"body\";s:100:\"Email Protection You are unable to access this email address flsitebuilder.com The website from whic\";s:7:\"indexed\";b:0;}s:32:\"0cc3e1c4c92eb996bebe317d66fef85c\";a:9:{s:4:\"hash\";s:32:\"0cc3e1c4c92eb996bebe317d66fef85c\";s:3:\"url\";s:104:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/\";s:4:\"path\";s:18:\"/client-resources/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Client Resources | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Client Resources Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law \";s:7:\"indexed\";b:0;}s:32:\"d757abef6cdda55afcdb11ddbba0b7ce\";a:9:{s:4:\"hash\";s:32:\"d757abef6cdda55afcdb11ddbba0b7ce\";s:3:\"url\";s:144:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/case-law-updates-lomad-case-law-updates/\";s:4:\"path\";s:58:\"/client-resources/case-law-updates-lomad-case-law-updates/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:58:\"Case Law Updates | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Case Law Updates Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law \";s:7:\"indexed\";b:0;}s:32:\"a9f7255f3a2bbda249a611140a9ff68c\";a:9:{s:4:\"hash\";s:32:\"a9f7255f3a2bbda249a611140a9ff68c\";s:3:\"url\";s:114:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/max-rates/\";s:4:\"path\";s:28:\"/client-resources/max-rates/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:51:\"Max Rates | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"Max Rates Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Offices\";s:7:\"indexed\";b:0;}s:32:\"e6f4ec1ed34b8ac51580cae195d5fc5d\";a:9:{s:4:\"hash\";s:32:\"e6f4ec1ed34b8ac51580cae195d5fc5d\";s:3:\"url\";s:113:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/ppd-caps/\";s:4:\"path\";s:27:\"/client-resources/ppd-caps/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:50:\"PPD Caps | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"PPD Caps Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Offices \";s:7:\"indexed\";b:0;}s:32:\"0876e3f5e61525b806ac976249f03276\";a:9:{s:4:\"hash\";s:32:\"0876e3f5e61525b806ac976249f03276\";s:3:\"url\";s:112:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/client-resources/slu-php/\";s:4:\"path\";s:26:\"/client-resources/slu-php/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:49:\"SLU/PHP | The Law Offices of Melissa A. Day, PLLC\";s:4:\"body\";s:100:\"SLU/PHP Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Offices o\";s:7:\"indexed\";b:0;}s:32:\"f90a52a83084bef69ecf58a120dbe4d8\";a:9:{s:4:\"hash\";s:32:\"f90a52a83084bef69ecf58a120dbe4d8\";s:3:\"url\";s:95:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/contact/\";s:4:\"path\";s:9:\"/contact/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:59:\"Contact | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"Contact Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Offices o\";s:7:\"indexed\";b:0;}s:32:\"c46039c24accd2cdba2f3d0ef9c41140\";a:9:{s:4:\"hash\";s:32:\"c46039c24accd2cdba2f3d0ef9c41140\";s:3:\"url\";s:98:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/disclaimer/\";s:4:\"path\";s:12:\"/disclaimer/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:62:\"Disclaimer | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"Disclaimer Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Office\";s:7:\"indexed\";b:0;}s:32:\"f412affea8ec9d3c992f2a0bc9c4f4c3\";a:9:{s:4:\"hash\";s:32:\"f412affea8ec9d3c992f2a0bc9c4f4c3\";s:3:\"url\";s:95:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/privacy/\";s:4:\"path\";s:9:\"/privacy/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:66:\"Privacy Policy | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"Privacy Policy Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe Law Of\";s:7:\"indexed\";b:0;}s:32:\"9012cfc902b8792033a590c40c648f1a\";a:9:{s:4:\"hash\";s:32:\"9012cfc902b8792033a590c40c648f1a\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/site-map/\";s:4:\"path\";s:10:\"/site-map/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Site Map | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"Site Map Pages People Contact/Refer A Claim If You Are Tired Of Being Treated Like A Number, CallThe\";s:7:\"indexed\";b:0;}s:32:\"94116f0fe8b836032ed0cbacb8c3de44\";a:9:{s:4:\"hash\";s:32:\"94116f0fe8b836032ed0cbacb8c3de44\";s:3:\"url\";s:97:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/the-teams/\";s:4:\"path\";s:11:\"/the-teams/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:61:\"The Team | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"The Team LOMAD Featured Attorney Contact/Refer A Claim If You Are Tired Of Being Treated Like A Numb\";s:7:\"indexed\";b:0;}s:32:\"9243ee179afd8b8a70a508b04d7fe063\";a:9:{s:4:\"hash\";s:32:\"9243ee179afd8b8a70a508b04d7fe063\";s:3:\"url\";s:105:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/the-teams/careers/\";s:4:\"path\";s:19:\"/the-teams/careers/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Careers | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"Careers Check Out All Our Benefits Contact/Refer A Claim If You Are Tired Of Being Treated Like A Nu\";s:7:\"indexed\";b:0;}s:32:\"dd7426ada24202f42a0221fd23f83a57\";a:9:{s:4:\"hash\";s:32:\"dd7426ada24202f42a0221fd23f83a57\";s:3:\"url\";s:123:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/the-teams/workers-compensation-team/\";s:4:\"path\";s:37:\"/the-teams/workers-compensation-team/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:78:\"Workers\' Compensation Team | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"Workers Compensation Team Melissa A. Day Contact/Refer A Claim Managing Attorney James B. Cousins Br\";s:7:\"indexed\";b:0;}s:32:\"a86f9a18cf995d42d00b5c89d7f9e576\";a:9:{s:4:\"hash\";s:32:\"a86f9a18cf995d42d00b5c89d7f9e576\";s:3:\"url\";s:96:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.com/webinars/\";s:4:\"path\";s:10:\"/webinars/\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:60:\"Webinars | The Law Offices of Melissa A. Day, PLLC | Amherst\";s:4:\"body\";s:100:\"Webinar Series Check out LOMADtv click on the picture below to join us live on the 4th Friday of ea\";s:7:\"indexed\";b:0;}s:32:\"3d7919ecffb1c4052fcadd6e26286c26\";a:9:{s:4:\"hash\";s:32:\"3d7919ecffb1c4052fcadd6e26286c26\";s:3:\"url\";s:200:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/01/SummaryRegChanges.pdf\";s:4:\"path\";s:114:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/01/SummaryRegChanges.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:114:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/01/SummaryRegChanges.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"e5da2fc94e4ccf6cad6e26e82f7b2d76\";a:9:{s:4:\"hash\";s:32:\"e5da2fc94e4ccf6cad6e26e82f7b2d76\";s:3:\"url\";s:201:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/03/Hudson-Valley-DDSO.pdf\";s:4:\"path\";s:115:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/03/Hudson-Valley-DDSO.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:115:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/03/Hudson-Valley-DDSO.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"357152dcef50feda95dca39bb8f0b9e2\";a:9:{s:4:\"hash\";s:32:\"357152dcef50feda95dca39bb8f0b9e2\";s:3:\"url\";s:198:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/04/Senate-Bill-S76.pdf\";s:4:\"path\";s:112:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/04/Senate-Bill-S76.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:112:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/04/Senate-Bill-S76.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"dc168a86d371d045660f6fcf3643feb8\";a:9:{s:4:\"hash\";s:32:\"dc168a86d371d045660f6fcf3643feb8\";s:3:\"url\";s:249:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/07/Treatment-Outside-MTG-is-Pre-Determined-as-Not-Medically-Necessary.pdf\";s:4:\"path\";s:163:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/07/Treatment-Outside-MTG-is-Pre-Determined-as-Not-Medically-Necessary.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:163:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/07/Treatment-Outside-MTG-is-Pre-Determined-as-Not-Medically-Necessary.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"83a5a1a84b6fa32fd1f40e5348eb399b\";a:9:{s:4:\"hash\";s:32:\"83a5a1a84b6fa32fd1f40e5348eb399b\";s:3:\"url\";s:224:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/08/Challenge-to-the-Closing-of-the-25-a-Fund.pdf\";s:4:\"path\";s:138:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/08/Challenge-to-the-Closing-of-the-25-a-Fund.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:138:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2013/08/Challenge-to-the-Closing-of-the-25-a-Fund.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"c456a12fe7433c89c436fd6a1c84f37d\";a:9:{s:4:\"hash\";s:32:\"c456a12fe7433c89c436fd6a1c84f37d\";s:3:\"url\";s:210:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2014/11/ZERO-PERCENT-LWEC-Redacted-.pdf\";s:4:\"path\";s:124:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2014/11/ZERO-PERCENT-LWEC-Redacted-.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:124:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2014/11/ZERO-PERCENT-LWEC-Redacted-.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"397fc6bfb3bf5ee508e83051f5189899\";a:9:{s:4:\"hash\";s:32:\"397fc6bfb3bf5ee508e83051f5189899\";s:3:\"url\";s:213:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2015/07/Hot-Dog-Dog-Costume1-300x196-1.jpg\";s:4:\"path\";s:127:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2015/07/Hot-Dog-Dog-Costume1-300x196-1.jpg\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"4e8bdc53b1939cb13b9cd3fcabbe0c1b\";a:9:{s:4:\"hash\";s:32:\"4e8bdc53b1939cb13b9cd3fcabbe0c1b\";s:3:\"url\";s:188:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2015/08/pic-1.jpg\";s:4:\"path\";s:102:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2015/08/pic-1.jpg\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"568689e1d8460cedb1fd35e329676c7b\";a:9:{s:4:\"hash\";s:32:\"568689e1d8460cedb1fd35e329676c7b\";s:3:\"url\";s:213:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2015/09/Crossword-EXF-Puzzle-and-Clues.png\";s:4:\"path\";s:127:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2015/09/Crossword-EXF-Puzzle-and-Clues.png\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:3:\"PNG\";s:7:\"indexed\";b:0;}s:32:\"5b767ec86950f3f010018de011d70fc1\";a:9:{s:4:\"hash\";s:32:\"5b767ec86950f3f010018de011d70fc1\";s:3:\"url\";s:204:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/04/25-a-Unconstitutional.pdf\";s:4:\"path\";s:118:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/04/25-a-Unconstitutional.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:118:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/04/25-a-Unconstitutional.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"3a8f39cba35eedd4ef5ac30b319a9445\";a:9:{s:4:\"hash\";s:32:\"3a8f39cba35eedd4ef5ac30b319a9445\";s:3:\"url\";s:198:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/10/Opioid-Decision.pdf\";s:4:\"path\";s:112:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/10/Opioid-Decision.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:112:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2016/10/Opioid-Decision.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"e623fcacb0817b5072f1055ccd4c7555\";a:9:{s:4:\"hash\";s:32:\"e623fcacb0817b5072f1055ccd4c7555\";s:3:\"url\";s:191:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/01/image001.png\";s:4:\"path\";s:105:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/01/image001.png\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:3:\"PNG\";s:7:\"indexed\";b:0;}s:32:\"f688bd7edb172546f901f07787f03d7d\";a:9:{s:4:\"hash\";s:32:\"f688bd7edb172546f901f07787f03d7d\";s:3:\"url\";s:191:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/01/image002.png\";s:4:\"path\";s:105:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/01/image002.png\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:3:\"PNG\";s:7:\"indexed\";b:0;}s:32:\"139e63ce4599679724cb8eaa413a7caa\";a:9:{s:4:\"hash\";s:32:\"139e63ce4599679724cb8eaa413a7caa\";s:3:\"url\";s:191:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/02/image002.jpg\";s:4:\"path\";s:105:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/02/image002.jpg\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";s:3:\"200\";s:5:\"title\";s:0:\"\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"d701a1120d40e8e55eda78aa460f1605\";a:9:{s:4:\"hash\";s:32:\"d701a1120d40e8e55eda78aa460f1605\";s:3:\"url\";s:235:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/06/EBRB-1-finding-that-MTGs-apply-out-of-state_Redacted.pdf\";s:4:\"path\";s:149:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/06/EBRB-1-finding-that-MTGs-apply-out-of-state_Redacted.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:149:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2017/06/EBRB-1-finding-that-MTGs-apply-out-of-state_Redacted.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"fd9f388054090d4144ffe5965eacc90a\";a:9:{s:4:\"hash\";s:32:\"fd9f388054090d4144ffe5965eacc90a\";s:3:\"url\";s:210:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-Newsletter-March-2021.pdf\";s:4:\"path\";s:124:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-Newsletter-March-2021.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:124:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-Newsletter-March-2021.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"59ac421717384ac3f54a113e32743465\";a:9:{s:4:\"hash\";s:32:\"59ac421717384ac3f54a113e32743465\";s:3:\"url\";s:208:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-Newsletter-Volume-2.pdf\";s:4:\"path\";s:122:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-Newsletter-Volume-2.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:122:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-Newsletter-Volume-2.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"c40035b6825938c283cce9012f1ac1a3\";a:9:{s:4:\"hash\";s:32:\"c40035b6825938c283cce9012f1ac1a3\";s:3:\"url\";s:208:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-newsletter-Volume-3.pdf\";s:4:\"path\";s:122:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-newsletter-Volume-3.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:122:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-newsletter-Volume-3.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}s:32:\"0e56da8f143cdf0e44d58b42237cf17d\";a:9:{s:4:\"hash\";s:32:\"0e56da8f143cdf0e44d58b42237cf17d\";s:3:\"url\";s:217:\"https://thelomad.com/getmad.today/wp-contentduplicate-3602675.findlaw5.flsitebuilder.comhttps://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-newsletter-Volume-4-August-1.pdf\";s:4:\"path\";s:131:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-newsletter-Volume-4-August-1.pdf\";s:5:\"query\";s:0:\"\";s:6:\"status\";b:1;s:4:\"code\";i:0;s:5:\"title\";s:131:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/08/LOMAD-newsletter-Volume-4-August-1.pdf\";s:4:\"body\";s:0:\"\";s:7:\"indexed\";b:0;}}','no');
INSERT INTO `cuB_options` VALUES (3612,'flum_map_by_path_5986','a:6013:{s:32:\"6d49096f992e7dfad50ddc340f56eacc\";a:5:{s:6:\"source\";s:32:\"6d49096f992e7dfad50ddc340f56eacc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c2adfb49fb71c4f05686094cf28377d\";a:5:{s:6:\"source\";s:32:\"4c2adfb49fb71c4f05686094cf28377d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8573f660df81fb780b02a9bb11b6a2e2\";a:5:{s:6:\"source\";s:32:\"8573f660df81fb780b02a9bb11b6a2e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2313084b18b6c4fa82822d856526513\";a:5:{s:6:\"source\";s:32:\"e2313084b18b6c4fa82822d856526513\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86424ba38e769c17bef9bd6f6b8f4b80\";a:5:{s:6:\"source\";s:32:\"86424ba38e769c17bef9bd6f6b8f4b80\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2825bf2a8bb4ce415fe7d24edcfceadd\";a:5:{s:6:\"source\";s:32:\"2825bf2a8bb4ce415fe7d24edcfceadd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71b1169e896989488ac4592e61fac6d3\";a:5:{s:6:\"source\";s:32:\"71b1169e896989488ac4592e61fac6d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e7f879061712884681aa97756b656f04\";a:5:{s:6:\"source\";s:32:\"e7f879061712884681aa97756b656f04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3603526acdf69f0cead576916aa177c4\";a:5:{s:6:\"source\";s:32:\"3603526acdf69f0cead576916aa177c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4aeec4cff730f9f63e02d02b07082fa0\";a:5:{s:6:\"source\";s:32:\"4aeec4cff730f9f63e02d02b07082fa0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b62f25650c1df39bfddeb46372569cac\";a:5:{s:6:\"source\";s:32:\"b62f25650c1df39bfddeb46372569cac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd6dd76d4ae009e04202648627b8c847\";a:5:{s:6:\"source\";s:32:\"cd6dd76d4ae009e04202648627b8c847\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82dfb5934e5959cf8437bbf8b9d423eb\";a:5:{s:6:\"source\";s:32:\"82dfb5934e5959cf8437bbf8b9d423eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42474a035ae97004ea1ea74060dde35d\";a:5:{s:6:\"source\";s:32:\"42474a035ae97004ea1ea74060dde35d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66eb37948db92f1152cab3b7105966d4\";a:5:{s:6:\"source\";s:32:\"66eb37948db92f1152cab3b7105966d4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"935109045ebf4be3d017a26e7680e6b9\";a:5:{s:6:\"source\";s:32:\"935109045ebf4be3d017a26e7680e6b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0f767aca993902fbdf15106413caa7d\";a:5:{s:6:\"source\";s:32:\"a0f767aca993902fbdf15106413caa7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17086b190bef0c730bd64c3afc73d960\";a:5:{s:6:\"source\";s:32:\"17086b190bef0c730bd64c3afc73d960\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e36d7cd8cfa26725261c09952592f0c0\";a:5:{s:6:\"source\";s:32:\"e36d7cd8cfa26725261c09952592f0c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2cc433e4e88363d7ee8418cf66f5e921\";a:5:{s:6:\"source\";s:32:\"2cc433e4e88363d7ee8418cf66f5e921\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb9650dd6cd64cc3b70d0e2d789dfe0b\";a:5:{s:6:\"source\";s:32:\"fb9650dd6cd64cc3b70d0e2d789dfe0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89bb08ac4258da61fea310f8a7a824c0\";a:5:{s:6:\"source\";s:32:\"89bb08ac4258da61fea310f8a7a824c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec1d9390f40edc783a3d0b5c853d8ac1\";a:5:{s:6:\"source\";s:32:\"ec1d9390f40edc783a3d0b5c853d8ac1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a29fee0273565a54315f4c6950f60e01\";a:5:{s:6:\"source\";s:32:\"a29fee0273565a54315f4c6950f60e01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e06b0f64ddc32e046f3b6882c02e69e\";a:5:{s:6:\"source\";s:32:\"2e06b0f64ddc32e046f3b6882c02e69e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a7f6f1b43c2bcce2c62fdd14f1ce9e4\";a:5:{s:6:\"source\";s:32:\"5a7f6f1b43c2bcce2c62fdd14f1ce9e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0d9d659db7db615d7aeaabd7cb1155a1\";a:5:{s:6:\"source\";s:32:\"0d9d659db7db615d7aeaabd7cb1155a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d4597fedd81cbd373c733260d7ba1c9\";a:5:{s:6:\"source\";s:32:\"2d4597fedd81cbd373c733260d7ba1c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"286e97f2be3c28be192a7502a98f16da\";a:5:{s:6:\"source\";s:32:\"286e97f2be3c28be192a7502a98f16da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1181ea9e938d14dbae001858da43d0ef\";a:5:{s:6:\"source\";s:32:\"1181ea9e938d14dbae001858da43d0ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37cf981f13b30525880e258aa33e05c7\";a:5:{s:6:\"source\";s:32:\"37cf981f13b30525880e258aa33e05c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b12391de543e2779fccb021984f4eca\";a:5:{s:6:\"source\";s:32:\"0b12391de543e2779fccb021984f4eca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8bd6277be00e526d3061c23985e59ffa\";a:5:{s:6:\"source\";s:32:\"8bd6277be00e526d3061c23985e59ffa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0f5dbeaaac9974341e6c6fa04b511d6\";a:5:{s:6:\"source\";s:32:\"b0f5dbeaaac9974341e6c6fa04b511d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec15f37e85764e6525615f03120f5c50\";a:5:{s:6:\"source\";s:32:\"ec15f37e85764e6525615f03120f5c50\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23f460d0b580ebe1b966af572319c094\";a:5:{s:6:\"source\";s:32:\"23f460d0b580ebe1b966af572319c094\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2908122fa3cb71aefaecdd8bfa1e385\";a:5:{s:6:\"source\";s:32:\"c2908122fa3cb71aefaecdd8bfa1e385\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18538a1781b30a57d72cfad3311cb1dd\";a:5:{s:6:\"source\";s:32:\"18538a1781b30a57d72cfad3311cb1dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"594f250f3292943c525b5365defc432f\";a:5:{s:6:\"source\";s:32:\"594f250f3292943c525b5365defc432f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a4f11fe6c425c20dc6165213f6b803e\";a:5:{s:6:\"source\";s:32:\"9a4f11fe6c425c20dc6165213f6b803e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ad1f72ed21c456d2b64d8082fe6dc4d\";a:5:{s:6:\"source\";s:32:\"8ad1f72ed21c456d2b64d8082fe6dc4d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ba9bf20afca0d9f21144fe16ffc8873\";a:5:{s:6:\"source\";s:32:\"9ba9bf20afca0d9f21144fe16ffc8873\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d646def6d55fbd696898160eef7eb72\";a:5:{s:6:\"source\";s:32:\"5d646def6d55fbd696898160eef7eb72\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4eb196bf8825be8d1b00d3835342de9\";a:5:{s:6:\"source\";s:32:\"b4eb196bf8825be8d1b00d3835342de9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c98f257972886fac21b0e0e729f7129\";a:5:{s:6:\"source\";s:32:\"2c98f257972886fac21b0e0e729f7129\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c873cab52a0fdee93f134b8db16cfc5a\";a:5:{s:6:\"source\";s:32:\"c873cab52a0fdee93f134b8db16cfc5a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f040a73de1792e2d4c9d61cdb3e5d52\";a:5:{s:6:\"source\";s:32:\"8f040a73de1792e2d4c9d61cdb3e5d52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eb7c8eb9840a662d8187a739e69bb0ff\";a:5:{s:6:\"source\";s:32:\"eb7c8eb9840a662d8187a739e69bb0ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3c394d3cd81a75857428c2b8b7ec95a\";a:5:{s:6:\"source\";s:32:\"b3c394d3cd81a75857428c2b8b7ec95a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5045279d86a7ec130fc786a3171ec161\";a:5:{s:6:\"source\";s:32:\"5045279d86a7ec130fc786a3171ec161\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a4b2b0816c143fbc3a5324f050a82809\";a:5:{s:6:\"source\";s:32:\"a4b2b0816c143fbc3a5324f050a82809\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60ad4c9ddef597be6d764af1fd2c720a\";a:5:{s:6:\"source\";s:32:\"60ad4c9ddef597be6d764af1fd2c720a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8102e11852b2f1d30a814190503350a\";a:5:{s:6:\"source\";s:32:\"d8102e11852b2f1d30a814190503350a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3500709a03140095c5571fe2edc829c1\";a:5:{s:6:\"source\";s:32:\"3500709a03140095c5571fe2edc829c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5662e01cb66aca4050ce0fbde89646d\";a:5:{s:6:\"source\";s:32:\"e5662e01cb66aca4050ce0fbde89646d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5e90fd7289c498a6a065cb7f075a6f4\";a:5:{s:6:\"source\";s:32:\"e5e90fd7289c498a6a065cb7f075a6f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f4c9c7969c75a5dc65046de44ca5dce5\";a:5:{s:6:\"source\";s:32:\"f4c9c7969c75a5dc65046de44ca5dce5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6667c17ca648e83adf154ff532eda77e\";a:5:{s:6:\"source\";s:32:\"6667c17ca648e83adf154ff532eda77e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5b0b2dd3f7579c7571c4d818f9dde99\";a:5:{s:6:\"source\";s:32:\"d5b0b2dd3f7579c7571c4d818f9dde99\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92d053d924e26cbeedd31486f070acd0\";a:5:{s:6:\"source\";s:32:\"92d053d924e26cbeedd31486f070acd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76abced99c115d5d45b2cc763fb4d116\";a:5:{s:6:\"source\";s:32:\"76abced99c115d5d45b2cc763fb4d116\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cdd1f7b29539e465854cd06349f4079c\";a:5:{s:6:\"source\";s:32:\"cdd1f7b29539e465854cd06349f4079c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ff11f1a8c9cf4cb4942599b94b2c83d\";a:5:{s:6:\"source\";s:32:\"1ff11f1a8c9cf4cb4942599b94b2c83d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c6f33c4c4164c44273c04bcc82d6d00\";a:5:{s:6:\"source\";s:32:\"2c6f33c4c4164c44273c04bcc82d6d00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da6114b43ed9183ac92b69ba9b829fb0\";a:5:{s:6:\"source\";s:32:\"da6114b43ed9183ac92b69ba9b829fb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e719887d7cbf8159d430402579146ee\";a:5:{s:6:\"source\";s:32:\"2e719887d7cbf8159d430402579146ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e03071d3ace70b418b6a383f4e7ec33\";a:5:{s:6:\"source\";s:32:\"6e03071d3ace70b418b6a383f4e7ec33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe7bae3d5a95192013eceae0f66071b2\";a:5:{s:6:\"source\";s:32:\"fe7bae3d5a95192013eceae0f66071b2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f86ef044b9971d56aacce5ab931fcc1\";a:5:{s:6:\"source\";s:32:\"7f86ef044b9971d56aacce5ab931fcc1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6dc2d88ef3ca16f2486363f8ed593d77\";a:5:{s:6:\"source\";s:32:\"6dc2d88ef3ca16f2486363f8ed593d77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca6b43da2fe0b2bb187eb72fb634ae41\";a:5:{s:6:\"source\";s:32:\"ca6b43da2fe0b2bb187eb72fb634ae41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02f46747a551872c01bcbeb286fc1d54\";a:5:{s:6:\"source\";s:32:\"02f46747a551872c01bcbeb286fc1d54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1697613826f7cdd72f9a3c516be0e09\";a:5:{s:6:\"source\";s:32:\"e1697613826f7cdd72f9a3c516be0e09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cf70949bd9b5c1dbf2d7463cddd7c40\";a:5:{s:6:\"source\";s:32:\"3cf70949bd9b5c1dbf2d7463cddd7c40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"547d71fbbb17ac2b712997892d4e3424\";a:5:{s:6:\"source\";s:32:\"547d71fbbb17ac2b712997892d4e3424\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5bfcd8ca106e14e9eed63a217f15ae9f\";a:5:{s:6:\"source\";s:32:\"5bfcd8ca106e14e9eed63a217f15ae9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5c16983d86908e3c15830e44aa0dbe2\";a:5:{s:6:\"source\";s:32:\"f5c16983d86908e3c15830e44aa0dbe2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f15ed9480c14549acabbd947803e2db0\";a:5:{s:6:\"source\";s:32:\"f15ed9480c14549acabbd947803e2db0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"811052bd19afc13ca3f25a895a579e56\";a:5:{s:6:\"source\";s:32:\"811052bd19afc13ca3f25a895a579e56\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0354fdc0f48932051144730d7b31afb3\";a:5:{s:6:\"source\";s:32:\"0354fdc0f48932051144730d7b31afb3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d6c91e3d868f4df3c9ff5b4f9ba3676\";a:5:{s:6:\"source\";s:32:\"8d6c91e3d868f4df3c9ff5b4f9ba3676\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ce809f482c6520de1d15b5bb85d1ba7\";a:5:{s:6:\"source\";s:32:\"9ce809f482c6520de1d15b5bb85d1ba7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"307944ce19c701e6222c80de1f7a1382\";a:5:{s:6:\"source\";s:32:\"307944ce19c701e6222c80de1f7a1382\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69bfa0ab72468ce80062aed859f5502d\";a:5:{s:6:\"source\";s:32:\"69bfa0ab72468ce80062aed859f5502d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef258ed42b575c6ef23536efbf4c75f3\";a:5:{s:6:\"source\";s:32:\"ef258ed42b575c6ef23536efbf4c75f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ce0c19099cb0a7a49fba60e4f250df87\";a:5:{s:6:\"source\";s:32:\"ce0c19099cb0a7a49fba60e4f250df87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8061cb4ae0fe45a263489fc7b6ddbcaf\";a:5:{s:6:\"source\";s:32:\"8061cb4ae0fe45a263489fc7b6ddbcaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"890151e480e5e6bf021a73241dfc8a0f\";a:5:{s:6:\"source\";s:32:\"890151e480e5e6bf021a73241dfc8a0f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b702ef45a9aa20308f11596c12093aef\";a:5:{s:6:\"source\";s:32:\"b702ef45a9aa20308f11596c12093aef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6853e9cc50661e40bb54090967c2f908\";a:5:{s:6:\"source\";s:32:\"6853e9cc50661e40bb54090967c2f908\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"568699e7ce89d1018045de708b4e3285\";a:5:{s:6:\"source\";s:32:\"568699e7ce89d1018045de708b4e3285\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c7bdfb8fe50290ac9b479ffc7b88b54\";a:5:{s:6:\"source\";s:32:\"2c7bdfb8fe50290ac9b479ffc7b88b54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dea3643829697aaf9b3ea519d0fff88f\";a:5:{s:6:\"source\";s:32:\"dea3643829697aaf9b3ea519d0fff88f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"386f78bd39f491b9dd0d3d581a5700d6\";a:5:{s:6:\"source\";s:32:\"386f78bd39f491b9dd0d3d581a5700d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53a980cb4d46898131b17c69e785d4e5\";a:5:{s:6:\"source\";s:32:\"53a980cb4d46898131b17c69e785d4e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"698bacadc509a003b01d32b0513709bc\";a:5:{s:6:\"source\";s:32:\"698bacadc509a003b01d32b0513709bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9561dd74b60e707da602b4f81d60ed50\";a:5:{s:6:\"source\";s:32:\"9561dd74b60e707da602b4f81d60ed50\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"686b9985660809b1394b7284b3209110\";a:5:{s:6:\"source\";s:32:\"686b9985660809b1394b7284b3209110\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"777bb6e9169a79430eb9fa3ba155302a\";a:5:{s:6:\"source\";s:32:\"777bb6e9169a79430eb9fa3ba155302a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d15bfc56254269082a64abc3f7be35b\";a:5:{s:6:\"source\";s:32:\"4d15bfc56254269082a64abc3f7be35b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b857ecd3fc5895777d04d33eb0f8e87\";a:5:{s:6:\"source\";s:32:\"7b857ecd3fc5895777d04d33eb0f8e87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"014f25759aa4a103b44256701a868340\";a:5:{s:6:\"source\";s:32:\"014f25759aa4a103b44256701a868340\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"307e5edfef48be45085fd096feea1428\";a:5:{s:6:\"source\";s:32:\"307e5edfef48be45085fd096feea1428\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ef8e255e987daf4c7c2888a2d9111e2\";a:5:{s:6:\"source\";s:32:\"8ef8e255e987daf4c7c2888a2d9111e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01ec99a42eb3a6b7d495e1af6425af3c\";a:5:{s:6:\"source\";s:32:\"01ec99a42eb3a6b7d495e1af6425af3c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8bb2bc10f08760fbe4daf4cc7728d632\";a:5:{s:6:\"source\";s:32:\"8bb2bc10f08760fbe4daf4cc7728d632\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"35dea5f31368c0e80febe39d76b9b8bb\";a:5:{s:6:\"source\";s:32:\"35dea5f31368c0e80febe39d76b9b8bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff819dc7a9477be7345b5c2134ec4694\";a:5:{s:6:\"source\";s:32:\"ff819dc7a9477be7345b5c2134ec4694\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a42450acfbf941c85d49fb193e32dc5d\";a:5:{s:6:\"source\";s:32:\"a42450acfbf941c85d49fb193e32dc5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ba4210147a36cc5edb9a24947f4b50b\";a:5:{s:6:\"source\";s:32:\"5ba4210147a36cc5edb9a24947f4b50b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d2cbd6fe6bb0296dd5b3901107a3fc5\";a:5:{s:6:\"source\";s:32:\"4d2cbd6fe6bb0296dd5b3901107a3fc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0a76bc203713fa9425638df2b296276\";a:5:{s:6:\"source\";s:32:\"d0a76bc203713fa9425638df2b296276\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6634d5a4623f42cdc2e08e93184af93\";a:5:{s:6:\"source\";s:32:\"f6634d5a4623f42cdc2e08e93184af93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"209591fa126315937627b46ae94ffb69\";a:5:{s:6:\"source\";s:32:\"209591fa126315937627b46ae94ffb69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0b17db2fa671df59d7701cbe337a7c5\";a:5:{s:6:\"source\";s:32:\"d0b17db2fa671df59d7701cbe337a7c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d473c72237859dbb03d7f2903ba4c3d9\";a:5:{s:6:\"source\";s:32:\"d473c72237859dbb03d7f2903ba4c3d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8893105b852877c0a31f9c60968c9093\";a:5:{s:6:\"source\";s:32:\"8893105b852877c0a31f9c60968c9093\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c861ec868bd4f60bb842c005e10b3dc\";a:5:{s:6:\"source\";s:32:\"5c861ec868bd4f60bb842c005e10b3dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97892b1d0e1d498ba20e21e7d689f083\";a:5:{s:6:\"source\";s:32:\"97892b1d0e1d498ba20e21e7d689f083\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2edbb200ccfe302d7e43b3d9e2b1cd04\";a:5:{s:6:\"source\";s:32:\"2edbb200ccfe302d7e43b3d9e2b1cd04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30d0ca2225103a37b91609d816231161\";a:5:{s:6:\"source\";s:32:\"30d0ca2225103a37b91609d816231161\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"564e900c4932398f2b4aa1af955249ee\";a:5:{s:6:\"source\";s:32:\"564e900c4932398f2b4aa1af955249ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca8dfe685bae5ece56707dde78cb47ca\";a:5:{s:6:\"source\";s:32:\"ca8dfe685bae5ece56707dde78cb47ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d0b9606214fa7fdc9dbd57375968328\";a:5:{s:6:\"source\";s:32:\"9d0b9606214fa7fdc9dbd57375968328\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"875402d93b7ff9fe5548b2967911fb0e\";a:5:{s:6:\"source\";s:32:\"875402d93b7ff9fe5548b2967911fb0e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98e2dbeccbe7473b55cc743166cae60e\";a:5:{s:6:\"source\";s:32:\"98e2dbeccbe7473b55cc743166cae60e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"508f98eed710a816e12d20959672096a\";a:5:{s:6:\"source\";s:32:\"508f98eed710a816e12d20959672096a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad423ec936ed2acabab9155866cf2eac\";a:5:{s:6:\"source\";s:32:\"ad423ec936ed2acabab9155866cf2eac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e15e3a9e24a5bfbf26b5a15d6f57b1de\";a:5:{s:6:\"source\";s:32:\"e15e3a9e24a5bfbf26b5a15d6f57b1de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6310d3fb0e08fd4f03edb674d41170a\";a:5:{s:6:\"source\";s:32:\"f6310d3fb0e08fd4f03edb674d41170a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1eb7790bedfaf739c0cc63a316fd0345\";a:5:{s:6:\"source\";s:32:\"1eb7790bedfaf739c0cc63a316fd0345\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3592269f5d747af209eb5cfc19549d6f\";a:5:{s:6:\"source\";s:32:\"3592269f5d747af209eb5cfc19549d6f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06d2a0650e560e82d8150834c202898e\";a:5:{s:6:\"source\";s:32:\"06d2a0650e560e82d8150834c202898e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e222537dd2a66afbbc1638c5927f2036\";a:5:{s:6:\"source\";s:32:\"e222537dd2a66afbbc1638c5927f2036\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6bda59d9b98c1bffc84e7c8707fdc34\";a:5:{s:6:\"source\";s:32:\"f6bda59d9b98c1bffc84e7c8707fdc34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"649477869bc59400120549b43969df40\";a:5:{s:6:\"source\";s:32:\"649477869bc59400120549b43969df40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b133d2ebb63f2d092caed9011a4beb0b\";a:5:{s:6:\"source\";s:32:\"b133d2ebb63f2d092caed9011a4beb0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b17b69a7254a235132c9050e5fa85dab\";a:5:{s:6:\"source\";s:32:\"b17b69a7254a235132c9050e5fa85dab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3a67bdf7f3842c54f9a8123b99c8cb0\";a:5:{s:6:\"source\";s:32:\"b3a67bdf7f3842c54f9a8123b99c8cb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1aaee26d023f78d4c33b96bb29f9ae38\";a:5:{s:6:\"source\";s:32:\"1aaee26d023f78d4c33b96bb29f9ae38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6bdc2ff3b083bea01fcbb69892d8e1b\";a:5:{s:6:\"source\";s:32:\"a6bdc2ff3b083bea01fcbb69892d8e1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1c552cfc42f54b9cfd765371c808e50\";a:5:{s:6:\"source\";s:32:\"a1c552cfc42f54b9cfd765371c808e50\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd3dbdffde02ddfc5875495f1d2bcbce\";a:5:{s:6:\"source\";s:32:\"cd3dbdffde02ddfc5875495f1d2bcbce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"767c9feee4afbe9c5d7737272630c925\";a:5:{s:6:\"source\";s:32:\"767c9feee4afbe9c5d7737272630c925\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"560e76cab2f779c2bfadf3b3bd59288c\";a:5:{s:6:\"source\";s:32:\"560e76cab2f779c2bfadf3b3bd59288c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a3eeeddb3ce33bd81e0cd786b0bbae7\";a:5:{s:6:\"source\";s:32:\"2a3eeeddb3ce33bd81e0cd786b0bbae7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f7e111c8e4343f5a878c47844f3970a\";a:5:{s:6:\"source\";s:32:\"2f7e111c8e4343f5a878c47844f3970a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0091e9d58b02d3488b1d973931a5ef00\";a:5:{s:6:\"source\";s:32:\"0091e9d58b02d3488b1d973931a5ef00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfde2414aa560bbeaba3a54363dcd162\";a:5:{s:6:\"source\";s:32:\"cfde2414aa560bbeaba3a54363dcd162\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e369b4af454bac2173e6ebfe4fc9ed5c\";a:5:{s:6:\"source\";s:32:\"e369b4af454bac2173e6ebfe4fc9ed5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40e2e15c5d4c41c81424b12bba636798\";a:5:{s:6:\"source\";s:32:\"40e2e15c5d4c41c81424b12bba636798\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f304d85c67edf2bf79f28e249e74ec2\";a:5:{s:6:\"source\";s:32:\"1f304d85c67edf2bf79f28e249e74ec2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f13e8554d670cc6840847aeff3c5c39\";a:5:{s:6:\"source\";s:32:\"8f13e8554d670cc6840847aeff3c5c39\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1cb5f9cfe4957d1381a549b66e288bda\";a:5:{s:6:\"source\";s:32:\"1cb5f9cfe4957d1381a549b66e288bda\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08a61ff44080dc37bd58bd8fb486ff5e\";a:5:{s:6:\"source\";s:32:\"08a61ff44080dc37bd58bd8fb486ff5e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0916fb6c4fd38270140be7026d0080cd\";a:5:{s:6:\"source\";s:32:\"0916fb6c4fd38270140be7026d0080cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3f86d4e165186e901296b45a109b5f9\";a:5:{s:6:\"source\";s:32:\"b3f86d4e165186e901296b45a109b5f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c342934e6399408b36015778eeb5a48\";a:5:{s:6:\"source\";s:32:\"3c342934e6399408b36015778eeb5a48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7554189974e34015f0e6d41bee7e7d09\";a:5:{s:6:\"source\";s:32:\"7554189974e34015f0e6d41bee7e7d09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d16f4aa86e1803730d2620d8a0587644\";a:5:{s:6:\"source\";s:32:\"d16f4aa86e1803730d2620d8a0587644\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03c8931f42cd2e0ca67a48b6939e2430\";a:5:{s:6:\"source\";s:32:\"03c8931f42cd2e0ca67a48b6939e2430\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85b080f756e48972a53acb0ea330f60b\";a:5:{s:6:\"source\";s:32:\"85b080f756e48972a53acb0ea330f60b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a4bdaecd4e2d0d93beec255ad02df38\";a:5:{s:6:\"source\";s:32:\"2a4bdaecd4e2d0d93beec255ad02df38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08375f662075e0fb8451a0db4f415219\";a:5:{s:6:\"source\";s:32:\"08375f662075e0fb8451a0db4f415219\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"803f554a9643d3c3fe8ddf5d51462032\";a:5:{s:6:\"source\";s:32:\"803f554a9643d3c3fe8ddf5d51462032\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"026421d481845f6596126d2cd6fbe0ab\";a:5:{s:6:\"source\";s:32:\"026421d481845f6596126d2cd6fbe0ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f9e72db3018636324b4a04f1b732519e\";a:5:{s:6:\"source\";s:32:\"f9e72db3018636324b4a04f1b732519e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3713f69ce6b18384ab40dba542291d71\";a:5:{s:6:\"source\";s:32:\"3713f69ce6b18384ab40dba542291d71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ab5f3f24702181aab48cf5fa0463483\";a:5:{s:6:\"source\";s:32:\"1ab5f3f24702181aab48cf5fa0463483\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad0a0c9c6ff7e4dde9caa78beb886aac\";a:5:{s:6:\"source\";s:32:\"ad0a0c9c6ff7e4dde9caa78beb886aac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd8a331ebaab3356301ab4af8acdc96a\";a:5:{s:6:\"source\";s:32:\"dd8a331ebaab3356301ab4af8acdc96a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cb3daa93da476864d896171bd35973f\";a:5:{s:6:\"source\";s:32:\"5cb3daa93da476864d896171bd35973f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ab450a66f5f1d0feb5b1a958c9aeeb5\";a:5:{s:6:\"source\";s:32:\"5ab450a66f5f1d0feb5b1a958c9aeeb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9247d30c848cee723c2f61fb43e7ca54\";a:5:{s:6:\"source\";s:32:\"9247d30c848cee723c2f61fb43e7ca54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f2d5819c4e6ac453b1f7a0fb078a158\";a:5:{s:6:\"source\";s:32:\"7f2d5819c4e6ac453b1f7a0fb078a158\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"197fb368aa65de1baeb8b56ba90c8857\";a:5:{s:6:\"source\";s:32:\"197fb368aa65de1baeb8b56ba90c8857\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0550b9b927a2e9fe9f52a02403d1027e\";a:5:{s:6:\"source\";s:32:\"0550b9b927a2e9fe9f52a02403d1027e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a79412429f28a49bf1965a611c7c893\";a:5:{s:6:\"source\";s:32:\"5a79412429f28a49bf1965a611c7c893\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d04d19dacf4d5dc7f266b2c03b754e0\";a:5:{s:6:\"source\";s:32:\"1d04d19dacf4d5dc7f266b2c03b754e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6991c3d22451897ea7da497c70cde62\";a:5:{s:6:\"source\";s:32:\"f6991c3d22451897ea7da497c70cde62\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"271ef49d84f0d84ece7552330991efa7\";a:5:{s:6:\"source\";s:32:\"271ef49d84f0d84ece7552330991efa7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea414e62139b05200b8079c53166f778\";a:5:{s:6:\"source\";s:32:\"ea414e62139b05200b8079c53166f778\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba7ebaa055f1d212961f9cd9407b8840\";a:5:{s:6:\"source\";s:32:\"ba7ebaa055f1d212961f9cd9407b8840\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cbaad2c63fe88d4b980db028f6c03aec\";a:5:{s:6:\"source\";s:32:\"cbaad2c63fe88d4b980db028f6c03aec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40cc2f12cf3c5b5453ad69d405db5fcf\";a:5:{s:6:\"source\";s:32:\"40cc2f12cf3c5b5453ad69d405db5fcf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c41fbd01db9bb34d68bcf3fdbb76494\";a:5:{s:6:\"source\";s:32:\"5c41fbd01db9bb34d68bcf3fdbb76494\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3dc1ae3a256dd70175ac02318bcc4df\";a:5:{s:6:\"source\";s:32:\"c3dc1ae3a256dd70175ac02318bcc4df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee73c84a4d86ff1741352d33df3e951b\";a:5:{s:6:\"source\";s:32:\"ee73c84a4d86ff1741352d33df3e951b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f948b15849e81ce45af29e501d021d1d\";a:5:{s:6:\"source\";s:32:\"f948b15849e81ce45af29e501d021d1d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4112b45b4fb8513aca4801d7f7e5b198\";a:5:{s:6:\"source\";s:32:\"4112b45b4fb8513aca4801d7f7e5b198\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac7f069d91a80e98d01c303f0a329803\";a:5:{s:6:\"source\";s:32:\"ac7f069d91a80e98d01c303f0a329803\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"efc02a68439a806b8427604444f4f141\";a:5:{s:6:\"source\";s:32:\"efc02a68439a806b8427604444f4f141\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7304cef0017e7ed6e84d661d52aef34f\";a:5:{s:6:\"source\";s:32:\"7304cef0017e7ed6e84d661d52aef34f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d33de35bf2c3e4de821f37399300d3a3\";a:5:{s:6:\"source\";s:32:\"d33de35bf2c3e4de821f37399300d3a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aad92878d9a5893109605edc8ca0c4aa\";a:5:{s:6:\"source\";s:32:\"aad92878d9a5893109605edc8ca0c4aa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"745c30e12366cfd7e9ecdc5e6acbac7f\";a:5:{s:6:\"source\";s:32:\"745c30e12366cfd7e9ecdc5e6acbac7f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"532597e5a04bfa8972f38975c79c9890\";a:5:{s:6:\"source\";s:32:\"532597e5a04bfa8972f38975c79c9890\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7481fc8014881dcb80f7cb6186b3e6ba\";a:5:{s:6:\"source\";s:32:\"7481fc8014881dcb80f7cb6186b3e6ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99a0557ae5adc1eb66290e402923110b\";a:5:{s:6:\"source\";s:32:\"99a0557ae5adc1eb66290e402923110b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5668f6cf4687a21852de0f96f593546c\";a:5:{s:6:\"source\";s:32:\"5668f6cf4687a21852de0f96f593546c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b9c568a7eaa90d38dac15b9dc7e87b8\";a:5:{s:6:\"source\";s:32:\"1b9c568a7eaa90d38dac15b9dc7e87b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee049599f95057ad74bbd8f050667b54\";a:5:{s:6:\"source\";s:32:\"ee049599f95057ad74bbd8f050667b54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53e1bf7a85c11a876d419b88d6f7e44e\";a:5:{s:6:\"source\";s:32:\"53e1bf7a85c11a876d419b88d6f7e44e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e4fd3ef2641e0ea036f1a3fa30914f9\";a:5:{s:6:\"source\";s:32:\"3e4fd3ef2641e0ea036f1a3fa30914f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0bced5e8c8ee70dd88292387b75a0244\";a:5:{s:6:\"source\";s:32:\"0bced5e8c8ee70dd88292387b75a0244\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82a4b0e255bd6e896dac1f12ac7f0759\";a:5:{s:6:\"source\";s:32:\"82a4b0e255bd6e896dac1f12ac7f0759\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24eacebec571118f138eabc3b7725180\";a:5:{s:6:\"source\";s:32:\"24eacebec571118f138eabc3b7725180\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f08e9a81b05a1b1646d1399aafc59724\";a:5:{s:6:\"source\";s:32:\"f08e9a81b05a1b1646d1399aafc59724\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a52154db6b4913ecc63c163d43ea7b4a\";a:5:{s:6:\"source\";s:32:\"a52154db6b4913ecc63c163d43ea7b4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c66ad8b03c81589743785db003af456\";a:5:{s:6:\"source\";s:32:\"3c66ad8b03c81589743785db003af456\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c47886fc39fd3827b11e22c82b28cd9\";a:5:{s:6:\"source\";s:32:\"1c47886fc39fd3827b11e22c82b28cd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3483d6a1f3e7ba1bc664ef65411b0be1\";a:5:{s:6:\"source\";s:32:\"3483d6a1f3e7ba1bc664ef65411b0be1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"feb6de2f03f189966046c1dd64e6e93a\";a:5:{s:6:\"source\";s:32:\"feb6de2f03f189966046c1dd64e6e93a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"168ab516b9d9ca02dc0bfd2d180ec6ba\";a:5:{s:6:\"source\";s:32:\"168ab516b9d9ca02dc0bfd2d180ec6ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bbf15cc918523f85c2bde4265ed6d1e8\";a:5:{s:6:\"source\";s:32:\"bbf15cc918523f85c2bde4265ed6d1e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67bc37155768b5bd2f13b74f89d26642\";a:5:{s:6:\"source\";s:32:\"67bc37155768b5bd2f13b74f89d26642\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30b913976b48afc4fe9b28d6f5104d8c\";a:5:{s:6:\"source\";s:32:\"30b913976b48afc4fe9b28d6f5104d8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f7eb041375d24296e37e9ad284d30ba\";a:5:{s:6:\"source\";s:32:\"3f7eb041375d24296e37e9ad284d30ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ab90fa9e805e77cf23736e9258538b9\";a:5:{s:6:\"source\";s:32:\"7ab90fa9e805e77cf23736e9258538b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7845d9673150f11c58fc92f3ece7cee\";a:5:{s:6:\"source\";s:32:\"f7845d9673150f11c58fc92f3ece7cee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"15c099069469100f81e72c807811add8\";a:5:{s:6:\"source\";s:32:\"15c099069469100f81e72c807811add8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42e6584c5bbd74a60468c5601d873058\";a:5:{s:6:\"source\";s:32:\"42e6584c5bbd74a60468c5601d873058\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be39df71682b0b9c24e7a4166dafef77\";a:5:{s:6:\"source\";s:32:\"be39df71682b0b9c24e7a4166dafef77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d69c5e0476ba62b04acdbd54904a477\";a:5:{s:6:\"source\";s:32:\"3d69c5e0476ba62b04acdbd54904a477\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68024cb0bcf5d1b0b41bffb199da4dec\";a:5:{s:6:\"source\";s:32:\"68024cb0bcf5d1b0b41bffb199da4dec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3987da3f09e9e0c6c060156c8bfbb27\";a:5:{s:6:\"source\";s:32:\"f3987da3f09e9e0c6c060156c8bfbb27\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c89697be1a8df1b3075907405b3034d2\";a:5:{s:6:\"source\";s:32:\"c89697be1a8df1b3075907405b3034d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ddbe460e3d7e93464bd23d738a3b2ce\";a:5:{s:6:\"source\";s:32:\"6ddbe460e3d7e93464bd23d738a3b2ce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86312b7b799e3a86ed2945fb479318a4\";a:5:{s:6:\"source\";s:32:\"86312b7b799e3a86ed2945fb479318a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"666702951eab03147e7cacd2d33143de\";a:5:{s:6:\"source\";s:32:\"666702951eab03147e7cacd2d33143de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"05c94b20f2406e4da5330e820dd6be8a\";a:5:{s:6:\"source\";s:32:\"05c94b20f2406e4da5330e820dd6be8a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b9b16c0f18ce97cb906c6a49db870f9\";a:5:{s:6:\"source\";s:32:\"7b9b16c0f18ce97cb906c6a49db870f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c469c13c673a1e38f06a4e8a0d0b7b3\";a:5:{s:6:\"source\";s:32:\"2c469c13c673a1e38f06a4e8a0d0b7b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e7431f0d98e1cbc005b53485b3706cac\";a:5:{s:6:\"source\";s:32:\"e7431f0d98e1cbc005b53485b3706cac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"508dba9a40c8ad8898cb681526623f6a\";a:5:{s:6:\"source\";s:32:\"508dba9a40c8ad8898cb681526623f6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e536ade53c01686f8efef2ac22c09e5f\";a:5:{s:6:\"source\";s:32:\"e536ade53c01686f8efef2ac22c09e5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3926ba5b368fad835ecd68b777f779f5\";a:5:{s:6:\"source\";s:32:\"3926ba5b368fad835ecd68b777f779f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c2be9558fe19c139341a482d959e590\";a:5:{s:6:\"source\";s:32:\"7c2be9558fe19c139341a482d959e590\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a452604acaeffb99a8d6a20a12333d00\";a:5:{s:6:\"source\";s:32:\"a452604acaeffb99a8d6a20a12333d00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"feda61b9a00eab9a72e156830834150e\";a:5:{s:6:\"source\";s:32:\"feda61b9a00eab9a72e156830834150e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4790070c566742c23ddb8ef82f827565\";a:5:{s:6:\"source\";s:32:\"4790070c566742c23ddb8ef82f827565\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a877bcb7cadea392a87d19c586eb682c\";a:5:{s:6:\"source\";s:32:\"a877bcb7cadea392a87d19c586eb682c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d36bfdaf4b837e8e956670a496614727\";a:5:{s:6:\"source\";s:32:\"d36bfdaf4b837e8e956670a496614727\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6532ca61574cfd224c97ab23691e965a\";a:5:{s:6:\"source\";s:32:\"6532ca61574cfd224c97ab23691e965a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"730f0376f339341c14a58a00477ec372\";a:5:{s:6:\"source\";s:32:\"730f0376f339341c14a58a00477ec372\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1fda4af52891db0489d6d2917a98b76\";a:5:{s:6:\"source\";s:32:\"f1fda4af52891db0489d6d2917a98b76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d033a8c3a179dc9f2315c3964ce1fd0\";a:5:{s:6:\"source\";s:32:\"2d033a8c3a179dc9f2315c3964ce1fd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c403277c6819a2a263bdf6264d3366c\";a:5:{s:6:\"source\";s:32:\"3c403277c6819a2a263bdf6264d3366c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d22980d7d798e1d290cf3ec2d6ceedb9\";a:5:{s:6:\"source\";s:32:\"d22980d7d798e1d290cf3ec2d6ceedb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6532c312badc87f1163b0e2b75ac0659\";a:5:{s:6:\"source\";s:32:\"6532c312badc87f1163b0e2b75ac0659\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8150e689dfbe35829e2393ad6fcafa6d\";a:5:{s:6:\"source\";s:32:\"8150e689dfbe35829e2393ad6fcafa6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23b0d7c27e4f22191c55cbd4742bca1c\";a:5:{s:6:\"source\";s:32:\"23b0d7c27e4f22191c55cbd4742bca1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b96346ad821dba9fa7bf326df216b0d5\";a:5:{s:6:\"source\";s:32:\"b96346ad821dba9fa7bf326df216b0d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3decbb69c3a25a0de8845b54cb598665\";a:5:{s:6:\"source\";s:32:\"3decbb69c3a25a0de8845b54cb598665\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a455bdc072ef08c7787b1f6711bb51be\";a:5:{s:6:\"source\";s:32:\"a455bdc072ef08c7787b1f6711bb51be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99393a6037d0c9be1052077967fc6bb2\";a:5:{s:6:\"source\";s:32:\"99393a6037d0c9be1052077967fc6bb2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ea2ae0080bf56a28cafac5f933824bd\";a:5:{s:6:\"source\";s:32:\"2ea2ae0080bf56a28cafac5f933824bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33a9e5e96bb24ed310f1631a2607ad35\";a:5:{s:6:\"source\";s:32:\"33a9e5e96bb24ed310f1631a2607ad35\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd07b41276f886cbee94890428e47cb0\";a:5:{s:6:\"source\";s:32:\"cd07b41276f886cbee94890428e47cb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cdeb067f55cf395911d09b32969ef2ea\";a:5:{s:6:\"source\";s:32:\"cdeb067f55cf395911d09b32969ef2ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea3351ccc9b776fcb23398bdff01e447\";a:5:{s:6:\"source\";s:32:\"ea3351ccc9b776fcb23398bdff01e447\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63bf82c86f8cec42b929de6fb8d189c9\";a:5:{s:6:\"source\";s:32:\"63bf82c86f8cec42b929de6fb8d189c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee9b641086721b4c058b021b1ed274d3\";a:5:{s:6:\"source\";s:32:\"ee9b641086721b4c058b021b1ed274d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c6cff81bd7bba23dc7acf0001a841ba\";a:5:{s:6:\"source\";s:32:\"6c6cff81bd7bba23dc7acf0001a841ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14a01358bd6ec7c8f9d122a1be463d39\";a:5:{s:6:\"source\";s:32:\"14a01358bd6ec7c8f9d122a1be463d39\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e9358a18572639676b6cb0fccc930ae\";a:5:{s:6:\"source\";s:32:\"2e9358a18572639676b6cb0fccc930ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3834961f2da84631233868a90f328bd9\";a:5:{s:6:\"source\";s:32:\"3834961f2da84631233868a90f328bd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f50aa73959472e5f0df24cbbe502eba\";a:5:{s:6:\"source\";s:32:\"4f50aa73959472e5f0df24cbbe502eba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b083135b1fef2dbda91d41e9bd3ae377\";a:5:{s:6:\"source\";s:32:\"b083135b1fef2dbda91d41e9bd3ae377\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f916348dcf34d949c1ffb6a70e0369e1\";a:5:{s:6:\"source\";s:32:\"f916348dcf34d949c1ffb6a70e0369e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1326e9fecafbfc7e74fcfb52e50286be\";a:5:{s:6:\"source\";s:32:\"1326e9fecafbfc7e74fcfb52e50286be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7edfefd8c983a2e9093fedac5de140c0\";a:5:{s:6:\"source\";s:32:\"7edfefd8c983a2e9093fedac5de140c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"612e1703de4e37aec5f713f6089f418b\";a:5:{s:6:\"source\";s:32:\"612e1703de4e37aec5f713f6089f418b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ad5c470e8f8d96fccc2c24ab781e483\";a:5:{s:6:\"source\";s:32:\"1ad5c470e8f8d96fccc2c24ab781e483\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b5e63ab1f15d6dc3ea75150024169d5\";a:5:{s:6:\"source\";s:32:\"9b5e63ab1f15d6dc3ea75150024169d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"279ad214b947eaf4f74b18ea5878e5be\";a:5:{s:6:\"source\";s:32:\"279ad214b947eaf4f74b18ea5878e5be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c1a73174c7245fd0e3d8107e9d638c3f\";a:5:{s:6:\"source\";s:32:\"c1a73174c7245fd0e3d8107e9d638c3f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"28ee22444f705327f55bd2614b315a47\";a:5:{s:6:\"source\";s:32:\"28ee22444f705327f55bd2614b315a47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68038db4b2fc2112dce2f4bbe9f243e7\";a:5:{s:6:\"source\";s:32:\"68038db4b2fc2112dce2f4bbe9f243e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a7cfdeb881e8e61904bb21c02a5fbe2\";a:5:{s:6:\"source\";s:32:\"9a7cfdeb881e8e61904bb21c02a5fbe2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"484dd2daae6799c78bf0941e06910069\";a:5:{s:6:\"source\";s:32:\"484dd2daae6799c78bf0941e06910069\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80072689fd6ddf0328d29a535d6bb115\";a:5:{s:6:\"source\";s:32:\"80072689fd6ddf0328d29a535d6bb115\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0afd23fd9c52bc418e0ebce589decf51\";a:5:{s:6:\"source\";s:32:\"0afd23fd9c52bc418e0ebce589decf51\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81f61c720759fe63d888c85fd32d85e2\";a:5:{s:6:\"source\";s:32:\"81f61c720759fe63d888c85fd32d85e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c79e7adaae7b121b003807df7badce2\";a:5:{s:6:\"source\";s:32:\"4c79e7adaae7b121b003807df7badce2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c88469a9daaad91729b49cbb5c678221\";a:5:{s:6:\"source\";s:32:\"c88469a9daaad91729b49cbb5c678221\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5bdba15990192a8d21253009a9a12e98\";a:5:{s:6:\"source\";s:32:\"5bdba15990192a8d21253009a9a12e98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de657b9abd307e3b49803012e148fc8d\";a:5:{s:6:\"source\";s:32:\"de657b9abd307e3b49803012e148fc8d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0bf517f228071d66295baf607e6aeabb\";a:5:{s:6:\"source\";s:32:\"0bf517f228071d66295baf607e6aeabb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c7a966ba88a3db3d748842b91f05c5f\";a:5:{s:6:\"source\";s:32:\"3c7a966ba88a3db3d748842b91f05c5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83ee8409ef3310d6d1d0c4560f886561\";a:5:{s:6:\"source\";s:32:\"83ee8409ef3310d6d1d0c4560f886561\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4eb1a51732e09394b5d345a219056868\";a:5:{s:6:\"source\";s:32:\"4eb1a51732e09394b5d345a219056868\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4318e410bd9f668392b42b572cd99afe\";a:5:{s:6:\"source\";s:32:\"4318e410bd9f668392b42b572cd99afe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea47229d554fb79f82f151c997e31157\";a:5:{s:6:\"source\";s:32:\"ea47229d554fb79f82f151c997e31157\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ebffd0beeca73d3edb57cdfe8a74a89\";a:5:{s:6:\"source\";s:32:\"7ebffd0beeca73d3edb57cdfe8a74a89\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f9bea7323652d24107a06f306484f60e\";a:5:{s:6:\"source\";s:32:\"f9bea7323652d24107a06f306484f60e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74f8e564d803af190b17285dd62e2e00\";a:5:{s:6:\"source\";s:32:\"74f8e564d803af190b17285dd62e2e00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10364944a474ebbcca6c1a0a0eec90d8\";a:5:{s:6:\"source\";s:32:\"10364944a474ebbcca6c1a0a0eec90d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb039bef3ac29269d35deb415f4e3e40\";a:5:{s:6:\"source\";s:32:\"cb039bef3ac29269d35deb415f4e3e40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4813fb6a93909185bf4c370edd4d4b23\";a:5:{s:6:\"source\";s:32:\"4813fb6a93909185bf4c370edd4d4b23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21abcfe569de3b6839ce9011bfd1b976\";a:5:{s:6:\"source\";s:32:\"21abcfe569de3b6839ce9011bfd1b976\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e59f9947b9eff963083edf64f60bef44\";a:5:{s:6:\"source\";s:32:\"e59f9947b9eff963083edf64f60bef44\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d448567e21168a3dd32757b76faa8e09\";a:5:{s:6:\"source\";s:32:\"d448567e21168a3dd32757b76faa8e09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dece6c6bd70c15619fab3c19e470d5cf\";a:5:{s:6:\"source\";s:32:\"dece6c6bd70c15619fab3c19e470d5cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aeee902d1f7aacc37a5e0aa627946bcb\";a:5:{s:6:\"source\";s:32:\"aeee902d1f7aacc37a5e0aa627946bcb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7d8251fae0c87ed0a4eee398b1a5945\";a:5:{s:6:\"source\";s:32:\"a7d8251fae0c87ed0a4eee398b1a5945\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"510fd8112becc7530a71ba8bdc3d2391\";a:5:{s:6:\"source\";s:32:\"510fd8112becc7530a71ba8bdc3d2391\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40c3de436225f29949b8f22aad06efc9\";a:5:{s:6:\"source\";s:32:\"40c3de436225f29949b8f22aad06efc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5c9743f382e43a3b63547ec274b3337\";a:5:{s:6:\"source\";s:32:\"e5c9743f382e43a3b63547ec274b3337\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb1b26c07faf7685b0804554fb2dca27\";a:5:{s:6:\"source\";s:32:\"fb1b26c07faf7685b0804554fb2dca27\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b5eb1a0ab78c4927c04401088d2f80f\";a:5:{s:6:\"source\";s:32:\"0b5eb1a0ab78c4927c04401088d2f80f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5538e56816708b93c96e8a3391ee40bc\";a:5:{s:6:\"source\";s:32:\"5538e56816708b93c96e8a3391ee40bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"000846d39c80d9aeab4da99215db4a7a\";a:5:{s:6:\"source\";s:32:\"000846d39c80d9aeab4da99215db4a7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"902dfbcda33c6a5d821a788f4a7bf862\";a:5:{s:6:\"source\";s:32:\"902dfbcda33c6a5d821a788f4a7bf862\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"035171d22eea1c11f74de4e83aa083a3\";a:5:{s:6:\"source\";s:32:\"035171d22eea1c11f74de4e83aa083a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc76d4064a34f53affb13ca51bce0a93\";a:5:{s:6:\"source\";s:32:\"dc76d4064a34f53affb13ca51bce0a93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9f254e3ce54af88bded73c8208ba00f\";a:5:{s:6:\"source\";s:32:\"a9f254e3ce54af88bded73c8208ba00f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80bc0b595dfa746711b15fe9f26b7c10\";a:5:{s:6:\"source\";s:32:\"80bc0b595dfa746711b15fe9f26b7c10\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"553f4b8c541c700d7d9b85975ac1e5cf\";a:5:{s:6:\"source\";s:32:\"553f4b8c541c700d7d9b85975ac1e5cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1233a57fa88c51a5e558c3588d51809e\";a:5:{s:6:\"source\";s:32:\"1233a57fa88c51a5e558c3588d51809e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b78309f86ae084851f84d57ec3e965e8\";a:5:{s:6:\"source\";s:32:\"b78309f86ae084851f84d57ec3e965e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7a9cc03fa6b7de943b98ff96e3819e3\";a:5:{s:6:\"source\";s:32:\"f7a9cc03fa6b7de943b98ff96e3819e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f0064665ae2d98f62f4c2dafa8d2064\";a:5:{s:6:\"source\";s:32:\"8f0064665ae2d98f62f4c2dafa8d2064\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8044002f0d21460fe99bab1c442afa69\";a:5:{s:6:\"source\";s:32:\"8044002f0d21460fe99bab1c442afa69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8f6d12fa89b1359860721d9cdfb376b\";a:5:{s:6:\"source\";s:32:\"a8f6d12fa89b1359860721d9cdfb376b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"673aa35407a6ef703067a0f15b6abb0f\";a:5:{s:6:\"source\";s:32:\"673aa35407a6ef703067a0f15b6abb0f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"770321f1c5f23f8afb949188e16d298a\";a:5:{s:6:\"source\";s:32:\"770321f1c5f23f8afb949188e16d298a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8fd2eed20601c4ff2524efb570458b50\";a:5:{s:6:\"source\";s:32:\"8fd2eed20601c4ff2524efb570458b50\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"36efbbd4f13b00bc38fae60a2e690a49\";a:5:{s:6:\"source\";s:32:\"36efbbd4f13b00bc38fae60a2e690a49\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3608d32c85f71025393801f9ef242f25\";a:5:{s:6:\"source\";s:32:\"3608d32c85f71025393801f9ef242f25\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d673dec589f0b4d13f462a840da2dfe\";a:5:{s:6:\"source\";s:32:\"6d673dec589f0b4d13f462a840da2dfe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a21bbbe2ead78c9d2a26755ecbfe82b\";a:5:{s:6:\"source\";s:32:\"1a21bbbe2ead78c9d2a26755ecbfe82b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"902cd87ffe0ce52fca45ca670d288992\";a:5:{s:6:\"source\";s:32:\"902cd87ffe0ce52fca45ca670d288992\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"295f51eeee3f37c6d1dccde6e1c9125e\";a:5:{s:6:\"source\";s:32:\"295f51eeee3f37c6d1dccde6e1c9125e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4675d3cafd15e94ff2ea1db19e9d31cc\";a:5:{s:6:\"source\";s:32:\"4675d3cafd15e94ff2ea1db19e9d31cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d97d607e8640aec061c01e36c27cec2\";a:5:{s:6:\"source\";s:32:\"4d97d607e8640aec061c01e36c27cec2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb78bde3f5ba7b140121522f4385b746\";a:5:{s:6:\"source\";s:32:\"fb78bde3f5ba7b140121522f4385b746\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ebf8389ba0eccd2022060f6822723d00\";a:5:{s:6:\"source\";s:32:\"ebf8389ba0eccd2022060f6822723d00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c06895829021086ee8c4005aa8d549b6\";a:5:{s:6:\"source\";s:32:\"c06895829021086ee8c4005aa8d549b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"381c14b8e55042d22b403b83e273b48a\";a:5:{s:6:\"source\";s:32:\"381c14b8e55042d22b403b83e273b48a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ecfb61f604a984a3e88379648b7d5a9d\";a:5:{s:6:\"source\";s:32:\"ecfb61f604a984a3e88379648b7d5a9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0dba8fcc6b53d8ac0a488e4e0940df3f\";a:5:{s:6:\"source\";s:32:\"0dba8fcc6b53d8ac0a488e4e0940df3f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4d6a763735755cd59b37702853ac0a8\";a:5:{s:6:\"source\";s:32:\"b4d6a763735755cd59b37702853ac0a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f5a3e25eaed7f98b8b78b745d878500\";a:5:{s:6:\"source\";s:32:\"1f5a3e25eaed7f98b8b78b745d878500\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"36004ac71091f8afc0cf8837b49f4e77\";a:5:{s:6:\"source\";s:32:\"36004ac71091f8afc0cf8837b49f4e77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c87126a00cc5dca3b9c052034cf7c3e\";a:5:{s:6:\"source\";s:32:\"6c87126a00cc5dca3b9c052034cf7c3e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2379e37e9772faf4460be046368e5a12\";a:5:{s:6:\"source\";s:32:\"2379e37e9772faf4460be046368e5a12\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7aae8ba1e60606509979e5e62d263ef\";a:5:{s:6:\"source\";s:32:\"c7aae8ba1e60606509979e5e62d263ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5db355941ae2ed2f8a31ab7bbb3bc56e\";a:5:{s:6:\"source\";s:32:\"5db355941ae2ed2f8a31ab7bbb3bc56e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f503b01170e0c0fe9520810d1f3e497\";a:5:{s:6:\"source\";s:32:\"2f503b01170e0c0fe9520810d1f3e497\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6def8d806ff25dbe55ff6c97304b53aa\";a:5:{s:6:\"source\";s:32:\"6def8d806ff25dbe55ff6c97304b53aa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9deadb4f56db553e80d5cff4fb3239d5\";a:5:{s:6:\"source\";s:32:\"9deadb4f56db553e80d5cff4fb3239d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eefc8c021d4936c261727c0a2d0b8f79\";a:5:{s:6:\"source\";s:32:\"eefc8c021d4936c261727c0a2d0b8f79\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5fe43046aee1cf7120bffa1d4f66c3e5\";a:5:{s:6:\"source\";s:32:\"5fe43046aee1cf7120bffa1d4f66c3e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"717cffa92fad783f623e53beea3f8ab8\";a:5:{s:6:\"source\";s:32:\"717cffa92fad783f623e53beea3f8ab8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c1120f26db8683e9e7bdf7f8d4e21de\";a:5:{s:6:\"source\";s:32:\"8c1120f26db8683e9e7bdf7f8d4e21de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96dc04993f96b8d8a4a78ca94823d118\";a:5:{s:6:\"source\";s:32:\"96dc04993f96b8d8a4a78ca94823d118\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"463ff70c30126ac2491376544966f52d\";a:5:{s:6:\"source\";s:32:\"463ff70c30126ac2491376544966f52d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a284e55b63cb61b0d75ad09ec81f038\";a:5:{s:6:\"source\";s:32:\"3a284e55b63cb61b0d75ad09ec81f038\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a52da680522fa2f296f78b308362952\";a:5:{s:6:\"source\";s:32:\"8a52da680522fa2f296f78b308362952\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31a0c6a9804e9bae95d6bc088c369b43\";a:5:{s:6:\"source\";s:32:\"31a0c6a9804e9bae95d6bc088c369b43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43ee1d051088c4189b3c5192b7f04f85\";a:5:{s:6:\"source\";s:32:\"43ee1d051088c4189b3c5192b7f04f85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c465aaaf4b4cb3db943efdb126780abd\";a:5:{s:6:\"source\";s:32:\"c465aaaf4b4cb3db943efdb126780abd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac794dd98534437b8902e696da38c058\";a:5:{s:6:\"source\";s:32:\"ac794dd98534437b8902e696da38c058\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6951e5ab4a98463255c167f59a9a7b5\";a:5:{s:6:\"source\";s:32:\"b6951e5ab4a98463255c167f59a9a7b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4722deca68392e16b11cede97c5248e\";a:5:{s:6:\"source\";s:32:\"c4722deca68392e16b11cede97c5248e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"266239d6420f232ccf8a3a4a60a825be\";a:5:{s:6:\"source\";s:32:\"266239d6420f232ccf8a3a4a60a825be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e05513e33d1d5d6bd3a3e840315d1f47\";a:5:{s:6:\"source\";s:32:\"e05513e33d1d5d6bd3a3e840315d1f47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37dc2ba17a43447f0a15d0ff21708272\";a:5:{s:6:\"source\";s:32:\"37dc2ba17a43447f0a15d0ff21708272\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"801e7720d768074746540e51c1dae84e\";a:5:{s:6:\"source\";s:32:\"801e7720d768074746540e51c1dae84e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3ea21cbb8604c097c0537eda5bc2f4c\";a:5:{s:6:\"source\";s:32:\"d3ea21cbb8604c097c0537eda5bc2f4c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f0d5da006760c98173b094f9005b020\";a:5:{s:6:\"source\";s:32:\"8f0d5da006760c98173b094f9005b020\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb8bee8dec8b886f9e8158b417ee2ae3\";a:5:{s:6:\"source\";s:32:\"cb8bee8dec8b886f9e8158b417ee2ae3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1f027aa2b8a0fc0396651dffb718d1d\";a:5:{s:6:\"source\";s:32:\"b1f027aa2b8a0fc0396651dffb718d1d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31fbeec4a41f4cfe466b621bb9605d30\";a:5:{s:6:\"source\";s:32:\"31fbeec4a41f4cfe466b621bb9605d30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"777e36e584f89339c9539e67ec89d9a7\";a:5:{s:6:\"source\";s:32:\"777e36e584f89339c9539e67ec89d9a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e95ee1f28c829d6961985110de4e0b8\";a:5:{s:6:\"source\";s:32:\"9e95ee1f28c829d6961985110de4e0b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c0a976686b0e2b6f230df7c25f4714a\";a:5:{s:6:\"source\";s:32:\"1c0a976686b0e2b6f230df7c25f4714a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"809e1ac324b87f31bd6ba2a79a511b75\";a:5:{s:6:\"source\";s:32:\"809e1ac324b87f31bd6ba2a79a511b75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c428761be1ec4ef1630398a7ab889c75\";a:5:{s:6:\"source\";s:32:\"c428761be1ec4ef1630398a7ab889c75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc1d052245dccbf2313f9592b830aa40\";a:5:{s:6:\"source\";s:32:\"bc1d052245dccbf2313f9592b830aa40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3dc0cd4019eaafda1f17d707919bf6f4\";a:5:{s:6:\"source\";s:32:\"3dc0cd4019eaafda1f17d707919bf6f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de20a769afc0d0f4c8f4d6804f1e2c3d\";a:5:{s:6:\"source\";s:32:\"de20a769afc0d0f4c8f4d6804f1e2c3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84d47e9c1a522feb61a44a916a9eff89\";a:5:{s:6:\"source\";s:32:\"84d47e9c1a522feb61a44a916a9eff89\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3e82426c4eddb248ca77dbdd1de8cf3\";a:5:{s:6:\"source\";s:32:\"c3e82426c4eddb248ca77dbdd1de8cf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d822a1e2856e6380a84e222298fab789\";a:5:{s:6:\"source\";s:32:\"d822a1e2856e6380a84e222298fab789\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ab35df873e84964d099ef0e050a7623\";a:5:{s:6:\"source\";s:32:\"6ab35df873e84964d099ef0e050a7623\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f360c8746e72a056e7dc1ac622ff7c33\";a:5:{s:6:\"source\";s:32:\"f360c8746e72a056e7dc1ac622ff7c33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31a1bffd7dd1987a1dd0e314c0d722f5\";a:5:{s:6:\"source\";s:32:\"31a1bffd7dd1987a1dd0e314c0d722f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7905a03af5e5f371eefd5f3b9c56f89a\";a:5:{s:6:\"source\";s:32:\"7905a03af5e5f371eefd5f3b9c56f89a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f9f275ce8c1b741d7ee1397e4b554e2c\";a:5:{s:6:\"source\";s:32:\"f9f275ce8c1b741d7ee1397e4b554e2c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca56298933eb0b12148cffd729d8fd7c\";a:5:{s:6:\"source\";s:32:\"ca56298933eb0b12148cffd729d8fd7c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0444deeb8610b158596dccf377e4e88\";a:5:{s:6:\"source\";s:32:\"a0444deeb8610b158596dccf377e4e88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5294bfcfb962732f95699d42263e0d6\";a:5:{s:6:\"source\";s:32:\"d5294bfcfb962732f95699d42263e0d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f5fa6451569e039baa7fd6968ac3f70\";a:5:{s:6:\"source\";s:32:\"6f5fa6451569e039baa7fd6968ac3f70\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9fb9d2a2475578a953632ec9aa7a959c\";a:5:{s:6:\"source\";s:32:\"9fb9d2a2475578a953632ec9aa7a959c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"062531007cb181076a28c8966667e445\";a:5:{s:6:\"source\";s:32:\"062531007cb181076a28c8966667e445\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"897540457d179282be4df7875d50b053\";a:5:{s:6:\"source\";s:32:\"897540457d179282be4df7875d50b053\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6935a5978be21655c4cb47d3733b901\";a:5:{s:6:\"source\";s:32:\"f6935a5978be21655c4cb47d3733b901\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4eaab7a71313392ec7a101b4451d9b9b\";a:5:{s:6:\"source\";s:32:\"4eaab7a71313392ec7a101b4451d9b9b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8836bcfb691e41b0c1dc3950e4be5484\";a:5:{s:6:\"source\";s:32:\"8836bcfb691e41b0c1dc3950e4be5484\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74025601ea1e0ea12b93dcdae6b6319a\";a:5:{s:6:\"source\";s:32:\"74025601ea1e0ea12b93dcdae6b6319a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95f3a31d99b4578212f7539ab28939da\";a:5:{s:6:\"source\";s:32:\"95f3a31d99b4578212f7539ab28939da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2355b8b42f579174ef84efdfda2e438f\";a:5:{s:6:\"source\";s:32:\"2355b8b42f579174ef84efdfda2e438f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1b07aebfc4cfe3158bcfe5317d433b7\";a:5:{s:6:\"source\";s:32:\"e1b07aebfc4cfe3158bcfe5317d433b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4809389a39ff8b5ec8bd8b695228a14d\";a:5:{s:6:\"source\";s:32:\"4809389a39ff8b5ec8bd8b695228a14d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c224fffa16f86087d2cb7253c7e01d3\";a:5:{s:6:\"source\";s:32:\"2c224fffa16f86087d2cb7253c7e01d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33249d12c4f424497bf0cb222c19226f\";a:5:{s:6:\"source\";s:32:\"33249d12c4f424497bf0cb222c19226f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d6ab8f702d1eb10d25849c8afac07db6\";a:5:{s:6:\"source\";s:32:\"d6ab8f702d1eb10d25849c8afac07db6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7581a66467034fcfdab7153bd5fdcb37\";a:5:{s:6:\"source\";s:32:\"7581a66467034fcfdab7153bd5fdcb37\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb43fa246fc449394b7b33ce9e82cae3\";a:5:{s:6:\"source\";s:32:\"bb43fa246fc449394b7b33ce9e82cae3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aaaeb16462f95d3e7ff128f3cbb39ba9\";a:5:{s:6:\"source\";s:32:\"aaaeb16462f95d3e7ff128f3cbb39ba9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f99523473848ceb9cad878989862c628\";a:5:{s:6:\"source\";s:32:\"f99523473848ceb9cad878989862c628\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff811f63d619ef69e53a687ec4af545a\";a:5:{s:6:\"source\";s:32:\"ff811f63d619ef69e53a687ec4af545a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73452918e1f3fd5d2e130a22a9ae56e6\";a:5:{s:6:\"source\";s:32:\"73452918e1f3fd5d2e130a22a9ae56e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"206c8f1acacfb117111d2d607e4c03d2\";a:5:{s:6:\"source\";s:32:\"206c8f1acacfb117111d2d607e4c03d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22675aa016118e8cdf036631f8678518\";a:5:{s:6:\"source\";s:32:\"22675aa016118e8cdf036631f8678518\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3245d2bb0337d712b7202dac3cb22c9f\";a:5:{s:6:\"source\";s:32:\"3245d2bb0337d712b7202dac3cb22c9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cbd6fb269fbe9a2c569b54a500001bfe\";a:5:{s:6:\"source\";s:32:\"cbd6fb269fbe9a2c569b54a500001bfe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dcb6a835a4e7ce51b028e0c247d73c3d\";a:5:{s:6:\"source\";s:32:\"dcb6a835a4e7ce51b028e0c247d73c3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f469177e115d468725e51179ab7b19c8\";a:5:{s:6:\"source\";s:32:\"f469177e115d468725e51179ab7b19c8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"645b382bc114aeecc207bf6ed3f70997\";a:5:{s:6:\"source\";s:32:\"645b382bc114aeecc207bf6ed3f70997\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"396b2d501f26dc5c0e2f64dc515d4222\";a:5:{s:6:\"source\";s:32:\"396b2d501f26dc5c0e2f64dc515d4222\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"637f331c8d49583a2364502e65044828\";a:5:{s:6:\"source\";s:32:\"637f331c8d49583a2364502e65044828\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eaee67f38e3a274d0722a4ae1ef0869f\";a:5:{s:6:\"source\";s:32:\"eaee67f38e3a274d0722a4ae1ef0869f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06e825f324438be8def4be350bda8f6c\";a:5:{s:6:\"source\";s:32:\"06e825f324438be8def4be350bda8f6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b9b1473152df66757f13604439e724aa\";a:5:{s:6:\"source\";s:32:\"b9b1473152df66757f13604439e724aa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da53c33507a6850d94e40195c379abc7\";a:5:{s:6:\"source\";s:32:\"da53c33507a6850d94e40195c379abc7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40258bc38e4634434f66b30abd5ef040\";a:5:{s:6:\"source\";s:32:\"40258bc38e4634434f66b30abd5ef040\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b7e1cf0f9f4e9260632c8e1b18691a7c\";a:5:{s:6:\"source\";s:32:\"b7e1cf0f9f4e9260632c8e1b18691a7c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef67bdcfa6912db59ac94b69301e2ec9\";a:5:{s:6:\"source\";s:32:\"ef67bdcfa6912db59ac94b69301e2ec9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1ab933bbec2a0d8abb64ce12609a664\";a:5:{s:6:\"source\";s:32:\"d1ab933bbec2a0d8abb64ce12609a664\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"adebc1ec0df6f24398dc999b2e8b4577\";a:5:{s:6:\"source\";s:32:\"adebc1ec0df6f24398dc999b2e8b4577\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8a50ea427e1dd68f4af8a40bc396993\";a:5:{s:6:\"source\";s:32:\"e8a50ea427e1dd68f4af8a40bc396993\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5a7d17947058e66d1782394576ec972\";a:5:{s:6:\"source\";s:32:\"b5a7d17947058e66d1782394576ec972\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc8a9f8ec3c0f4dc309b51eb1f910f14\";a:5:{s:6:\"source\";s:32:\"fc8a9f8ec3c0f4dc309b51eb1f910f14\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21f9887f01c7cb2b517f81b33f871fcc\";a:5:{s:6:\"source\";s:32:\"21f9887f01c7cb2b517f81b33f871fcc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f29bf75f90b5e6e7d7c7bf5c409c8ab\";a:5:{s:6:\"source\";s:32:\"6f29bf75f90b5e6e7d7c7bf5c409c8ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b5a7008765ebbd1314f069d83ed83d6\";a:5:{s:6:\"source\";s:32:\"8b5a7008765ebbd1314f069d83ed83d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21819f1896c5a6ae9327707309910436\";a:5:{s:6:\"source\";s:32:\"21819f1896c5a6ae9327707309910436\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"35e469e9162ce0bd44dccb2ead89a8c6\";a:5:{s:6:\"source\";s:32:\"35e469e9162ce0bd44dccb2ead89a8c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4f3f5b9e92ef8896cf511c3079045fb\";a:5:{s:6:\"source\";s:32:\"e4f3f5b9e92ef8896cf511c3079045fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8281546d6400740ec549b136f1f8755\";a:5:{s:6:\"source\";s:32:\"e8281546d6400740ec549b136f1f8755\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23df6dd77978f5ad55478b90dc0bec01\";a:5:{s:6:\"source\";s:32:\"23df6dd77978f5ad55478b90dc0bec01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"acc17e3abe34afe461d70e68a78094dc\";a:5:{s:6:\"source\";s:32:\"acc17e3abe34afe461d70e68a78094dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c02ac95f1251c7aef06242cfdc0581ca\";a:5:{s:6:\"source\";s:32:\"c02ac95f1251c7aef06242cfdc0581ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cde034afb3f75aef8950b1e06c6c339b\";a:5:{s:6:\"source\";s:32:\"cde034afb3f75aef8950b1e06c6c339b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21b4acfdbb01c05fa3a6da5a938b2d68\";a:5:{s:6:\"source\";s:32:\"21b4acfdbb01c05fa3a6da5a938b2d68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1659cd32a45ddc2f5739be2eef6e609\";a:5:{s:6:\"source\";s:32:\"e1659cd32a45ddc2f5739be2eef6e609\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2811cd252f5a2c56910f9abef6d71909\";a:5:{s:6:\"source\";s:32:\"2811cd252f5a2c56910f9abef6d71909\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2aa9bfc0a7d949eb7842eafb4b13c56f\";a:5:{s:6:\"source\";s:32:\"2aa9bfc0a7d949eb7842eafb4b13c56f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c0c65ca1aedb09bfb7703bfed9a54af\";a:5:{s:6:\"source\";s:32:\"4c0c65ca1aedb09bfb7703bfed9a54af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f85676f593158b4fde00e660558e216\";a:5:{s:6:\"source\";s:32:\"9f85676f593158b4fde00e660558e216\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5a8c9ba492d7b73ad2989beb683a22f\";a:5:{s:6:\"source\";s:32:\"a5a8c9ba492d7b73ad2989beb683a22f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba56481531bd096df070cf5c4b41251e\";a:5:{s:6:\"source\";s:32:\"ba56481531bd096df070cf5c4b41251e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c7197da60ce1866a73ad1434899bd47\";a:5:{s:6:\"source\";s:32:\"5c7197da60ce1866a73ad1434899bd47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2036571abd10a9aedd2418ce0a9f37a2\";a:5:{s:6:\"source\";s:32:\"2036571abd10a9aedd2418ce0a9f37a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21f5068815e401072082616f75bfc253\";a:5:{s:6:\"source\";s:32:\"21f5068815e401072082616f75bfc253\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45a0e32fafc02d529f71efea6327e469\";a:5:{s:6:\"source\";s:32:\"45a0e32fafc02d529f71efea6327e469\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8fd18ca326813094139e04b152821be6\";a:5:{s:6:\"source\";s:32:\"8fd18ca326813094139e04b152821be6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37439d12df736923735b914c1c74684c\";a:5:{s:6:\"source\";s:32:\"37439d12df736923735b914c1c74684c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dcc0e0b0d5e8251b63d3e044ca232d9a\";a:5:{s:6:\"source\";s:32:\"dcc0e0b0d5e8251b63d3e044ca232d9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"885d2557d74ad459714043c3fbcbb2eb\";a:5:{s:6:\"source\";s:32:\"885d2557d74ad459714043c3fbcbb2eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14bcff78314256f30dd1de83faeef475\";a:5:{s:6:\"source\";s:32:\"14bcff78314256f30dd1de83faeef475\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"719426698d8fd92038afe3be471f5807\";a:5:{s:6:\"source\";s:32:\"719426698d8fd92038afe3be471f5807\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75265cc255bf9c913fcf357967ab7b4b\";a:5:{s:6:\"source\";s:32:\"75265cc255bf9c913fcf357967ab7b4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b39c0f05c881d4177c2151b9473383b7\";a:5:{s:6:\"source\";s:32:\"b39c0f05c881d4177c2151b9473383b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5cedb397990810273dbb08c76c2afa1\";a:5:{s:6:\"source\";s:32:\"e5cedb397990810273dbb08c76c2afa1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"360c7bf14727722bb108c58ecd9017f8\";a:5:{s:6:\"source\";s:32:\"360c7bf14727722bb108c58ecd9017f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42b012144101d52055dff449dae820fa\";a:5:{s:6:\"source\";s:32:\"42b012144101d52055dff449dae820fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b306fc6a503a28501aeb59ba8b89268\";a:5:{s:6:\"source\";s:32:\"0b306fc6a503a28501aeb59ba8b89268\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"746449a210ce51120b8d17c9e915c115\";a:5:{s:6:\"source\";s:32:\"746449a210ce51120b8d17c9e915c115\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba314826d9e689925dab9db14ca18b06\";a:5:{s:6:\"source\";s:32:\"ba314826d9e689925dab9db14ca18b06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b898afc6e2da3a417a820f52e16b9469\";a:5:{s:6:\"source\";s:32:\"b898afc6e2da3a417a820f52e16b9469\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9c2ac488b4a41377071777bee07b3ac\";a:5:{s:6:\"source\";s:32:\"c9c2ac488b4a41377071777bee07b3ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a4f2fd067737e829607f0e7cf0692a85\";a:5:{s:6:\"source\";s:32:\"a4f2fd067737e829607f0e7cf0692a85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6aec0b4371bdaa1b1dcdc3bd7aed773\";a:5:{s:6:\"source\";s:32:\"e6aec0b4371bdaa1b1dcdc3bd7aed773\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5a1bfc089726c50ebea4508f858c8cd\";a:5:{s:6:\"source\";s:32:\"d5a1bfc089726c50ebea4508f858c8cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d3d98a45409d39a3e6149dab59c5556\";a:5:{s:6:\"source\";s:32:\"6d3d98a45409d39a3e6149dab59c5556\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe99429f10557a70d67739b5e45abbf3\";a:5:{s:6:\"source\";s:32:\"fe99429f10557a70d67739b5e45abbf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"378076901b7f0aa1c362a1277e917fdc\";a:5:{s:6:\"source\";s:32:\"378076901b7f0aa1c362a1277e917fdc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cea82833baa7a295a50bde8bad602cbb\";a:5:{s:6:\"source\";s:32:\"cea82833baa7a295a50bde8bad602cbb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"07853937f5a6e0d0556c46dc297a81e1\";a:5:{s:6:\"source\";s:32:\"07853937f5a6e0d0556c46dc297a81e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0fe0f8b0af3dafd2508331f6ceced44\";a:5:{s:6:\"source\";s:32:\"f0fe0f8b0af3dafd2508331f6ceced44\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0dfdd37b8bbe1b2c37ea9e21b2eddca\";a:5:{s:6:\"source\";s:32:\"c0dfdd37b8bbe1b2c37ea9e21b2eddca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20789cde45ae10b0212767598c7323a7\";a:5:{s:6:\"source\";s:32:\"20789cde45ae10b0212767598c7323a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd32156ea1ffd868a99163a59d573c1c\";a:5:{s:6:\"source\";s:32:\"bd32156ea1ffd868a99163a59d573c1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfb9b940b40f4766256ab2438ca58394\";a:5:{s:6:\"source\";s:32:\"dfb9b940b40f4766256ab2438ca58394\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea3e7e0321ad6a300792998c050eb5a7\";a:5:{s:6:\"source\";s:32:\"ea3e7e0321ad6a300792998c050eb5a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e44fe19f02d93410121b4fae22a8fc4b\";a:5:{s:6:\"source\";s:32:\"e44fe19f02d93410121b4fae22a8fc4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c801ea2e8c298bf25301a03b0eb7b817\";a:5:{s:6:\"source\";s:32:\"c801ea2e8c298bf25301a03b0eb7b817\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49a1a765dfe94b87267261c68ada85e1\";a:5:{s:6:\"source\";s:32:\"49a1a765dfe94b87267261c68ada85e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec68ee2b2786021896bfbee9c5aebc7d\";a:5:{s:6:\"source\";s:32:\"ec68ee2b2786021896bfbee9c5aebc7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"39626237151ef41513766c1bd0308735\";a:5:{s:6:\"source\";s:32:\"39626237151ef41513766c1bd0308735\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"076f372c8c95e49da6a0035d533607d2\";a:5:{s:6:\"source\";s:32:\"076f372c8c95e49da6a0035d533607d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e0c873b88b1e548cda574ec50efaebe8\";a:5:{s:6:\"source\";s:32:\"e0c873b88b1e548cda574ec50efaebe8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96d1242744970e7ff2919efe68ba08fa\";a:5:{s:6:\"source\";s:32:\"96d1242744970e7ff2919efe68ba08fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00916b1c91c07bd8213a890f69854509\";a:5:{s:6:\"source\";s:32:\"00916b1c91c07bd8213a890f69854509\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c172593c76ece79fc52269ef161cdeae\";a:5:{s:6:\"source\";s:32:\"c172593c76ece79fc52269ef161cdeae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"72f59b7406c11d1265a9a38d0aa8930d\";a:5:{s:6:\"source\";s:32:\"72f59b7406c11d1265a9a38d0aa8930d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"666208ada9ceb6ad857199726db87b39\";a:5:{s:6:\"source\";s:32:\"666208ada9ceb6ad857199726db87b39\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b193dda77a304238cbfcb6ece292574\";a:5:{s:6:\"source\";s:32:\"9b193dda77a304238cbfcb6ece292574\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0bb6af79a8151592f39679fbc4865557\";a:5:{s:6:\"source\";s:32:\"0bb6af79a8151592f39679fbc4865557\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d73c5f4203ca99d84bf9bfd501e8c14\";a:5:{s:6:\"source\";s:32:\"9d73c5f4203ca99d84bf9bfd501e8c14\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1fb08231a68ae666e5d2d87a87f65ae\";a:5:{s:6:\"source\";s:32:\"b1fb08231a68ae666e5d2d87a87f65ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"72d4a64f74e5746ec0b7628de882d532\";a:5:{s:6:\"source\";s:32:\"72d4a64f74e5746ec0b7628de882d532\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2eef35a8385f6f8839c16eeceb5aaa91\";a:5:{s:6:\"source\";s:32:\"2eef35a8385f6f8839c16eeceb5aaa91\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8dbcf0a6d478d0e7f90593e59d304ca\";a:5:{s:6:\"source\";s:32:\"b8dbcf0a6d478d0e7f90593e59d304ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1022bf64c9157cecd944871d865494c\";a:5:{s:6:\"source\";s:32:\"f1022bf64c9157cecd944871d865494c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5efc1fbd7b3c41d9f11e8e59efc7e7d\";a:5:{s:6:\"source\";s:32:\"d5efc1fbd7b3c41d9f11e8e59efc7e7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd12f98ea8a897187e07f465c8da8ca9\";a:5:{s:6:\"source\";s:32:\"cd12f98ea8a897187e07f465c8da8ca9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37adf5fe2b16ec433c39cba94a5c0ccd\";a:5:{s:6:\"source\";s:32:\"37adf5fe2b16ec433c39cba94a5c0ccd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d73398c5ff4a65070d6feacad84573f\";a:5:{s:6:\"source\";s:32:\"3d73398c5ff4a65070d6feacad84573f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8825d26519b73e326c66169a2309047c\";a:5:{s:6:\"source\";s:32:\"8825d26519b73e326c66169a2309047c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04a79b10982e359db62d92cf708846c3\";a:5:{s:6:\"source\";s:32:\"04a79b10982e359db62d92cf708846c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71fe8d18c105c9d1d2f66b76596a4875\";a:5:{s:6:\"source\";s:32:\"71fe8d18c105c9d1d2f66b76596a4875\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5168bd8acd4b2f22ef40ea06560ae39\";a:5:{s:6:\"source\";s:32:\"a5168bd8acd4b2f22ef40ea06560ae39\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7feabc9c21832161916fe947e63f874f\";a:5:{s:6:\"source\";s:32:\"7feabc9c21832161916fe947e63f874f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"862911796659217ed64ba0dbc500897f\";a:5:{s:6:\"source\";s:32:\"862911796659217ed64ba0dbc500897f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"014bb49f2963ba9727abec587c8697e8\";a:5:{s:6:\"source\";s:32:\"014bb49f2963ba9727abec587c8697e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7cede52b678053c8392970c12b306387\";a:5:{s:6:\"source\";s:32:\"7cede52b678053c8392970c12b306387\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f262cfb8f6c098f16195d6c61a74d8b\";a:5:{s:6:\"source\";s:32:\"6f262cfb8f6c098f16195d6c61a74d8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be672bc0a3b436ef481fb3e82e060a18\";a:5:{s:6:\"source\";s:32:\"be672bc0a3b436ef481fb3e82e060a18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0db87ed5e15076e9c10c9f1970e15173\";a:5:{s:6:\"source\";s:32:\"0db87ed5e15076e9c10c9f1970e15173\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"627e026083a357fa2579bae71a57b27b\";a:5:{s:6:\"source\";s:32:\"627e026083a357fa2579bae71a57b27b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4fe220ad817b1e35d150a76846c0f210\";a:5:{s:6:\"source\";s:32:\"4fe220ad817b1e35d150a76846c0f210\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac63971228ba5638eeba2d174032d384\";a:5:{s:6:\"source\";s:32:\"ac63971228ba5638eeba2d174032d384\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b14d526a1a8b85a6a3ced2178c58506\";a:5:{s:6:\"source\";s:32:\"6b14d526a1a8b85a6a3ced2178c58506\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31041126664e49082483fe8484d781de\";a:5:{s:6:\"source\";s:32:\"31041126664e49082483fe8484d781de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3aeb5e5213476987ce5d41f1fd55161a\";a:5:{s:6:\"source\";s:32:\"3aeb5e5213476987ce5d41f1fd55161a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1f1f38d36211718cd98dbd8e43aa17a\";a:5:{s:6:\"source\";s:32:\"d1f1f38d36211718cd98dbd8e43aa17a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aab19bbb0b18ddc278ba513dde4e207a\";a:5:{s:6:\"source\";s:32:\"aab19bbb0b18ddc278ba513dde4e207a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ade5113bc99103c9f8fc94b8b899c37\";a:5:{s:6:\"source\";s:32:\"6ade5113bc99103c9f8fc94b8b899c37\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fa573ca72ddf634a3fa86e57a50c2a7\";a:5:{s:6:\"source\";s:32:\"3fa573ca72ddf634a3fa86e57a50c2a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87d42c92c1d4e7119bbe30ed2c0f3a19\";a:5:{s:6:\"source\";s:32:\"87d42c92c1d4e7119bbe30ed2c0f3a19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38717b0a3e51af809ee14da9c89e0b3b\";a:5:{s:6:\"source\";s:32:\"38717b0a3e51af809ee14da9c89e0b3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2310182d49e5018d29d0af82955d95f\";a:5:{s:6:\"source\";s:32:\"a2310182d49e5018d29d0af82955d95f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a002de7d697f86e91757fbaf987cff0a\";a:5:{s:6:\"source\";s:32:\"a002de7d697f86e91757fbaf987cff0a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5eb432c1ec7230b5085e6960c5c3b681\";a:5:{s:6:\"source\";s:32:\"5eb432c1ec7230b5085e6960c5c3b681\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"432732ea68b10ca23efefd2c614cd2ee\";a:5:{s:6:\"source\";s:32:\"432732ea68b10ca23efefd2c614cd2ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2baf4efa9c7473763e8e486be2a263ff\";a:5:{s:6:\"source\";s:32:\"2baf4efa9c7473763e8e486be2a263ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f5722fdcbbd3d176392d171700c93d3\";a:5:{s:6:\"source\";s:32:\"7f5722fdcbbd3d176392d171700c93d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a7cac615033eaf8e4ddbd5642f68822\";a:5:{s:6:\"source\";s:32:\"1a7cac615033eaf8e4ddbd5642f68822\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d44557433b6136abfbaa1001bfb76146\";a:5:{s:6:\"source\";s:32:\"d44557433b6136abfbaa1001bfb76146\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c4eddb97a40f44c23f3624c08cadaf8\";a:5:{s:6:\"source\";s:32:\"8c4eddb97a40f44c23f3624c08cadaf8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c6e424e35c61730660db6f3850ec5b7\";a:5:{s:6:\"source\";s:32:\"1c6e424e35c61730660db6f3850ec5b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa6285dcc1a1dd88ec66002911e537a6\";a:5:{s:6:\"source\";s:32:\"aa6285dcc1a1dd88ec66002911e537a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0892f4367b420dbd5a6e58407b33f5f6\";a:5:{s:6:\"source\";s:32:\"0892f4367b420dbd5a6e58407b33f5f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e89bd363a5d4e6fbb9a24657345f16b7\";a:5:{s:6:\"source\";s:32:\"e89bd363a5d4e6fbb9a24657345f16b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e98dfc65383e6edc501a4967967070e\";a:5:{s:6:\"source\";s:32:\"1e98dfc65383e6edc501a4967967070e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea8efa5cc0cfc8ee8ae663ca19980f5b\";a:5:{s:6:\"source\";s:32:\"ea8efa5cc0cfc8ee8ae663ca19980f5b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5021a52d72feee73e045f45bff8e0735\";a:5:{s:6:\"source\";s:32:\"5021a52d72feee73e045f45bff8e0735\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f406ae971a1e945dc4ebcf414d4db5f8\";a:5:{s:6:\"source\";s:32:\"f406ae971a1e945dc4ebcf414d4db5f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ceea1668c8e52340fd619d41aa4df93a\";a:5:{s:6:\"source\";s:32:\"ceea1668c8e52340fd619d41aa4df93a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d43321cb9758618e7d9dd0d0468cd183\";a:5:{s:6:\"source\";s:32:\"d43321cb9758618e7d9dd0d0468cd183\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21a3887c28aa0bdcbacdea5ad2f1222e\";a:5:{s:6:\"source\";s:32:\"21a3887c28aa0bdcbacdea5ad2f1222e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3ccf88c79ec58bfe4c535efafdea7ca\";a:5:{s:6:\"source\";s:32:\"d3ccf88c79ec58bfe4c535efafdea7ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d77286e2b52cac0b15f4678a3dfde76d\";a:5:{s:6:\"source\";s:32:\"d77286e2b52cac0b15f4678a3dfde76d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60ff2415cb42b9296b1862d7b57136e4\";a:5:{s:6:\"source\";s:32:\"60ff2415cb42b9296b1862d7b57136e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58defff66c6f0fb12e9ef4a1ca7bb2d9\";a:5:{s:6:\"source\";s:32:\"58defff66c6f0fb12e9ef4a1ca7bb2d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3353f0fea5db0b77a8741fb8d0b5eb53\";a:5:{s:6:\"source\";s:32:\"3353f0fea5db0b77a8741fb8d0b5eb53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c78edd990266a47490d78b0f45ac3b3\";a:5:{s:6:\"source\";s:32:\"9c78edd990266a47490d78b0f45ac3b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1484ed9c6d49b05fe8ba29300d14ecd\";a:5:{s:6:\"source\";s:32:\"d1484ed9c6d49b05fe8ba29300d14ecd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b9e5f0617011636a08b300089d79ec5e\";a:5:{s:6:\"source\";s:32:\"b9e5f0617011636a08b300089d79ec5e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34bcf22c82f5f9a99944e681416e88b0\";a:5:{s:6:\"source\";s:32:\"34bcf22c82f5f9a99944e681416e88b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"058629b477cf6ec1291af2296a033e20\";a:5:{s:6:\"source\";s:32:\"058629b477cf6ec1291af2296a033e20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e58a53c4a8649d62e5446e1e64c910e2\";a:5:{s:6:\"source\";s:32:\"e58a53c4a8649d62e5446e1e64c910e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3fc17631b389b3798f69b737d0c9af4\";a:5:{s:6:\"source\";s:32:\"d3fc17631b389b3798f69b737d0c9af4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb5f525aaf3fbf1ff7b69f18a72c9da1\";a:5:{s:6:\"source\";s:32:\"bb5f525aaf3fbf1ff7b69f18a72c9da1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"294933e2311989b8cc17ce24d48304d9\";a:5:{s:6:\"source\";s:32:\"294933e2311989b8cc17ce24d48304d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef71c5d79723502fce6222d3b9fe8748\";a:5:{s:6:\"source\";s:32:\"ef71c5d79723502fce6222d3b9fe8748\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7932f3a367e37ed80ac818f640c5222f\";a:5:{s:6:\"source\";s:32:\"7932f3a367e37ed80ac818f640c5222f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a3d58366963941e9187e0071bd6ab94\";a:5:{s:6:\"source\";s:32:\"8a3d58366963941e9187e0071bd6ab94\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0bd4c831c5d87f64eb7264a8bd68abe\";a:5:{s:6:\"source\";s:32:\"a0bd4c831c5d87f64eb7264a8bd68abe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef4d19a8db6d8a0da2ed79a7094db161\";a:5:{s:6:\"source\";s:32:\"ef4d19a8db6d8a0da2ed79a7094db161\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6eaeb2cf38846edc2a7ef7240a8a6200\";a:5:{s:6:\"source\";s:32:\"6eaeb2cf38846edc2a7ef7240a8a6200\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20075acbbc0b5d5f168efc757096d16a\";a:5:{s:6:\"source\";s:32:\"20075acbbc0b5d5f168efc757096d16a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"874ff0d76ab79011d8a276d7de302c46\";a:5:{s:6:\"source\";s:32:\"874ff0d76ab79011d8a276d7de302c46\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b8f69c4c601eb9762b04a70cb6c7e25\";a:5:{s:6:\"source\";s:32:\"3b8f69c4c601eb9762b04a70cb6c7e25\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eaec0b51723700a2731b246e73678fdf\";a:5:{s:6:\"source\";s:32:\"eaec0b51723700a2731b246e73678fdf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"066bb67c16ab3074aa395fd8d90bde12\";a:5:{s:6:\"source\";s:32:\"066bb67c16ab3074aa395fd8d90bde12\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52f88ac79af88b1c6989a1c206a0e1ee\";a:5:{s:6:\"source\";s:32:\"52f88ac79af88b1c6989a1c206a0e1ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8382cf0f7ceaa194d370c113909c5976\";a:5:{s:6:\"source\";s:32:\"8382cf0f7ceaa194d370c113909c5976\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8515b1e8dc66bf0baa95764ad060072f\";a:5:{s:6:\"source\";s:32:\"8515b1e8dc66bf0baa95764ad060072f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90cda792b5630f28f3ebe49afd724788\";a:5:{s:6:\"source\";s:32:\"90cda792b5630f28f3ebe49afd724788\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6af4e83e76d58f6645bec1bff646162\";a:5:{s:6:\"source\";s:32:\"b6af4e83e76d58f6645bec1bff646162\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5701917e23f3f45534d6ce56b1346b9f\";a:5:{s:6:\"source\";s:32:\"5701917e23f3f45534d6ce56b1346b9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a719afb7e6aca9d5c3e5dcbcb2dfb97\";a:5:{s:6:\"source\";s:32:\"8a719afb7e6aca9d5c3e5dcbcb2dfb97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a22226be1fa9cacd52bf046ba467786\";a:5:{s:6:\"source\";s:32:\"5a22226be1fa9cacd52bf046ba467786\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43d4ffe57739e1b95433549aafa10784\";a:5:{s:6:\"source\";s:32:\"43d4ffe57739e1b95433549aafa10784\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02fa9e4bd03acbcab405ee1a4c2270f9\";a:5:{s:6:\"source\";s:32:\"02fa9e4bd03acbcab405ee1a4c2270f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0335ff23c41b2f18a40cd8779670c966\";a:5:{s:6:\"source\";s:32:\"0335ff23c41b2f18a40cd8779670c966\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e690febbfc4bce7e1ab6a8fd9009b5e9\";a:5:{s:6:\"source\";s:32:\"e690febbfc4bce7e1ab6a8fd9009b5e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58aaac1ef879be80e671bb1424517f67\";a:5:{s:6:\"source\";s:32:\"58aaac1ef879be80e671bb1424517f67\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d76d335abe63ee06bde83bf54a5b73b\";a:5:{s:6:\"source\";s:32:\"2d76d335abe63ee06bde83bf54a5b73b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a2b9e3e63f696898e5249a48de63bbc\";a:5:{s:6:\"source\";s:32:\"8a2b9e3e63f696898e5249a48de63bbc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"566b6c126520b5cdd1fd612d3c0c0b38\";a:5:{s:6:\"source\";s:32:\"566b6c126520b5cdd1fd612d3c0c0b38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6736c4d180a84f27ccffc7a7c3693535\";a:5:{s:6:\"source\";s:32:\"6736c4d180a84f27ccffc7a7c3693535\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7e894924ff3abd3a467cfe910132d46\";a:5:{s:6:\"source\";s:32:\"a7e894924ff3abd3a467cfe910132d46\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84bc923dbb5f7a2a88187e926a3bf4eb\";a:5:{s:6:\"source\";s:32:\"84bc923dbb5f7a2a88187e926a3bf4eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22e37c4cd000f7638371973ce8013bbb\";a:5:{s:6:\"source\";s:32:\"22e37c4cd000f7638371973ce8013bbb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81f561406cf082feba56e86776775b44\";a:5:{s:6:\"source\";s:32:\"81f561406cf082feba56e86776775b44\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e0428966b439d9e7ac5945c19525ced\";a:5:{s:6:\"source\";s:32:\"6e0428966b439d9e7ac5945c19525ced\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd25d33a313a2da2f59eacce91fb2885\";a:5:{s:6:\"source\";s:32:\"fd25d33a313a2da2f59eacce91fb2885\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"907b1864c6794634a9522429f69f415d\";a:5:{s:6:\"source\";s:32:\"907b1864c6794634a9522429f69f415d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5af14da807dd4353b85f532e38ebe9a\";a:5:{s:6:\"source\";s:32:\"a5af14da807dd4353b85f532e38ebe9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ceeaeb79bc2f485b09effd5496123cd\";a:5:{s:6:\"source\";s:32:\"3ceeaeb79bc2f485b09effd5496123cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2c9cf513924ad0f7ac51f6b251e6958\";a:5:{s:6:\"source\";s:32:\"d2c9cf513924ad0f7ac51f6b251e6958\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1b6f116923de09ccb6a30e81555a762\";a:5:{s:6:\"source\";s:32:\"a1b6f116923de09ccb6a30e81555a762\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab3d6a3d51e90c8a9be8e6623447f335\";a:5:{s:6:\"source\";s:32:\"ab3d6a3d51e90c8a9be8e6623447f335\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2588f30027b903e5ef85bbe9dd0323d7\";a:5:{s:6:\"source\";s:32:\"2588f30027b903e5ef85bbe9dd0323d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca89f3d26234a3b4a8c20570d48ae906\";a:5:{s:6:\"source\";s:32:\"ca89f3d26234a3b4a8c20570d48ae906\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8df55e7bf6a2a93d4d4c60edf184436\";a:5:{s:6:\"source\";s:32:\"d8df55e7bf6a2a93d4d4c60edf184436\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8792630c7433c3944046da9739d96df5\";a:5:{s:6:\"source\";s:32:\"8792630c7433c3944046da9739d96df5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bae1f684d79cc745b5978b6474333fa7\";a:5:{s:6:\"source\";s:32:\"bae1f684d79cc745b5978b6474333fa7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9539c3ebfafa7a114fd98a32ce15bb0b\";a:5:{s:6:\"source\";s:32:\"9539c3ebfafa7a114fd98a32ce15bb0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30641de6de1109705bcb178b7e296e6f\";a:5:{s:6:\"source\";s:32:\"30641de6de1109705bcb178b7e296e6f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e0c442684a526be4eff25e3b32395bc\";a:5:{s:6:\"source\";s:32:\"5e0c442684a526be4eff25e3b32395bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"737dc8b594bff7664f6fd2f7e554df9f\";a:5:{s:6:\"source\";s:32:\"737dc8b594bff7664f6fd2f7e554df9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1bdf0582e62985f53b4d6344cc9a56f\";a:5:{s:6:\"source\";s:32:\"f1bdf0582e62985f53b4d6344cc9a56f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"16b3abdddb32936e03b636b3a312ca63\";a:5:{s:6:\"source\";s:32:\"16b3abdddb32936e03b636b3a312ca63\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c5b504555746270abaa32ff5df5715a\";a:5:{s:6:\"source\";s:32:\"0c5b504555746270abaa32ff5df5715a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf93d454f2367dae34fdcf2b4637f0e0\";a:5:{s:6:\"source\";s:32:\"cf93d454f2367dae34fdcf2b4637f0e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"acca4087cf74768bf7fe3f8fafbeab8f\";a:5:{s:6:\"source\";s:32:\"acca4087cf74768bf7fe3f8fafbeab8f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d7e6937b66f15754463b0f0ebd65895\";a:5:{s:6:\"source\";s:32:\"4d7e6937b66f15754463b0f0ebd65895\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44e368c2aeaa7c45fc2db8ae8d6eec6f\";a:5:{s:6:\"source\";s:32:\"44e368c2aeaa7c45fc2db8ae8d6eec6f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0add5e8bbc4e99227662a9de2f33b10d\";a:5:{s:6:\"source\";s:32:\"0add5e8bbc4e99227662a9de2f33b10d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c8f666c49faeaf79ef8a678832770214\";a:5:{s:6:\"source\";s:32:\"c8f666c49faeaf79ef8a678832770214\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"653e32fd79fe08975ed618ae43446933\";a:5:{s:6:\"source\";s:32:\"653e32fd79fe08975ed618ae43446933\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2603924879b0e3bc33fe7e95ff3a47f8\";a:5:{s:6:\"source\";s:32:\"2603924879b0e3bc33fe7e95ff3a47f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cf712fa2dd4282d0d0b83af7d8de990\";a:5:{s:6:\"source\";s:32:\"5cf712fa2dd4282d0d0b83af7d8de990\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"905d9e07e8581334c05bff08b569f3fb\";a:5:{s:6:\"source\";s:32:\"905d9e07e8581334c05bff08b569f3fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac7081a6ffb91aac8b1a00156ab6bfbb\";a:5:{s:6:\"source\";s:32:\"ac7081a6ffb91aac8b1a00156ab6bfbb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40d3a49d72e6ef065c6f573f2e0cbba8\";a:5:{s:6:\"source\";s:32:\"40d3a49d72e6ef065c6f573f2e0cbba8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18e3c66b61739023426ff58ae66e7f0f\";a:5:{s:6:\"source\";s:32:\"18e3c66b61739023426ff58ae66e7f0f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6951d319f219ae4a32f69a479811de8b\";a:5:{s:6:\"source\";s:32:\"6951d319f219ae4a32f69a479811de8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d795a0dc0db5b387354b2e9780184503\";a:5:{s:6:\"source\";s:32:\"d795a0dc0db5b387354b2e9780184503\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6276fb5e2c075343686087d542ce4da2\";a:5:{s:6:\"source\";s:32:\"6276fb5e2c075343686087d542ce4da2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25664bc70312af0fc8c9602cd1542704\";a:5:{s:6:\"source\";s:32:\"25664bc70312af0fc8c9602cd1542704\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02eb9b4c7a8530a5d692a82c553d5777\";a:5:{s:6:\"source\";s:32:\"02eb9b4c7a8530a5d692a82c553d5777\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d97b3720b7536e12c9bd79c6572ed359\";a:5:{s:6:\"source\";s:32:\"d97b3720b7536e12c9bd79c6572ed359\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a831daf1f0c87cf3fd6f1e4995996dd2\";a:5:{s:6:\"source\";s:32:\"a831daf1f0c87cf3fd6f1e4995996dd2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d28982cef0da52f439f621c9e562cff\";a:5:{s:6:\"source\";s:32:\"5d28982cef0da52f439f621c9e562cff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb70d0f68aeeefe22c5dde86e022593a\";a:5:{s:6:\"source\";s:32:\"bb70d0f68aeeefe22c5dde86e022593a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5807745c5504a19fbc1d86d24aa5c0b1\";a:5:{s:6:\"source\";s:32:\"5807745c5504a19fbc1d86d24aa5c0b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c8531cbbc02778a2ee3a40e324983c1\";a:5:{s:6:\"source\";s:32:\"5c8531cbbc02778a2ee3a40e324983c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f257e004a0fc1a0559d45668ccdb9da\";a:5:{s:6:\"source\";s:32:\"3f257e004a0fc1a0559d45668ccdb9da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b564a64b4800e9cbbf0a3668769fcbd\";a:5:{s:6:\"source\";s:32:\"5b564a64b4800e9cbbf0a3668769fcbd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ce3ce1e8f4ac9887793c5d94c3ee8d9d\";a:5:{s:6:\"source\";s:32:\"ce3ce1e8f4ac9887793c5d94c3ee8d9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1a2956806b6215969ca6ca7da389091\";a:5:{s:6:\"source\";s:32:\"d1a2956806b6215969ca6ca7da389091\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13a3733c1237b01448f44350e4cdab18\";a:5:{s:6:\"source\";s:32:\"13a3733c1237b01448f44350e4cdab18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"419cf7ef25d3f5ed9445a20681a0636f\";a:5:{s:6:\"source\";s:32:\"419cf7ef25d3f5ed9445a20681a0636f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bbf975954ff7b35c5621bc6d752f07a\";a:5:{s:6:\"source\";s:32:\"4bbf975954ff7b35c5621bc6d752f07a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f27af5be3db868275ba63be7a80b522\";a:5:{s:6:\"source\";s:32:\"1f27af5be3db868275ba63be7a80b522\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d630d2044715422f990d3a9739ab066\";a:5:{s:6:\"source\";s:32:\"2d630d2044715422f990d3a9739ab066\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46e19f5ae3f714f74c4f8217d8250e7e\";a:5:{s:6:\"source\";s:32:\"46e19f5ae3f714f74c4f8217d8250e7e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c17dfdca28d9f4b8f9fdc3b071ecb57\";a:5:{s:6:\"source\";s:32:\"8c17dfdca28d9f4b8f9fdc3b071ecb57\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3946383536cf7505b86e5fc86f96e51d\";a:5:{s:6:\"source\";s:32:\"3946383536cf7505b86e5fc86f96e51d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6a172380d99f1870a919a1b2ca5e8b04\";a:5:{s:6:\"source\";s:32:\"6a172380d99f1870a919a1b2ca5e8b04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6180c529423d8e98cd9f43cddbefd09\";a:5:{s:6:\"source\";s:32:\"e6180c529423d8e98cd9f43cddbefd09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b36cdfcb0a5a2733bd6409b8c4949ac\";a:5:{s:6:\"source\";s:32:\"7b36cdfcb0a5a2733bd6409b8c4949ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac79898c5c4425c333d0991e32c6cda0\";a:5:{s:6:\"source\";s:32:\"ac79898c5c4425c333d0991e32c6cda0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69409233381762a422e65af9862e6cd5\";a:5:{s:6:\"source\";s:32:\"69409233381762a422e65af9862e6cd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c045283d978d44ef445eead13e5780f\";a:5:{s:6:\"source\";s:32:\"2c045283d978d44ef445eead13e5780f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5891320fb37154a1755b3da6060a8ed3\";a:5:{s:6:\"source\";s:32:\"5891320fb37154a1755b3da6060a8ed3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fbe0bfd197cd34c3b78d1584dc203e64\";a:5:{s:6:\"source\";s:32:\"fbe0bfd197cd34c3b78d1584dc203e64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02902951954f7d553997a1538c568b59\";a:5:{s:6:\"source\";s:32:\"02902951954f7d553997a1538c568b59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b99d4560f93d891ca68f40487ce679d\";a:5:{s:6:\"source\";s:32:\"5b99d4560f93d891ca68f40487ce679d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67d79cdfa28bf9b5f52b8d50a2f6add1\";a:5:{s:6:\"source\";s:32:\"67d79cdfa28bf9b5f52b8d50a2f6add1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a9401dc9db27e8c1d768af11d11fd57\";a:5:{s:6:\"source\";s:32:\"7a9401dc9db27e8c1d768af11d11fd57\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81e2c9aaf1aeba5aa6f6c27ce595dfad\";a:5:{s:6:\"source\";s:32:\"81e2c9aaf1aeba5aa6f6c27ce595dfad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c79871f703cd6e98f1a9125abcf6907d\";a:5:{s:6:\"source\";s:32:\"c79871f703cd6e98f1a9125abcf6907d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30906d98667def8ea2585fc2e27a8689\";a:5:{s:6:\"source\";s:32:\"30906d98667def8ea2585fc2e27a8689\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ada3d70d8b70f554197d5720844aee4b\";a:5:{s:6:\"source\";s:32:\"ada3d70d8b70f554197d5720844aee4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f87d8acea4fa48ea991022b34cf2509\";a:5:{s:6:\"source\";s:32:\"7f87d8acea4fa48ea991022b34cf2509\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2cee11303e25ccdd350e61de9ea95a04\";a:5:{s:6:\"source\";s:32:\"2cee11303e25ccdd350e61de9ea95a04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85b0b88bf267c6d02f32347289b46522\";a:5:{s:6:\"source\";s:32:\"85b0b88bf267c6d02f32347289b46522\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad6dc5e91387805b0455f61c50b75449\";a:5:{s:6:\"source\";s:32:\"ad6dc5e91387805b0455f61c50b75449\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96030f84a9db03b448018b2efcabe573\";a:5:{s:6:\"source\";s:32:\"96030f84a9db03b448018b2efcabe573\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5b1a4e152a989e88716e88d993f5077\";a:5:{s:6:\"source\";s:32:\"e5b1a4e152a989e88716e88d993f5077\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7bd7702ee2ef7875c55c0f411a3b9660\";a:5:{s:6:\"source\";s:32:\"7bd7702ee2ef7875c55c0f411a3b9660\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96d2affa405935f8feb27c0432325088\";a:5:{s:6:\"source\";s:32:\"96d2affa405935f8feb27c0432325088\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d4d9fa6e6f3434ff51592a26ca4ff92\";a:5:{s:6:\"source\";s:32:\"9d4d9fa6e6f3434ff51592a26ca4ff92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb143835f328a8ab694758173db9b7ae\";a:5:{s:6:\"source\";s:32:\"cb143835f328a8ab694758173db9b7ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52aac5f30a484b44b319e5d63c960111\";a:5:{s:6:\"source\";s:32:\"52aac5f30a484b44b319e5d63c960111\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d4f1f9d262f66977c00c6d5c9a8659b\";a:5:{s:6:\"source\";s:32:\"2d4f1f9d262f66977c00c6d5c9a8659b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f2529796844fb13893bd12ff24cdb91\";a:5:{s:6:\"source\";s:32:\"7f2529796844fb13893bd12ff24cdb91\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e335ffd0ec0da33761e9e3fa011bf86\";a:5:{s:6:\"source\";s:32:\"9e335ffd0ec0da33761e9e3fa011bf86\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b303b87159180f44482ab50b91708b26\";a:5:{s:6:\"source\";s:32:\"b303b87159180f44482ab50b91708b26\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"caf9f3e3684feb8d2a336cb9cea64f1e\";a:5:{s:6:\"source\";s:32:\"caf9f3e3684feb8d2a336cb9cea64f1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"015445891ea54e78e08f70bb7cd3791d\";a:5:{s:6:\"source\";s:32:\"015445891ea54e78e08f70bb7cd3791d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c6b8b5d95fbeee9195d88f98ce572bc\";a:5:{s:6:\"source\";s:32:\"9c6b8b5d95fbeee9195d88f98ce572bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42e714e7bb98cb14dcf6e9ecafe24b81\";a:5:{s:6:\"source\";s:32:\"42e714e7bb98cb14dcf6e9ecafe24b81\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ee4a99d530c2665760106b36a106f66\";a:5:{s:6:\"source\";s:32:\"2ee4a99d530c2665760106b36a106f66\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a07ceee36e06b8cfe2755a251a2ab23\";a:5:{s:6:\"source\";s:32:\"3a07ceee36e06b8cfe2755a251a2ab23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e5d934bd38a1b1692c49330c380fde4\";a:5:{s:6:\"source\";s:32:\"6e5d934bd38a1b1692c49330c380fde4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5bcab8a90575d57fb53adacb7934e5a\";a:5:{s:6:\"source\";s:32:\"a5bcab8a90575d57fb53adacb7934e5a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bcfc1869e6e84109b27fd1cf01e84c20\";a:5:{s:6:\"source\";s:32:\"bcfc1869e6e84109b27fd1cf01e84c20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d814b07455ca00d616deb64a824a0874\";a:5:{s:6:\"source\";s:32:\"d814b07455ca00d616deb64a824a0874\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd68430cf8fdd18e17bdab6c7d9c0fd5\";a:5:{s:6:\"source\";s:32:\"dd68430cf8fdd18e17bdab6c7d9c0fd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d58c5b67bf66a8eeac1dab83d0465026\";a:5:{s:6:\"source\";s:32:\"d58c5b67bf66a8eeac1dab83d0465026\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6aea3631609f0050d378c5da9c239c2\";a:5:{s:6:\"source\";s:32:\"c6aea3631609f0050d378c5da9c239c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b67697c986c3b4ca4494b9ca156a588e\";a:5:{s:6:\"source\";s:32:\"b67697c986c3b4ca4494b9ca156a588e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fcd029f5499d8244ee5d5d63cef46c1f\";a:5:{s:6:\"source\";s:32:\"fcd029f5499d8244ee5d5d63cef46c1f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe7afb917090376c43b018f5183ce124\";a:5:{s:6:\"source\";s:32:\"fe7afb917090376c43b018f5183ce124\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfaaaf981c5ebac86516302a23206846\";a:5:{s:6:\"source\";s:32:\"dfaaaf981c5ebac86516302a23206846\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"72d557f3079b566b8b5c58aeaa30c5b6\";a:5:{s:6:\"source\";s:32:\"72d557f3079b566b8b5c58aeaa30c5b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93e2a906a0d9c3315e0879bec1d5b615\";a:5:{s:6:\"source\";s:32:\"93e2a906a0d9c3315e0879bec1d5b615\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a2853b0d95ea9e947bb4c467faff9ff\";a:5:{s:6:\"source\";s:32:\"0a2853b0d95ea9e947bb4c467faff9ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6bae64dfca233fdf9adee6e9a2ab50bc\";a:5:{s:6:\"source\";s:32:\"6bae64dfca233fdf9adee6e9a2ab50bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e4b06e45e62db8fb6b28de9d377ebc5\";a:5:{s:6:\"source\";s:32:\"3e4b06e45e62db8fb6b28de9d377ebc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fa91e183373b1e87e7bc5bab8135bf8\";a:5:{s:6:\"source\";s:32:\"6fa91e183373b1e87e7bc5bab8135bf8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6609c0833dfa1d0166b70a5561d4834d\";a:5:{s:6:\"source\";s:32:\"6609c0833dfa1d0166b70a5561d4834d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90a86ecf725a04d370a5286703514938\";a:5:{s:6:\"source\";s:32:\"90a86ecf725a04d370a5286703514938\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c63055c171121c673e8231848fc7b0ab\";a:5:{s:6:\"source\";s:32:\"c63055c171121c673e8231848fc7b0ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aecfa01689f66ce0255a8be7138a498c\";a:5:{s:6:\"source\";s:32:\"aecfa01689f66ce0255a8be7138a498c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e50128203361932a53f268a32956dddb\";a:5:{s:6:\"source\";s:32:\"e50128203361932a53f268a32956dddb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da54472d100b37f1859ac857ff64fe69\";a:5:{s:6:\"source\";s:32:\"da54472d100b37f1859ac857ff64fe69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91c6c80e9a117feda47720a5d70ee94c\";a:5:{s:6:\"source\";s:32:\"91c6c80e9a117feda47720a5d70ee94c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b7f2d04fcf0da1a852dee15e37bc905\";a:5:{s:6:\"source\";s:32:\"1b7f2d04fcf0da1a852dee15e37bc905\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b21c8834fcf25cc822e42511f5a210b4\";a:5:{s:6:\"source\";s:32:\"b21c8834fcf25cc822e42511f5a210b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2043edaf4deeb40e18ae7d42ebc31989\";a:5:{s:6:\"source\";s:32:\"2043edaf4deeb40e18ae7d42ebc31989\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc6f76b4b778fb42ac151543a3f58bb6\";a:5:{s:6:\"source\";s:32:\"dc6f76b4b778fb42ac151543a3f58bb6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51129a3f92b0a3c84e3e127b89ceae6a\";a:5:{s:6:\"source\";s:32:\"51129a3f92b0a3c84e3e127b89ceae6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ffbee2d2b5bb1bd2f288949dd1a5c33\";a:5:{s:6:\"source\";s:32:\"2ffbee2d2b5bb1bd2f288949dd1a5c33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ab068ea63a318216cc7d63efcf82021\";a:5:{s:6:\"source\";s:32:\"0ab068ea63a318216cc7d63efcf82021\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff853898ce68dc28fe9becbdd24de0cf\";a:5:{s:6:\"source\";s:32:\"ff853898ce68dc28fe9becbdd24de0cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9ae63521e22505ddd386c96ef0e5170\";a:5:{s:6:\"source\";s:32:\"a9ae63521e22505ddd386c96ef0e5170\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fb07062d62be5f20427d41951f973f6\";a:5:{s:6:\"source\";s:32:\"6fb07062d62be5f20427d41951f973f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"050b89e3e54121247f9593b771323f7a\";a:5:{s:6:\"source\";s:32:\"050b89e3e54121247f9593b771323f7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ba2d3b02132eac1c767578455f7c2ef\";a:5:{s:6:\"source\";s:32:\"1ba2d3b02132eac1c767578455f7c2ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90fa0a333a7412a04328f83e1d6c75fa\";a:5:{s:6:\"source\";s:32:\"90fa0a333a7412a04328f83e1d6c75fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c8d690c034bcf4db49adc352163749e\";a:5:{s:6:\"source\";s:32:\"5c8d690c034bcf4db49adc352163749e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14d5d34ad441c152105b91f18357f2d6\";a:5:{s:6:\"source\";s:32:\"14d5d34ad441c152105b91f18357f2d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f16e5bdd5b67937da7be39e4ee52ca7\";a:5:{s:6:\"source\";s:32:\"4f16e5bdd5b67937da7be39e4ee52ca7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44c857111579b2f4571b9777f00dbbec\";a:5:{s:6:\"source\";s:32:\"44c857111579b2f4571b9777f00dbbec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b61e5c029eaffe6b8aaa7bfb30fe492e\";a:5:{s:6:\"source\";s:32:\"b61e5c029eaffe6b8aaa7bfb30fe492e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6503d858da8b696accdb11b63ea60ed\";a:5:{s:6:\"source\";s:32:\"e6503d858da8b696accdb11b63ea60ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0182e2966f9e2f191c4a2af677254d0b\";a:5:{s:6:\"source\";s:32:\"0182e2966f9e2f191c4a2af677254d0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3b8c0320479ab0c2603eb52b3c26209\";a:5:{s:6:\"source\";s:32:\"f3b8c0320479ab0c2603eb52b3c26209\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73830cf466d40b2e6cfbfbc77e8a9d98\";a:5:{s:6:\"source\";s:32:\"73830cf466d40b2e6cfbfbc77e8a9d98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9390440fb32ab78ae328d97022eeda00\";a:5:{s:6:\"source\";s:32:\"9390440fb32ab78ae328d97022eeda00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30b8cbbfe015392641f350c11b4f7b73\";a:5:{s:6:\"source\";s:32:\"30b8cbbfe015392641f350c11b4f7b73\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"829c919f9c07c4f17685e8a4c84664af\";a:5:{s:6:\"source\";s:32:\"829c919f9c07c4f17685e8a4c84664af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2bca413506b2f520f6168455df9f344e\";a:5:{s:6:\"source\";s:32:\"2bca413506b2f520f6168455df9f344e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25b5ac5461635044ff74e7f301406136\";a:5:{s:6:\"source\";s:32:\"25b5ac5461635044ff74e7f301406136\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8da435b0f268de61a6b2047e7eaccef2\";a:5:{s:6:\"source\";s:32:\"8da435b0f268de61a6b2047e7eaccef2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e865c5e47a7ad67e805996d9c323bf4f\";a:5:{s:6:\"source\";s:32:\"e865c5e47a7ad67e805996d9c323bf4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0e27878d21f474b3d462e3ad0fe4f29\";a:5:{s:6:\"source\";s:32:\"a0e27878d21f474b3d462e3ad0fe4f29\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af2876858e9b315c336bdc8b635980c5\";a:5:{s:6:\"source\";s:32:\"af2876858e9b315c336bdc8b635980c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a766474dbcac821a994b9da13a3d043a\";a:5:{s:6:\"source\";s:32:\"a766474dbcac821a994b9da13a3d043a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b11dd833d7f327f5927d0e13c1e43943\";a:5:{s:6:\"source\";s:32:\"b11dd833d7f327f5927d0e13c1e43943\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2502c2c23af6f75b4dc8ab38f71e7ca\";a:5:{s:6:\"source\";s:32:\"a2502c2c23af6f75b4dc8ab38f71e7ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afc888d001d769dcd2dbc6c87c75f697\";a:5:{s:6:\"source\";s:32:\"afc888d001d769dcd2dbc6c87c75f697\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53d87f3945ed54efcd74d119d1b14031\";a:5:{s:6:\"source\";s:32:\"53d87f3945ed54efcd74d119d1b14031\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf4cbf9e5c71df2a34b214d86c98ebdd\";a:5:{s:6:\"source\";s:32:\"bf4cbf9e5c71df2a34b214d86c98ebdd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48d2c374896facdd2b8d0371ca5785fe\";a:5:{s:6:\"source\";s:32:\"48d2c374896facdd2b8d0371ca5785fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93f2ab6cb62219d43df6e4fbfed5e985\";a:5:{s:6:\"source\";s:32:\"93f2ab6cb62219d43df6e4fbfed5e985\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"913b01447cb96e4cd530431922d269df\";a:5:{s:6:\"source\";s:32:\"913b01447cb96e4cd530431922d269df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"302d792f2d1bf496d78a1bff8872c891\";a:5:{s:6:\"source\";s:32:\"302d792f2d1bf496d78a1bff8872c891\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7bb9ab1d668d63afd5419e5e0c7b2957\";a:5:{s:6:\"source\";s:32:\"7bb9ab1d668d63afd5419e5e0c7b2957\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51bf40a410eb28063f6e3300c46e4df0\";a:5:{s:6:\"source\";s:32:\"51bf40a410eb28063f6e3300c46e4df0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8ee91106a10e06bc675a53a8e09a141\";a:5:{s:6:\"source\";s:32:\"e8ee91106a10e06bc675a53a8e09a141\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec3e38d2be5196aee9f3917fafe7c728\";a:5:{s:6:\"source\";s:32:\"ec3e38d2be5196aee9f3917fafe7c728\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f4c659570a650a2b17d3b3e646a23340\";a:5:{s:6:\"source\";s:32:\"f4c659570a650a2b17d3b3e646a23340\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"523191c277298a76d939dd88065c57b0\";a:5:{s:6:\"source\";s:32:\"523191c277298a76d939dd88065c57b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"205d6fedf00af0b5f378d2f11ceb5ec0\";a:5:{s:6:\"source\";s:32:\"205d6fedf00af0b5f378d2f11ceb5ec0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37b0224d3004f01a4b3ca915d5e7f941\";a:5:{s:6:\"source\";s:32:\"37b0224d3004f01a4b3ca915d5e7f941\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54bae3eb72d331591af5dac026632989\";a:5:{s:6:\"source\";s:32:\"54bae3eb72d331591af5dac026632989\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d52e9d9b5980c3e67a53d05a69e97ab\";a:5:{s:6:\"source\";s:32:\"3d52e9d9b5980c3e67a53d05a69e97ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d5422b8769d93e817982daeb3f8cf9f\";a:5:{s:6:\"source\";s:32:\"3d5422b8769d93e817982daeb3f8cf9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d8feaa06b4c26bdda19cdd0eb05e5bd\";a:5:{s:6:\"source\";s:32:\"9d8feaa06b4c26bdda19cdd0eb05e5bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c8fb3488ea20223da639306a7ece0524\";a:5:{s:6:\"source\";s:32:\"c8fb3488ea20223da639306a7ece0524\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fddc61c4e44896f6f0a6c923640d1cda\";a:5:{s:6:\"source\";s:32:\"fddc61c4e44896f6f0a6c923640d1cda\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"834be57a68c74739387d3e8be854d22f\";a:5:{s:6:\"source\";s:32:\"834be57a68c74739387d3e8be854d22f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"feef5b903196f1b74685b043262b84e0\";a:5:{s:6:\"source\";s:32:\"feef5b903196f1b74685b043262b84e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af73b3f22b945ba772530d5a40ae6c83\";a:5:{s:6:\"source\";s:32:\"af73b3f22b945ba772530d5a40ae6c83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd94b629f8e3c42004b5ba8b1214fcec\";a:5:{s:6:\"source\";s:32:\"dd94b629f8e3c42004b5ba8b1214fcec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aed688751295eb37ca2bc4da1c0a94c0\";a:5:{s:6:\"source\";s:32:\"aed688751295eb37ca2bc4da1c0a94c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09c0d309ded39d53f17928ad011941db\";a:5:{s:6:\"source\";s:32:\"09c0d309ded39d53f17928ad011941db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20ea596d487a4080553f0f02591bcb24\";a:5:{s:6:\"source\";s:32:\"20ea596d487a4080553f0f02591bcb24\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b45fe98f997ba7bbe437b73cb05d24e\";a:5:{s:6:\"source\";s:32:\"6b45fe98f997ba7bbe437b73cb05d24e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70ca35d13b4a54361bda75e774a47d4f\";a:5:{s:6:\"source\";s:32:\"70ca35d13b4a54361bda75e774a47d4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"651ada36a97155cc996560564426cbdf\";a:5:{s:6:\"source\";s:32:\"651ada36a97155cc996560564426cbdf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ea5870c5c4b46de67d4fdea9a4b384c\";a:5:{s:6:\"source\";s:32:\"2ea5870c5c4b46de67d4fdea9a4b384c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34e076ecc9cf1a62711d6e08dc3eb7db\";a:5:{s:6:\"source\";s:32:\"34e076ecc9cf1a62711d6e08dc3eb7db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2f3313b15159d693320ed9f6c0f40f4\";a:5:{s:6:\"source\";s:32:\"a2f3313b15159d693320ed9f6c0f40f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"570ca05dd7abd5aa58d20b6a32360455\";a:5:{s:6:\"source\";s:32:\"570ca05dd7abd5aa58d20b6a32360455\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"903e8bf14ed7528ec360aeac3a09fb83\";a:5:{s:6:\"source\";s:32:\"903e8bf14ed7528ec360aeac3a09fb83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d86c20d94e56617978f3d04c1347018\";a:5:{s:6:\"source\";s:32:\"9d86c20d94e56617978f3d04c1347018\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba6b5e251fcef792d1d4163619840e88\";a:5:{s:6:\"source\";s:32:\"ba6b5e251fcef792d1d4163619840e88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92d64407ca80ee17fa700f138f923d40\";a:5:{s:6:\"source\";s:32:\"92d64407ca80ee17fa700f138f923d40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec46ffbf571a3b768b121312f456b732\";a:5:{s:6:\"source\";s:32:\"ec46ffbf571a3b768b121312f456b732\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"843f8194bb6ec660c5d7a7b075f524d5\";a:5:{s:6:\"source\";s:32:\"843f8194bb6ec660c5d7a7b075f524d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ab0687601869871517affa2e2e794cf\";a:5:{s:6:\"source\";s:32:\"8ab0687601869871517affa2e2e794cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1ad2e52b0e60db045fbece48c78b80c\";a:5:{s:6:\"source\";s:32:\"b1ad2e52b0e60db045fbece48c78b80c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fda36847799a2630a6b2919e930d2d2a\";a:5:{s:6:\"source\";s:32:\"fda36847799a2630a6b2919e930d2d2a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c8e80464fce0cf0ac1e9f76eba86bf08\";a:5:{s:6:\"source\";s:32:\"c8e80464fce0cf0ac1e9f76eba86bf08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"293acf7cad83f67b15cb774fb5d8ce17\";a:5:{s:6:\"source\";s:32:\"293acf7cad83f67b15cb774fb5d8ce17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c77d5c99ae658875a98af9b6bcbe371\";a:5:{s:6:\"source\";s:32:\"3c77d5c99ae658875a98af9b6bcbe371\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be4aa6396014cb7a8e10bf501419c01a\";a:5:{s:6:\"source\";s:32:\"be4aa6396014cb7a8e10bf501419c01a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c3f1eef5ffcc6ab901e9a1b548a675f\";a:5:{s:6:\"source\";s:32:\"2c3f1eef5ffcc6ab901e9a1b548a675f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c796a79cfa4919241d4cf530b970ab6b\";a:5:{s:6:\"source\";s:32:\"c796a79cfa4919241d4cf530b970ab6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc3f4d1ee9fc72fbd09ce4f90f4625d7\";a:5:{s:6:\"source\";s:32:\"dc3f4d1ee9fc72fbd09ce4f90f4625d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a52c08f208c93083ce1eb665c87bd9d8\";a:5:{s:6:\"source\";s:32:\"a52c08f208c93083ce1eb665c87bd9d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42b9edb493c40a2fe5348bfad94fac32\";a:5:{s:6:\"source\";s:32:\"42b9edb493c40a2fe5348bfad94fac32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0fa982432e7c0e72c52183a219d7b301\";a:5:{s:6:\"source\";s:32:\"0fa982432e7c0e72c52183a219d7b301\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"609df7c45afb227e1c16c0950bf5f829\";a:5:{s:6:\"source\";s:32:\"609df7c45afb227e1c16c0950bf5f829\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"27604d2ab2f75727fb1173c63bcfc161\";a:5:{s:6:\"source\";s:32:\"27604d2ab2f75727fb1173c63bcfc161\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"564b92ecb915134e265a37b49b16a5e9\";a:5:{s:6:\"source\";s:32:\"564b92ecb915134e265a37b49b16a5e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ab7c94c3856f0d50b0751dc823898ab\";a:5:{s:6:\"source\";s:32:\"3ab7c94c3856f0d50b0751dc823898ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b52e6818fe8e77b6b444e3975d28d5cf\";a:5:{s:6:\"source\";s:32:\"b52e6818fe8e77b6b444e3975d28d5cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1114712547555e3fb49ed9149aea1924\";a:5:{s:6:\"source\";s:32:\"1114712547555e3fb49ed9149aea1924\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3183e3ec6614587feff806765a43b1f8\";a:5:{s:6:\"source\";s:32:\"3183e3ec6614587feff806765a43b1f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d6cf2f095374a58f19f72ba162d1008\";a:5:{s:6:\"source\";s:32:\"5d6cf2f095374a58f19f72ba162d1008\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"39efbb11f91811645a28bbf3813e706c\";a:5:{s:6:\"source\";s:32:\"39efbb11f91811645a28bbf3813e706c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4839e455c81cde935864752b085b6a5\";a:5:{s:6:\"source\";s:32:\"d4839e455c81cde935864752b085b6a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d33508b474ddac5ec45361e3ab63b68e\";a:5:{s:6:\"source\";s:32:\"d33508b474ddac5ec45361e3ab63b68e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a705a3837a514f1eb1e774a2b2635e0b\";a:5:{s:6:\"source\";s:32:\"a705a3837a514f1eb1e774a2b2635e0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14fed312ca4b9dd53eeb00b412dba91b\";a:5:{s:6:\"source\";s:32:\"14fed312ca4b9dd53eeb00b412dba91b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06560fd4114daa45006f476277cf7e07\";a:5:{s:6:\"source\";s:32:\"06560fd4114daa45006f476277cf7e07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51875f34fe5d28a46fa2d051c536696f\";a:5:{s:6:\"source\";s:32:\"51875f34fe5d28a46fa2d051c536696f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1023c90b2591e01656781e8b67b444bf\";a:5:{s:6:\"source\";s:32:\"1023c90b2591e01656781e8b67b444bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb027992f4d7ba9005921b56955d5e68\";a:5:{s:6:\"source\";s:32:\"cb027992f4d7ba9005921b56955d5e68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfd9eb59b2718450cc192edc6cdce66c\";a:5:{s:6:\"source\";s:32:\"cfd9eb59b2718450cc192edc6cdce66c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3996e4aa23d5d8635cb0b1efb9b00bbf\";a:5:{s:6:\"source\";s:32:\"3996e4aa23d5d8635cb0b1efb9b00bbf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"503611af44e2a1114a11de00a2a4d5c8\";a:5:{s:6:\"source\";s:32:\"503611af44e2a1114a11de00a2a4d5c8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98ccea60434e68e2d0cf0b98da647554\";a:5:{s:6:\"source\";s:32:\"98ccea60434e68e2d0cf0b98da647554\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00be0ec19bf83a39e17324b10ff68964\";a:5:{s:6:\"source\";s:32:\"00be0ec19bf83a39e17324b10ff68964\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21253f2df694a09f7dc5bb8f7f355b69\";a:5:{s:6:\"source\";s:32:\"21253f2df694a09f7dc5bb8f7f355b69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3207f5dca5c705c331613e1dae151322\";a:5:{s:6:\"source\";s:32:\"3207f5dca5c705c331613e1dae151322\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d20198d606c40e144155955b043a29b\";a:5:{s:6:\"source\";s:32:\"5d20198d606c40e144155955b043a29b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d715f2653e80e3aeba4e87fac6846299\";a:5:{s:6:\"source\";s:32:\"d715f2653e80e3aeba4e87fac6846299\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a872957d4b172b0077b9cf81d915fa7\";a:5:{s:6:\"source\";s:32:\"5a872957d4b172b0077b9cf81d915fa7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d24b91593b03bbd18a0d7b0bdca8fa01\";a:5:{s:6:\"source\";s:32:\"d24b91593b03bbd18a0d7b0bdca8fa01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"589786f942c091b2c9b6103824b57d7c\";a:5:{s:6:\"source\";s:32:\"589786f942c091b2c9b6103824b57d7c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"188b2ae8f0c1ce9e159825c4e12ebaf1\";a:5:{s:6:\"source\";s:32:\"188b2ae8f0c1ce9e159825c4e12ebaf1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"869b566a9581323487a57b823c69b1e6\";a:5:{s:6:\"source\";s:32:\"869b566a9581323487a57b823c69b1e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef25891e53a652ae462bc66b97aaf60e\";a:5:{s:6:\"source\";s:32:\"ef25891e53a652ae462bc66b97aaf60e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed6336981570b91f2ce41d2a06fcf0f1\";a:5:{s:6:\"source\";s:32:\"ed6336981570b91f2ce41d2a06fcf0f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12056884efbcafc9aa2255af3a004940\";a:5:{s:6:\"source\";s:32:\"12056884efbcafc9aa2255af3a004940\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77f51057f8852e4a0ae93fb1f090ddc9\";a:5:{s:6:\"source\";s:32:\"77f51057f8852e4a0ae93fb1f090ddc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c838ab1d2eb9b7d9b6cb549cdaedf73d\";a:5:{s:6:\"source\";s:32:\"c838ab1d2eb9b7d9b6cb549cdaedf73d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5f0b5d9abc1fe71b223c301a2db03c2\";a:5:{s:6:\"source\";s:32:\"f5f0b5d9abc1fe71b223c301a2db03c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"437800488735f30749efc4e0f43e8d08\";a:5:{s:6:\"source\";s:32:\"437800488735f30749efc4e0f43e8d08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd20bb6a6a19237532eb43a081f95fa9\";a:5:{s:6:\"source\";s:32:\"cd20bb6a6a19237532eb43a081f95fa9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"066187af147793db2df276330a6f6c8a\";a:5:{s:6:\"source\";s:32:\"066187af147793db2df276330a6f6c8a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96e164fd8aef835b427e754a7174aa58\";a:5:{s:6:\"source\";s:32:\"96e164fd8aef835b427e754a7174aa58\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e7694738599b04e2560e24cf6348212c\";a:5:{s:6:\"source\";s:32:\"e7694738599b04e2560e24cf6348212c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4999061382f7e6db62b626e0af8b2524\";a:5:{s:6:\"source\";s:32:\"4999061382f7e6db62b626e0af8b2524\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b64ba0e54bbc9b5ebb319cf8661d91a\";a:5:{s:6:\"source\";s:32:\"4b64ba0e54bbc9b5ebb319cf8661d91a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2f8879f570cf847184110a715b440ad\";a:5:{s:6:\"source\";s:32:\"d2f8879f570cf847184110a715b440ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90a415767a3f9e9fad2ebe496e9bc428\";a:5:{s:6:\"source\";s:32:\"90a415767a3f9e9fad2ebe496e9bc428\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6df1863aa67c5d00eafdc0a1df1e1491\";a:5:{s:6:\"source\";s:32:\"6df1863aa67c5d00eafdc0a1df1e1491\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"487277c090ea480079d1ceadb9a8f312\";a:5:{s:6:\"source\";s:32:\"487277c090ea480079d1ceadb9a8f312\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76e67070c444b317cc0ed97d86fd7ef2\";a:5:{s:6:\"source\";s:32:\"76e67070c444b317cc0ed97d86fd7ef2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2dc0cbfa11b113ec73e64e2be3a8fc0\";a:5:{s:6:\"source\";s:32:\"d2dc0cbfa11b113ec73e64e2be3a8fc0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe0c18cd944380acd2fabba5b918bc1b\";a:5:{s:6:\"source\";s:32:\"fe0c18cd944380acd2fabba5b918bc1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9807fc098ab79227338d35a90bf98752\";a:5:{s:6:\"source\";s:32:\"9807fc098ab79227338d35a90bf98752\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca8d0508539d2b841d12ea111d339033\";a:5:{s:6:\"source\";s:32:\"ca8d0508539d2b841d12ea111d339033\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1a1f30d4169342e4f50fc58c89aa708\";a:5:{s:6:\"source\";s:32:\"a1a1f30d4169342e4f50fc58c89aa708\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85169aa1b4b1606f1960ab7ea595dfae\";a:5:{s:6:\"source\";s:32:\"85169aa1b4b1606f1960ab7ea595dfae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ed294a3aa78014933eb87c3084d34cc\";a:5:{s:6:\"source\";s:32:\"8ed294a3aa78014933eb87c3084d34cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86fe04fff5d9ec92062b231b12ee2f47\";a:5:{s:6:\"source\";s:32:\"86fe04fff5d9ec92062b231b12ee2f47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a93e08d5bf77efa472d3d51d5d4b64bd\";a:5:{s:6:\"source\";s:32:\"a93e08d5bf77efa472d3d51d5d4b64bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74de54ed9de2db32acaac235cdc31d7b\";a:5:{s:6:\"source\";s:32:\"74de54ed9de2db32acaac235cdc31d7b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e6cbb026c90aa5498f7191780246b28\";a:5:{s:6:\"source\";s:32:\"1e6cbb026c90aa5498f7191780246b28\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f36ec9fc3faca70705258ccc6a031f6a\";a:5:{s:6:\"source\";s:32:\"f36ec9fc3faca70705258ccc6a031f6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f82c86b4a8018ea1876fd4de6de51d5\";a:5:{s:6:\"source\";s:32:\"5f82c86b4a8018ea1876fd4de6de51d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20ae52743fb292c8ccf1a46a02a8a253\";a:5:{s:6:\"source\";s:32:\"20ae52743fb292c8ccf1a46a02a8a253\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"236cd76a916828b2e5a48f92cdfea1d3\";a:5:{s:6:\"source\";s:32:\"236cd76a916828b2e5a48f92cdfea1d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"014e122f8a7796e58f91e9e67a9c6a44\";a:5:{s:6:\"source\";s:32:\"014e122f8a7796e58f91e9e67a9c6a44\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db96ecceb254a99267fdfa96898a1780\";a:5:{s:6:\"source\";s:32:\"db96ecceb254a99267fdfa96898a1780\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e0dfca4cca12a53b40b6da4ec17e00d0\";a:5:{s:6:\"source\";s:32:\"e0dfca4cca12a53b40b6da4ec17e00d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f982b371541e2a9ae54efd34c3081253\";a:5:{s:6:\"source\";s:32:\"f982b371541e2a9ae54efd34c3081253\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a84cd3df0ca8dafcd9c7bd95e2afd97\";a:5:{s:6:\"source\";s:32:\"7a84cd3df0ca8dafcd9c7bd95e2afd97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91374945512068a4f1114628b91f3ed5\";a:5:{s:6:\"source\";s:32:\"91374945512068a4f1114628b91f3ed5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"288f836bcacde8f71cbe7b55f0380ac0\";a:5:{s:6:\"source\";s:32:\"288f836bcacde8f71cbe7b55f0380ac0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"748f51a69cc524c65630d1bb3fd5e70a\";a:5:{s:6:\"source\";s:32:\"748f51a69cc524c65630d1bb3fd5e70a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2824f615fbab064bd7d1e9f050842b0b\";a:5:{s:6:\"source\";s:32:\"2824f615fbab064bd7d1e9f050842b0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"65a9e7e4a23193a81d12b89eeaa47b4c\";a:5:{s:6:\"source\";s:32:\"65a9e7e4a23193a81d12b89eeaa47b4c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7622fc405dad4d4a182f35ce8716bdcf\";a:5:{s:6:\"source\";s:32:\"7622fc405dad4d4a182f35ce8716bdcf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bfe976a41287ad06c37d59825dcd340d\";a:5:{s:6:\"source\";s:32:\"bfe976a41287ad06c37d59825dcd340d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"625250b387074ccb803a5dbe4f99ae47\";a:5:{s:6:\"source\";s:32:\"625250b387074ccb803a5dbe4f99ae47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e7ccbcaae80f600922350a3ddf31ccbd\";a:5:{s:6:\"source\";s:32:\"e7ccbcaae80f600922350a3ddf31ccbd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac564b51e3c4f20c98c105a5e74ecfe6\";a:5:{s:6:\"source\";s:32:\"ac564b51e3c4f20c98c105a5e74ecfe6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d503863d2f32072dd044974188622f64\";a:5:{s:6:\"source\";s:32:\"d503863d2f32072dd044974188622f64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c2a17f911c317474cf5fe5ab141a1c9\";a:5:{s:6:\"source\";s:32:\"3c2a17f911c317474cf5fe5ab141a1c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7066614776eecb1704ec3f0d9f1a26db\";a:5:{s:6:\"source\";s:32:\"7066614776eecb1704ec3f0d9f1a26db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a428bf050d875e6896f912d953adc99f\";a:5:{s:6:\"source\";s:32:\"a428bf050d875e6896f912d953adc99f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c32759b39184102e81ae8d2ba642edd\";a:5:{s:6:\"source\";s:32:\"2c32759b39184102e81ae8d2ba642edd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b5c0651958122fe0586fc7bd62b5aa1\";a:5:{s:6:\"source\";s:32:\"5b5c0651958122fe0586fc7bd62b5aa1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7b2dd0dffa782ef41361ef4563c168c\";a:5:{s:6:\"source\";s:32:\"c7b2dd0dffa782ef41361ef4563c168c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc1840a2ede4566b1ab68bad6f411766\";a:5:{s:6:\"source\";s:32:\"dc1840a2ede4566b1ab68bad6f411766\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64c4e2c538bb597ca1dd525d2e83b4cc\";a:5:{s:6:\"source\";s:32:\"64c4e2c538bb597ca1dd525d2e83b4cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c2b3c897858e70dc76eb5554bebcf90\";a:5:{s:6:\"source\";s:32:\"7c2b3c897858e70dc76eb5554bebcf90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7dad73787007a71416d4355ad7bce7de\";a:5:{s:6:\"source\";s:32:\"7dad73787007a71416d4355ad7bce7de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e187dc674c833b96bd79aedc8c1292b\";a:5:{s:6:\"source\";s:32:\"1e187dc674c833b96bd79aedc8c1292b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e877f9300b590123b4d64b6015fca5e\";a:5:{s:6:\"source\";s:32:\"7e877f9300b590123b4d64b6015fca5e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a666179af7a8c9ea509bbc69d37da57e\";a:5:{s:6:\"source\";s:32:\"a666179af7a8c9ea509bbc69d37da57e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6ad3d37a8255c7bf585ba96af1e765a\";a:5:{s:6:\"source\";s:32:\"b6ad3d37a8255c7bf585ba96af1e765a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f548cc4942e30d8b27dda03ef2b2a188\";a:5:{s:6:\"source\";s:32:\"f548cc4942e30d8b27dda03ef2b2a188\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"072c3ec95d48df5c422740653b02b7ac\";a:5:{s:6:\"source\";s:32:\"072c3ec95d48df5c422740653b02b7ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76ddf0f1972ae912a09195c5ad8a0d90\";a:5:{s:6:\"source\";s:32:\"76ddf0f1972ae912a09195c5ad8a0d90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"875216f11207c19f65105c1fd8ac5e2e\";a:5:{s:6:\"source\";s:32:\"875216f11207c19f65105c1fd8ac5e2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e27b719ef7a9db45516a9f5989024e48\";a:5:{s:6:\"source\";s:32:\"e27b719ef7a9db45516a9f5989024e48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93d1314d2394e8978968729feed03c1e\";a:5:{s:6:\"source\";s:32:\"93d1314d2394e8978968729feed03c1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3b4abdd6ae742da6daced4e85e95a34\";a:5:{s:6:\"source\";s:32:\"b3b4abdd6ae742da6daced4e85e95a34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6531c8b002110843f5a21882c885f43c\";a:5:{s:6:\"source\";s:32:\"6531c8b002110843f5a21882c885f43c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fec9084f2fdc3285ba0fac83784aff00\";a:5:{s:6:\"source\";s:32:\"fec9084f2fdc3285ba0fac83784aff00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25edd046e80b63139ce88dc82a1d01c3\";a:5:{s:6:\"source\";s:32:\"25edd046e80b63139ce88dc82a1d01c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cba0a7cb2e4f38a4067dfea538146b88\";a:5:{s:6:\"source\";s:32:\"cba0a7cb2e4f38a4067dfea538146b88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec66cedf44dbf32b596e01d652361f76\";a:5:{s:6:\"source\";s:32:\"ec66cedf44dbf32b596e01d652361f76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40b4216722313dd9b757a8a533b335cd\";a:5:{s:6:\"source\";s:32:\"40b4216722313dd9b757a8a533b335cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b2515e21c849f166f04b3088b511878\";a:5:{s:6:\"source\";s:32:\"0b2515e21c849f166f04b3088b511878\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50db2099bb518df6b61700ccb22b5c5f\";a:5:{s:6:\"source\";s:32:\"50db2099bb518df6b61700ccb22b5c5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"267122e33fc861bd1686adee071b94bc\";a:5:{s:6:\"source\";s:32:\"267122e33fc861bd1686adee071b94bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fd8f3956c2682e5e751fb5840d98569\";a:5:{s:6:\"source\";s:32:\"7fd8f3956c2682e5e751fb5840d98569\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e224a574967a1e7a006c8f28db15e2a2\";a:5:{s:6:\"source\";s:32:\"e224a574967a1e7a006c8f28db15e2a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5e35cc06a4028b66c4be4fcb829fa03\";a:5:{s:6:\"source\";s:32:\"a5e35cc06a4028b66c4be4fcb829fa03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd68f5fe54632ffa77bc7c28fb0ceff1\";a:5:{s:6:\"source\";s:32:\"bd68f5fe54632ffa77bc7c28fb0ceff1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b047d4172fe6b8a6563127b07ef7989\";a:5:{s:6:\"source\";s:32:\"3b047d4172fe6b8a6563127b07ef7989\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d397abeb9e394c9c867736a6b1bb8257\";a:5:{s:6:\"source\";s:32:\"d397abeb9e394c9c867736a6b1bb8257\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd7382c53f6e4a497b8a6d18707e7b35\";a:5:{s:6:\"source\";s:32:\"dd7382c53f6e4a497b8a6d18707e7b35\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0119445320f108d8ddebe4f7c3a8c7ef\";a:5:{s:6:\"source\";s:32:\"0119445320f108d8ddebe4f7c3a8c7ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ebc5664d7fd5a88a5cc67285c035f42\";a:5:{s:6:\"source\";s:32:\"8ebc5664d7fd5a88a5cc67285c035f42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6094e7c32f1ca5a6d7e877f7e3a67da1\";a:5:{s:6:\"source\";s:32:\"6094e7c32f1ca5a6d7e877f7e3a67da1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"986da5baca24e1cc0e3d9d6bf8f6fc7a\";a:5:{s:6:\"source\";s:32:\"986da5baca24e1cc0e3d9d6bf8f6fc7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"058c0b39352776f120a7117b17c6a278\";a:5:{s:6:\"source\";s:32:\"058c0b39352776f120a7117b17c6a278\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa53d39ce441ffcfb723f63c987a14f6\";a:5:{s:6:\"source\";s:32:\"fa53d39ce441ffcfb723f63c987a14f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c05bc61b2420fd60a9f6240ab165a182\";a:5:{s:6:\"source\";s:32:\"c05bc61b2420fd60a9f6240ab165a182\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3aac45b686046a65de19d8b55cf430e1\";a:5:{s:6:\"source\";s:32:\"3aac45b686046a65de19d8b55cf430e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3b3c11583c5615213325b4f31337d2d\";a:5:{s:6:\"source\";s:32:\"c3b3c11583c5615213325b4f31337d2d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df8b7d71f38bc908decb3f003f4886af\";a:5:{s:6:\"source\";s:32:\"df8b7d71f38bc908decb3f003f4886af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"368388bab62e452f1534a0477131a50d\";a:5:{s:6:\"source\";s:32:\"368388bab62e452f1534a0477131a50d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91df23253b389104eba3698087c3aafd\";a:5:{s:6:\"source\";s:32:\"91df23253b389104eba3698087c3aafd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ffa839dfa84dd2452085ce971938885\";a:5:{s:6:\"source\";s:32:\"1ffa839dfa84dd2452085ce971938885\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2d9dbbf8afb76608d563f111c5c398c\";a:5:{s:6:\"source\";s:32:\"a2d9dbbf8afb76608d563f111c5c398c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"270a475061103fdbcdd342ca474627c5\";a:5:{s:6:\"source\";s:32:\"270a475061103fdbcdd342ca474627c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2229ceb8b738251fe7df5865d1f3024d\";a:5:{s:6:\"source\";s:32:\"2229ceb8b738251fe7df5865d1f3024d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e177959ebea8ae3fa421eefeefa6b532\";a:5:{s:6:\"source\";s:32:\"e177959ebea8ae3fa421eefeefa6b532\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae5e591dee5f3e89bb7b694166925a96\";a:5:{s:6:\"source\";s:32:\"ae5e591dee5f3e89bb7b694166925a96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e040fd1c2a9402ed712dc231130d64f4\";a:5:{s:6:\"source\";s:32:\"e040fd1c2a9402ed712dc231130d64f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8bf8e1dc4512c5751f0a01dc3443fe9d\";a:5:{s:6:\"source\";s:32:\"8bf8e1dc4512c5751f0a01dc3443fe9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ef6f7ad11aedd7a71114e8a19d14a55\";a:5:{s:6:\"source\";s:32:\"4ef6f7ad11aedd7a71114e8a19d14a55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b782cf9c47522177f14a7b16a4c008c\";a:5:{s:6:\"source\";s:32:\"3b782cf9c47522177f14a7b16a4c008c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"619c33d1bbb907135d576911b33967be\";a:5:{s:6:\"source\";s:32:\"619c33d1bbb907135d576911b33967be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8595c7237e169cfcc052648a051310f1\";a:5:{s:6:\"source\";s:32:\"8595c7237e169cfcc052648a051310f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d87c7320c152256c214bdaf5d5fdffa4\";a:5:{s:6:\"source\";s:32:\"d87c7320c152256c214bdaf5d5fdffa4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b0375de46aef87936cd3ac7a3542b6e\";a:5:{s:6:\"source\";s:32:\"2b0375de46aef87936cd3ac7a3542b6e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5667af443f2f1625b68ac5c9ff87dbd7\";a:5:{s:6:\"source\";s:32:\"5667af443f2f1625b68ac5c9ff87dbd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"885c606e81390c81c7db1a5a81f02ab3\";a:5:{s:6:\"source\";s:32:\"885c606e81390c81c7db1a5a81f02ab3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09514c8054075077ca9314a5d0cd6eed\";a:5:{s:6:\"source\";s:32:\"09514c8054075077ca9314a5d0cd6eed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f4fceee3bd8c0889153a520e0b8ca77\";a:5:{s:6:\"source\";s:32:\"5f4fceee3bd8c0889153a520e0b8ca77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1cba918322101413f25654bdc759024\";a:5:{s:6:\"source\";s:32:\"a1cba918322101413f25654bdc759024\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fafcdb74c89b72fcc8a259453fbe91c\";a:5:{s:6:\"source\";s:32:\"1fafcdb74c89b72fcc8a259453fbe91c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e549a0945087b78cac3f3fe9165beb34\";a:5:{s:6:\"source\";s:32:\"e549a0945087b78cac3f3fe9165beb34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30c017393461c712a6d07e10b5f148f7\";a:5:{s:6:\"source\";s:32:\"30c017393461c712a6d07e10b5f148f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"061052b4c41d046eb3b1a6a054eccb4d\";a:5:{s:6:\"source\";s:32:\"061052b4c41d046eb3b1a6a054eccb4d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"baebd3de1fa6617e440a83a70a8faa5b\";a:5:{s:6:\"source\";s:32:\"baebd3de1fa6617e440a83a70a8faa5b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"482e344f1b046ff038680a2e2486a061\";a:5:{s:6:\"source\";s:32:\"482e344f1b046ff038680a2e2486a061\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2af5376dea5d2d9ee6f8016c03d7950\";a:5:{s:6:\"source\";s:32:\"a2af5376dea5d2d9ee6f8016c03d7950\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b57394fea3018f6c63279737633553c\";a:5:{s:6:\"source\";s:32:\"3b57394fea3018f6c63279737633553c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"347c75fd28969bb311ed68c9e26f4b80\";a:5:{s:6:\"source\";s:32:\"347c75fd28969bb311ed68c9e26f4b80\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"56b2ba68ad1af7482ecc9d10b6637955\";a:5:{s:6:\"source\";s:32:\"56b2ba68ad1af7482ecc9d10b6637955\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e0c802a50f2bd4fcc2cb77d0fa5b0bc\";a:5:{s:6:\"source\";s:32:\"4e0c802a50f2bd4fcc2cb77d0fa5b0bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50c1cd2b7861a145228381f7da46f369\";a:5:{s:6:\"source\";s:32:\"50c1cd2b7861a145228381f7da46f369\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"35338780508f90835cf8391e54a7d7c7\";a:5:{s:6:\"source\";s:32:\"35338780508f90835cf8391e54a7d7c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc626f3ee05aac32ec6560951eae5645\";a:5:{s:6:\"source\";s:32:\"fc626f3ee05aac32ec6560951eae5645\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3a3d62afbc7b70723191f3c72957cf5\";a:5:{s:6:\"source\";s:32:\"e3a3d62afbc7b70723191f3c72957cf5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aaeee2f75bf8d875f47503cd1ad08832\";a:5:{s:6:\"source\";s:32:\"aaeee2f75bf8d875f47503cd1ad08832\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8487b96d66c924b033b6430a15bd63f3\";a:5:{s:6:\"source\";s:32:\"8487b96d66c924b033b6430a15bd63f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1561f90f98ad63613b65ed6a4cd1555a\";a:5:{s:6:\"source\";s:32:\"1561f90f98ad63613b65ed6a4cd1555a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"440ffda1fec1ecfd8600fb50bb3983e7\";a:5:{s:6:\"source\";s:32:\"440ffda1fec1ecfd8600fb50bb3983e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e03702961f926e0eb8f68e1c5bac0aa9\";a:5:{s:6:\"source\";s:32:\"e03702961f926e0eb8f68e1c5bac0aa9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0fcb34b1f1b5f6867c01401a922887ac\";a:5:{s:6:\"source\";s:32:\"0fcb34b1f1b5f6867c01401a922887ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9cd8b7d5abc612b53b89b139a3897813\";a:5:{s:6:\"source\";s:32:\"9cd8b7d5abc612b53b89b139a3897813\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5e36ff4ae009de5d7b9c3bfdb8bc8f9\";a:5:{s:6:\"source\";s:32:\"c5e36ff4ae009de5d7b9c3bfdb8bc8f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec1dc1e3c06516d945ae5dc1bbdd7c8a\";a:5:{s:6:\"source\";s:32:\"ec1dc1e3c06516d945ae5dc1bbdd7c8a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da4cceb65940753610fe778abfc6db65\";a:5:{s:6:\"source\";s:32:\"da4cceb65940753610fe778abfc6db65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83b6020f2ff30c49b27af4a434281581\";a:5:{s:6:\"source\";s:32:\"83b6020f2ff30c49b27af4a434281581\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b1d9127f475188cab62a9cab3a10f38\";a:5:{s:6:\"source\";s:32:\"6b1d9127f475188cab62a9cab3a10f38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"152e504adfbffcf9449c719f41e6d1c8\";a:5:{s:6:\"source\";s:32:\"152e504adfbffcf9449c719f41e6d1c8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0e84f71f3f275bdf6a9010783b10865\";a:5:{s:6:\"source\";s:32:\"f0e84f71f3f275bdf6a9010783b10865\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"395ddca98e5467d71b287f23c1639ca7\";a:5:{s:6:\"source\";s:32:\"395ddca98e5467d71b287f23c1639ca7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b1e3271882421cab5d83fe8d46f19b2\";a:5:{s:6:\"source\";s:32:\"1b1e3271882421cab5d83fe8d46f19b2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13825053b7144b29a837b60b5554d8e8\";a:5:{s:6:\"source\";s:32:\"13825053b7144b29a837b60b5554d8e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a8f289098c32f473e40d2f4cd59ce03\";a:5:{s:6:\"source\";s:32:\"2a8f289098c32f473e40d2f4cd59ce03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc69c96fee6cce91123a07248645f7a6\";a:5:{s:6:\"source\";s:32:\"fc69c96fee6cce91123a07248645f7a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86af7a2b9f5bb3923b9379d207cfb06a\";a:5:{s:6:\"source\";s:32:\"86af7a2b9f5bb3923b9379d207cfb06a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f7301614f438c8b12fee7c0ef017c6a\";a:5:{s:6:\"source\";s:32:\"7f7301614f438c8b12fee7c0ef017c6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5019bd2af14278fe043601674558de54\";a:5:{s:6:\"source\";s:32:\"5019bd2af14278fe043601674558de54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48433dd51ce0057da58ad0df2fda4514\";a:5:{s:6:\"source\";s:32:\"48433dd51ce0057da58ad0df2fda4514\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f8fa3c62b0e24ed432b039c73293125\";a:5:{s:6:\"source\";s:32:\"0f8fa3c62b0e24ed432b039c73293125\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"28dd4876fbb2cd0fc24b41f2b512da17\";a:5:{s:6:\"source\";s:32:\"28dd4876fbb2cd0fc24b41f2b512da17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8731418b266a376febe57693f120bb6\";a:5:{s:6:\"source\";s:32:\"b8731418b266a376febe57693f120bb6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"efacfa66b89b69229f9a89cab5d81dc2\";a:5:{s:6:\"source\";s:32:\"efacfa66b89b69229f9a89cab5d81dc2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12a7432aeceed11fb6e8665c999b7cab\";a:5:{s:6:\"source\";s:32:\"12a7432aeceed11fb6e8665c999b7cab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f912f38c0ab234e6df5e764c6371245\";a:5:{s:6:\"source\";s:32:\"2f912f38c0ab234e6df5e764c6371245\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12199cf084d059202ae73360f1f251a4\";a:5:{s:6:\"source\";s:32:\"12199cf084d059202ae73360f1f251a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5187748aae6f50f3d727d701c0684dc0\";a:5:{s:6:\"source\";s:32:\"5187748aae6f50f3d727d701c0684dc0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f47ceb57df33d1b0a4efe2fbdb75c22\";a:5:{s:6:\"source\";s:32:\"3f47ceb57df33d1b0a4efe2fbdb75c22\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5387c5706ff6888ddc2be521b8d8571\";a:5:{s:6:\"source\";s:32:\"d5387c5706ff6888ddc2be521b8d8571\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df3b0ff099abea7d489d57bd9c6802e1\";a:5:{s:6:\"source\";s:32:\"df3b0ff099abea7d489d57bd9c6802e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d847c3cb51dbac5ee2fd0d909b09fb88\";a:5:{s:6:\"source\";s:32:\"d847c3cb51dbac5ee2fd0d909b09fb88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11833ad07490063dcba399973e400a83\";a:5:{s:6:\"source\";s:32:\"11833ad07490063dcba399973e400a83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3abedd9138de0d9ee62a0f0c56d29cb\";a:5:{s:6:\"source\";s:32:\"c3abedd9138de0d9ee62a0f0c56d29cb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"29a94ccf27335b20fa02fc173613263f\";a:5:{s:6:\"source\";s:32:\"29a94ccf27335b20fa02fc173613263f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75d298794910f5531e5fa133877d5753\";a:5:{s:6:\"source\";s:32:\"75d298794910f5531e5fa133877d5753\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71736d392c48e8baee613507396e7024\";a:5:{s:6:\"source\";s:32:\"71736d392c48e8baee613507396e7024\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13f4ef76b91201ec210d265c94371d5d\";a:5:{s:6:\"source\";s:32:\"13f4ef76b91201ec210d265c94371d5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06e409884838f5eb3fde2d1c02ac02db\";a:5:{s:6:\"source\";s:32:\"06e409884838f5eb3fde2d1c02ac02db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"adbc2a43eb4b15d038b5491f1b668d69\";a:5:{s:6:\"source\";s:32:\"adbc2a43eb4b15d038b5491f1b668d69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b8d914cecb3df28b42bf3b23dc1eddd\";a:5:{s:6:\"source\";s:32:\"4b8d914cecb3df28b42bf3b23dc1eddd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ed4d63ef49f338d4c78ba44c8a67bd8\";a:5:{s:6:\"source\";s:32:\"8ed4d63ef49f338d4c78ba44c8a67bd8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b43ae2f410800df6144a70c9c4c27969\";a:5:{s:6:\"source\";s:32:\"b43ae2f410800df6144a70c9c4c27969\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"759a613744d27cf1096ab5e41fa15f69\";a:5:{s:6:\"source\";s:32:\"759a613744d27cf1096ab5e41fa15f69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d51610e61bcc26a5f6c5f542ad7a332\";a:5:{s:6:\"source\";s:32:\"2d51610e61bcc26a5f6c5f542ad7a332\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a9bfd43ed6ecbaaf14fed9b2f917bfd\";a:5:{s:6:\"source\";s:32:\"7a9bfd43ed6ecbaaf14fed9b2f917bfd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2ad185215541c3ffe2206319068e90b\";a:5:{s:6:\"source\";s:32:\"d2ad185215541c3ffe2206319068e90b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0732e70df480ef6160ec8e34163d42be\";a:5:{s:6:\"source\";s:32:\"0732e70df480ef6160ec8e34163d42be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b1fe25dc7a017ad582a5aa731ed7bd0\";a:5:{s:6:\"source\";s:32:\"2b1fe25dc7a017ad582a5aa731ed7bd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2dda7b0c6ce08c3788ab47e3ffefce49\";a:5:{s:6:\"source\";s:32:\"2dda7b0c6ce08c3788ab47e3ffefce49\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db5cd13246017875307c1724e1071cef\";a:5:{s:6:\"source\";s:32:\"db5cd13246017875307c1724e1071cef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68a5a384dc4c2ddd8de661cc8b88422f\";a:5:{s:6:\"source\";s:32:\"68a5a384dc4c2ddd8de661cc8b88422f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45ae64f8f9a9658347d8c0651f33d12d\";a:5:{s:6:\"source\";s:32:\"45ae64f8f9a9658347d8c0651f33d12d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"988a770e8c2f0a730409c50918b5de52\";a:5:{s:6:\"source\";s:32:\"988a770e8c2f0a730409c50918b5de52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22c53e29e6afb7294aa157c2403c3140\";a:5:{s:6:\"source\";s:32:\"22c53e29e6afb7294aa157c2403c3140\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb3264d0ea2fbe857e18e8b044650e7d\";a:5:{s:6:\"source\";s:32:\"fb3264d0ea2fbe857e18e8b044650e7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ed92f2535415cb9e2544d9208ecbcf3\";a:5:{s:6:\"source\";s:32:\"4ed92f2535415cb9e2544d9208ecbcf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22d8357d2b17952ae220eeca19dc1032\";a:5:{s:6:\"source\";s:32:\"22d8357d2b17952ae220eeca19dc1032\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"652d9b579ad3a89ac859c03838f6cdd7\";a:5:{s:6:\"source\";s:32:\"652d9b579ad3a89ac859c03838f6cdd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f101fde527ea362b6ddc1bfe67907cc7\";a:5:{s:6:\"source\";s:32:\"f101fde527ea362b6ddc1bfe67907cc7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9696bac3508d495ff0c5e1ba0da73ee9\";a:5:{s:6:\"source\";s:32:\"9696bac3508d495ff0c5e1ba0da73ee9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ec5a3ecb2051fe381f72dc2ea2e3d24\";a:5:{s:6:\"source\";s:32:\"3ec5a3ecb2051fe381f72dc2ea2e3d24\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"39ca5f6280eea130e660c872ff77f28e\";a:5:{s:6:\"source\";s:32:\"39ca5f6280eea130e660c872ff77f28e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"adde837532490394ce393160a8862882\";a:5:{s:6:\"source\";s:32:\"adde837532490394ce393160a8862882\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0de230d42344070e755fcb908836e344\";a:5:{s:6:\"source\";s:32:\"0de230d42344070e755fcb908836e344\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fcf69f074aaeee83682cc06b0295c8e\";a:5:{s:6:\"source\";s:32:\"7fcf69f074aaeee83682cc06b0295c8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b66763ac6ce9a38f56770da3882db28e\";a:5:{s:6:\"source\";s:32:\"b66763ac6ce9a38f56770da3882db28e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99ebf82ed98031e15b20d53f798f2eae\";a:5:{s:6:\"source\";s:32:\"99ebf82ed98031e15b20d53f798f2eae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"344a21a6dc838870b1e32d0d1e24545f\";a:5:{s:6:\"source\";s:32:\"344a21a6dc838870b1e32d0d1e24545f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12a1c6c69025628c49f3666e4d88f9a1\";a:5:{s:6:\"source\";s:32:\"12a1c6c69025628c49f3666e4d88f9a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cd3aafc25cf8c77ef468d070d66fbf3\";a:5:{s:6:\"source\";s:32:\"5cd3aafc25cf8c77ef468d070d66fbf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89d7737a93ea99d96f980bdcf9832357\";a:5:{s:6:\"source\";s:32:\"89d7737a93ea99d96f980bdcf9832357\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bee474b71dc190da52dd2b8fafeb6bd3\";a:5:{s:6:\"source\";s:32:\"bee474b71dc190da52dd2b8fafeb6bd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b70621f281899ffe9703785fd99649aa\";a:5:{s:6:\"source\";s:32:\"b70621f281899ffe9703785fd99649aa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c55faa0fea61e567db5deba40e29026a\";a:5:{s:6:\"source\";s:32:\"c55faa0fea61e567db5deba40e29026a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d27dfb2da6fa91f0316568233c26398\";a:5:{s:6:\"source\";s:32:\"7d27dfb2da6fa91f0316568233c26398\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"160aecd9c61b1352532694865de75c95\";a:5:{s:6:\"source\";s:32:\"160aecd9c61b1352532694865de75c95\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37ddbffd20336edcdfd4a440fa751834\";a:5:{s:6:\"source\";s:32:\"37ddbffd20336edcdfd4a440fa751834\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1cd0aba1bc8d3393dd9035234f6a5652\";a:5:{s:6:\"source\";s:32:\"1cd0aba1bc8d3393dd9035234f6a5652\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54b13aba7f88177b3f5722183cf95d4a\";a:5:{s:6:\"source\";s:32:\"54b13aba7f88177b3f5722183cf95d4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9885e8503d234784dc890ec36c869e8a\";a:5:{s:6:\"source\";s:32:\"9885e8503d234784dc890ec36c869e8a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d719080002e4ee112f0151ec7a833d3b\";a:5:{s:6:\"source\";s:32:\"d719080002e4ee112f0151ec7a833d3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c23286d952fe9bd457e874ec3af7b1f\";a:5:{s:6:\"source\";s:32:\"3c23286d952fe9bd457e874ec3af7b1f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"467e0ec8bf4fd708da7d42dcf597c52b\";a:5:{s:6:\"source\";s:32:\"467e0ec8bf4fd708da7d42dcf597c52b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f079a199d17c05838265f5a1d8f984e\";a:5:{s:6:\"source\";s:32:\"3f079a199d17c05838265f5a1d8f984e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7deeb89518d5d0550291f6585c86ad5\";a:5:{s:6:\"source\";s:32:\"a7deeb89518d5d0550291f6585c86ad5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32cc2a4595e38cda20905a88edda6d53\";a:5:{s:6:\"source\";s:32:\"32cc2a4595e38cda20905a88edda6d53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b9adf9b0a2e952a05625037eb55bbb6\";a:5:{s:6:\"source\";s:32:\"2b9adf9b0a2e952a05625037eb55bbb6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a295a825d9c2dabbbf9adc0b3aa0e081\";a:5:{s:6:\"source\";s:32:\"a295a825d9c2dabbbf9adc0b3aa0e081\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3ca0266fa30b35d4831003e8819b47a\";a:5:{s:6:\"source\";s:32:\"f3ca0266fa30b35d4831003e8819b47a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0f2ec794b05315e6e518d460234e615\";a:5:{s:6:\"source\";s:32:\"b0f2ec794b05315e6e518d460234e615\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67ea823cd8267e13e4c19c52b6eb634e\";a:5:{s:6:\"source\";s:32:\"67ea823cd8267e13e4c19c52b6eb634e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d753f49d0ada4ed42cf797f336c6268\";a:5:{s:6:\"source\";s:32:\"3d753f49d0ada4ed42cf797f336c6268\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51055bdddb364e92e78f636e7bdb5ab6\";a:5:{s:6:\"source\";s:32:\"51055bdddb364e92e78f636e7bdb5ab6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eefcc3b3a0fee42a0f69cdef8dfdc2e0\";a:5:{s:6:\"source\";s:32:\"eefcc3b3a0fee42a0f69cdef8dfdc2e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33ca3a9df1696c60841c8a4c03369176\";a:5:{s:6:\"source\";s:32:\"33ca3a9df1696c60841c8a4c03369176\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e52918239edc96de27400860d3aa67f\";a:5:{s:6:\"source\";s:32:\"4e52918239edc96de27400860d3aa67f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c04a1a43ed331cb0ad4a84e980b9eaf\";a:5:{s:6:\"source\";s:32:\"0c04a1a43ed331cb0ad4a84e980b9eaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83c34387fcb4cacaae77ec69cf42d72c\";a:5:{s:6:\"source\";s:32:\"83c34387fcb4cacaae77ec69cf42d72c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"685ebaf5211f9abf41b851ea904e3dc3\";a:5:{s:6:\"source\";s:32:\"685ebaf5211f9abf41b851ea904e3dc3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf56db920726270053ccc4accfa455e0\";a:5:{s:6:\"source\";s:32:\"cf56db920726270053ccc4accfa455e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4d618e49e8ed56d308f0b55298f6477\";a:5:{s:6:\"source\";s:32:\"b4d618e49e8ed56d308f0b55298f6477\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e07eb31fd5a92770c44de3f7df35a6d3\";a:5:{s:6:\"source\";s:32:\"e07eb31fd5a92770c44de3f7df35a6d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ce49092947e1d5dc8698a6f039b22524\";a:5:{s:6:\"source\";s:32:\"ce49092947e1d5dc8698a6f039b22524\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62283f7058f3b550d075aa6d063a88e6\";a:5:{s:6:\"source\";s:32:\"62283f7058f3b550d075aa6d063a88e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0039801d09f2095abfd2729fd32e52be\";a:5:{s:6:\"source\";s:32:\"0039801d09f2095abfd2729fd32e52be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13553374e75f121f3e9229fa44049ee6\";a:5:{s:6:\"source\";s:32:\"13553374e75f121f3e9229fa44049ee6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"35b7946625915e15f654254e57eda8a9\";a:5:{s:6:\"source\";s:32:\"35b7946625915e15f654254e57eda8a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97d3a1829d8a47a27d3f178ee4cd948c\";a:5:{s:6:\"source\";s:32:\"97d3a1829d8a47a27d3f178ee4cd948c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"981cc7750385a9d9d90665ad6342f044\";a:5:{s:6:\"source\";s:32:\"981cc7750385a9d9d90665ad6342f044\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b598a4844333cf238c1504c29121561\";a:5:{s:6:\"source\";s:32:\"4b598a4844333cf238c1504c29121561\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"543dab9e84f4d18539504fa22e2f336e\";a:5:{s:6:\"source\";s:32:\"543dab9e84f4d18539504fa22e2f336e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6a5cba413d6c77eb8019ac682e6e2c0\";a:5:{s:6:\"source\";s:32:\"c6a5cba413d6c77eb8019ac682e6e2c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53179834347ed87c2e16e7bb162fbf22\";a:5:{s:6:\"source\";s:32:\"53179834347ed87c2e16e7bb162fbf22\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e578be4d702c08b5ec224a793e49edce\";a:5:{s:6:\"source\";s:32:\"e578be4d702c08b5ec224a793e49edce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9629b439fd4f45ac38ddab5015255488\";a:5:{s:6:\"source\";s:32:\"9629b439fd4f45ac38ddab5015255488\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6eda2552bb765b7eb5479d7a29a1db7a\";a:5:{s:6:\"source\";s:32:\"6eda2552bb765b7eb5479d7a29a1db7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5747b0ff7a32ab0d13126f6bc5e2d8d1\";a:5:{s:6:\"source\";s:32:\"5747b0ff7a32ab0d13126f6bc5e2d8d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ccfa5c6f979830663f84b0730aa55b3\";a:5:{s:6:\"source\";s:32:\"3ccfa5c6f979830663f84b0730aa55b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d2ea90ba5a2ba7c26ad13db44774947\";a:5:{s:6:\"source\";s:32:\"1d2ea90ba5a2ba7c26ad13db44774947\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58028420c7599e777f1fd5c752a13040\";a:5:{s:6:\"source\";s:32:\"58028420c7599e777f1fd5c752a13040\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a10d7407a8cc78415f2085e9a91b0f6a\";a:5:{s:6:\"source\";s:32:\"a10d7407a8cc78415f2085e9a91b0f6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"557025f8d9ccc6dd1f0c59185f9ac6f3\";a:5:{s:6:\"source\";s:32:\"557025f8d9ccc6dd1f0c59185f9ac6f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfc5acf85504ed80f6ba9a6cb25a8a72\";a:5:{s:6:\"source\";s:32:\"dfc5acf85504ed80f6ba9a6cb25a8a72\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e73ca981ac5637f8ae6164777deca49\";a:5:{s:6:\"source\";s:32:\"2e73ca981ac5637f8ae6164777deca49\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6afb15ddaa40c2edd626a8b7d6abfb17\";a:5:{s:6:\"source\";s:32:\"6afb15ddaa40c2edd626a8b7d6abfb17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99aeee07d85fef8041ec48154b50712e\";a:5:{s:6:\"source\";s:32:\"99aeee07d85fef8041ec48154b50712e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cada608ce6561e4b170717dd5383b0e1\";a:5:{s:6:\"source\";s:32:\"cada608ce6561e4b170717dd5383b0e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa118608fbd9319c7a859b30d0313f39\";a:5:{s:6:\"source\";s:32:\"aa118608fbd9319c7a859b30d0313f39\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53ebf8d7e7a287efe8d5a280e19e76c1\";a:5:{s:6:\"source\";s:32:\"53ebf8d7e7a287efe8d5a280e19e76c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99b8213db64b539775e41836e6d1ddc2\";a:5:{s:6:\"source\";s:32:\"99b8213db64b539775e41836e6d1ddc2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f28d7abf9e8304e7c8b9369e3e97b2c5\";a:5:{s:6:\"source\";s:32:\"f28d7abf9e8304e7c8b9369e3e97b2c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c792abc4807ea3be34fda0c6d1aa8ba5\";a:5:{s:6:\"source\";s:32:\"c792abc4807ea3be34fda0c6d1aa8ba5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c7d1a182fa2969da9df5e08c26346e2\";a:5:{s:6:\"source\";s:32:\"2c7d1a182fa2969da9df5e08c26346e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13e8c1d2d346ff99e3f34383b94912f2\";a:5:{s:6:\"source\";s:32:\"13e8c1d2d346ff99e3f34383b94912f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2460b0757d7c4f98be823ff9a271e68\";a:5:{s:6:\"source\";s:32:\"d2460b0757d7c4f98be823ff9a271e68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99f15a14008c7ddc609cdaf5d6766817\";a:5:{s:6:\"source\";s:32:\"99f15a14008c7ddc609cdaf5d6766817\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d8a216baffd2d7d8e32be4dbfb24f72\";a:5:{s:6:\"source\";s:32:\"1d8a216baffd2d7d8e32be4dbfb24f72\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b30a33ca7fe7504ebdbbc08e64b08ed8\";a:5:{s:6:\"source\";s:32:\"b30a33ca7fe7504ebdbbc08e64b08ed8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4f83f8c0a6ef374ba19563f6e85967f\";a:5:{s:6:\"source\";s:32:\"d4f83f8c0a6ef374ba19563f6e85967f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c40bd06f77b2f029ead3827e36304d04\";a:5:{s:6:\"source\";s:32:\"c40bd06f77b2f029ead3827e36304d04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e8cf6baa6ef5bce34ccba5df8a76351\";a:5:{s:6:\"source\";s:32:\"9e8cf6baa6ef5bce34ccba5df8a76351\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2bfa1d91bb675a3d3876b8b88d6a967d\";a:5:{s:6:\"source\";s:32:\"2bfa1d91bb675a3d3876b8b88d6a967d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"902ebe22fd0c2e0f400b48a9852a13c7\";a:5:{s:6:\"source\";s:32:\"902ebe22fd0c2e0f400b48a9852a13c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8d5faf294c08f9b0aabb8cbac5e6729\";a:5:{s:6:\"source\";s:32:\"b8d5faf294c08f9b0aabb8cbac5e6729\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c17fd4ed972437acf0cef0555fc9d2d7\";a:5:{s:6:\"source\";s:32:\"c17fd4ed972437acf0cef0555fc9d2d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cd2b2e2656fc82acee45ff0ce647600\";a:5:{s:6:\"source\";s:32:\"0cd2b2e2656fc82acee45ff0ce647600\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c2121e27abd52a6627d717bb4275af6\";a:5:{s:6:\"source\";s:32:\"0c2121e27abd52a6627d717bb4275af6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ff79e6be1bd780f5baa9678a3177ecb\";a:5:{s:6:\"source\";s:32:\"0ff79e6be1bd780f5baa9678a3177ecb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b4ba10c24a65739d7391ffea79e956e\";a:5:{s:6:\"source\";s:32:\"4b4ba10c24a65739d7391ffea79e956e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0df8d652f0eb305dea63391832161e9\";a:5:{s:6:\"source\";s:32:\"b0df8d652f0eb305dea63391832161e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8f2366df45a903e041408cdefa249f6\";a:5:{s:6:\"source\";s:32:\"d8f2366df45a903e041408cdefa249f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f3e114f16945801d2a4c25a87c8ac72\";a:5:{s:6:\"source\";s:32:\"7f3e114f16945801d2a4c25a87c8ac72\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eaab135f1653478b41fdefdd7d25b97b\";a:5:{s:6:\"source\";s:32:\"eaab135f1653478b41fdefdd7d25b97b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a745ec18ac7cb2df9102fde398d9d49\";a:5:{s:6:\"source\";s:32:\"4a745ec18ac7cb2df9102fde398d9d49\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0151bbaa3c555ac316ae923275e7ee6e\";a:5:{s:6:\"source\";s:32:\"0151bbaa3c555ac316ae923275e7ee6e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"416099efeae54f1968a4d12b48806d40\";a:5:{s:6:\"source\";s:32:\"416099efeae54f1968a4d12b48806d40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"860ae493fcb33b9b80715764658c30a9\";a:5:{s:6:\"source\";s:32:\"860ae493fcb33b9b80715764658c30a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0b6c959e49c1e20a8ea3abd51595a22\";a:5:{s:6:\"source\";s:32:\"b0b6c959e49c1e20a8ea3abd51595a22\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68661062091b796016a5c20b77991a4e\";a:5:{s:6:\"source\";s:32:\"68661062091b796016a5c20b77991a4e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a00ba6b8f313455a56643108656c3df1\";a:5:{s:6:\"source\";s:32:\"a00ba6b8f313455a56643108656c3df1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87da74e36218980467762f569a238a5d\";a:5:{s:6:\"source\";s:32:\"87da74e36218980467762f569a238a5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49fbb2cc20ebdfcb352b7b247206eeef\";a:5:{s:6:\"source\";s:32:\"49fbb2cc20ebdfcb352b7b247206eeef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd28fed27ac0613f21b5ecbc2774825a\";a:5:{s:6:\"source\";s:32:\"cd28fed27ac0613f21b5ecbc2774825a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04f22c6d61aadd5cf2425a76fbb6bdab\";a:5:{s:6:\"source\";s:32:\"04f22c6d61aadd5cf2425a76fbb6bdab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45450a19c0ccba29710bcd76b6b40d91\";a:5:{s:6:\"source\";s:32:\"45450a19c0ccba29710bcd76b6b40d91\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5709de2b845ae40800293997e87a5c49\";a:5:{s:6:\"source\";s:32:\"5709de2b845ae40800293997e87a5c49\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75f30742971cee63bdc3c3bf384265ba\";a:5:{s:6:\"source\";s:32:\"75f30742971cee63bdc3c3bf384265ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"397a665342e774a103067832fcc800c8\";a:5:{s:6:\"source\";s:32:\"397a665342e774a103067832fcc800c8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dbfc003d2242845840d860b848032255\";a:5:{s:6:\"source\";s:32:\"dbfc003d2242845840d860b848032255\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74181012cc515677a0a1ffd4c8159bb0\";a:5:{s:6:\"source\";s:32:\"74181012cc515677a0a1ffd4c8159bb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be477fd362dc892c287487f05f8e9ce4\";a:5:{s:6:\"source\";s:32:\"be477fd362dc892c287487f05f8e9ce4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f0a56d4380a30e182c96d63f2e4dc86\";a:5:{s:6:\"source\";s:32:\"1f0a56d4380a30e182c96d63f2e4dc86\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"031d0cfd282b7a63e12eb0633aee5743\";a:5:{s:6:\"source\";s:32:\"031d0cfd282b7a63e12eb0633aee5743\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67c01114824fb36062edf5a8c3957791\";a:5:{s:6:\"source\";s:32:\"67c01114824fb36062edf5a8c3957791\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22509e3fcb9cf61b1965841010714484\";a:5:{s:6:\"source\";s:32:\"22509e3fcb9cf61b1965841010714484\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"139cda3171471a6019790beb2fba377c\";a:5:{s:6:\"source\";s:32:\"139cda3171471a6019790beb2fba377c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62fd2dcf157f4e92b2614a20df260f8d\";a:5:{s:6:\"source\";s:32:\"62fd2dcf157f4e92b2614a20df260f8d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f70345587b95a1cf0609d3c9e86fbf00\";a:5:{s:6:\"source\";s:32:\"f70345587b95a1cf0609d3c9e86fbf00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0887fd3a1f600f92eddf6b76bbf5d63b\";a:5:{s:6:\"source\";s:32:\"0887fd3a1f600f92eddf6b76bbf5d63b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8aaa8dc343621a8e0254ba35876b2710\";a:5:{s:6:\"source\";s:32:\"8aaa8dc343621a8e0254ba35876b2710\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fab6924a2a7748101904d27a6274eddd\";a:5:{s:6:\"source\";s:32:\"fab6924a2a7748101904d27a6274eddd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"290d3632f5a57f7d1df309df88a4f97c\";a:5:{s:6:\"source\";s:32:\"290d3632f5a57f7d1df309df88a4f97c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3447b17e590f46247952c04ab7fe913\";a:5:{s:6:\"source\";s:32:\"e3447b17e590f46247952c04ab7fe913\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e8e9e4786450039d7bd70a8d5d3eca1\";a:5:{s:6:\"source\";s:32:\"4e8e9e4786450039d7bd70a8d5d3eca1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb5612dd40df356926c1ac44bbb044cf\";a:5:{s:6:\"source\";s:32:\"cb5612dd40df356926c1ac44bbb044cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b575e25536314ea97ebd3852b1ce4fa7\";a:5:{s:6:\"source\";s:32:\"b575e25536314ea97ebd3852b1ce4fa7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63663836e3bd7cb2ee3f8cf42a92e32a\";a:5:{s:6:\"source\";s:32:\"63663836e3bd7cb2ee3f8cf42a92e32a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c6c7b99e9567d7506786b85b46fffbe\";a:5:{s:6:\"source\";s:32:\"6c6c7b99e9567d7506786b85b46fffbe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3bf8d36e4dbb349761e612948446476\";a:5:{s:6:\"source\";s:32:\"c3bf8d36e4dbb349761e612948446476\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"61320ae0e2bc4af516afb125de0f9918\";a:5:{s:6:\"source\";s:32:\"61320ae0e2bc4af516afb125de0f9918\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50bc34892399d694661c2bd5b42aa353\";a:5:{s:6:\"source\";s:32:\"50bc34892399d694661c2bd5b42aa353\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0eb8d3c8dcc396fb6ad37cda5d37121d\";a:5:{s:6:\"source\";s:32:\"0eb8d3c8dcc396fb6ad37cda5d37121d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed16569833f9c9900678271dad4e7d9a\";a:5:{s:6:\"source\";s:32:\"ed16569833f9c9900678271dad4e7d9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1d4b9e6d5f5052603689dc27b297aed\";a:5:{s:6:\"source\";s:32:\"b1d4b9e6d5f5052603689dc27b297aed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3777185f71cd756d8abdba016d944b0b\";a:5:{s:6:\"source\";s:32:\"3777185f71cd756d8abdba016d944b0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1d1eff23df55b43ef2bbf8e4f92681c\";a:5:{s:6:\"source\";s:32:\"e1d1eff23df55b43ef2bbf8e4f92681c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34d058d68489092315e267884a39f33a\";a:5:{s:6:\"source\";s:32:\"34d058d68489092315e267884a39f33a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"584268b4aadc1ea570c77dbedaee8916\";a:5:{s:6:\"source\";s:32:\"584268b4aadc1ea570c77dbedaee8916\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54eef6b03bf4a11e606ea90b497689ef\";a:5:{s:6:\"source\";s:32:\"54eef6b03bf4a11e606ea90b497689ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"203a52f41f8bf96e37dc9ecbe079fd8e\";a:5:{s:6:\"source\";s:32:\"203a52f41f8bf96e37dc9ecbe079fd8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5bfa5ff874e7df1ce3d83a4d4159e73b\";a:5:{s:6:\"source\";s:32:\"5bfa5ff874e7df1ce3d83a4d4159e73b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06ab76dd57bd2087ccbf184d445ad9cf\";a:5:{s:6:\"source\";s:32:\"06ab76dd57bd2087ccbf184d445ad9cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c23f8d8147f32ea312f43156fe1eb30\";a:5:{s:6:\"source\";s:32:\"4c23f8d8147f32ea312f43156fe1eb30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"860452b378a80636b620c013a4778081\";a:5:{s:6:\"source\";s:32:\"860452b378a80636b620c013a4778081\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d66a8fab3c944b080320566ba87d2a0\";a:5:{s:6:\"source\";s:32:\"6d66a8fab3c944b080320566ba87d2a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d4727f170c81b2e3527e3636ed842c1\";a:5:{s:6:\"source\";s:32:\"3d4727f170c81b2e3527e3636ed842c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77d430f6a92380a7353defecea2177f6\";a:5:{s:6:\"source\";s:32:\"77d430f6a92380a7353defecea2177f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a7046291343704fbb6c666c9ee784e3\";a:5:{s:6:\"source\";s:32:\"1a7046291343704fbb6c666c9ee784e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"146bbfbf9e4998c66d9ac27f4b30a59f\";a:5:{s:6:\"source\";s:32:\"146bbfbf9e4998c66d9ac27f4b30a59f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98296fd4cfe80b3dad37eb07f48324d0\";a:5:{s:6:\"source\";s:32:\"98296fd4cfe80b3dad37eb07f48324d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08c6b6a5c172d5a327a0413ab984b30f\";a:5:{s:6:\"source\";s:32:\"08c6b6a5c172d5a327a0413ab984b30f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"07262f75e3aea5e723fc2e0013c175d2\";a:5:{s:6:\"source\";s:32:\"07262f75e3aea5e723fc2e0013c175d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d845b5277d6d4b7cc999d28a2c352cd9\";a:5:{s:6:\"source\";s:32:\"d845b5277d6d4b7cc999d28a2c352cd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1017a5862a75d95b7625adffba4340d\";a:5:{s:6:\"source\";s:32:\"e1017a5862a75d95b7625adffba4340d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e19a6cff2f66756fb6c7c751dbaa291\";a:5:{s:6:\"source\";s:32:\"9e19a6cff2f66756fb6c7c751dbaa291\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0074b23220e82fede35fe34201a399ac\";a:5:{s:6:\"source\";s:32:\"0074b23220e82fede35fe34201a399ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca9c4184cb4a676306c4fce04c5259d2\";a:5:{s:6:\"source\";s:32:\"ca9c4184cb4a676306c4fce04c5259d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8bab51e93d8f287c1fa0ff6922c94b6\";a:5:{s:6:\"source\";s:32:\"a8bab51e93d8f287c1fa0ff6922c94b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2faadf24a2d3b77dfa11ec9c50081c88\";a:5:{s:6:\"source\";s:32:\"2faadf24a2d3b77dfa11ec9c50081c88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d6b9e5656dc7899ea347f5730687e83\";a:5:{s:6:\"source\";s:32:\"3d6b9e5656dc7899ea347f5730687e83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cbec2bcb0674765b0ec761399eb07607\";a:5:{s:6:\"source\";s:32:\"cbec2bcb0674765b0ec761399eb07607\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ac8bf36723bb7b08638c380caf053b2\";a:5:{s:6:\"source\";s:32:\"9ac8bf36723bb7b08638c380caf053b2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5af9c50802ba1961404ef23be5b176c6\";a:5:{s:6:\"source\";s:32:\"5af9c50802ba1961404ef23be5b176c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e2e07055123d22b005ec90637ee83b8\";a:5:{s:6:\"source\";s:32:\"1e2e07055123d22b005ec90637ee83b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d98812dad7e7c99cd554c8084f3e98c\";a:5:{s:6:\"source\";s:32:\"5d98812dad7e7c99cd554c8084f3e98c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"834e209a560da20b71393abaa01ba06b\";a:5:{s:6:\"source\";s:32:\"834e209a560da20b71393abaa01ba06b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43694c96fad0cffc3fe3ee5684628ce5\";a:5:{s:6:\"source\";s:32:\"43694c96fad0cffc3fe3ee5684628ce5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac85c0379fa7d712376d389ea0948610\";a:5:{s:6:\"source\";s:32:\"ac85c0379fa7d712376d389ea0948610\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ebf723d349dbe5db17d930bb0a35a7e\";a:5:{s:6:\"source\";s:32:\"9ebf723d349dbe5db17d930bb0a35a7e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f62e542826531a34b00796a78df0b465\";a:5:{s:6:\"source\";s:32:\"f62e542826531a34b00796a78df0b465\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87b01f7f050aaabc6f5d60081dc083a5\";a:5:{s:6:\"source\";s:32:\"87b01f7f050aaabc6f5d60081dc083a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d2a8467f71599fc4c45e8f1c4b38eea\";a:5:{s:6:\"source\";s:32:\"1d2a8467f71599fc4c45e8f1c4b38eea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b42303e7a797fcc713a87c5606e2173\";a:5:{s:6:\"source\";s:32:\"9b42303e7a797fcc713a87c5606e2173\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"579b1e529ccbfdf8bf27db50ac299ba8\";a:5:{s:6:\"source\";s:32:\"579b1e529ccbfdf8bf27db50ac299ba8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a90ee137eed098518bc1bfc3a0c8ceb\";a:5:{s:6:\"source\";s:32:\"8a90ee137eed098518bc1bfc3a0c8ceb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"491d14eaae733e4e0af30edc118c3e84\";a:5:{s:6:\"source\";s:32:\"491d14eaae733e4e0af30edc118c3e84\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d0fea097186a49760faf79884bbfd80\";a:5:{s:6:\"source\";s:32:\"6d0fea097186a49760faf79884bbfd80\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f8fc34b6c12554bc78de94e20ce662d\";a:5:{s:6:\"source\";s:32:\"5f8fc34b6c12554bc78de94e20ce662d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"365e17ca95bf8f6dc790572e040b9cd2\";a:5:{s:6:\"source\";s:32:\"365e17ca95bf8f6dc790572e040b9cd2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e26bee7273e48087639af4c95219679a\";a:5:{s:6:\"source\";s:32:\"e26bee7273e48087639af4c95219679a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f0f3cb48ae9bf06ac76c89253052785\";a:5:{s:6:\"source\";s:32:\"2f0f3cb48ae9bf06ac76c89253052785\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e555092576a07e8e8eb6124ad3184ec0\";a:5:{s:6:\"source\";s:32:\"e555092576a07e8e8eb6124ad3184ec0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"250ab425d05a2ad676139b3405cabe3d\";a:5:{s:6:\"source\";s:32:\"250ab425d05a2ad676139b3405cabe3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c0bc5c5b89ff2efd66ef1813773e523\";a:5:{s:6:\"source\";s:32:\"3c0bc5c5b89ff2efd66ef1813773e523\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c6ae486507675cd0990253131310c05\";a:5:{s:6:\"source\";s:32:\"4c6ae486507675cd0990253131310c05\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cbef828fe4d7e176ad749b4532e2057\";a:5:{s:6:\"source\";s:32:\"0cbef828fe4d7e176ad749b4532e2057\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"869c678fefb6be32bd65ef7c0fe601c4\";a:5:{s:6:\"source\";s:32:\"869c678fefb6be32bd65ef7c0fe601c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"114d062f597d2d45f8356c6c30c5566f\";a:5:{s:6:\"source\";s:32:\"114d062f597d2d45f8356c6c30c5566f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"047232a47a12211691ece485d447efdf\";a:5:{s:6:\"source\";s:32:\"047232a47a12211691ece485d447efdf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7bf27c635d4f6229f9a711f3bb3f272d\";a:5:{s:6:\"source\";s:32:\"7bf27c635d4f6229f9a711f3bb3f272d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a7072206e87e069ecc76119d4708508\";a:5:{s:6:\"source\";s:32:\"4a7072206e87e069ecc76119d4708508\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"823183e8de9fb1e09c9fa7f1eb66ffc7\";a:5:{s:6:\"source\";s:32:\"823183e8de9fb1e09c9fa7f1eb66ffc7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"715d337cd56c0517481ebb523fcc81f8\";a:5:{s:6:\"source\";s:32:\"715d337cd56c0517481ebb523fcc81f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cba85028fc32bc80c3a3a7b61f9f5113\";a:5:{s:6:\"source\";s:32:\"cba85028fc32bc80c3a3a7b61f9f5113\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40f9db41fee77df25f3f823573231e69\";a:5:{s:6:\"source\";s:32:\"40f9db41fee77df25f3f823573231e69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a6a1ae109848f2ca5f49a537cac2617\";a:5:{s:6:\"source\";s:32:\"4a6a1ae109848f2ca5f49a537cac2617\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e02b7753bf2596688036e4922dcdb93\";a:5:{s:6:\"source\";s:32:\"9e02b7753bf2596688036e4922dcdb93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6066a58aeea768f02952e992d8f12c2\";a:5:{s:6:\"source\";s:32:\"f6066a58aeea768f02952e992d8f12c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"439182e39f625d4a365190173be09a90\";a:5:{s:6:\"source\";s:32:\"439182e39f625d4a365190173be09a90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ce98266c7e1c20e3229fe6a15d0412a\";a:5:{s:6:\"source\";s:32:\"8ce98266c7e1c20e3229fe6a15d0412a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b5061a3f4861bed5caf3ecdf231154d\";a:5:{s:6:\"source\";s:32:\"0b5061a3f4861bed5caf3ecdf231154d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f56664ec23d0be1cd74acceb9406b73\";a:5:{s:6:\"source\";s:32:\"8f56664ec23d0be1cd74acceb9406b73\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e39f5a6217dc4982003fb2f85f7cd2fb\";a:5:{s:6:\"source\";s:32:\"e39f5a6217dc4982003fb2f85f7cd2fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1cba54c0f7a46296c871b3dafacc469\";a:5:{s:6:\"source\";s:32:\"f1cba54c0f7a46296c871b3dafacc469\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08fe3527e67586d1b5d4f8380f585f59\";a:5:{s:6:\"source\";s:32:\"08fe3527e67586d1b5d4f8380f585f59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a77efa009db32a878f4c5a21438843b3\";a:5:{s:6:\"source\";s:32:\"a77efa009db32a878f4c5a21438843b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a90f97eee5043c7d780c59bbc6a37e0\";a:5:{s:6:\"source\";s:32:\"2a90f97eee5043c7d780c59bbc6a37e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d5833e7bfe201c5ce051f639827812d\";a:5:{s:6:\"source\";s:32:\"5d5833e7bfe201c5ce051f639827812d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2273e7fd3ede101853322c5ea4ceb911\";a:5:{s:6:\"source\";s:32:\"2273e7fd3ede101853322c5ea4ceb911\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff85c1e4ff13fa3a3bd97d0aa6b13b4f\";a:5:{s:6:\"source\";s:32:\"ff85c1e4ff13fa3a3bd97d0aa6b13b4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da93ed4c4dafbdf0c17ce2a410d2b32c\";a:5:{s:6:\"source\";s:32:\"da93ed4c4dafbdf0c17ce2a410d2b32c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a5b802d7ff347bf3c455df4b736c3c0\";a:5:{s:6:\"source\";s:32:\"8a5b802d7ff347bf3c455df4b736c3c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b071d6a3929be61d7704c4b5b9b8fc36\";a:5:{s:6:\"source\";s:32:\"b071d6a3929be61d7704c4b5b9b8fc36\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5add8f4cfac894e60c203186f795fbc3\";a:5:{s:6:\"source\";s:32:\"5add8f4cfac894e60c203186f795fbc3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38cb44ae412d4a136404c8b237765034\";a:5:{s:6:\"source\";s:32:\"38cb44ae412d4a136404c8b237765034\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b39ac5cc72bf283d1080ce97510e5552\";a:5:{s:6:\"source\";s:32:\"b39ac5cc72bf283d1080ce97510e5552\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e1de76610c546f0f740bff9162cf9f6\";a:5:{s:6:\"source\";s:32:\"3e1de76610c546f0f740bff9162cf9f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7cdba30c5c49d5472052e8a5bfb4500e\";a:5:{s:6:\"source\";s:32:\"7cdba30c5c49d5472052e8a5bfb4500e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a6f94760d239645c26bf792f5d653fb\";a:5:{s:6:\"source\";s:32:\"0a6f94760d239645c26bf792f5d653fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5642e4f530322de3cbde42b44088f054\";a:5:{s:6:\"source\";s:32:\"5642e4f530322de3cbde42b44088f054\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a706f099f8b594c1e729170a8c3f7e1e\";a:5:{s:6:\"source\";s:32:\"a706f099f8b594c1e729170a8c3f7e1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a50795796116716993146d469efa800\";a:5:{s:6:\"source\";s:32:\"3a50795796116716993146d469efa800\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ddb70b59dbdffcc705fb29eb64b4c959\";a:5:{s:6:\"source\";s:32:\"ddb70b59dbdffcc705fb29eb64b4c959\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"879647eec7e1c01922bd659ef248eb71\";a:5:{s:6:\"source\";s:32:\"879647eec7e1c01922bd659ef248eb71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01cf330be368c5bd9e0be9761d2e45a2\";a:5:{s:6:\"source\";s:32:\"01cf330be368c5bd9e0be9761d2e45a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83ffe83758d37f871dc11ab0b9da5513\";a:5:{s:6:\"source\";s:32:\"83ffe83758d37f871dc11ab0b9da5513\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08e7cdd9f7a0966ea25b32e6713b9939\";a:5:{s:6:\"source\";s:32:\"08e7cdd9f7a0966ea25b32e6713b9939\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"39b52e8a1b567f295f4af8f8d1aba18c\";a:5:{s:6:\"source\";s:32:\"39b52e8a1b567f295f4af8f8d1aba18c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8e3053364e05ba65d321530f3354cc1\";a:5:{s:6:\"source\";s:32:\"a8e3053364e05ba65d321530f3354cc1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa8362661134efb7264df4860001c3b7\";a:5:{s:6:\"source\";s:32:\"aa8362661134efb7264df4860001c3b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"347d0f9b74da1c4189a9585565f6a0f3\";a:5:{s:6:\"source\";s:32:\"347d0f9b74da1c4189a9585565f6a0f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b687fc4921a2bb30a79fac490ee013e6\";a:5:{s:6:\"source\";s:32:\"b687fc4921a2bb30a79fac490ee013e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"000acfa2de92b3f036be1e0a639b384a\";a:5:{s:6:\"source\";s:32:\"000acfa2de92b3f036be1e0a639b384a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2dae8695335207ac03deb049be9b1736\";a:5:{s:6:\"source\";s:32:\"2dae8695335207ac03deb049be9b1736\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d173b1e4702ff7424f0bcf5ce2f56720\";a:5:{s:6:\"source\";s:32:\"d173b1e4702ff7424f0bcf5ce2f56720\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2018276bc8ac2572ab1f94724e42a6b\";a:5:{s:6:\"source\";s:32:\"c2018276bc8ac2572ab1f94724e42a6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"211080774ba8d96b4482d82e0d8b696f\";a:5:{s:6:\"source\";s:32:\"211080774ba8d96b4482d82e0d8b696f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c89b4bea40f7ea8f709f4d6d5405e832\";a:5:{s:6:\"source\";s:32:\"c89b4bea40f7ea8f709f4d6d5405e832\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31743f657de710d25361b4066c2749b0\";a:5:{s:6:\"source\";s:32:\"31743f657de710d25361b4066c2749b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74943f43579d012c501ffec24c3aaf12\";a:5:{s:6:\"source\";s:32:\"74943f43579d012c501ffec24c3aaf12\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4fdf824495259ab2f8017514dc6e974b\";a:5:{s:6:\"source\";s:32:\"4fdf824495259ab2f8017514dc6e974b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff321f031f43baf7d194e13c55d05276\";a:5:{s:6:\"source\";s:32:\"ff321f031f43baf7d194e13c55d05276\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a81685d9fd64cc434339b3e16084e13a\";a:5:{s:6:\"source\";s:32:\"a81685d9fd64cc434339b3e16084e13a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53c6565971a19131acdfe6148a5278f2\";a:5:{s:6:\"source\";s:32:\"53c6565971a19131acdfe6148a5278f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70bb326402d37def7ea9a33657aefb72\";a:5:{s:6:\"source\";s:32:\"70bb326402d37def7ea9a33657aefb72\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"29a7dfea060cc04ea86e95294b349513\";a:5:{s:6:\"source\";s:32:\"29a7dfea060cc04ea86e95294b349513\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"531e99538c82ea13d25dc61f8b31ddde\";a:5:{s:6:\"source\";s:32:\"531e99538c82ea13d25dc61f8b31ddde\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1ea3b8f198d365ac160f8eb1997fcd9\";a:5:{s:6:\"source\";s:32:\"f1ea3b8f198d365ac160f8eb1997fcd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad64891f3336ac37791a8f2b144efe03\";a:5:{s:6:\"source\";s:32:\"ad64891f3336ac37791a8f2b144efe03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bef8fb3c58e0c79d62b56eaae7aa5fa0\";a:5:{s:6:\"source\";s:32:\"bef8fb3c58e0c79d62b56eaae7aa5fa0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49ff3d55b299c045d573cb0f78584df0\";a:5:{s:6:\"source\";s:32:\"49ff3d55b299c045d573cb0f78584df0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9abf079f3bd37fd912bff7a5f8f623f4\";a:5:{s:6:\"source\";s:32:\"9abf079f3bd37fd912bff7a5f8f623f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34ce8dbc64ccd89ca01372d5d3bcc88b\";a:5:{s:6:\"source\";s:32:\"34ce8dbc64ccd89ca01372d5d3bcc88b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a4e2c187726d8f84455f30f0ca545bf\";a:5:{s:6:\"source\";s:32:\"3a4e2c187726d8f84455f30f0ca545bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c2b9a72ddb2b273c84ee3f9849b5ab5\";a:5:{s:6:\"source\";s:32:\"9c2b9a72ddb2b273c84ee3f9849b5ab5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a06b2f3cf6c7ba1843ffbe3ec19a69ac\";a:5:{s:6:\"source\";s:32:\"a06b2f3cf6c7ba1843ffbe3ec19a69ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a4889998b626c983007486fb68f02f7\";a:5:{s:6:\"source\";s:32:\"9a4889998b626c983007486fb68f02f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2b20118698c3e58029c7b8963cbe2de\";a:5:{s:6:\"source\";s:32:\"a2b20118698c3e58029c7b8963cbe2de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10cc151adf60dde55d6685b70164105c\";a:5:{s:6:\"source\";s:32:\"10cc151adf60dde55d6685b70164105c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a35be012da7601b712a7841c2285d65\";a:5:{s:6:\"source\";s:32:\"7a35be012da7601b712a7841c2285d65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dca13c1830d2a00801a75311e6530b2a\";a:5:{s:6:\"source\";s:32:\"dca13c1830d2a00801a75311e6530b2a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86a5be0c3510f37b24ce73d5a3f5b145\";a:5:{s:6:\"source\";s:32:\"86a5be0c3510f37b24ce73d5a3f5b145\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0715d0f1012b81c2a6d48a7a9f677a22\";a:5:{s:6:\"source\";s:32:\"0715d0f1012b81c2a6d48a7a9f677a22\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0908b1159d05af65e102846c9359d92a\";a:5:{s:6:\"source\";s:32:\"0908b1159d05af65e102846c9359d92a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4843a770e96f780474a1a1dc6b121efc\";a:5:{s:6:\"source\";s:32:\"4843a770e96f780474a1a1dc6b121efc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ce2daef6ea19ffb4bbf72b499ba76922\";a:5:{s:6:\"source\";s:32:\"ce2daef6ea19ffb4bbf72b499ba76922\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55e10c85384c0ad8ad7ddef1e48a68a7\";a:5:{s:6:\"source\";s:32:\"55e10c85384c0ad8ad7ddef1e48a68a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ba230a2a47c9e3e58c324aa74afcd0a\";a:5:{s:6:\"source\";s:32:\"3ba230a2a47c9e3e58c324aa74afcd0a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52944507538120a47c54c300f40c6889\";a:5:{s:6:\"source\";s:32:\"52944507538120a47c54c300f40c6889\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3a8a1858b3540759d5b276d286940d6\";a:5:{s:6:\"source\";s:32:\"b3a8a1858b3540759d5b276d286940d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"031349de4a6bc75c4621de6b6a9fa697\";a:5:{s:6:\"source\";s:32:\"031349de4a6bc75c4621de6b6a9fa697\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e215da787513a70268207cece94a9bf4\";a:5:{s:6:\"source\";s:32:\"e215da787513a70268207cece94a9bf4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3f1fa7512c006224aeb7dc874f31136\";a:5:{s:6:\"source\";s:32:\"e3f1fa7512c006224aeb7dc874f31136\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f718187612bdc1b5440c09131c1099b3\";a:5:{s:6:\"source\";s:32:\"f718187612bdc1b5440c09131c1099b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd9cb13c2b6219e259763f6a25b43b06\";a:5:{s:6:\"source\";s:32:\"bd9cb13c2b6219e259763f6a25b43b06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f9bcd5d7e504fc34648f9a12ac9e818\";a:5:{s:6:\"source\";s:32:\"7f9bcd5d7e504fc34648f9a12ac9e818\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d327de255d667151c1e5d6c069d1433\";a:5:{s:6:\"source\";s:32:\"6d327de255d667151c1e5d6c069d1433\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6384eb17c8c56bea2bf5102bce63e02\";a:5:{s:6:\"source\";s:32:\"a6384eb17c8c56bea2bf5102bce63e02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d51ba7bc8d569730292dd9e04a93f3fd\";a:5:{s:6:\"source\";s:32:\"d51ba7bc8d569730292dd9e04a93f3fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f26218beec10b9f55221c3275df8f378\";a:5:{s:6:\"source\";s:32:\"f26218beec10b9f55221c3275df8f378\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5007c11105ca53e43ef1492ebf0af67\";a:5:{s:6:\"source\";s:32:\"e5007c11105ca53e43ef1492ebf0af67\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"037a1824fc03564512b89e5bb217ae97\";a:5:{s:6:\"source\";s:32:\"037a1824fc03564512b89e5bb217ae97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8e39ed3b6883ea41733711e463b0df85\";a:5:{s:6:\"source\";s:32:\"8e39ed3b6883ea41733711e463b0df85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6dfc3566706663ac2b8c1f7cac5b537\";a:5:{s:6:\"source\";s:32:\"e6dfc3566706663ac2b8c1f7cac5b537\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"719c53ddc4aa8799cd99bc8a56b33824\";a:5:{s:6:\"source\";s:32:\"719c53ddc4aa8799cd99bc8a56b33824\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93d85b10232f271d7ff001620f7243f6\";a:5:{s:6:\"source\";s:32:\"93d85b10232f271d7ff001620f7243f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"efe29dea6b43fd5fcf0a35e490dc4987\";a:5:{s:6:\"source\";s:32:\"efe29dea6b43fd5fcf0a35e490dc4987\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed4417b3d30e76a45f4379d2dbb3ce18\";a:5:{s:6:\"source\";s:32:\"ed4417b3d30e76a45f4379d2dbb3ce18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85a16e612a731907bf1f15588fcc0f48\";a:5:{s:6:\"source\";s:32:\"85a16e612a731907bf1f15588fcc0f48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7d52754807281c1f5965b9602c20ead\";a:5:{s:6:\"source\";s:32:\"f7d52754807281c1f5965b9602c20ead\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74a37207a360d491857771b1947bfe5e\";a:5:{s:6:\"source\";s:32:\"74a37207a360d491857771b1947bfe5e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"682e6d4bfe58fb587e36b6230eaa2676\";a:5:{s:6:\"source\";s:32:\"682e6d4bfe58fb587e36b6230eaa2676\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44fb285f54383c37a90e5ad747c4a151\";a:5:{s:6:\"source\";s:32:\"44fb285f54383c37a90e5ad747c4a151\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e2f43f0d0d3621a74b2795cda3917ee\";a:5:{s:6:\"source\";s:32:\"2e2f43f0d0d3621a74b2795cda3917ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2cacaa862c825dbc7389e1f46e8b5c4c\";a:5:{s:6:\"source\";s:32:\"2cacaa862c825dbc7389e1f46e8b5c4c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a32232901fab3beb33f3eddd6c2fc20\";a:5:{s:6:\"source\";s:32:\"7a32232901fab3beb33f3eddd6c2fc20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20531cf6c0c372faf32ab6d7ce0a5416\";a:5:{s:6:\"source\";s:32:\"20531cf6c0c372faf32ab6d7ce0a5416\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9670bcb006539416b7b5e65935237675\";a:5:{s:6:\"source\";s:32:\"9670bcb006539416b7b5e65935237675\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a69eddfa622a5feb76b3c27d983d2694\";a:5:{s:6:\"source\";s:32:\"a69eddfa622a5feb76b3c27d983d2694\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66d007a3da77a69ed954a0dee4c4d1cf\";a:5:{s:6:\"source\";s:32:\"66d007a3da77a69ed954a0dee4c4d1cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a63e739d85742c644c3bb06c5ab5abf3\";a:5:{s:6:\"source\";s:32:\"a63e739d85742c644c3bb06c5ab5abf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"682bdafe602af9c7dd88f1f8b9f8e871\";a:5:{s:6:\"source\";s:32:\"682bdafe602af9c7dd88f1f8b9f8e871\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cc663dc874d1c50fced9f76b612e6d1\";a:5:{s:6:\"source\";s:32:\"0cc663dc874d1c50fced9f76b612e6d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7c5b296d1ecb4ff3aaad532539bcc78\";a:5:{s:6:\"source\";s:32:\"a7c5b296d1ecb4ff3aaad532539bcc78\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3fc84ee2df89c8c5afb11be678072d8\";a:5:{s:6:\"source\";s:32:\"a3fc84ee2df89c8c5afb11be678072d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62033d1122706a799c9274bb7a98d7e0\";a:5:{s:6:\"source\";s:32:\"62033d1122706a799c9274bb7a98d7e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e80472ccc3a05a8792529d3c1f0c294\";a:5:{s:6:\"source\";s:32:\"3e80472ccc3a05a8792529d3c1f0c294\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4dbbcec52918d5d32d2e89d533ece755\";a:5:{s:6:\"source\";s:32:\"4dbbcec52918d5d32d2e89d533ece755\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4fc23f79f18be00f4dd34a151bfe591a\";a:5:{s:6:\"source\";s:32:\"4fc23f79f18be00f4dd34a151bfe591a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7268049c3e9f477aed56d19be368e8a7\";a:5:{s:6:\"source\";s:32:\"7268049c3e9f477aed56d19be368e8a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"395c6deffd74861553df291b56018260\";a:5:{s:6:\"source\";s:32:\"395c6deffd74861553df291b56018260\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2ad3de76f39bdeeaba70e6694ee5f65\";a:5:{s:6:\"source\";s:32:\"c2ad3de76f39bdeeaba70e6694ee5f65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"686156349336ef4f99b6fb6f937eff40\";a:5:{s:6:\"source\";s:32:\"686156349336ef4f99b6fb6f937eff40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d0812d962aa7be5bdadc925d0a1ef8c\";a:5:{s:6:\"source\";s:32:\"3d0812d962aa7be5bdadc925d0a1ef8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c570918886a1110a595803a6b640ebe9\";a:5:{s:6:\"source\";s:32:\"c570918886a1110a595803a6b640ebe9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74b6323d12a177d73e9b4c031878834e\";a:5:{s:6:\"source\";s:32:\"74b6323d12a177d73e9b4c031878834e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5678f5d64be2d49911e9a1c769f7f0b1\";a:5:{s:6:\"source\";s:32:\"5678f5d64be2d49911e9a1c769f7f0b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c2545b8f5925abd8d679ca02c994b77\";a:5:{s:6:\"source\";s:32:\"2c2545b8f5925abd8d679ca02c994b77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c22097cc18ded2e33486d6b344afd71\";a:5:{s:6:\"source\";s:32:\"4c22097cc18ded2e33486d6b344afd71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d382403a40a65574923cbd1e0781f060\";a:5:{s:6:\"source\";s:32:\"d382403a40a65574923cbd1e0781f060\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b55270ff5e934c49f5f762225379c90b\";a:5:{s:6:\"source\";s:32:\"b55270ff5e934c49f5f762225379c90b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9cb59cd7d8ea69a7f72894e6fc989a32\";a:5:{s:6:\"source\";s:32:\"9cb59cd7d8ea69a7f72894e6fc989a32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c12199239eb0aae215c6fdfdc6327e5c\";a:5:{s:6:\"source\";s:32:\"c12199239eb0aae215c6fdfdc6327e5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2180d4f20810a7eabe3d6eac4f223a8\";a:5:{s:6:\"source\";s:32:\"c2180d4f20810a7eabe3d6eac4f223a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"79cd1f6f354f03345c34a935e70ddb69\";a:5:{s:6:\"source\";s:32:\"79cd1f6f354f03345c34a935e70ddb69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8bbf78d702e29f8d4bc2faf8580d5a06\";a:5:{s:6:\"source\";s:32:\"8bbf78d702e29f8d4bc2faf8580d5a06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81d9ef7559fed4cce8688500609ef1ad\";a:5:{s:6:\"source\";s:32:\"81d9ef7559fed4cce8688500609ef1ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"495e6520eae03b3fb394fd16c95c7d32\";a:5:{s:6:\"source\";s:32:\"495e6520eae03b3fb394fd16c95c7d32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f880866e80f2291b13a5475291c69ed\";a:5:{s:6:\"source\";s:32:\"1f880866e80f2291b13a5475291c69ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad228df8116a7be08a7debced0f00cb9\";a:5:{s:6:\"source\";s:32:\"ad228df8116a7be08a7debced0f00cb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77c4746fbb3881e21b71ee35a614a8fb\";a:5:{s:6:\"source\";s:32:\"77c4746fbb3881e21b71ee35a614a8fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c2e547ba54f7048842d9f06a671ac53\";a:5:{s:6:\"source\";s:32:\"2c2e547ba54f7048842d9f06a671ac53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c584587c33da4bea66910430e032c9f\";a:5:{s:6:\"source\";s:32:\"6c584587c33da4bea66910430e032c9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee37f2250a73fb80ff79dcde9a3479b9\";a:5:{s:6:\"source\";s:32:\"ee37f2250a73fb80ff79dcde9a3479b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01e026e48e6a96c3f5820137eeeda0cc\";a:5:{s:6:\"source\";s:32:\"01e026e48e6a96c3f5820137eeeda0cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9f73444c2bd2ddd946eeabd7f62a5f0\";a:5:{s:6:\"source\";s:32:\"e9f73444c2bd2ddd946eeabd7f62a5f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"051b2ec2a630b2e8142d070ff83cd101\";a:5:{s:6:\"source\";s:32:\"051b2ec2a630b2e8142d070ff83cd101\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"282f0dfb62594a2ca966ed10f5b46e3c\";a:5:{s:6:\"source\";s:32:\"282f0dfb62594a2ca966ed10f5b46e3c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a912fb78d3c6b002baa63873cd099ac4\";a:5:{s:6:\"source\";s:32:\"a912fb78d3c6b002baa63873cd099ac4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0556057d356f094fb6dba69b5465fa78\";a:5:{s:6:\"source\";s:32:\"0556057d356f094fb6dba69b5465fa78\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"917589ad4b53a3581ffbf496ce6df497\";a:5:{s:6:\"source\";s:32:\"917589ad4b53a3581ffbf496ce6df497\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32961bc9d1fa172c9e1a863dfbacb196\";a:5:{s:6:\"source\";s:32:\"32961bc9d1fa172c9e1a863dfbacb196\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5494dd55e8424ab4d1b73d3b2aa4ebb\";a:5:{s:6:\"source\";s:32:\"c5494dd55e8424ab4d1b73d3b2aa4ebb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e26df4a777c08917210ecb0eb1edd09c\";a:5:{s:6:\"source\";s:32:\"e26df4a777c08917210ecb0eb1edd09c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62442d93a3ff5adbe57a37dd964855c3\";a:5:{s:6:\"source\";s:32:\"62442d93a3ff5adbe57a37dd964855c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ab8abde3ddcee1db878ca16aecc23b1\";a:5:{s:6:\"source\";s:32:\"8ab8abde3ddcee1db878ca16aecc23b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3148ee893975561b88ee51e003d890d3\";a:5:{s:6:\"source\";s:32:\"3148ee893975561b88ee51e003d890d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7cb59f9e006f19564c81014aa4bb72c2\";a:5:{s:6:\"source\";s:32:\"7cb59f9e006f19564c81014aa4bb72c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7c1942478f5604575016c109b85a281\";a:5:{s:6:\"source\";s:32:\"c7c1942478f5604575016c109b85a281\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c56ed033f525194ecd57d673ba47c167\";a:5:{s:6:\"source\";s:32:\"c56ed033f525194ecd57d673ba47c167\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a3903551007caefaf1618bf5aeab814\";a:5:{s:6:\"source\";s:32:\"7a3903551007caefaf1618bf5aeab814\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b046f3a9558d16fb734d24bff36796cd\";a:5:{s:6:\"source\";s:32:\"b046f3a9558d16fb734d24bff36796cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"964ab89d8c1cca7454f8a08ff88992a6\";a:5:{s:6:\"source\";s:32:\"964ab89d8c1cca7454f8a08ff88992a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0bbd56572df46c28d1b7a4bb86baf369\";a:5:{s:6:\"source\";s:32:\"0bbd56572df46c28d1b7a4bb86baf369\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30e527c3a34955d0dc293d399442d41d\";a:5:{s:6:\"source\";s:32:\"30e527c3a34955d0dc293d399442d41d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5f55c7b69eff0dc52f8b056bcddc748\";a:5:{s:6:\"source\";s:32:\"b5f55c7b69eff0dc52f8b056bcddc748\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d968f19d414afe122a7f100d3d32d69a\";a:5:{s:6:\"source\";s:32:\"d968f19d414afe122a7f100d3d32d69a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11834322dde5737916b8d2683f6d8474\";a:5:{s:6:\"source\";s:32:\"11834322dde5737916b8d2683f6d8474\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"282f29aa6cb5460085147f4d1b127529\";a:5:{s:6:\"source\";s:32:\"282f29aa6cb5460085147f4d1b127529\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b0f7f75db39f139f3e95fe4e9a11ec9\";a:5:{s:6:\"source\";s:32:\"1b0f7f75db39f139f3e95fe4e9a11ec9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dea7d32f379d5b55bcf4e38f11d07a68\";a:5:{s:6:\"source\";s:32:\"dea7d32f379d5b55bcf4e38f11d07a68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"05413ed7705fc3013d128d31321ba454\";a:5:{s:6:\"source\";s:32:\"05413ed7705fc3013d128d31321ba454\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1691cc134b0c48d5efbbc13106a26df\";a:5:{s:6:\"source\";s:32:\"d1691cc134b0c48d5efbbc13106a26df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21136dfa47add1604d0bea2f812e6c43\";a:5:{s:6:\"source\";s:32:\"21136dfa47add1604d0bea2f812e6c43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c95836a6b6f4dff8cd4dcd85c4dec209\";a:5:{s:6:\"source\";s:32:\"c95836a6b6f4dff8cd4dcd85c4dec209\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4607462d6bf7695c320b4c77e6038e73\";a:5:{s:6:\"source\";s:32:\"4607462d6bf7695c320b4c77e6038e73\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8463fb56d1d3cbace8ba296d18d52f19\";a:5:{s:6:\"source\";s:32:\"8463fb56d1d3cbace8ba296d18d52f19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"550908b07630c0761989e5b358bac3e7\";a:5:{s:6:\"source\";s:32:\"550908b07630c0761989e5b358bac3e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9337c1ca3013e38dd9da74bf3f7ea6d\";a:5:{s:6:\"source\";s:32:\"e9337c1ca3013e38dd9da74bf3f7ea6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"675db40bb14f369b9a14f1f94e65914e\";a:5:{s:6:\"source\";s:32:\"675db40bb14f369b9a14f1f94e65914e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3c32cccf39f817818c70a9f37c525ca\";a:5:{s:6:\"source\";s:32:\"d3c32cccf39f817818c70a9f37c525ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cac86e30c9fc235a12504bc7beed47b7\";a:5:{s:6:\"source\";s:32:\"cac86e30c9fc235a12504bc7beed47b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9da3c295ba79bea017c71706fcbe7d3\";a:5:{s:6:\"source\";s:32:\"d9da3c295ba79bea017c71706fcbe7d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c308fabb343b850cba281007a1a70e6\";a:5:{s:6:\"source\";s:32:\"7c308fabb343b850cba281007a1a70e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa520433f8dab251808cbe33edb4b866\";a:5:{s:6:\"source\";s:32:\"aa520433f8dab251808cbe33edb4b866\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"683e283fd500bac3cceb1ed419c15b4a\";a:5:{s:6:\"source\";s:32:\"683e283fd500bac3cceb1ed419c15b4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d5b3c5378e3d3ffe87c405de555fcd4\";a:5:{s:6:\"source\";s:32:\"8d5b3c5378e3d3ffe87c405de555fcd4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6aba4242c26acc9b57e00fc1f34f126\";a:5:{s:6:\"source\";s:32:\"a6aba4242c26acc9b57e00fc1f34f126\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47558e4621a8ba68e621044ea739265d\";a:5:{s:6:\"source\";s:32:\"47558e4621a8ba68e621044ea739265d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5acc6e82a414a6323bdcce6d4049eb03\";a:5:{s:6:\"source\";s:32:\"5acc6e82a414a6323bdcce6d4049eb03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83f36bc6551b428540de65369bef6882\";a:5:{s:6:\"source\";s:32:\"83f36bc6551b428540de65369bef6882\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0efd2ba08bd46e3c668d6fcaf0057ba4\";a:5:{s:6:\"source\";s:32:\"0efd2ba08bd46e3c668d6fcaf0057ba4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4d25e9c68f9c4e3e301e9b1742681d4\";a:5:{s:6:\"source\";s:32:\"e4d25e9c68f9c4e3e301e9b1742681d4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c09b88627a16c5e961a97e9ee50e163\";a:5:{s:6:\"source\";s:32:\"8c09b88627a16c5e961a97e9ee50e163\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa30af72b35bfc3e8b99eea1bd9a89fb\";a:5:{s:6:\"source\";s:32:\"aa30af72b35bfc3e8b99eea1bd9a89fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"519a64a0d7f2bbc840bc5b1b80735aa5\";a:5:{s:6:\"source\";s:32:\"519a64a0d7f2bbc840bc5b1b80735aa5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b32dcd3e637285fd652879276dc1e913\";a:5:{s:6:\"source\";s:32:\"b32dcd3e637285fd652879276dc1e913\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ee971d9e6b26021630e2df5be0178b9\";a:5:{s:6:\"source\";s:32:\"4ee971d9e6b26021630e2df5be0178b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"322cf7de6f8ebeeed138b099c1f39c93\";a:5:{s:6:\"source\";s:32:\"322cf7de6f8ebeeed138b099c1f39c93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a6d1c0d187a8f636d84b0a772e39bc5\";a:5:{s:6:\"source\";s:32:\"7a6d1c0d187a8f636d84b0a772e39bc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24e5b192cea323b8c4d66d81135c773d\";a:5:{s:6:\"source\";s:32:\"24e5b192cea323b8c4d66d81135c773d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8526263f5183b447a5ed30431156a0b\";a:5:{s:6:\"source\";s:32:\"d8526263f5183b447a5ed30431156a0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"88a7e8520b5a0c51d2f4e67aa76e7cb7\";a:5:{s:6:\"source\";s:32:\"88a7e8520b5a0c51d2f4e67aa76e7cb7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84ad523e05c7544077087606409eefcc\";a:5:{s:6:\"source\";s:32:\"84ad523e05c7544077087606409eefcc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c648c4c6eae2ca3601ef4acf1373c6e\";a:5:{s:6:\"source\";s:32:\"6c648c4c6eae2ca3601ef4acf1373c6e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37f34445f31c4487146a851cc739f905\";a:5:{s:6:\"source\";s:32:\"37f34445f31c4487146a851cc739f905\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4560c10ea4fcfc1a5f865fd477bf153\";a:5:{s:6:\"source\";s:32:\"c4560c10ea4fcfc1a5f865fd477bf153\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77a1eba2c0394d3f8f43274343c8c77d\";a:5:{s:6:\"source\";s:32:\"77a1eba2c0394d3f8f43274343c8c77d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8cdf0cf6de4f2e6ceb87c4021ceb10d\";a:5:{s:6:\"source\";s:32:\"f8cdf0cf6de4f2e6ceb87c4021ceb10d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb00749128c2a93e2465e1169c4e9358\";a:5:{s:6:\"source\";s:32:\"bb00749128c2a93e2465e1169c4e9358\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5aac99ae3b0515e2700aaf8ba2ed62ad\";a:5:{s:6:\"source\";s:32:\"5aac99ae3b0515e2700aaf8ba2ed62ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50df03902f1bdab29f554ad49a630735\";a:5:{s:6:\"source\";s:32:\"50df03902f1bdab29f554ad49a630735\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3375effca8ba7cb46b0fc57f070aefe4\";a:5:{s:6:\"source\";s:32:\"3375effca8ba7cb46b0fc57f070aefe4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9bd263b3e124ff44bfe951b65e96bfc6\";a:5:{s:6:\"source\";s:32:\"9bd263b3e124ff44bfe951b65e96bfc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"435bb0bd1c83addeed4050878d5fed15\";a:5:{s:6:\"source\";s:32:\"435bb0bd1c83addeed4050878d5fed15\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df37bd8102db60c12d4f01a02ae36d93\";a:5:{s:6:\"source\";s:32:\"df37bd8102db60c12d4f01a02ae36d93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8ba8f3d47084d9f42f6c4f0025f8199\";a:5:{s:6:\"source\";s:32:\"b8ba8f3d47084d9f42f6c4f0025f8199\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3811ba5651f8f73cdbf9060b80850d2\";a:5:{s:6:\"source\";s:32:\"d3811ba5651f8f73cdbf9060b80850d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8c17e33c582e828cdfc4c6b2e50ce8e\";a:5:{s:6:\"source\";s:32:\"b8c17e33c582e828cdfc4c6b2e50ce8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53a17ea4259cd73b109453bac8951bd6\";a:5:{s:6:\"source\";s:32:\"53a17ea4259cd73b109453bac8951bd6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"053a85efa1c9dbf5d0f69014b5021cc4\";a:5:{s:6:\"source\";s:32:\"053a85efa1c9dbf5d0f69014b5021cc4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01b445c4c986a0e251933fe370184755\";a:5:{s:6:\"source\";s:32:\"01b445c4c986a0e251933fe370184755\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df9f1074d02f9a685ab02f8e37c95340\";a:5:{s:6:\"source\";s:32:\"df9f1074d02f9a685ab02f8e37c95340\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c730dd26a0df5984464f1f8c58a8a9a\";a:5:{s:6:\"source\";s:32:\"6c730dd26a0df5984464f1f8c58a8a9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32565871618c7d051179203d87c75522\";a:5:{s:6:\"source\";s:32:\"32565871618c7d051179203d87c75522\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6786ff771ab6fafc30994f09417e471f\";a:5:{s:6:\"source\";s:32:\"6786ff771ab6fafc30994f09417e471f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6da1d651d48ac95b299df82ecb8e7210\";a:5:{s:6:\"source\";s:32:\"6da1d651d48ac95b299df82ecb8e7210\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be0593ddbdda885bac8d9a6c3f16840a\";a:5:{s:6:\"source\";s:32:\"be0593ddbdda885bac8d9a6c3f16840a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4853bb2f2debdf3d7d61540d2d93f85b\";a:5:{s:6:\"source\";s:32:\"4853bb2f2debdf3d7d61540d2d93f85b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4386ff4851ba6e3e273adaa62eb0ebae\";a:5:{s:6:\"source\";s:32:\"4386ff4851ba6e3e273adaa62eb0ebae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f13dc04786995ce4baab729687fd4e5\";a:5:{s:6:\"source\";s:32:\"6f13dc04786995ce4baab729687fd4e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc425ba3610aae7c2c2d9f6034a72499\";a:5:{s:6:\"source\";s:32:\"fc425ba3610aae7c2c2d9f6034a72499\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60efd88871d52f8105dea22545c012b1\";a:5:{s:6:\"source\";s:32:\"60efd88871d52f8105dea22545c012b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6dd1d3e38ee85c188c081dee80786632\";a:5:{s:6:\"source\";s:32:\"6dd1d3e38ee85c188c081dee80786632\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0eeffe014e1c11157f3219bfbb4992d2\";a:5:{s:6:\"source\";s:32:\"0eeffe014e1c11157f3219bfbb4992d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4265ccd19edf4145270379afe0f99ac3\";a:5:{s:6:\"source\";s:32:\"4265ccd19edf4145270379afe0f99ac3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09b83ba86347abcd045e99e5a2202f91\";a:5:{s:6:\"source\";s:32:\"09b83ba86347abcd045e99e5a2202f91\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3aa0fbc9aba7e64f62e5508ef735c0ea\";a:5:{s:6:\"source\";s:32:\"3aa0fbc9aba7e64f62e5508ef735c0ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"576c966e97fdbebe27f104a9deea0994\";a:5:{s:6:\"source\";s:32:\"576c966e97fdbebe27f104a9deea0994\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"828ef25db2ff9cf1e45cb7524765351e\";a:5:{s:6:\"source\";s:32:\"828ef25db2ff9cf1e45cb7524765351e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dedf4312e46de84dadc4dd0a3e4f3059\";a:5:{s:6:\"source\";s:32:\"dedf4312e46de84dadc4dd0a3e4f3059\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b171de23e81c98288075be87f891fcc5\";a:5:{s:6:\"source\";s:32:\"b171de23e81c98288075be87f891fcc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f41f9b1c0c248a580867b21e62b1e491\";a:5:{s:6:\"source\";s:32:\"f41f9b1c0c248a580867b21e62b1e491\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a819c7474865e4fed2acb9d5e4fc5826\";a:5:{s:6:\"source\";s:32:\"a819c7474865e4fed2acb9d5e4fc5826\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de81d816c7c864c2e297f86ccded7332\";a:5:{s:6:\"source\";s:32:\"de81d816c7c864c2e297f86ccded7332\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63c6739a9e219fc9ac6e77501a51dd5c\";a:5:{s:6:\"source\";s:32:\"63c6739a9e219fc9ac6e77501a51dd5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa043e4f6e9a25008b6f542f9d46b589\";a:5:{s:6:\"source\";s:32:\"fa043e4f6e9a25008b6f542f9d46b589\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a3801e633a5aa7fca34c814bc7d896f\";a:5:{s:6:\"source\";s:32:\"0a3801e633a5aa7fca34c814bc7d896f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45785f98181a365fda1074843fc5f8f8\";a:5:{s:6:\"source\";s:32:\"45785f98181a365fda1074843fc5f8f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aafaf029cec71940a4cfd9d21241a329\";a:5:{s:6:\"source\";s:32:\"aafaf029cec71940a4cfd9d21241a329\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69d4cbbd252efe31e9f2d6140db0a0bc\";a:5:{s:6:\"source\";s:32:\"69d4cbbd252efe31e9f2d6140db0a0bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c26aefadcef42541ce737d96ccf79852\";a:5:{s:6:\"source\";s:32:\"c26aefadcef42541ce737d96ccf79852\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fd4c383e3b50642361af5a648763f38\";a:5:{s:6:\"source\";s:32:\"6fd4c383e3b50642361af5a648763f38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"244850b6957d86e9192c76a50b472532\";a:5:{s:6:\"source\";s:32:\"244850b6957d86e9192c76a50b472532\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71e74995b9a64181e3f752d615d3b3ae\";a:5:{s:6:\"source\";s:32:\"71e74995b9a64181e3f752d615d3b3ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6bfaa5f7b203761f81dde4b1eabd934b\";a:5:{s:6:\"source\";s:32:\"6bfaa5f7b203761f81dde4b1eabd934b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ad59ef495bf3c2f76f8455fd8fc97f6\";a:5:{s:6:\"source\";s:32:\"4ad59ef495bf3c2f76f8455fd8fc97f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5acfbbd21e506275b42e91216b3c5c48\";a:5:{s:6:\"source\";s:32:\"5acfbbd21e506275b42e91216b3c5c48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eab9aebf99e2ba44d936ddcf8b92a676\";a:5:{s:6:\"source\";s:32:\"eab9aebf99e2ba44d936ddcf8b92a676\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3538248dad47e732da05f58b2ec1573\";a:5:{s:6:\"source\";s:32:\"d3538248dad47e732da05f58b2ec1573\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6e754ad6e2b8ade588836a888b01243\";a:5:{s:6:\"source\";s:32:\"f6e754ad6e2b8ade588836a888b01243\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e04b5d304950b4970b153fdefe81f93a\";a:5:{s:6:\"source\";s:32:\"e04b5d304950b4970b153fdefe81f93a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e69664025464f8c015061a51be234a6\";a:5:{s:6:\"source\";s:32:\"4e69664025464f8c015061a51be234a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"61a694e35c5a9a2713c9534e9a62fbe0\";a:5:{s:6:\"source\";s:32:\"61a694e35c5a9a2713c9534e9a62fbe0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fbf77770e931a046f425a6e012033f64\";a:5:{s:6:\"source\";s:32:\"fbf77770e931a046f425a6e012033f64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b4e804d8c8ca088fe874325a53a1677\";a:5:{s:6:\"source\";s:32:\"9b4e804d8c8ca088fe874325a53a1677\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"419aa84c1f199bc5d52ceba972d1516a\";a:5:{s:6:\"source\";s:32:\"419aa84c1f199bc5d52ceba972d1516a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7841997a5900b20c01697b4dcfac021e\";a:5:{s:6:\"source\";s:32:\"7841997a5900b20c01697b4dcfac021e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db7e1537412c2b1a87629036277db067\";a:5:{s:6:\"source\";s:32:\"db7e1537412c2b1a87629036277db067\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08b00e6817655a2534252c6697fd9285\";a:5:{s:6:\"source\";s:32:\"08b00e6817655a2534252c6697fd9285\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5d8ea5454446b9b2d1cbd84b5ae141a\";a:5:{s:6:\"source\";s:32:\"b5d8ea5454446b9b2d1cbd84b5ae141a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24eac06aded3ae634155ad9ce55c60c3\";a:5:{s:6:\"source\";s:32:\"24eac06aded3ae634155ad9ce55c60c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68c9bf37de4abbc3f278a8c3c1622593\";a:5:{s:6:\"source\";s:32:\"68c9bf37de4abbc3f278a8c3c1622593\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9d16287097de14e3d2679433fc6958c\";a:5:{s:6:\"source\";s:32:\"a9d16287097de14e3d2679433fc6958c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e1ffb1cdb4184b750cac2f38369e56b\";a:5:{s:6:\"source\";s:32:\"5e1ffb1cdb4184b750cac2f38369e56b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fa7e9a22d62757c76e259f4cadabc5c\";a:5:{s:6:\"source\";s:32:\"1fa7e9a22d62757c76e259f4cadabc5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c20354441dd38bb52fda54561204f4b3\";a:5:{s:6:\"source\";s:32:\"c20354441dd38bb52fda54561204f4b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa5364254f1a566ad5f3aa3a687390ea\";a:5:{s:6:\"source\";s:32:\"fa5364254f1a566ad5f3aa3a687390ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c9e9460729dfba35bd3ad56b3a9cb75\";a:5:{s:6:\"source\";s:32:\"4c9e9460729dfba35bd3ad56b3a9cb75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"800983c7d715ac9fe40521fb391cdc88\";a:5:{s:6:\"source\";s:32:\"800983c7d715ac9fe40521fb391cdc88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ebd5ec076c96e34f65b9fd923e28b37a\";a:5:{s:6:\"source\";s:32:\"ebd5ec076c96e34f65b9fd923e28b37a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a170e0f65597cdba0a68e1aa1f7b4513\";a:5:{s:6:\"source\";s:32:\"a170e0f65597cdba0a68e1aa1f7b4513\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8cca1c49dfab258f6291cbb13b8c0fa8\";a:5:{s:6:\"source\";s:32:\"8cca1c49dfab258f6291cbb13b8c0fa8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd0cad19f6d27300a4dd362f127db147\";a:5:{s:6:\"source\";s:32:\"dd0cad19f6d27300a4dd362f127db147\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60d3831bd6161c1dfc0c8fc1bfbcdba4\";a:5:{s:6:\"source\";s:32:\"60d3831bd6161c1dfc0c8fc1bfbcdba4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"128e7430fa4c99e71666ba0a61a323cc\";a:5:{s:6:\"source\";s:32:\"128e7430fa4c99e71666ba0a61a323cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f94251b0d5a912fe5995fa34ee3ff4b\";a:5:{s:6:\"source\";s:32:\"6f94251b0d5a912fe5995fa34ee3ff4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"56d4962dcbaea6f22356bf13ab70b8f6\";a:5:{s:6:\"source\";s:32:\"56d4962dcbaea6f22356bf13ab70b8f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c5093d177b3db0e293b334ecb6ff981\";a:5:{s:6:\"source\";s:32:\"7c5093d177b3db0e293b334ecb6ff981\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5dc13154e13b3403373d8ad81506237a\";a:5:{s:6:\"source\";s:32:\"5dc13154e13b3403373d8ad81506237a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f7ac1f341fe4e2e70b9d698e6d2c2b5\";a:5:{s:6:\"source\";s:32:\"1f7ac1f341fe4e2e70b9d698e6d2c2b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54c65336d35dd68e794a8c9da23c5487\";a:5:{s:6:\"source\";s:32:\"54c65336d35dd68e794a8c9da23c5487\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4098698dcd1261d79f58590fcbf87e5\";a:5:{s:6:\"source\";s:32:\"e4098698dcd1261d79f58590fcbf87e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"066bfc02ac2ef3bd3bf6ec44446e833b\";a:5:{s:6:\"source\";s:32:\"066bfc02ac2ef3bd3bf6ec44446e833b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92ebb74de422020c29785e29dea07312\";a:5:{s:6:\"source\";s:32:\"92ebb74de422020c29785e29dea07312\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9502ee6d7e0242235377b967c7f2a780\";a:5:{s:6:\"source\";s:32:\"9502ee6d7e0242235377b967c7f2a780\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf587261ce2ebe9584984dace3aaad96\";a:5:{s:6:\"source\";s:32:\"bf587261ce2ebe9584984dace3aaad96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ea352ad052c52a544eb7fa14f6b261f\";a:5:{s:6:\"source\";s:32:\"1ea352ad052c52a544eb7fa14f6b261f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49ba4609d4fc1b3eb50a333918c4877c\";a:5:{s:6:\"source\";s:32:\"49ba4609d4fc1b3eb50a333918c4877c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d858f85c114c41a20cc282c840a41246\";a:5:{s:6:\"source\";s:32:\"d858f85c114c41a20cc282c840a41246\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d873c51410e9dba2e4b597d1eb2800ba\";a:5:{s:6:\"source\";s:32:\"d873c51410e9dba2e4b597d1eb2800ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"197d48f87316b353069dfd2c65802fd1\";a:5:{s:6:\"source\";s:32:\"197d48f87316b353069dfd2c65802fd1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"310b2d0430149606dac411a7bc589e4f\";a:5:{s:6:\"source\";s:32:\"310b2d0430149606dac411a7bc589e4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"07278c9814217acb016f3fd8c08725d3\";a:5:{s:6:\"source\";s:32:\"07278c9814217acb016f3fd8c08725d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dbe427f8fbf899f10425f6f34c0a3522\";a:5:{s:6:\"source\";s:32:\"dbe427f8fbf899f10425f6f34c0a3522\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec9928ac03f369f066a5d51b5a33e116\";a:5:{s:6:\"source\";s:32:\"ec9928ac03f369f066a5d51b5a33e116\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b7acae0a5d90a1b3cde321205dc294e\";a:5:{s:6:\"source\";s:32:\"7b7acae0a5d90a1b3cde321205dc294e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5d9ef34758287a0fc957f9f5485dfb7\";a:5:{s:6:\"source\";s:32:\"d5d9ef34758287a0fc957f9f5485dfb7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a4c57491906290a95699c970433b621\";a:5:{s:6:\"source\";s:32:\"9a4c57491906290a95699c970433b621\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3482f470ff87f31f6898377a6e677a9d\";a:5:{s:6:\"source\";s:32:\"3482f470ff87f31f6898377a6e677a9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e675d89dab8f283a54ccfba1714860e1\";a:5:{s:6:\"source\";s:32:\"e675d89dab8f283a54ccfba1714860e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c344fa777de53551d9f2f04e5a499323\";a:5:{s:6:\"source\";s:32:\"c344fa777de53551d9f2f04e5a499323\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe5588e745849118e816dc680f0573e9\";a:5:{s:6:\"source\";s:32:\"fe5588e745849118e816dc680f0573e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"216e696904b72300673b15d9a439454b\";a:5:{s:6:\"source\";s:32:\"216e696904b72300673b15d9a439454b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"860997dbc1688290636305c9a19ac626\";a:5:{s:6:\"source\";s:32:\"860997dbc1688290636305c9a19ac626\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e93f28f22f85e8fd6ee399a231e9bf91\";a:5:{s:6:\"source\";s:32:\"e93f28f22f85e8fd6ee399a231e9bf91\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30b2a497c53eaddc6b7b2388ac136ebc\";a:5:{s:6:\"source\";s:32:\"30b2a497c53eaddc6b7b2388ac136ebc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"515e90497ce9f7a3f4d8e387bd6a18c6\";a:5:{s:6:\"source\";s:32:\"515e90497ce9f7a3f4d8e387bd6a18c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10139608c09ce044a66d7507de0e4d76\";a:5:{s:6:\"source\";s:32:\"10139608c09ce044a66d7507de0e4d76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6a220f9033762f57e0eae76819cfa4f\";a:5:{s:6:\"source\";s:32:\"b6a220f9033762f57e0eae76819cfa4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b03f2341e7974be27381b350509fb4b\";a:5:{s:6:\"source\";s:32:\"6b03f2341e7974be27381b350509fb4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d464588319121b80e1ffe0a715426b9\";a:5:{s:6:\"source\";s:32:\"6d464588319121b80e1ffe0a715426b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d2163aab16306cfc617ad3b42f91219\";a:5:{s:6:\"source\";s:32:\"5d2163aab16306cfc617ad3b42f91219\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82e9ae0ce47335015f5bbcc1af7f741e\";a:5:{s:6:\"source\";s:32:\"82e9ae0ce47335015f5bbcc1af7f741e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6866df93e998262fd2ff40dd4a158e3a\";a:5:{s:6:\"source\";s:32:\"6866df93e998262fd2ff40dd4a158e3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c300e6603a6e52136bd385b289088fbb\";a:5:{s:6:\"source\";s:32:\"c300e6603a6e52136bd385b289088fbb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae3fe894fc97aca043b4c3505e8a1273\";a:5:{s:6:\"source\";s:32:\"ae3fe894fc97aca043b4c3505e8a1273\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0db1ad1a865a5fb07f131a508585135\";a:5:{s:6:\"source\";s:32:\"c0db1ad1a865a5fb07f131a508585135\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ad3a87698ae0043e67b64394f9cc850\";a:5:{s:6:\"source\";s:32:\"1ad3a87698ae0043e67b64394f9cc850\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a172659dac625a9b164e938b9026e64\";a:5:{s:6:\"source\";s:32:\"3a172659dac625a9b164e938b9026e64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cbb220a11580ad1c39f8644c82d386d7\";a:5:{s:6:\"source\";s:32:\"cbb220a11580ad1c39f8644c82d386d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2c8241ca2ed282af7ecd5801b14fbf5\";a:5:{s:6:\"source\";s:32:\"b2c8241ca2ed282af7ecd5801b14fbf5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98459d2d4c5f04ce1c3e7dc5eb162ac4\";a:5:{s:6:\"source\";s:32:\"98459d2d4c5f04ce1c3e7dc5eb162ac4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44fea6fb37c67c018f15f7b2cb1fddf7\";a:5:{s:6:\"source\";s:32:\"44fea6fb37c67c018f15f7b2cb1fddf7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cc38d708b5cd40cc82a27f7f479788e\";a:5:{s:6:\"source\";s:32:\"3cc38d708b5cd40cc82a27f7f479788e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf88e944b5d3f870d07764a9c140c428\";a:5:{s:6:\"source\";s:32:\"cf88e944b5d3f870d07764a9c140c428\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44708a5f6b6ae6f88ca7a6019c3247a4\";a:5:{s:6:\"source\";s:32:\"44708a5f6b6ae6f88ca7a6019c3247a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba090fa77f9685e20eca490c72f05c6e\";a:5:{s:6:\"source\";s:32:\"ba090fa77f9685e20eca490c72f05c6e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e516db53b537d568318164347358740\";a:5:{s:6:\"source\";s:32:\"3e516db53b537d568318164347358740\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1236bc32beaa36153d00d93a6fa7057\";a:5:{s:6:\"source\";s:32:\"e1236bc32beaa36153d00d93a6fa7057\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ac537738467afb6ae88931aa695ae36\";a:5:{s:6:\"source\";s:32:\"0ac537738467afb6ae88931aa695ae36\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ac08587ffeed1d81e6ecf9d075d5cbe\";a:5:{s:6:\"source\";s:32:\"9ac08587ffeed1d81e6ecf9d075d5cbe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"35cfd4c53e2ab09b87f99eb4dcbf32b4\";a:5:{s:6:\"source\";s:32:\"35cfd4c53e2ab09b87f99eb4dcbf32b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c58bad4f7d22b6830548dd94e0cae92a\";a:5:{s:6:\"source\";s:32:\"c58bad4f7d22b6830548dd94e0cae92a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"335be242fa79f5d7acef0916b6a281dc\";a:5:{s:6:\"source\";s:32:\"335be242fa79f5d7acef0916b6a281dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bf35c65207d3100ce1d182b4e8389f1\";a:5:{s:6:\"source\";s:32:\"4bf35c65207d3100ce1d182b4e8389f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc13c3c8dbc33bc513e28ce5aa1ed54d\";a:5:{s:6:\"source\";s:32:\"dc13c3c8dbc33bc513e28ce5aa1ed54d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d0b5b7ae2504769a21bd8845b214f99\";a:5:{s:6:\"source\";s:32:\"9d0b5b7ae2504769a21bd8845b214f99\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1f78d945153c03e8599c40bc911ae96\";a:5:{s:6:\"source\";s:32:\"a1f78d945153c03e8599c40bc911ae96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e14f3a5298fac510249835f6f9210fb7\";a:5:{s:6:\"source\";s:32:\"e14f3a5298fac510249835f6f9210fb7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a60f481ff51ee544997bb318db9abb1c\";a:5:{s:6:\"source\";s:32:\"a60f481ff51ee544997bb318db9abb1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99e9f491c9ee5731b892f921a9455749\";a:5:{s:6:\"source\";s:32:\"99e9f491c9ee5731b892f921a9455749\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dcadba0b780d12db2ff8007bce33ecd7\";a:5:{s:6:\"source\";s:32:\"dcadba0b780d12db2ff8007bce33ecd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e035ed1fd5aa132c7d4c5c6635e11f30\";a:5:{s:6:\"source\";s:32:\"e035ed1fd5aa132c7d4c5c6635e11f30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"88fe84ff3126bc58b16737f00cb9087e\";a:5:{s:6:\"source\";s:32:\"88fe84ff3126bc58b16737f00cb9087e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3f90afe3b55eb89c19602651f1d155f\";a:5:{s:6:\"source\";s:32:\"e3f90afe3b55eb89c19602651f1d155f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6634f43247d4c58cd62625b1f9091dc\";a:5:{s:6:\"source\";s:32:\"a6634f43247d4c58cd62625b1f9091dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c1de2dc5c5150bfe8dc51e5674edaa8\";a:5:{s:6:\"source\";s:32:\"8c1de2dc5c5150bfe8dc51e5674edaa8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c268e9231a312af60d9851a906859a40\";a:5:{s:6:\"source\";s:32:\"c268e9231a312af60d9851a906859a40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58e16a21677e1421570f3afa7a5273b0\";a:5:{s:6:\"source\";s:32:\"58e16a21677e1421570f3afa7a5273b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f89ec1ea1def98e0a715a150090624a\";a:5:{s:6:\"source\";s:32:\"9f89ec1ea1def98e0a715a150090624a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c567756d15a3049743c909c4d288b36\";a:5:{s:6:\"source\";s:32:\"8c567756d15a3049743c909c4d288b36\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70350db6123aaadc4146586cb7491a95\";a:5:{s:6:\"source\";s:32:\"70350db6123aaadc4146586cb7491a95\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a43258349087a70cfa361ef932a620a1\";a:5:{s:6:\"source\";s:32:\"a43258349087a70cfa361ef932a620a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c6e7c8a861068e5429f571b0ee1aeba\";a:5:{s:6:\"source\";s:32:\"3c6e7c8a861068e5429f571b0ee1aeba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"218e96e9e06a1c053b62cd3cba8a6453\";a:5:{s:6:\"source\";s:32:\"218e96e9e06a1c053b62cd3cba8a6453\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"869b8a6804f15d8c38c965ca388f4a5b\";a:5:{s:6:\"source\";s:32:\"869b8a6804f15d8c38c965ca388f4a5b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94a3c319e966be979fdd6a5e29a80fd4\";a:5:{s:6:\"source\";s:32:\"94a3c319e966be979fdd6a5e29a80fd4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1e94b729a58ef85890aaaced63f5b08\";a:5:{s:6:\"source\";s:32:\"a1e94b729a58ef85890aaaced63f5b08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4adc8be6193bf1f86da7e609450389e5\";a:5:{s:6:\"source\";s:32:\"4adc8be6193bf1f86da7e609450389e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50f7e7b4d3099fd1e98a05cd08ff5787\";a:5:{s:6:\"source\";s:32:\"50f7e7b4d3099fd1e98a05cd08ff5787\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54927e5532077f7ad94ec0b3f59a1e4a\";a:5:{s:6:\"source\";s:32:\"54927e5532077f7ad94ec0b3f59a1e4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1bf3cc582ca83d42fdc8e45b3fa2b153\";a:5:{s:6:\"source\";s:32:\"1bf3cc582ca83d42fdc8e45b3fa2b153\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f861ebc54fa7cf422dcc4c9dc7afb6d\";a:5:{s:6:\"source\";s:32:\"8f861ebc54fa7cf422dcc4c9dc7afb6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dad3e341ce808d0930cb62dda2dd309d\";a:5:{s:6:\"source\";s:32:\"dad3e341ce808d0930cb62dda2dd309d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba6202dde8026c9bcfdb3bae21ede2eb\";a:5:{s:6:\"source\";s:32:\"ba6202dde8026c9bcfdb3bae21ede2eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b93c361dd3c9e29f23246948ed557e5d\";a:5:{s:6:\"source\";s:32:\"b93c361dd3c9e29f23246948ed557e5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ed334ba43126a21d1efb4cdeca2a302\";a:5:{s:6:\"source\";s:32:\"2ed334ba43126a21d1efb4cdeca2a302\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fea6a6804dcffe5c8c2aaa76cd4d2149\";a:5:{s:6:\"source\";s:32:\"fea6a6804dcffe5c8c2aaa76cd4d2149\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c0258117c2adb672ff80897e97f7e42\";a:5:{s:6:\"source\";s:32:\"8c0258117c2adb672ff80897e97f7e42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33473b40069e5a73c481daeba63e8255\";a:5:{s:6:\"source\";s:32:\"33473b40069e5a73c481daeba63e8255\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc06bb8393bfbf1c1c648e7b17197476\";a:5:{s:6:\"source\";s:32:\"dc06bb8393bfbf1c1c648e7b17197476\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62de99b97897d1ce1ef16935ba593106\";a:5:{s:6:\"source\";s:32:\"62de99b97897d1ce1ef16935ba593106\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc24158e772767abb2132bc9c18af74a\";a:5:{s:6:\"source\";s:32:\"dc24158e772767abb2132bc9c18af74a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cf3576fecaf79d92ecc023a119ee0b8\";a:5:{s:6:\"source\";s:32:\"6cf3576fecaf79d92ecc023a119ee0b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7af31f20c9763596d6c4b7d064d4ecd\";a:5:{s:6:\"source\";s:32:\"d7af31f20c9763596d6c4b7d064d4ecd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"029a9a01ff2991d81e04b1a80bccde41\";a:5:{s:6:\"source\";s:32:\"029a9a01ff2991d81e04b1a80bccde41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47586ae41ab859fb934fcb3bb6acfc7b\";a:5:{s:6:\"source\";s:32:\"47586ae41ab859fb934fcb3bb6acfc7b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9565b47e462888f100263976119d98d1\";a:5:{s:6:\"source\";s:32:\"9565b47e462888f100263976119d98d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"deae1a5815d070f8bb6a617a117a8ede\";a:5:{s:6:\"source\";s:32:\"deae1a5815d070f8bb6a617a117a8ede\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bfe7dd368ac839acae8b7d2e10cabb63\";a:5:{s:6:\"source\";s:32:\"bfe7dd368ac839acae8b7d2e10cabb63\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60443083b592eb278ece99d5c5288878\";a:5:{s:6:\"source\";s:32:\"60443083b592eb278ece99d5c5288878\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c02e3547d6aa1078ff9eaf0a07025862\";a:5:{s:6:\"source\";s:32:\"c02e3547d6aa1078ff9eaf0a07025862\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"814cb9b9e5c2e29f24751ed9dc8ed859\";a:5:{s:6:\"source\";s:32:\"814cb9b9e5c2e29f24751ed9dc8ed859\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c452ae4e6a97a3706efeeca2989f4ce1\";a:5:{s:6:\"source\";s:32:\"c452ae4e6a97a3706efeeca2989f4ce1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b76a9faee5e3db410a7c4312bdb492b\";a:5:{s:6:\"source\";s:32:\"6b76a9faee5e3db410a7c4312bdb492b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b48a581a7f6cc1ff28ee2d05cfd3eb2a\";a:5:{s:6:\"source\";s:32:\"b48a581a7f6cc1ff28ee2d05cfd3eb2a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dda969c7b6a90db288a5751eb475811e\";a:5:{s:6:\"source\";s:32:\"dda969c7b6a90db288a5751eb475811e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"817489428beb67adfe6e733f52eed32a\";a:5:{s:6:\"source\";s:32:\"817489428beb67adfe6e733f52eed32a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13a79ce241fbd5e343ece711d34baf07\";a:5:{s:6:\"source\";s:32:\"13a79ce241fbd5e343ece711d34baf07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2621fbc06838c43aa85c1d97f6968b81\";a:5:{s:6:\"source\";s:32:\"2621fbc06838c43aa85c1d97f6968b81\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8f07b6a47ea4830a71fca0ca5b4beb5\";a:5:{s:6:\"source\";s:32:\"e8f07b6a47ea4830a71fca0ca5b4beb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47cea39afa767aac1019bc91d76a75d5\";a:5:{s:6:\"source\";s:32:\"47cea39afa767aac1019bc91d76a75d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32134e3d87cd0c8e54453de56a49fa60\";a:5:{s:6:\"source\";s:32:\"32134e3d87cd0c8e54453de56a49fa60\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6528f92b4ea77e1a751e92e94dcb13f3\";a:5:{s:6:\"source\";s:32:\"6528f92b4ea77e1a751e92e94dcb13f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c2659b6f5656792fa5d91c18382d22a\";a:5:{s:6:\"source\";s:32:\"6c2659b6f5656792fa5d91c18382d22a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9f96404358797339db5015342ab7ae3\";a:5:{s:6:\"source\";s:32:\"e9f96404358797339db5015342ab7ae3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1dd385d753540e15740a1aefe4df21f2\";a:5:{s:6:\"source\";s:32:\"1dd385d753540e15740a1aefe4df21f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fc5a0530977f2f7a05f21de348a8e41\";a:5:{s:6:\"source\";s:32:\"3fc5a0530977f2f7a05f21de348a8e41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c329668bfa9c59405655e328b02c29c\";a:5:{s:6:\"source\";s:32:\"8c329668bfa9c59405655e328b02c29c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ad67aa89bcb619f934bb03da5ddf420\";a:5:{s:6:\"source\";s:32:\"8ad67aa89bcb619f934bb03da5ddf420\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e6ed88029bca3e70f56ffb05c8eb4da\";a:5:{s:6:\"source\";s:32:\"1e6ed88029bca3e70f56ffb05c8eb4da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6826023ad15e411a73cccbe9f06d1be5\";a:5:{s:6:\"source\";s:32:\"6826023ad15e411a73cccbe9f06d1be5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c46393d3e802fdeec03a3e48f4af9b3\";a:5:{s:6:\"source\";s:32:\"7c46393d3e802fdeec03a3e48f4af9b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14b478b3922d1e256d50cc00cc49fa60\";a:5:{s:6:\"source\";s:32:\"14b478b3922d1e256d50cc00cc49fa60\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32c4426be4651f8131f1d844dcab7295\";a:5:{s:6:\"source\";s:32:\"32c4426be4651f8131f1d844dcab7295\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2bf9d0269aae6c1ac3a736c5f9c30a14\";a:5:{s:6:\"source\";s:32:\"2bf9d0269aae6c1ac3a736c5f9c30a14\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee41ebcfa365634a5f9ba418baeba692\";a:5:{s:6:\"source\";s:32:\"ee41ebcfa365634a5f9ba418baeba692\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ad862ea750861f8619034eb7ed499f0\";a:5:{s:6:\"source\";s:32:\"4ad862ea750861f8619034eb7ed499f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e03de0c1b933e0d0b29e14463b00b909\";a:5:{s:6:\"source\";s:32:\"e03de0c1b933e0d0b29e14463b00b909\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b99be0a774867116849fc1f3a067803e\";a:5:{s:6:\"source\";s:32:\"b99be0a774867116849fc1f3a067803e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f13e6efca11229c74a1076a897ce7e7\";a:5:{s:6:\"source\";s:32:\"9f13e6efca11229c74a1076a897ce7e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78b095ef809cc20b3b77ba99d6ef6fc7\";a:5:{s:6:\"source\";s:32:\"78b095ef809cc20b3b77ba99d6ef6fc7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"033935b90bf9ca624eabce664155e6c9\";a:5:{s:6:\"source\";s:32:\"033935b90bf9ca624eabce664155e6c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b49888b14b3ff4da21c5f94731e5487\";a:5:{s:6:\"source\";s:32:\"8b49888b14b3ff4da21c5f94731e5487\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9ccd1096b0197d188a944e68351dbef\";a:5:{s:6:\"source\";s:32:\"c9ccd1096b0197d188a944e68351dbef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2788715a2facf230658cb3fbeedada86\";a:5:{s:6:\"source\";s:32:\"2788715a2facf230658cb3fbeedada86\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0226b5577a21ac8a70f065ac24f63da2\";a:5:{s:6:\"source\";s:32:\"0226b5577a21ac8a70f065ac24f63da2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f05c3e963fd8ba092baae18f08244d8\";a:5:{s:6:\"source\";s:32:\"4f05c3e963fd8ba092baae18f08244d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1b810f4f29e25af8a01a5f2a6f9a044\";a:5:{s:6:\"source\";s:32:\"d1b810f4f29e25af8a01a5f2a6f9a044\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a1ce9f887fc43f65ee169357c9e462e\";a:5:{s:6:\"source\";s:32:\"5a1ce9f887fc43f65ee169357c9e462e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fdcb2afaee70f4be6bb1071e4e2bf3de\";a:5:{s:6:\"source\";s:32:\"fdcb2afaee70f4be6bb1071e4e2bf3de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"def518b26690f4ed1fa7fa9914847a1e\";a:5:{s:6:\"source\";s:32:\"def518b26690f4ed1fa7fa9914847a1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c82e8e8541477f0d2043585350a5c0eb\";a:5:{s:6:\"source\";s:32:\"c82e8e8541477f0d2043585350a5c0eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e93438ce584bb95c90fe020a88d2c178\";a:5:{s:6:\"source\";s:32:\"e93438ce584bb95c90fe020a88d2c178\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"56107f6f0fd80e75d49febb8a084a6b3\";a:5:{s:6:\"source\";s:32:\"56107f6f0fd80e75d49febb8a084a6b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33958806d0bb598b451b11743abf0014\";a:5:{s:6:\"source\";s:32:\"33958806d0bb598b451b11743abf0014\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60fc8de5afd6435b410a5c2ae91d41e6\";a:5:{s:6:\"source\";s:32:\"60fc8de5afd6435b410a5c2ae91d41e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cc68e098b11d4899b3b974136c9d495\";a:5:{s:6:\"source\";s:32:\"5cc68e098b11d4899b3b974136c9d495\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e00c50960d69884390ff273555168f24\";a:5:{s:6:\"source\";s:32:\"e00c50960d69884390ff273555168f24\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85a37a7afa32f5648073c4ce2c442d84\";a:5:{s:6:\"source\";s:32:\"85a37a7afa32f5648073c4ce2c442d84\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77b0af355e71deb82309816747955d90\";a:5:{s:6:\"source\";s:32:\"77b0af355e71deb82309816747955d90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6f4a1117e02e015fb644bf444c89339\";a:5:{s:6:\"source\";s:32:\"f6f4a1117e02e015fb644bf444c89339\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5beba9130c8e00ff09ab170fe07a79e4\";a:5:{s:6:\"source\";s:32:\"5beba9130c8e00ff09ab170fe07a79e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1431e834a0ca61c7d523be7a8e2429c4\";a:5:{s:6:\"source\";s:32:\"1431e834a0ca61c7d523be7a8e2429c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba3b356d554a2bc0482865491b878b66\";a:5:{s:6:\"source\";s:32:\"ba3b356d554a2bc0482865491b878b66\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d76ba5e7830d29c333be3cc8c1e6d212\";a:5:{s:6:\"source\";s:32:\"d76ba5e7830d29c333be3cc8c1e6d212\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ae10401cf7923c14c744d37569e7976\";a:5:{s:6:\"source\";s:32:\"5ae10401cf7923c14c744d37569e7976\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3b8ac9e0c822dce9e47035344febc9c\";a:5:{s:6:\"source\";s:32:\"f3b8ac9e0c822dce9e47035344febc9c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b8370932403ecb258d22681ad317f32\";a:5:{s:6:\"source\";s:32:\"6b8370932403ecb258d22681ad317f32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"244ff9e9379bc124e5b894d0d3339560\";a:5:{s:6:\"source\";s:32:\"244ff9e9379bc124e5b894d0d3339560\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eaabe57ba752f926fbdf4f0a511137e6\";a:5:{s:6:\"source\";s:32:\"eaabe57ba752f926fbdf4f0a511137e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c98bc22e404602d28c8252775b0955e7\";a:5:{s:6:\"source\";s:32:\"c98bc22e404602d28c8252775b0955e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fbd449c3ca48d7f51ad8f7da14feae4\";a:5:{s:6:\"source\";s:32:\"7fbd449c3ca48d7f51ad8f7da14feae4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bdf9ae776fb38a0773d9927f27e5b02f\";a:5:{s:6:\"source\";s:32:\"bdf9ae776fb38a0773d9927f27e5b02f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca899a78b22ced031e40bc52432ff73c\";a:5:{s:6:\"source\";s:32:\"ca899a78b22ced031e40bc52432ff73c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95f2c8ea16771c0044127e3a09372d8d\";a:5:{s:6:\"source\";s:32:\"95f2c8ea16771c0044127e3a09372d8d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e34e277109c0b4d54627df936d6f7b7\";a:5:{s:6:\"source\";s:32:\"3e34e277109c0b4d54627df936d6f7b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f32081b40c024f6a18cc5c400e30a85a\";a:5:{s:6:\"source\";s:32:\"f32081b40c024f6a18cc5c400e30a85a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f353f3ca0b1202b80587bca2e1ff89e7\";a:5:{s:6:\"source\";s:32:\"f353f3ca0b1202b80587bca2e1ff89e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"372521f5b0a8add14bb70c88c69f55fa\";a:5:{s:6:\"source\";s:32:\"372521f5b0a8add14bb70c88c69f55fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e97a8e3924de47b39cf9ffc413859fd5\";a:5:{s:6:\"source\";s:32:\"e97a8e3924de47b39cf9ffc413859fd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa4c935ebae95f5f9274955644b848c4\";a:5:{s:6:\"source\";s:32:\"aa4c935ebae95f5f9274955644b848c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d99bd5a7299f60159cfe4cf79e08139\";a:5:{s:6:\"source\";s:32:\"4d99bd5a7299f60159cfe4cf79e08139\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a49f6a643cf72e77d94d2a9042d5caaf\";a:5:{s:6:\"source\";s:32:\"a49f6a643cf72e77d94d2a9042d5caaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dde92665a16cb25505edd0b559dd8fa9\";a:5:{s:6:\"source\";s:32:\"dde92665a16cb25505edd0b559dd8fa9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49a1b415ab1d17f2664199c946d4cada\";a:5:{s:6:\"source\";s:32:\"49a1b415ab1d17f2664199c946d4cada\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02eeb1c437c1a756f9da72feb7ec2f77\";a:5:{s:6:\"source\";s:32:\"02eeb1c437c1a756f9da72feb7ec2f77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4500647231c2899db032c22e8265b335\";a:5:{s:6:\"source\";s:32:\"4500647231c2899db032c22e8265b335\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"111ad8ab9f3049f4070cd8ba1b4abde4\";a:5:{s:6:\"source\";s:32:\"111ad8ab9f3049f4070cd8ba1b4abde4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86ca3a887655357e4322518341520981\";a:5:{s:6:\"source\";s:32:\"86ca3a887655357e4322518341520981\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab5beb2a5456516845cef10aaa1fd8a4\";a:5:{s:6:\"source\";s:32:\"ab5beb2a5456516845cef10aaa1fd8a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f2b59f697bddf895f99ace751c5639e\";a:5:{s:6:\"source\";s:32:\"1f2b59f697bddf895f99ace751c5639e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff8cc7036954015624309ad3b5d75687\";a:5:{s:6:\"source\";s:32:\"ff8cc7036954015624309ad3b5d75687\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a214147fd005726f516775cad7242a1c\";a:5:{s:6:\"source\";s:32:\"a214147fd005726f516775cad7242a1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad3c90177e5e89cc2a6d967fc996ace4\";a:5:{s:6:\"source\";s:32:\"ad3c90177e5e89cc2a6d967fc996ace4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dbaeefb80beb5ffee906f2384f24f9e9\";a:5:{s:6:\"source\";s:32:\"dbaeefb80beb5ffee906f2384f24f9e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ddf13305fd99787256a5657e1a7d87cd\";a:5:{s:6:\"source\";s:32:\"ddf13305fd99787256a5657e1a7d87cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89d2cc68946df01982e080ab32be1554\";a:5:{s:6:\"source\";s:32:\"89d2cc68946df01982e080ab32be1554\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40ecba6f9b7644a0dba7df67071d8d57\";a:5:{s:6:\"source\";s:32:\"40ecba6f9b7644a0dba7df67071d8d57\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ebd65d32bc74eb0e8c90de7eec39821c\";a:5:{s:6:\"source\";s:32:\"ebd65d32bc74eb0e8c90de7eec39821c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71b91b77c6905bd14818df31688eee5a\";a:5:{s:6:\"source\";s:32:\"71b91b77c6905bd14818df31688eee5a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c005c803cea977b5391b973a334b5f19\";a:5:{s:6:\"source\";s:32:\"c005c803cea977b5391b973a334b5f19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2ca2a4c8f7cf818b2598d748c8aad9d\";a:5:{s:6:\"source\";s:32:\"d2ca2a4c8f7cf818b2598d748c8aad9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dacc0a68061ecbe9d8885a828208b59e\";a:5:{s:6:\"source\";s:32:\"dacc0a68061ecbe9d8885a828208b59e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3641004e92b607a27a38976e3a6e3606\";a:5:{s:6:\"source\";s:32:\"3641004e92b607a27a38976e3a6e3606\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e0cfdde9d6781547c0e76712d123e956\";a:5:{s:6:\"source\";s:32:\"e0cfdde9d6781547c0e76712d123e956\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2035f8ee12fc5e49b54d9e5c3e2117a\";a:5:{s:6:\"source\";s:32:\"b2035f8ee12fc5e49b54d9e5c3e2117a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cecbbd37239ada392c47017a7c33f12c\";a:5:{s:6:\"source\";s:32:\"cecbbd37239ada392c47017a7c33f12c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f2b522a056b0167e7c971fc598e41d2\";a:5:{s:6:\"source\";s:32:\"4f2b522a056b0167e7c971fc598e41d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f3ef8e59947973d44193b7472eddc85\";a:5:{s:6:\"source\";s:32:\"9f3ef8e59947973d44193b7472eddc85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e640b976a1df15f42ec1e727e574a33\";a:5:{s:6:\"source\";s:32:\"1e640b976a1df15f42ec1e727e574a33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01d29d2405bbc661845f931e1c32ff62\";a:5:{s:6:\"source\";s:32:\"01d29d2405bbc661845f931e1c32ff62\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68fa2c02cfef65e173c7439b64cf24d1\";a:5:{s:6:\"source\";s:32:\"68fa2c02cfef65e173c7439b64cf24d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"037f145151675c239d3f7e2d25851c6d\";a:5:{s:6:\"source\";s:32:\"037f145151675c239d3f7e2d25851c6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bba50454627dc17018e8da975069195b\";a:5:{s:6:\"source\";s:32:\"bba50454627dc17018e8da975069195b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b814635e469d8794778f7ba216bf5165\";a:5:{s:6:\"source\";s:32:\"b814635e469d8794778f7ba216bf5165\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d90be7011f466eb0ab9544dc225392c3\";a:5:{s:6:\"source\";s:32:\"d90be7011f466eb0ab9544dc225392c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"878101995948b498970d31367a8d73a8\";a:5:{s:6:\"source\";s:32:\"878101995948b498970d31367a8d73a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"153a417645611d9b46ed237cebeba495\";a:5:{s:6:\"source\";s:32:\"153a417645611d9b46ed237cebeba495\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"79626bd3862e37098e2fb473f37845d9\";a:5:{s:6:\"source\";s:32:\"79626bd3862e37098e2fb473f37845d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f8f44abc86b839c8e4d9b11a610efd5\";a:5:{s:6:\"source\";s:32:\"9f8f44abc86b839c8e4d9b11a610efd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ce1e1bacf6875755fdedf98927a0aab\";a:5:{s:6:\"source\";s:32:\"5ce1e1bacf6875755fdedf98927a0aab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0258788946e04872f812698bd2a9c392\";a:5:{s:6:\"source\";s:32:\"0258788946e04872f812698bd2a9c392\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed829247672f23302bff604854513139\";a:5:{s:6:\"source\";s:32:\"ed829247672f23302bff604854513139\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"678ccb48d53c2a5083fa4061676ee5bb\";a:5:{s:6:\"source\";s:32:\"678ccb48d53c2a5083fa4061676ee5bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"907d8273ef1982b7612d573a26ea9cfb\";a:5:{s:6:\"source\";s:32:\"907d8273ef1982b7612d573a26ea9cfb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"561cfcf6443e3d13ae713bd907aaa8e3\";a:5:{s:6:\"source\";s:32:\"561cfcf6443e3d13ae713bd907aaa8e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55b1b380aff6981f6199f5d64f13e923\";a:5:{s:6:\"source\";s:32:\"55b1b380aff6981f6199f5d64f13e923\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0299f572d549dedd6da421b72b051fe4\";a:5:{s:6:\"source\";s:32:\"0299f572d549dedd6da421b72b051fe4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a836c89c6e933d2f317fea6c5b421d20\";a:5:{s:6:\"source\";s:32:\"a836c89c6e933d2f317fea6c5b421d20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff617fcca3a56796bca3e0e81b336496\";a:5:{s:6:\"source\";s:32:\"ff617fcca3a56796bca3e0e81b336496\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fcb95e09bc1fc0eda3f3c61cf42071fd\";a:5:{s:6:\"source\";s:32:\"fcb95e09bc1fc0eda3f3c61cf42071fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6754cdfa223bcb18623f8a277b456a14\";a:5:{s:6:\"source\";s:32:\"6754cdfa223bcb18623f8a277b456a14\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d39354be905f18db5a6805179456f0c\";a:5:{s:6:\"source\";s:32:\"9d39354be905f18db5a6805179456f0c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ec0f089db75c9c9608b74c5bd781560\";a:5:{s:6:\"source\";s:32:\"3ec0f089db75c9c9608b74c5bd781560\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef1ce09f78ed4594d7c083a895971a9a\";a:5:{s:6:\"source\";s:32:\"ef1ce09f78ed4594d7c083a895971a9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"72b9d2941785fbf4a12c53dadd7eea03\";a:5:{s:6:\"source\";s:32:\"72b9d2941785fbf4a12c53dadd7eea03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b714e157f9aab3ae15d961919cb62a7\";a:5:{s:6:\"source\";s:32:\"2b714e157f9aab3ae15d961919cb62a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d0cbc7303b1149106b56c555f2ce432\";a:5:{s:6:\"source\";s:32:\"2d0cbc7303b1149106b56c555f2ce432\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7690083aa369d79f6058109806da280\";a:5:{s:6:\"source\";s:32:\"c7690083aa369d79f6058109806da280\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9fdc3f0b8b398228c82cebac69fd5a3b\";a:5:{s:6:\"source\";s:32:\"9fdc3f0b8b398228c82cebac69fd5a3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ecbaee2caf9176ef0b08d94e8972592\";a:5:{s:6:\"source\";s:32:\"3ecbaee2caf9176ef0b08d94e8972592\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85244b942a2f0f77010deffdc44aff5c\";a:5:{s:6:\"source\";s:32:\"85244b942a2f0f77010deffdc44aff5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3b9c09a7367788bb713c86ca8c64e13\";a:5:{s:6:\"source\";s:32:\"e3b9c09a7367788bb713c86ca8c64e13\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"426e7eac82e795cee95aec138f87e23f\";a:5:{s:6:\"source\";s:32:\"426e7eac82e795cee95aec138f87e23f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb35c5d62f042e51e166d9c338cea99c\";a:5:{s:6:\"source\";s:32:\"fb35c5d62f042e51e166d9c338cea99c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d0fc09ba37559142233c9f9bc8a7b38\";a:5:{s:6:\"source\";s:32:\"1d0fc09ba37559142233c9f9bc8a7b38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97a1e242164b7fea007e77ad3a16e2a0\";a:5:{s:6:\"source\";s:32:\"97a1e242164b7fea007e77ad3a16e2a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6ca3646826ca7e95ab7e61eba4b3cf8\";a:5:{s:6:\"source\";s:32:\"a6ca3646826ca7e95ab7e61eba4b3cf8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85e64a1686e61a5d0a78b2fcc4e11449\";a:5:{s:6:\"source\";s:32:\"85e64a1686e61a5d0a78b2fcc4e11449\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd004caf37b43aafabae2b029caf6429\";a:5:{s:6:\"source\";s:32:\"fd004caf37b43aafabae2b029caf6429\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ebc5b6780fbffea4deb179a3bc0d695\";a:5:{s:6:\"source\";s:32:\"6ebc5b6780fbffea4deb179a3bc0d695\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22b1be8998d4d2399bcaeec7a8b449af\";a:5:{s:6:\"source\";s:32:\"22b1be8998d4d2399bcaeec7a8b449af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"614e71b48cd587397bedb850451d0353\";a:5:{s:6:\"source\";s:32:\"614e71b48cd587397bedb850451d0353\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06df205bbde0a9514c39c870b282efc6\";a:5:{s:6:\"source\";s:32:\"06df205bbde0a9514c39c870b282efc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"472373349aff4376ff4c5510098adb64\";a:5:{s:6:\"source\";s:32:\"472373349aff4376ff4c5510098adb64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6452b67ea8d078e6bb1d9615960f479\";a:5:{s:6:\"source\";s:32:\"c6452b67ea8d078e6bb1d9615960f479\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c14016e2783c0f2b826eb899d290491\";a:5:{s:6:\"source\";s:32:\"1c14016e2783c0f2b826eb899d290491\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f8b3f9abb52e47594174749cf135b81\";a:5:{s:6:\"source\";s:32:\"8f8b3f9abb52e47594174749cf135b81\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"56841f89a20b4acd53b8fe581ef8c252\";a:5:{s:6:\"source\";s:32:\"56841f89a20b4acd53b8fe581ef8c252\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e86ec845a095078dd9fccec8300737ab\";a:5:{s:6:\"source\";s:32:\"e86ec845a095078dd9fccec8300737ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23e5e0851dcb66a53803b791eb4ce393\";a:5:{s:6:\"source\";s:32:\"23e5e0851dcb66a53803b791eb4ce393\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8dc9f99c5b8674b9e600f5272600af64\";a:5:{s:6:\"source\";s:32:\"8dc9f99c5b8674b9e600f5272600af64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df269758294806cf4ddad04bd2ab914c\";a:5:{s:6:\"source\";s:32:\"df269758294806cf4ddad04bd2ab914c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6073173edd10377d4f31241edc418d3\";a:5:{s:6:\"source\";s:32:\"b6073173edd10377d4f31241edc418d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"069f87920108c6a0c7bbdaabb445bf04\";a:5:{s:6:\"source\";s:32:\"069f87920108c6a0c7bbdaabb445bf04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ca02af6015475a3f958ba769235c4f1\";a:5:{s:6:\"source\";s:32:\"5ca02af6015475a3f958ba769235c4f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a705e1f4151ed093d5df6c2da7abdfaf\";a:5:{s:6:\"source\";s:32:\"a705e1f4151ed093d5df6c2da7abdfaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e23d9f1dc3fcd2e69a06d3ebc27f7d8f\";a:5:{s:6:\"source\";s:32:\"e23d9f1dc3fcd2e69a06d3ebc27f7d8f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"56d65e85dcac7ee715247cb3a71ae5d8\";a:5:{s:6:\"source\";s:32:\"56d65e85dcac7ee715247cb3a71ae5d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7de621f46f757778c9bcc17548b0d892\";a:5:{s:6:\"source\";s:32:\"7de621f46f757778c9bcc17548b0d892\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1395b80b2354238f91b49a2b9fdfcef2\";a:5:{s:6:\"source\";s:32:\"1395b80b2354238f91b49a2b9fdfcef2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"88bee13c8edf39eb68d75bcfe7cda047\";a:5:{s:6:\"source\";s:32:\"88bee13c8edf39eb68d75bcfe7cda047\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78a1c333d20796d341889d7ecef43914\";a:5:{s:6:\"source\";s:32:\"78a1c333d20796d341889d7ecef43914\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf0e70455e450955b94db2fbb352ca88\";a:5:{s:6:\"source\";s:32:\"bf0e70455e450955b94db2fbb352ca88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc090874745ae1cacdbff73f4004689b\";a:5:{s:6:\"source\";s:32:\"bc090874745ae1cacdbff73f4004689b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9cb80f552e108acf63a945ee8a03a2e\";a:5:{s:6:\"source\";s:32:\"e9cb80f552e108acf63a945ee8a03a2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71ffd0756cf83280dd319f44ea5d2994\";a:5:{s:6:\"source\";s:32:\"71ffd0756cf83280dd319f44ea5d2994\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5922a67ef77961b526e55cdd218fade\";a:5:{s:6:\"source\";s:32:\"a5922a67ef77961b526e55cdd218fade\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e0be2aae067df15833168811575f1d6\";a:5:{s:6:\"source\";s:32:\"9e0be2aae067df15833168811575f1d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8aace05a478cefe6d7c57801faa7718f\";a:5:{s:6:\"source\";s:32:\"8aace05a478cefe6d7c57801faa7718f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b24637e879ceac8f378a425fecbb455c\";a:5:{s:6:\"source\";s:32:\"b24637e879ceac8f378a425fecbb455c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19509a8bcca01c253f4b13645aab4bd0\";a:5:{s:6:\"source\";s:32:\"19509a8bcca01c253f4b13645aab4bd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"509c39c405323b1466983f7e2f1109cc\";a:5:{s:6:\"source\";s:32:\"509c39c405323b1466983f7e2f1109cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04163e76a0799721418fa9f050cd8354\";a:5:{s:6:\"source\";s:32:\"04163e76a0799721418fa9f050cd8354\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9104c9d6c96eaa7317eb4897db73fd7\";a:5:{s:6:\"source\";s:32:\"a9104c9d6c96eaa7317eb4897db73fd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ddb39c49c9b3ad725473bf863e87bc16\";a:5:{s:6:\"source\";s:32:\"ddb39c49c9b3ad725473bf863e87bc16\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bfda61eb7a1ccc469a39e039580a73f6\";a:5:{s:6:\"source\";s:32:\"bfda61eb7a1ccc469a39e039580a73f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"038c170e4f4f37a69ec077afeb64feb9\";a:5:{s:6:\"source\";s:32:\"038c170e4f4f37a69ec077afeb64feb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b509edbddb40af897018e80ff28bd56\";a:5:{s:6:\"source\";s:32:\"8b509edbddb40af897018e80ff28bd56\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"221cdf73c5f44af61b69acaf8d9e0554\";a:5:{s:6:\"source\";s:32:\"221cdf73c5f44af61b69acaf8d9e0554\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0ddf40ac2e044c85378ffc36083d16e\";a:5:{s:6:\"source\";s:32:\"f0ddf40ac2e044c85378ffc36083d16e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44d025350fb0ce0f25f45a5f8812fc66\";a:5:{s:6:\"source\";s:32:\"44d025350fb0ce0f25f45a5f8812fc66\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"127ee6dbb9f4eebf971c8b68aba1ec91\";a:5:{s:6:\"source\";s:32:\"127ee6dbb9f4eebf971c8b68aba1ec91\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ad74b2720270781d0c1c4e412a8c0a4\";a:5:{s:6:\"source\";s:32:\"9ad74b2720270781d0c1c4e412a8c0a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e246325386534cd804037c257d45319f\";a:5:{s:6:\"source\";s:32:\"e246325386534cd804037c257d45319f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ead145036b37d781a5a45858eba88a12\";a:5:{s:6:\"source\";s:32:\"ead145036b37d781a5a45858eba88a12\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cafe6e793fc2b38d7ef297a77ed0a71b\";a:5:{s:6:\"source\";s:32:\"cafe6e793fc2b38d7ef297a77ed0a71b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2f5345599714a4f68ba637b16bc44e1\";a:5:{s:6:\"source\";s:32:\"f2f5345599714a4f68ba637b16bc44e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85afdc207f031989a3bb7fd501a6a30d\";a:5:{s:6:\"source\";s:32:\"85afdc207f031989a3bb7fd501a6a30d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d15fa96f85a615f3a9163b0bca1bb724\";a:5:{s:6:\"source\";s:32:\"d15fa96f85a615f3a9163b0bca1bb724\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98e2a6d28320673345113dd9670ae5dc\";a:5:{s:6:\"source\";s:32:\"98e2a6d28320673345113dd9670ae5dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68853060789b249dd3d0e916e337e430\";a:5:{s:6:\"source\";s:32:\"68853060789b249dd3d0e916e337e430\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea5b628b8995dd1eee5076f477d82fd9\";a:5:{s:6:\"source\";s:32:\"ea5b628b8995dd1eee5076f477d82fd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18e61a706030068935f5687a6ec643b4\";a:5:{s:6:\"source\";s:32:\"18e61a706030068935f5687a6ec643b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"353d0243d6f19e40e1e91bb175f952bd\";a:5:{s:6:\"source\";s:32:\"353d0243d6f19e40e1e91bb175f952bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7755136f17c7b8900bb8a396d82f657\";a:5:{s:6:\"source\";s:32:\"d7755136f17c7b8900bb8a396d82f657\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e965e4b93932fd8d3325ed8249b2b9c\";a:5:{s:6:\"source\";s:32:\"2e965e4b93932fd8d3325ed8249b2b9c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ce8c56336172d5dc7a08ba5a690d5f9\";a:5:{s:6:\"source\";s:32:\"7ce8c56336172d5dc7a08ba5a690d5f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0eb403d217fbff905552fb21e7f7257a\";a:5:{s:6:\"source\";s:32:\"0eb403d217fbff905552fb21e7f7257a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f85d75bc9fee74df17d9c080877cd7e\";a:5:{s:6:\"source\";s:32:\"8f85d75bc9fee74df17d9c080877cd7e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"efcd97027e513984d702218e75fc170c\";a:5:{s:6:\"source\";s:32:\"efcd97027e513984d702218e75fc170c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55bee1fb1774489abad4173406f77de9\";a:5:{s:6:\"source\";s:32:\"55bee1fb1774489abad4173406f77de9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e29da6e0787a3e5e5c7388b69c5d0453\";a:5:{s:6:\"source\";s:32:\"e29da6e0787a3e5e5c7388b69c5d0453\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b22690e0bf3dac5f2674174ef84c8974\";a:5:{s:6:\"source\";s:32:\"b22690e0bf3dac5f2674174ef84c8974\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2078b4f811b143a276b515258e314230\";a:5:{s:6:\"source\";s:32:\"2078b4f811b143a276b515258e314230\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"931b357cf224cf13307f0512ce502903\";a:5:{s:6:\"source\";s:32:\"931b357cf224cf13307f0512ce502903\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2faae61e9481bc787ac9281ee5df4534\";a:5:{s:6:\"source\";s:32:\"2faae61e9481bc787ac9281ee5df4534\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06d6e5a063e3e54955674db7e084dc5a\";a:5:{s:6:\"source\";s:32:\"06d6e5a063e3e54955674db7e084dc5a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea40f28ab0e7295ca3e8f5f9ac54d9fb\";a:5:{s:6:\"source\";s:32:\"ea40f28ab0e7295ca3e8f5f9ac54d9fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8d9c4f5e72c448a0f289ed42446ec21\";a:5:{s:6:\"source\";s:32:\"b8d9c4f5e72c448a0f289ed42446ec21\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cfe5e6c9ae69923eb78b4a847918fa8\";a:5:{s:6:\"source\";s:32:\"6cfe5e6c9ae69923eb78b4a847918fa8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c9e8cc46a681a4f0e2f34bed4c4f95d\";a:5:{s:6:\"source\";s:32:\"5c9e8cc46a681a4f0e2f34bed4c4f95d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c78f9e8ccc08a635042ed293faf98ee\";a:5:{s:6:\"source\";s:32:\"3c78f9e8ccc08a635042ed293faf98ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"254751b180c5f2a39231aced3a303105\";a:5:{s:6:\"source\";s:32:\"254751b180c5f2a39231aced3a303105\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d779e406eeb182e0f58a5dd61af10bf\";a:5:{s:6:\"source\";s:32:\"4d779e406eeb182e0f58a5dd61af10bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed4d5a3d321edba1bb9ddc752b68b8bc\";a:5:{s:6:\"source\";s:32:\"ed4d5a3d321edba1bb9ddc752b68b8bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24cf3303f22d3ebc98338b38f3bea9e4\";a:5:{s:6:\"source\";s:32:\"24cf3303f22d3ebc98338b38f3bea9e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"086e9b59e619627d525df0f403c94685\";a:5:{s:6:\"source\";s:32:\"086e9b59e619627d525df0f403c94685\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10bd9f5cfdb7ba865cbae77ea7e8aeba\";a:5:{s:6:\"source\";s:32:\"10bd9f5cfdb7ba865cbae77ea7e8aeba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cb02f66d91209b02dd42fc451a31ca7\";a:5:{s:6:\"source\";s:32:\"3cb02f66d91209b02dd42fc451a31ca7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1124cf3e954df5ed3d1330a05c232f33\";a:5:{s:6:\"source\";s:32:\"1124cf3e954df5ed3d1330a05c232f33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3e9ffc78c1888bd18f7f6b28eace6f9\";a:5:{s:6:\"source\";s:32:\"f3e9ffc78c1888bd18f7f6b28eace6f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47bca20f0f859ee78452427c04121b5d\";a:5:{s:6:\"source\";s:32:\"47bca20f0f859ee78452427c04121b5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b209a63167a8ffa8a8378f992516d617\";a:5:{s:6:\"source\";s:32:\"b209a63167a8ffa8a8378f992516d617\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"148bf9f7865b9eae151862db7976f6ca\";a:5:{s:6:\"source\";s:32:\"148bf9f7865b9eae151862db7976f6ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21081a5f1a2e2237da5b517f4343f005\";a:5:{s:6:\"source\";s:32:\"21081a5f1a2e2237da5b517f4343f005\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca7ac5cc84dc78395d3a6e8cb96b9a43\";a:5:{s:6:\"source\";s:32:\"ca7ac5cc84dc78395d3a6e8cb96b9a43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"372514acca36532ca3332e7f72b605fa\";a:5:{s:6:\"source\";s:32:\"372514acca36532ca3332e7f72b605fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00841a0dc701aa809bb869984d341f98\";a:5:{s:6:\"source\";s:32:\"00841a0dc701aa809bb869984d341f98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f1631c5d453b53b82083b7aef7a9bb4\";a:5:{s:6:\"source\";s:32:\"6f1631c5d453b53b82083b7aef7a9bb4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a51cc6302486bf8aad09ac5a188f459\";a:5:{s:6:\"source\";s:32:\"7a51cc6302486bf8aad09ac5a188f459\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad5171de7803146105cf3e7e56735efd\";a:5:{s:6:\"source\";s:32:\"ad5171de7803146105cf3e7e56735efd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1912e60028db808e742b1243200831a9\";a:5:{s:6:\"source\";s:32:\"1912e60028db808e742b1243200831a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ef12a08e6b2d6fb75aeb8133f318b93\";a:5:{s:6:\"source\";s:32:\"5ef12a08e6b2d6fb75aeb8133f318b93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"307e242e59a6ffbfc3de0da5ab8b97ae\";a:5:{s:6:\"source\";s:32:\"307e242e59a6ffbfc3de0da5ab8b97ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f638d650f0b9ddbd0c47577b22076c4f\";a:5:{s:6:\"source\";s:32:\"f638d650f0b9ddbd0c47577b22076c4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1886eb3497c2fffeba6a921d71fd6b36\";a:5:{s:6:\"source\";s:32:\"1886eb3497c2fffeba6a921d71fd6b36\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0d6129efe4cdf0b618b0c63e5583dec9\";a:5:{s:6:\"source\";s:32:\"0d6129efe4cdf0b618b0c63e5583dec9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf1e02936d9bd19b59075ed17cfc5929\";a:5:{s:6:\"source\";s:32:\"bf1e02936d9bd19b59075ed17cfc5929\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f148feb44c07806306d0762a6a83ac75\";a:5:{s:6:\"source\";s:32:\"f148feb44c07806306d0762a6a83ac75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"216e153109e2e57288bc62d3bfe952ac\";a:5:{s:6:\"source\";s:32:\"216e153109e2e57288bc62d3bfe952ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0effc6f795aae63b869ee88ca4d9bac8\";a:5:{s:6:\"source\";s:32:\"0effc6f795aae63b869ee88ca4d9bac8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"229119bc90dc16df1f9dfe7d13bc581a\";a:5:{s:6:\"source\";s:32:\"229119bc90dc16df1f9dfe7d13bc581a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"593b986644f86e84843364d5019fdb9c\";a:5:{s:6:\"source\";s:32:\"593b986644f86e84843364d5019fdb9c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eafc70a3cbe6746275e6c5e714073c74\";a:5:{s:6:\"source\";s:32:\"eafc70a3cbe6746275e6c5e714073c74\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9eed15c2306191a61c7a0bd8047d2c16\";a:5:{s:6:\"source\";s:32:\"9eed15c2306191a61c7a0bd8047d2c16\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9409061e13369bfaaf3a482ac6e0c41\";a:5:{s:6:\"source\";s:32:\"d9409061e13369bfaaf3a482ac6e0c41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3835f1bb01a343c2d7b88d4b394d3bcc\";a:5:{s:6:\"source\";s:32:\"3835f1bb01a343c2d7b88d4b394d3bcc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e24f51e1c7f5575753e50cef7dccfedc\";a:5:{s:6:\"source\";s:32:\"e24f51e1c7f5575753e50cef7dccfedc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"624a23fa39099ef9d3356e3e77559eb9\";a:5:{s:6:\"source\";s:32:\"624a23fa39099ef9d3356e3e77559eb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a14dce2c9ba66fb166c5d19344929c87\";a:5:{s:6:\"source\";s:32:\"a14dce2c9ba66fb166c5d19344929c87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e7802cce4357eec9f9677dbf150e5672\";a:5:{s:6:\"source\";s:32:\"e7802cce4357eec9f9677dbf150e5672\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dae408056b0489a21d97df4cb49036b5\";a:5:{s:6:\"source\";s:32:\"dae408056b0489a21d97df4cb49036b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b5b4b9777f3c17ef8178f067d0e9929\";a:5:{s:6:\"source\";s:32:\"1b5b4b9777f3c17ef8178f067d0e9929\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4eaa7517c08687caa73c732a32d04b4\";a:5:{s:6:\"source\";s:32:\"d4eaa7517c08687caa73c732a32d04b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6d9da28136cca6a48adbc021dfafd23\";a:5:{s:6:\"source\";s:32:\"c6d9da28136cca6a48adbc021dfafd23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"351ba7dbba118c93ffda46dd4fd3f230\";a:5:{s:6:\"source\";s:32:\"351ba7dbba118c93ffda46dd4fd3f230\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f43d2886949dfc0f6210f53e1cc19322\";a:5:{s:6:\"source\";s:32:\"f43d2886949dfc0f6210f53e1cc19322\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd058d6465d08c3474980e138c54cfa4\";a:5:{s:6:\"source\";s:32:\"bd058d6465d08c3474980e138c54cfa4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f32ac0d895ecea20137706798ddd40b\";a:5:{s:6:\"source\";s:32:\"0f32ac0d895ecea20137706798ddd40b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0e86f37a08dc0565561070f86fa8376\";a:5:{s:6:\"source\";s:32:\"b0e86f37a08dc0565561070f86fa8376\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"560c6e33b944f1f0aaaac1ebc485075b\";a:5:{s:6:\"source\";s:32:\"560c6e33b944f1f0aaaac1ebc485075b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8cb4af91f077afe74c841f62dad5d0be\";a:5:{s:6:\"source\";s:32:\"8cb4af91f077afe74c841f62dad5d0be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c47263751ca8eac9f20ecbbb14f38500\";a:5:{s:6:\"source\";s:32:\"c47263751ca8eac9f20ecbbb14f38500\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98e86c5060202c1594e304c6df9239ea\";a:5:{s:6:\"source\";s:32:\"98e86c5060202c1594e304c6df9239ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4865ca555bcf43d5c9392080a76bbd6\";a:5:{s:6:\"source\";s:32:\"c4865ca555bcf43d5c9392080a76bbd6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40eb1be2bf3a6eb7452cedc6881cf3e3\";a:5:{s:6:\"source\";s:32:\"40eb1be2bf3a6eb7452cedc6881cf3e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3a3ac7fcd7f24c8404716c73c0c7b08\";a:5:{s:6:\"source\";s:32:\"d3a3ac7fcd7f24c8404716c73c0c7b08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ee8f87a710f594a81bc530c3b6b02be\";a:5:{s:6:\"source\";s:32:\"5ee8f87a710f594a81bc530c3b6b02be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef420b3a9e8510a2b0d488269e8fa6bf\";a:5:{s:6:\"source\";s:32:\"ef420b3a9e8510a2b0d488269e8fa6bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"319971e0d9a8e32c47e35826fe2c7751\";a:5:{s:6:\"source\";s:32:\"319971e0d9a8e32c47e35826fe2c7751\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"843e59d294ad705634673b1939076286\";a:5:{s:6:\"source\";s:32:\"843e59d294ad705634673b1939076286\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1831650f7cb4a2be010fcc771486cc23\";a:5:{s:6:\"source\";s:32:\"1831650f7cb4a2be010fcc771486cc23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4195a949f615ebb6f80cd9cefd4f6bd7\";a:5:{s:6:\"source\";s:32:\"4195a949f615ebb6f80cd9cefd4f6bd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24d6119bcf0faec74f333ed5892f250a\";a:5:{s:6:\"source\";s:32:\"24d6119bcf0faec74f333ed5892f250a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b4f704afcb66af6ea98552eefefe672\";a:5:{s:6:\"source\";s:32:\"2b4f704afcb66af6ea98552eefefe672\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac67f2fc229ad52c3d41e80f6aef21b9\";a:5:{s:6:\"source\";s:32:\"ac67f2fc229ad52c3d41e80f6aef21b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1741897fafcf8fcd360f9e3164bf9c6\";a:5:{s:6:\"source\";s:32:\"e1741897fafcf8fcd360f9e3164bf9c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30368a74fd10e48a3ef5e080121518b4\";a:5:{s:6:\"source\";s:32:\"30368a74fd10e48a3ef5e080121518b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53c0be254a822c3665e19335c84b17a6\";a:5:{s:6:\"source\";s:32:\"53c0be254a822c3665e19335c84b17a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"058ec9662114eeabb46e82b7faa3c2c7\";a:5:{s:6:\"source\";s:32:\"058ec9662114eeabb46e82b7faa3c2c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"362ea11de9cf4e036f23c900f4a0aac3\";a:5:{s:6:\"source\";s:32:\"362ea11de9cf4e036f23c900f4a0aac3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ce9cfc2d3717ba22125a60c653bd687b\";a:5:{s:6:\"source\";s:32:\"ce9cfc2d3717ba22125a60c653bd687b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63db45c27c77408619bc66a9975bc2bf\";a:5:{s:6:\"source\";s:32:\"63db45c27c77408619bc66a9975bc2bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0d20c43df999c748d12b95d647b2717\";a:5:{s:6:\"source\";s:32:\"c0d20c43df999c748d12b95d647b2717\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78fb226bb67de6ac3bc396a7cd8b867c\";a:5:{s:6:\"source\";s:32:\"78fb226bb67de6ac3bc396a7cd8b867c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25b4cdebd0904b7bda5cce9c07476437\";a:5:{s:6:\"source\";s:32:\"25b4cdebd0904b7bda5cce9c07476437\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c33455d809b2898ea039c730833f64f\";a:5:{s:6:\"source\";s:32:\"2c33455d809b2898ea039c730833f64f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e413402369e78a09e12945b355925cde\";a:5:{s:6:\"source\";s:32:\"e413402369e78a09e12945b355925cde\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"035168ee922614dafa29e11bde09e080\";a:5:{s:6:\"source\";s:32:\"035168ee922614dafa29e11bde09e080\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48a5ff214b0a4a47a8c3c8fc78cef132\";a:5:{s:6:\"source\";s:32:\"48a5ff214b0a4a47a8c3c8fc78cef132\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6a3894847e2ea978d7c15c6585f4d608\";a:5:{s:6:\"source\";s:32:\"6a3894847e2ea978d7c15c6585f4d608\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa40d6dd2d7f7233a95bb03323a0d4f6\";a:5:{s:6:\"source\";s:32:\"aa40d6dd2d7f7233a95bb03323a0d4f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58bb6c5c18f5d688f7027e457d3596ed\";a:5:{s:6:\"source\";s:32:\"58bb6c5c18f5d688f7027e457d3596ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1abbbd2ef3dc1ab646f025993f0f0aaa\";a:5:{s:6:\"source\";s:32:\"1abbbd2ef3dc1ab646f025993f0f0aaa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf1e88cf56571e19eb73278aea53f5db\";a:5:{s:6:\"source\";s:32:\"cf1e88cf56571e19eb73278aea53f5db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1dc35918c6f805cbc5222db8412eeb99\";a:5:{s:6:\"source\";s:32:\"1dc35918c6f805cbc5222db8412eeb99\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a326e055ac7abc1315b2cad98147a046\";a:5:{s:6:\"source\";s:32:\"a326e055ac7abc1315b2cad98147a046\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31cb9b5bdac9c131c101f608836c4401\";a:5:{s:6:\"source\";s:32:\"31cb9b5bdac9c131c101f608836c4401\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a28c02939dba45b7eff6501da0899e2\";a:5:{s:6:\"source\";s:32:\"3a28c02939dba45b7eff6501da0899e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60f24a016cc1fc419bde9fd22a477773\";a:5:{s:6:\"source\";s:32:\"60f24a016cc1fc419bde9fd22a477773\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89d42f33f0aae22a9e4907f1839a0078\";a:5:{s:6:\"source\";s:32:\"89d42f33f0aae22a9e4907f1839a0078\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fe534d0bc15f3c6b335a3ed28ef796d\";a:5:{s:6:\"source\";s:32:\"6fe534d0bc15f3c6b335a3ed28ef796d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b653dd6df41319caeca320da9d469ea\";a:5:{s:6:\"source\";s:32:\"6b653dd6df41319caeca320da9d469ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ee4b98260da7e42373fa9225fc8994e\";a:5:{s:6:\"source\";s:32:\"6ee4b98260da7e42373fa9225fc8994e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc1ad876886fe6708fd7cd83da758ead\";a:5:{s:6:\"source\";s:32:\"fc1ad876886fe6708fd7cd83da758ead\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9555b15ec5c2ef9c7948417d55b16271\";a:5:{s:6:\"source\";s:32:\"9555b15ec5c2ef9c7948417d55b16271\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a09d97ec4876de364d2bb534e0d6ba38\";a:5:{s:6:\"source\";s:32:\"a09d97ec4876de364d2bb534e0d6ba38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48af6983f087e83c665081dc6da5fdd4\";a:5:{s:6:\"source\";s:32:\"48af6983f087e83c665081dc6da5fdd4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c1334c900b35eeded8f15b5722a3f16\";a:5:{s:6:\"source\";s:32:\"7c1334c900b35eeded8f15b5722a3f16\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b9b37951206ffff86004154c94bea18\";a:5:{s:6:\"source\";s:32:\"3b9b37951206ffff86004154c94bea18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74ea694393e06348b4030e8104a1750d\";a:5:{s:6:\"source\";s:32:\"74ea694393e06348b4030e8104a1750d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c68aa04a5b78af84172ad618120107b0\";a:5:{s:6:\"source\";s:32:\"c68aa04a5b78af84172ad618120107b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4accfd1f5c7e8c68935e1aee36aa375c\";a:5:{s:6:\"source\";s:32:\"4accfd1f5c7e8c68935e1aee36aa375c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97980ae53a0f606370acee798d4b3a42\";a:5:{s:6:\"source\";s:32:\"97980ae53a0f606370acee798d4b3a42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0892d9e15f311e255dbfeec8d70ee4c\";a:5:{s:6:\"source\";s:32:\"d0892d9e15f311e255dbfeec8d70ee4c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d54c3e814d32f019e42450f5f195398\";a:5:{s:6:\"source\";s:32:\"4d54c3e814d32f019e42450f5f195398\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77cf17b0042de05acc9a3e1eac8a1866\";a:5:{s:6:\"source\";s:32:\"77cf17b0042de05acc9a3e1eac8a1866\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef28d9a802bb6d89d55fc8dfa015602d\";a:5:{s:6:\"source\";s:32:\"ef28d9a802bb6d89d55fc8dfa015602d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2478b286208c5aaf81cde54c1cd57211\";a:5:{s:6:\"source\";s:32:\"2478b286208c5aaf81cde54c1cd57211\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a24a8c46c0d694f9b23bd77be8fd661\";a:5:{s:6:\"source\";s:32:\"9a24a8c46c0d694f9b23bd77be8fd661\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f501e0d892e1de524e9c283eda9dfe1e\";a:5:{s:6:\"source\";s:32:\"f501e0d892e1de524e9c283eda9dfe1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d54558c4c0599216ffebbf014f8f293a\";a:5:{s:6:\"source\";s:32:\"d54558c4c0599216ffebbf014f8f293a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4bb5f3957a8d2552ad045290bb3e317\";a:5:{s:6:\"source\";s:32:\"c4bb5f3957a8d2552ad045290bb3e317\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ea0447c8d44cea8fed48272e179da34\";a:5:{s:6:\"source\";s:32:\"3ea0447c8d44cea8fed48272e179da34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2cc0cf6ad986c69d7e47502a56f3da12\";a:5:{s:6:\"source\";s:32:\"2cc0cf6ad986c69d7e47502a56f3da12\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7106ec1b78910b61a565450dfec6ce1b\";a:5:{s:6:\"source\";s:32:\"7106ec1b78910b61a565450dfec6ce1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6feb1e3bbf3ed929c73665e5df210dbf\";a:5:{s:6:\"source\";s:32:\"6feb1e3bbf3ed929c73665e5df210dbf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a7d89d0849376ae9ffb40463a3b8be3\";a:5:{s:6:\"source\";s:32:\"9a7d89d0849376ae9ffb40463a3b8be3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62ef2a799bb66aa7fe9efadd847d2daf\";a:5:{s:6:\"source\";s:32:\"62ef2a799bb66aa7fe9efadd847d2daf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"394d59f718d9e22da6a3acd2c6ca4ad6\";a:5:{s:6:\"source\";s:32:\"394d59f718d9e22da6a3acd2c6ca4ad6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6f8b5f9cf34fbedc4357e83d7337893\";a:5:{s:6:\"source\";s:32:\"c6f8b5f9cf34fbedc4357e83d7337893\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"541720c2b7682a22caa988e070d301b5\";a:5:{s:6:\"source\";s:32:\"541720c2b7682a22caa988e070d301b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5226e6021c4f6e76f9b3a309624612e\";a:5:{s:6:\"source\";s:32:\"c5226e6021c4f6e76f9b3a309624612e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"141560d55c152f84b947f0908685e8df\";a:5:{s:6:\"source\";s:32:\"141560d55c152f84b947f0908685e8df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b6f2b1974e0c43e45e4ac5d3398dd5d\";a:5:{s:6:\"source\";s:32:\"8b6f2b1974e0c43e45e4ac5d3398dd5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"900722c6f39db0c4b5986e2dc2caf78b\";a:5:{s:6:\"source\";s:32:\"900722c6f39db0c4b5986e2dc2caf78b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee62700820ca8eb10450c2421c584773\";a:5:{s:6:\"source\";s:32:\"ee62700820ca8eb10450c2421c584773\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"65bc69cecb4631076a82137bed4caf35\";a:5:{s:6:\"source\";s:32:\"65bc69cecb4631076a82137bed4caf35\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"16a6b8da055793c520f647d36c43f140\";a:5:{s:6:\"source\";s:32:\"16a6b8da055793c520f647d36c43f140\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb8b49dbc9cb4ca731779b825aa7a5d7\";a:5:{s:6:\"source\";s:32:\"fb8b49dbc9cb4ca731779b825aa7a5d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b36c62ea428e88c3803123de3460fe0\";a:5:{s:6:\"source\";s:32:\"7b36c62ea428e88c3803123de3460fe0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5741988a05a44f84988f043c56264ed\";a:5:{s:6:\"source\";s:32:\"e5741988a05a44f84988f043c56264ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f78eaef690b47bfd981cde9c20d479b5\";a:5:{s:6:\"source\";s:32:\"f78eaef690b47bfd981cde9c20d479b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ca56c5232d5937d72cccc0be045f012\";a:5:{s:6:\"source\";s:32:\"9ca56c5232d5937d72cccc0be045f012\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e96116a334b49183b30b6df1bb8b6dd5\";a:5:{s:6:\"source\";s:32:\"e96116a334b49183b30b6df1bb8b6dd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a412489d93826fd86c73275660b3dc73\";a:5:{s:6:\"source\";s:32:\"a412489d93826fd86c73275660b3dc73\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b45bc9a933e2c91316c6df9cb422046\";a:5:{s:6:\"source\";s:32:\"3b45bc9a933e2c91316c6df9cb422046\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b7ebade3b617a0f4d2a06a0cbdb161a\";a:5:{s:6:\"source\";s:32:\"5b7ebade3b617a0f4d2a06a0cbdb161a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a11b93b9dd6ea79978c4e6d5825ca47\";a:5:{s:6:\"source\";s:32:\"8a11b93b9dd6ea79978c4e6d5825ca47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fdd15397cd92dbefc2cf582bee259d48\";a:5:{s:6:\"source\";s:32:\"fdd15397cd92dbefc2cf582bee259d48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da238df9df40af8f992e1067ad290c13\";a:5:{s:6:\"source\";s:32:\"da238df9df40af8f992e1067ad290c13\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"211f547b922fbe3cd5b74155a4b4ce48\";a:5:{s:6:\"source\";s:32:\"211f547b922fbe3cd5b74155a4b4ce48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64df14530929e994a1535046311d7b05\";a:5:{s:6:\"source\";s:32:\"64df14530929e994a1535046311d7b05\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ec545959b23c1edbd3388bb9302cd07\";a:5:{s:6:\"source\";s:32:\"2ec545959b23c1edbd3388bb9302cd07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5493b9e35e875952ed4169e2ac1008b\";a:5:{s:6:\"source\";s:32:\"f5493b9e35e875952ed4169e2ac1008b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b9abc89075562735117efc0fda0b26e8\";a:5:{s:6:\"source\";s:32:\"b9abc89075562735117efc0fda0b26e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f56466de173a287b7475cab0be7d642\";a:5:{s:6:\"source\";s:32:\"9f56466de173a287b7475cab0be7d642\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"401ba2c3f2c856df889a986c05c3c402\";a:5:{s:6:\"source\";s:32:\"401ba2c3f2c856df889a986c05c3c402\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"818b197443902fdd85ee6e2429998e0b\";a:5:{s:6:\"source\";s:32:\"818b197443902fdd85ee6e2429998e0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43ecfedf499ce4205544b3c5d43ddefc\";a:5:{s:6:\"source\";s:32:\"43ecfedf499ce4205544b3c5d43ddefc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c55c4ab10f7a370e22ec5aa65b47027\";a:5:{s:6:\"source\";s:32:\"6c55c4ab10f7a370e22ec5aa65b47027\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94f6a6782ab3c43b031c2c9648fbe224\";a:5:{s:6:\"source\";s:32:\"94f6a6782ab3c43b031c2c9648fbe224\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fca2a4daefcf508b752fe835932e80a6\";a:5:{s:6:\"source\";s:32:\"fca2a4daefcf508b752fe835932e80a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"15277cf38d351200a2d29f29023cbeda\";a:5:{s:6:\"source\";s:32:\"15277cf38d351200a2d29f29023cbeda\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68e0b963c50b8fdc1b21cb3454e23dff\";a:5:{s:6:\"source\";s:32:\"68e0b963c50b8fdc1b21cb3454e23dff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5254ebcd0875fa5a27a83fd246e2d5df\";a:5:{s:6:\"source\";s:32:\"5254ebcd0875fa5a27a83fd246e2d5df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7257a8fa29e5f06237a953e0a4cd3a5\";a:5:{s:6:\"source\";s:32:\"a7257a8fa29e5f06237a953e0a4cd3a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c8b5a65abe1e122cf2bcc8fc69c5ddb\";a:5:{s:6:\"source\";s:32:\"0c8b5a65abe1e122cf2bcc8fc69c5ddb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7497d14cb11d6a30108ae8aa6eb85d5d\";a:5:{s:6:\"source\";s:32:\"7497d14cb11d6a30108ae8aa6eb85d5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa914fe3e3bdd441b76eec611bc55274\";a:5:{s:6:\"source\";s:32:\"fa914fe3e3bdd441b76eec611bc55274\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f5407e11f66510d74ee84b2b02b59ef\";a:5:{s:6:\"source\";s:32:\"0f5407e11f66510d74ee84b2b02b59ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03e56439ed60a78c900dbe0e3976c38d\";a:5:{s:6:\"source\";s:32:\"03e56439ed60a78c900dbe0e3976c38d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0338fc97098261e68a5cc4539609e609\";a:5:{s:6:\"source\";s:32:\"0338fc97098261e68a5cc4539609e609\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6a582cfa44a21b1e61623d07db7a8b7\";a:5:{s:6:\"source\";s:32:\"e6a582cfa44a21b1e61623d07db7a8b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5386639ebe7fb13180943f34148f6630\";a:5:{s:6:\"source\";s:32:\"5386639ebe7fb13180943f34148f6630\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6e9be4229cf071edb1aeb37e73e4b87\";a:5:{s:6:\"source\";s:32:\"a6e9be4229cf071edb1aeb37e73e4b87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73ffdd3258718ce4a55fe98d58c78dc0\";a:5:{s:6:\"source\";s:32:\"73ffdd3258718ce4a55fe98d58c78dc0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0fab48748edf25a21af109d5e6eb8a8f\";a:5:{s:6:\"source\";s:32:\"0fab48748edf25a21af109d5e6eb8a8f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b9795cd9ae607bbc0f6c7369fbfbfc9\";a:5:{s:6:\"source\";s:32:\"8b9795cd9ae607bbc0f6c7369fbfbfc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"406b3dc235dc86182d689fed0e4c163b\";a:5:{s:6:\"source\";s:32:\"406b3dc235dc86182d689fed0e4c163b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5c34c528c5183c45035ff39b67fbdee\";a:5:{s:6:\"source\";s:32:\"a5c34c528c5183c45035ff39b67fbdee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94a52d198187dab7e2c66cc5e66b1f57\";a:5:{s:6:\"source\";s:32:\"94a52d198187dab7e2c66cc5e66b1f57\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f1309fabacba415937b292747ae011a\";a:5:{s:6:\"source\";s:32:\"7f1309fabacba415937b292747ae011a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a34d8cd8505c8d83ab668483b803c7cf\";a:5:{s:6:\"source\";s:32:\"a34d8cd8505c8d83ab668483b803c7cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86970a7ce0728e0e2b29cdfd4221702f\";a:5:{s:6:\"source\";s:32:\"86970a7ce0728e0e2b29cdfd4221702f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ce7ea35839a4da8e811b1738f9b1f47\";a:5:{s:6:\"source\";s:32:\"7ce7ea35839a4da8e811b1738f9b1f47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fe60e74353d14b8f59b988a24c321cd\";a:5:{s:6:\"source\";s:32:\"6fe60e74353d14b8f59b988a24c321cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a3b4e6303d77e44360d2438fe6570ee\";a:5:{s:6:\"source\";s:32:\"5a3b4e6303d77e44360d2438fe6570ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7bf9d310280792fe8ca345ed5ec6e47\";a:5:{s:6:\"source\";s:32:\"c7bf9d310280792fe8ca345ed5ec6e47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4dfa4eef99f2550a3d26e842663614c\";a:5:{s:6:\"source\";s:32:\"c4dfa4eef99f2550a3d26e842663614c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dff1db400a526f4209d9b802b019e107\";a:5:{s:6:\"source\";s:32:\"dff1db400a526f4209d9b802b019e107\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9abd9102254fca45a30f6a4aa76ae252\";a:5:{s:6:\"source\";s:32:\"9abd9102254fca45a30f6a4aa76ae252\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc1650313e2d56246a1a7a28cc3ae30f\";a:5:{s:6:\"source\";s:32:\"dc1650313e2d56246a1a7a28cc3ae30f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eacfd80ee247105b8b4d1c4d821a268c\";a:5:{s:6:\"source\";s:32:\"eacfd80ee247105b8b4d1c4d821a268c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae45ea8561d67427a4abcd0dbc86cf34\";a:5:{s:6:\"source\";s:32:\"ae45ea8561d67427a4abcd0dbc86cf34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52b98d011d26a1feba832dd8d59174d0\";a:5:{s:6:\"source\";s:32:\"52b98d011d26a1feba832dd8d59174d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b87bcad24f82110121bfb6705aede3d\";a:5:{s:6:\"source\";s:32:\"0b87bcad24f82110121bfb6705aede3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc8f568952723546f0e91eca20bd1852\";a:5:{s:6:\"source\";s:32:\"fc8f568952723546f0e91eca20bd1852\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8cc204451516bc390992225a6d98084a\";a:5:{s:6:\"source\";s:32:\"8cc204451516bc390992225a6d98084a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dcf0224ae91d56269ca9b5abcd14de23\";a:5:{s:6:\"source\";s:32:\"dcf0224ae91d56269ca9b5abcd14de23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a15a67939d11aaea142bc4e9cbbe3d93\";a:5:{s:6:\"source\";s:32:\"a15a67939d11aaea142bc4e9cbbe3d93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cc8ea901aa2878979fffe1f41e53f538\";a:5:{s:6:\"source\";s:32:\"cc8ea901aa2878979fffe1f41e53f538\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"faa65cd63112936d8c939b225243898f\";a:5:{s:6:\"source\";s:32:\"faa65cd63112936d8c939b225243898f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"267028cb51e09d859ee27849cff8319c\";a:5:{s:6:\"source\";s:32:\"267028cb51e09d859ee27849cff8319c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd7dee22a1eee811727cfc3b8f82fc7a\";a:5:{s:6:\"source\";s:32:\"cd7dee22a1eee811727cfc3b8f82fc7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43f9ac1a541d40ae6b76e70af29f1738\";a:5:{s:6:\"source\";s:32:\"43f9ac1a541d40ae6b76e70af29f1738\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ded6cb3123beb37e3cacf705bbf39c5\";a:5:{s:6:\"source\";s:32:\"1ded6cb3123beb37e3cacf705bbf39c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bbf05c104c40b6b806d994149c291eeb\";a:5:{s:6:\"source\";s:32:\"bbf05c104c40b6b806d994149c291eeb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db5b999b18f42cdf249c26f7f35a49de\";a:5:{s:6:\"source\";s:32:\"db5b999b18f42cdf249c26f7f35a49de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f9c9e6aaa3fd040c266d3673ec25798\";a:5:{s:6:\"source\";s:32:\"7f9c9e6aaa3fd040c266d3673ec25798\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4abe5be5205231f77b8acd67d3e12c11\";a:5:{s:6:\"source\";s:32:\"4abe5be5205231f77b8acd67d3e12c11\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a08338cfe136412c6b536865025e9b85\";a:5:{s:6:\"source\";s:32:\"a08338cfe136412c6b536865025e9b85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a29f30276e5fb1a3bc2a577ea71d041\";a:5:{s:6:\"source\";s:32:\"3a29f30276e5fb1a3bc2a577ea71d041\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8360bc5d03e802a1e05032b4c76327a8\";a:5:{s:6:\"source\";s:32:\"8360bc5d03e802a1e05032b4c76327a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d35b9f1b0c1ff29e98a20d5a0d7a93f\";a:5:{s:6:\"source\";s:32:\"5d35b9f1b0c1ff29e98a20d5a0d7a93f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a568bda33764fb0cb8cdf9a354997d5\";a:5:{s:6:\"source\";s:32:\"4a568bda33764fb0cb8cdf9a354997d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0d1e5a83acd9d50cd51cf1fe10419d9\";a:5:{s:6:\"source\";s:32:\"b0d1e5a83acd9d50cd51cf1fe10419d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"168e33453bc3cb919078d6de7c004453\";a:5:{s:6:\"source\";s:32:\"168e33453bc3cb919078d6de7c004453\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18021f156f141efceb9fa96e5393dd50\";a:5:{s:6:\"source\";s:32:\"18021f156f141efceb9fa96e5393dd50\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cc4e15e8b42f937d21f8bff87ab8d3c7\";a:5:{s:6:\"source\";s:32:\"cc4e15e8b42f937d21f8bff87ab8d3c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02e5b0f621c3fea3af69724c8c5f110f\";a:5:{s:6:\"source\";s:32:\"02e5b0f621c3fea3af69724c8c5f110f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5bf9e0fda3930ad579fe43d71d59053\";a:5:{s:6:\"source\";s:32:\"d5bf9e0fda3930ad579fe43d71d59053\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b1252f0fd9aa812aa00c05e20abe18a\";a:5:{s:6:\"source\";s:32:\"6b1252f0fd9aa812aa00c05e20abe18a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd254a0918afa1df33046feec3163936\";a:5:{s:6:\"source\";s:32:\"cd254a0918afa1df33046feec3163936\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed1986e53940ec203d5e13e2fc9520b1\";a:5:{s:6:\"source\";s:32:\"ed1986e53940ec203d5e13e2fc9520b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c8c8d453040b5ea3eedbe0243a44f1c\";a:5:{s:6:\"source\";s:32:\"0c8c8d453040b5ea3eedbe0243a44f1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f7fe0e154aa8cb19b17c304aab892d7\";a:5:{s:6:\"source\";s:32:\"5f7fe0e154aa8cb19b17c304aab892d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"562a09285bb54e519c94c06750d1c30c\";a:5:{s:6:\"source\";s:32:\"562a09285bb54e519c94c06750d1c30c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a6db8886292e454d803384d9279c4ac\";a:5:{s:6:\"source\";s:32:\"5a6db8886292e454d803384d9279c4ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c3c3cc7ba465913e8d9e5504a83c931\";a:5:{s:6:\"source\";s:32:\"9c3c3cc7ba465913e8d9e5504a83c931\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7de905e99ed1bea39e0cafb51bdce84\";a:5:{s:6:\"source\";s:32:\"a7de905e99ed1bea39e0cafb51bdce84\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c17eeb2da9f0c5828b9b9f00668aa71\";a:5:{s:6:\"source\";s:32:\"1c17eeb2da9f0c5828b9b9f00668aa71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85a177678a376dd2c0c918c696cd5da7\";a:5:{s:6:\"source\";s:32:\"85a177678a376dd2c0c918c696cd5da7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb862db6e0c2fdb98ef96fcdbd288b9a\";a:5:{s:6:\"source\";s:32:\"fb862db6e0c2fdb98ef96fcdbd288b9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"319a2cfb87ca9ab79bb3446a9993dc8b\";a:5:{s:6:\"source\";s:32:\"319a2cfb87ca9ab79bb3446a9993dc8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5fc79c0161ec548881174e84051c348\";a:5:{s:6:\"source\";s:32:\"c5fc79c0161ec548881174e84051c348\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1206edfee610985b6727b53b7a07377\";a:5:{s:6:\"source\";s:32:\"a1206edfee610985b6727b53b7a07377\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e95d5cae8075f7b64eeaeabd6223d1ca\";a:5:{s:6:\"source\";s:32:\"e95d5cae8075f7b64eeaeabd6223d1ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"507dff71557de4b99ad624b6f8f7830b\";a:5:{s:6:\"source\";s:32:\"507dff71557de4b99ad624b6f8f7830b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17ede38ceeb0aaedb3cb078c7b4beb07\";a:5:{s:6:\"source\";s:32:\"17ede38ceeb0aaedb3cb078c7b4beb07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5bc34d38eea8b3298f91a3a7b6fd276\";a:5:{s:6:\"source\";s:32:\"e5bc34d38eea8b3298f91a3a7b6fd276\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc0946f2d643a6e5102c7bf8e69e95d8\";a:5:{s:6:\"source\";s:32:\"fc0946f2d643a6e5102c7bf8e69e95d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cb8995f2d19daa0adb364b2889eb25a\";a:5:{s:6:\"source\";s:32:\"6cb8995f2d19daa0adb364b2889eb25a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"479b45fcddf920ef464d28f080105062\";a:5:{s:6:\"source\";s:32:\"479b45fcddf920ef464d28f080105062\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8dc0d8493d5dc60c05cea29db3fd15d\";a:5:{s:6:\"source\";s:32:\"f8dc0d8493d5dc60c05cea29db3fd15d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"376f87a7dc314e771195e612d7000cdb\";a:5:{s:6:\"source\";s:32:\"376f87a7dc314e771195e612d7000cdb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5306fd665aea00d32305d425dd41d9c8\";a:5:{s:6:\"source\";s:32:\"5306fd665aea00d32305d425dd41d9c8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19f637242cfefff6d926a4f0ac1dfac5\";a:5:{s:6:\"source\";s:32:\"19f637242cfefff6d926a4f0ac1dfac5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e00092c9698be762f5cb8a53fb3e008d\";a:5:{s:6:\"source\";s:32:\"e00092c9698be762f5cb8a53fb3e008d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2afd802d4c4fe1882533142a51c16309\";a:5:{s:6:\"source\";s:32:\"2afd802d4c4fe1882533142a51c16309\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24517d25da494b04745ed43402a1a4a5\";a:5:{s:6:\"source\";s:32:\"24517d25da494b04745ed43402a1a4a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66480f5ecbb26f013a91a77c68c505cd\";a:5:{s:6:\"source\";s:32:\"66480f5ecbb26f013a91a77c68c505cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5706ae36678faba4c40ee9b1658bd331\";a:5:{s:6:\"source\";s:32:\"5706ae36678faba4c40ee9b1658bd331\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b585487cf825a7930b7c95bab279722d\";a:5:{s:6:\"source\";s:32:\"b585487cf825a7930b7c95bab279722d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c328914d1521d4b642f8f79e592c0c0\";a:5:{s:6:\"source\";s:32:\"4c328914d1521d4b642f8f79e592c0c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d120b23dc781299c98eb7d3bbf1de796\";a:5:{s:6:\"source\";s:32:\"d120b23dc781299c98eb7d3bbf1de796\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a433a16a1b60aa65f198422a35170b7\";a:5:{s:6:\"source\";s:32:\"5a433a16a1b60aa65f198422a35170b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa76824341283953447009c3d1bd2493\";a:5:{s:6:\"source\";s:32:\"fa76824341283953447009c3d1bd2493\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fb99272c225af6045cfd45c704201ce\";a:5:{s:6:\"source\";s:32:\"3fb99272c225af6045cfd45c704201ce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71c70c332b2ac11f622410bb74ec2514\";a:5:{s:6:\"source\";s:32:\"71c70c332b2ac11f622410bb74ec2514\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"906e5af2964b36051eaac62b6f9dfb7a\";a:5:{s:6:\"source\";s:32:\"906e5af2964b36051eaac62b6f9dfb7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"147a3387844540ebfcdc5aa7dc6cffc7\";a:5:{s:6:\"source\";s:32:\"147a3387844540ebfcdc5aa7dc6cffc7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44b2b9f9bc4af719f498a4e29c9e8568\";a:5:{s:6:\"source\";s:32:\"44b2b9f9bc4af719f498a4e29c9e8568\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4fcc63793015063adee18ed331a241ec\";a:5:{s:6:\"source\";s:32:\"4fcc63793015063adee18ed331a241ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7bd779da137c5368bf4b8fb40871ba17\";a:5:{s:6:\"source\";s:32:\"7bd779da137c5368bf4b8fb40871ba17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f600bf641573278c07c74c54279bc94a\";a:5:{s:6:\"source\";s:32:\"f600bf641573278c07c74c54279bc94a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0d44635d48faf5f06836f7033b46c342\";a:5:{s:6:\"source\";s:32:\"0d44635d48faf5f06836f7033b46c342\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a4b45b39ad03d8a898cb0b5ec40b1ca9\";a:5:{s:6:\"source\";s:32:\"a4b45b39ad03d8a898cb0b5ec40b1ca9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11a3285ab1eeecb125ff47da5c693bcd\";a:5:{s:6:\"source\";s:32:\"11a3285ab1eeecb125ff47da5c693bcd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0a2cd414a3d8fc751b688c2d559ff19\";a:5:{s:6:\"source\";s:32:\"c0a2cd414a3d8fc751b688c2d559ff19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6bfb66035081011b2636770577fc187\";a:5:{s:6:\"source\";s:32:\"e6bfb66035081011b2636770577fc187\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fa8acd71d1a39c7283023c8e424c9cd\";a:5:{s:6:\"source\";s:32:\"3fa8acd71d1a39c7283023c8e424c9cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"214c6cbd7e4d44d1d8b0e52e88567e9d\";a:5:{s:6:\"source\";s:32:\"214c6cbd7e4d44d1d8b0e52e88567e9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"306bfaf1619b414b4d9be80e54c6705c\";a:5:{s:6:\"source\";s:32:\"306bfaf1619b414b4d9be80e54c6705c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4343968b752b1c16911bd3adb065980\";a:5:{s:6:\"source\";s:32:\"c4343968b752b1c16911bd3adb065980\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"513d5fe7d5447668e0303d5ad4b5ed6f\";a:5:{s:6:\"source\";s:32:\"513d5fe7d5447668e0303d5ad4b5ed6f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02a72262c466b0b49873a8beb4ea22ce\";a:5:{s:6:\"source\";s:32:\"02a72262c466b0b49873a8beb4ea22ce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93a35483369b8801849c8cdef72a9ae0\";a:5:{s:6:\"source\";s:32:\"93a35483369b8801849c8cdef72a9ae0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5008d380352bae6918017f00c4561018\";a:5:{s:6:\"source\";s:32:\"5008d380352bae6918017f00c4561018\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee7314cd760637d0546151f4696ffc70\";a:5:{s:6:\"source\";s:32:\"ee7314cd760637d0546151f4696ffc70\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c38db7b3823596bf233796305225c190\";a:5:{s:6:\"source\";s:32:\"c38db7b3823596bf233796305225c190\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1bfb4b1b4964acda1ae3cbae900b604\";a:5:{s:6:\"source\";s:32:\"d1bfb4b1b4964acda1ae3cbae900b604\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bad73e61eecd206766f23705efe9dd65\";a:5:{s:6:\"source\";s:32:\"bad73e61eecd206766f23705efe9dd65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ffe813c07bcb937176945accd1499685\";a:5:{s:6:\"source\";s:32:\"ffe813c07bcb937176945accd1499685\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cbe279f64fdf0b0300a3ba803d3d3534\";a:5:{s:6:\"source\";s:32:\"cbe279f64fdf0b0300a3ba803d3d3534\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"144f8d8e9c93bf8d69e5b6611abce119\";a:5:{s:6:\"source\";s:32:\"144f8d8e9c93bf8d69e5b6611abce119\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5ad447086f31606cd1d0c1117cd0a85\";a:5:{s:6:\"source\";s:32:\"b5ad447086f31606cd1d0c1117cd0a85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd31e4d9ed8018f4895dc0ccaee3d12f\";a:5:{s:6:\"source\";s:32:\"cd31e4d9ed8018f4895dc0ccaee3d12f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51ad91b67e6c7d3f38544474f39c7495\";a:5:{s:6:\"source\";s:32:\"51ad91b67e6c7d3f38544474f39c7495\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b56c7710197b8e42e4ce555bada688f9\";a:5:{s:6:\"source\";s:32:\"b56c7710197b8e42e4ce555bada688f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a99b40a32b8efecf74b2d190a2b1e576\";a:5:{s:6:\"source\";s:32:\"a99b40a32b8efecf74b2d190a2b1e576\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ec0be4f329fad7f685b1cc009601848\";a:5:{s:6:\"source\";s:32:\"3ec0be4f329fad7f685b1cc009601848\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b9680164aaf1f44fc796eca978b399e\";a:5:{s:6:\"source\";s:32:\"7b9680164aaf1f44fc796eca978b399e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12eb37dfeb6212e5822da4f1704a7d31\";a:5:{s:6:\"source\";s:32:\"12eb37dfeb6212e5822da4f1704a7d31\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d36b7d9ebed34a3346b9bf6dbc41531e\";a:5:{s:6:\"source\";s:32:\"d36b7d9ebed34a3346b9bf6dbc41531e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f4127d0f0f1155f568b2d76240d08940\";a:5:{s:6:\"source\";s:32:\"f4127d0f0f1155f568b2d76240d08940\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"996114da990c52f8cbe1b8c207ada3c5\";a:5:{s:6:\"source\";s:32:\"996114da990c52f8cbe1b8c207ada3c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9847663c6e2e906a280d0b157306dead\";a:5:{s:6:\"source\";s:32:\"9847663c6e2e906a280d0b157306dead\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b789a07cbf62b976cd80e29f1d9da7e\";a:5:{s:6:\"source\";s:32:\"8b789a07cbf62b976cd80e29f1d9da7e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"943e438580e0024fc637b3436be85999\";a:5:{s:6:\"source\";s:32:\"943e438580e0024fc637b3436be85999\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ae57da9a35a136266d70139d0e43e18\";a:5:{s:6:\"source\";s:32:\"5ae57da9a35a136266d70139d0e43e18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e8354b03416a90e0a87bf9dc2be6bd0\";a:5:{s:6:\"source\";s:32:\"3e8354b03416a90e0a87bf9dc2be6bd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8121ce8643eb25be1775de48a9596e11\";a:5:{s:6:\"source\";s:32:\"8121ce8643eb25be1775de48a9596e11\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"389393907c09c3dc2d84894a98796e5d\";a:5:{s:6:\"source\";s:32:\"389393907c09c3dc2d84894a98796e5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"419e0853caa6137df87a730e67a12e1d\";a:5:{s:6:\"source\";s:32:\"419e0853caa6137df87a730e67a12e1d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ebd90dcbfc0e0b89ced818a1997f653b\";a:5:{s:6:\"source\";s:32:\"ebd90dcbfc0e0b89ced818a1997f653b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5d03a942ee6bf5a43e79820b3f68bfe\";a:5:{s:6:\"source\";s:32:\"c5d03a942ee6bf5a43e79820b3f68bfe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6acdd57124a477c6c49781a7f87e643d\";a:5:{s:6:\"source\";s:32:\"6acdd57124a477c6c49781a7f87e643d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3045c7e6ce79d9226bfbb4e4b86b3421\";a:5:{s:6:\"source\";s:32:\"3045c7e6ce79d9226bfbb4e4b86b3421\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"528f9bbce005206be24a5674b8d472dc\";a:5:{s:6:\"source\";s:32:\"528f9bbce005206be24a5674b8d472dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f88cb80b1a287e23fb4cd075036c09d5\";a:5:{s:6:\"source\";s:32:\"f88cb80b1a287e23fb4cd075036c09d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ae32a2de261f9b907e48cf37ff9b29c\";a:5:{s:6:\"source\";s:32:\"7ae32a2de261f9b907e48cf37ff9b29c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"266b09079f2d3b045f13298a164a537d\";a:5:{s:6:\"source\";s:32:\"266b09079f2d3b045f13298a164a537d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75281f5bda22502c24f099fc0c3f73c2\";a:5:{s:6:\"source\";s:32:\"75281f5bda22502c24f099fc0c3f73c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bcd971c212933c2729feb9526bca288c\";a:5:{s:6:\"source\";s:32:\"bcd971c212933c2729feb9526bca288c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ea78748da360b966fcb6eedc6220329\";a:5:{s:6:\"source\";s:32:\"9ea78748da360b966fcb6eedc6220329\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e6d46c0d6cdfb6b8e6d246a1cf685c2\";a:5:{s:6:\"source\";s:32:\"5e6d46c0d6cdfb6b8e6d246a1cf685c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0043e2361e02a3b9e4966fe0c48bc021\";a:5:{s:6:\"source\";s:32:\"0043e2361e02a3b9e4966fe0c48bc021\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"41112d9f6ce08f3e49474b092763a818\";a:5:{s:6:\"source\";s:32:\"41112d9f6ce08f3e49474b092763a818\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01dc5e3ee8313b23b265048d5f388c43\";a:5:{s:6:\"source\";s:32:\"01dc5e3ee8313b23b265048d5f388c43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c06ff789d2821a46e5b9a2feb5670cd\";a:5:{s:6:\"source\";s:32:\"2c06ff789d2821a46e5b9a2feb5670cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"854119006671c474345e6679c8967918\";a:5:{s:6:\"source\";s:32:\"854119006671c474345e6679c8967918\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2cb7deae1af5ba9b8346e6212135fc5\";a:5:{s:6:\"source\";s:32:\"d2cb7deae1af5ba9b8346e6212135fc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d6e78652383ccb1501bf2ca31b80ba9\";a:5:{s:6:\"source\";s:32:\"7d6e78652383ccb1501bf2ca31b80ba9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3f587243bdd81bf9354943f475acfe7\";a:5:{s:6:\"source\";s:32:\"a3f587243bdd81bf9354943f475acfe7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db27302bf13ce29396138dcc977079c3\";a:5:{s:6:\"source\";s:32:\"db27302bf13ce29396138dcc977079c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74d5b93e161022d7470e623368b834da\";a:5:{s:6:\"source\";s:32:\"74d5b93e161022d7470e623368b834da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b5b35d9aceaf7696e4245d0251952f3\";a:5:{s:6:\"source\";s:32:\"6b5b35d9aceaf7696e4245d0251952f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3722f28a69ecb66ecc8d9f6fc317ae45\";a:5:{s:6:\"source\";s:32:\"3722f28a69ecb66ecc8d9f6fc317ae45\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26201ec74b383a279974862141f1de05\";a:5:{s:6:\"source\";s:32:\"26201ec74b383a279974862141f1de05\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ccde03e746ce4065f07290ddb8b81ead\";a:5:{s:6:\"source\";s:32:\"ccde03e746ce4065f07290ddb8b81ead\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cfefed39e6b04acd040110137e1c5b6\";a:5:{s:6:\"source\";s:32:\"5cfefed39e6b04acd040110137e1c5b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ad0a240962f6278a29db3ac9e3492fd\";a:5:{s:6:\"source\";s:32:\"3ad0a240962f6278a29db3ac9e3492fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7993d76e5e5f44fdcb08a09f3e533337\";a:5:{s:6:\"source\";s:32:\"7993d76e5e5f44fdcb08a09f3e533337\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e430d00a26aafff95cbc648a3e93b34e\";a:5:{s:6:\"source\";s:32:\"e430d00a26aafff95cbc648a3e93b34e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3b402254834940f36832e60dd67a31e\";a:5:{s:6:\"source\";s:32:\"e3b402254834940f36832e60dd67a31e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e8114ff0d5412d90866eb3f38a7701c\";a:5:{s:6:\"source\";s:32:\"0e8114ff0d5412d90866eb3f38a7701c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f04d52c9d3eef2f9968a016f4627b970\";a:5:{s:6:\"source\";s:32:\"f04d52c9d3eef2f9968a016f4627b970\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2652d783853c26dc82487710111603fc\";a:5:{s:6:\"source\";s:32:\"2652d783853c26dc82487710111603fc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0cb82db33e3b92b87627186f7b75b51\";a:5:{s:6:\"source\";s:32:\"d0cb82db33e3b92b87627186f7b75b51\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8db9b2982508848b4185f85f8d573ddd\";a:5:{s:6:\"source\";s:32:\"8db9b2982508848b4185f85f8d573ddd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3dabbd139f83e859f0474d59e43d079\";a:5:{s:6:\"source\";s:32:\"a3dabbd139f83e859f0474d59e43d079\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fa55f06e1e8b67a28bc630473ec8292\";a:5:{s:6:\"source\";s:32:\"1fa55f06e1e8b67a28bc630473ec8292\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"05b4df0855b1366480a5d4ad8560fbe7\";a:5:{s:6:\"source\";s:32:\"05b4df0855b1366480a5d4ad8560fbe7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47b3d83529e6463274ff977ac3ea02de\";a:5:{s:6:\"source\";s:32:\"47b3d83529e6463274ff977ac3ea02de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0874b2e3a0753544cb00d2e1b8c691fc\";a:5:{s:6:\"source\";s:32:\"0874b2e3a0753544cb00d2e1b8c691fc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"390873d81c16489c08568d8ec15a44a6\";a:5:{s:6:\"source\";s:32:\"390873d81c16489c08568d8ec15a44a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ccbf7b2a3d4fdcd3e661eb1386460b3\";a:5:{s:6:\"source\";s:32:\"9ccbf7b2a3d4fdcd3e661eb1386460b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cdc130493e5c9a4a61d10de8843385db\";a:5:{s:6:\"source\";s:32:\"cdc130493e5c9a4a61d10de8843385db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"666b2517682d582ab95436ef29ec9198\";a:5:{s:6:\"source\";s:32:\"666b2517682d582ab95436ef29ec9198\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76a6c2c736577c9cd6733242789e402f\";a:5:{s:6:\"source\";s:32:\"76a6c2c736577c9cd6733242789e402f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"312c8b324f95d6db9eaae9bbcaa2d927\";a:5:{s:6:\"source\";s:32:\"312c8b324f95d6db9eaae9bbcaa2d927\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"284ed58f233b5ebf12d6d73d4f42e96c\";a:5:{s:6:\"source\";s:32:\"284ed58f233b5ebf12d6d73d4f42e96c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43e9c7b62e1340a5675e1a3ea7777f42\";a:5:{s:6:\"source\";s:32:\"43e9c7b62e1340a5675e1a3ea7777f42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"091f4919df73bb7becf5892d2cdd12e4\";a:5:{s:6:\"source\";s:32:\"091f4919df73bb7becf5892d2cdd12e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c6bda8406fbb27d013db8e895007944\";a:5:{s:6:\"source\";s:32:\"8c6bda8406fbb27d013db8e895007944\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe761a15cb65def35c87a627dbe6c105\";a:5:{s:6:\"source\";s:32:\"fe761a15cb65def35c87a627dbe6c105\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b83113fc95c485a8e239f92ba7b98f0\";a:5:{s:6:\"source\";s:32:\"7b83113fc95c485a8e239f92ba7b98f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bfbf4b31abbb64f5c94c9e5c7616ae1b\";a:5:{s:6:\"source\";s:32:\"bfbf4b31abbb64f5c94c9e5c7616ae1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c3dc8398bbdcca6730963dbd12ecdf3\";a:5:{s:6:\"source\";s:32:\"3c3dc8398bbdcca6730963dbd12ecdf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5e54bcf40d9e8f61bb86775d405d9ee\";a:5:{s:6:\"source\";s:32:\"c5e54bcf40d9e8f61bb86775d405d9ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f77531db4dcfbdf950862a8959adeaf\";a:5:{s:6:\"source\";s:32:\"7f77531db4dcfbdf950862a8959adeaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94f585ee07b29c942f2d2a1e9c3a7ced\";a:5:{s:6:\"source\";s:32:\"94f585ee07b29c942f2d2a1e9c3a7ced\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff3c3844358c97a898be739266af27be\";a:5:{s:6:\"source\";s:32:\"ff3c3844358c97a898be739266af27be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3812a4fdde5d3f460b1793b07027c22\";a:5:{s:6:\"source\";s:32:\"c3812a4fdde5d3f460b1793b07027c22\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5128ff4b2a933a1a95466ee3544b7d1\";a:5:{s:6:\"source\";s:32:\"b5128ff4b2a933a1a95466ee3544b7d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3079b241bb8f148233fe4a01257c9384\";a:5:{s:6:\"source\";s:32:\"3079b241bb8f148233fe4a01257c9384\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb21c7b0b352a3c86d18de43569ec872\";a:5:{s:6:\"source\";s:32:\"cb21c7b0b352a3c86d18de43569ec872\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e51863555a5e561f5d72f9a0714c442\";a:5:{s:6:\"source\";s:32:\"1e51863555a5e561f5d72f9a0714c442\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"684a00dd70c66a7edcf58357aa0829b7\";a:5:{s:6:\"source\";s:32:\"684a00dd70c66a7edcf58357aa0829b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d22ef776c88a793214ff277d718561cc\";a:5:{s:6:\"source\";s:32:\"d22ef776c88a793214ff277d718561cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50414621395052f1b366ba8f873b8ec4\";a:5:{s:6:\"source\";s:32:\"50414621395052f1b366ba8f873b8ec4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0d9ba68a269f1337e9621b608f44bcc\";a:5:{s:6:\"source\";s:32:\"c0d9ba68a269f1337e9621b608f44bcc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d6fc52daca98733074a5e735fb2d4a80\";a:5:{s:6:\"source\";s:32:\"d6fc52daca98733074a5e735fb2d4a80\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54aacb55c50d4b90ea2ba4ab69549077\";a:5:{s:6:\"source\";s:32:\"54aacb55c50d4b90ea2ba4ab69549077\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ddd5a1ebaa2c0a4afb30ccc21bdfa468\";a:5:{s:6:\"source\";s:32:\"ddd5a1ebaa2c0a4afb30ccc21bdfa468\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23a72dd9345b0138fc145a4e4eace019\";a:5:{s:6:\"source\";s:32:\"23a72dd9345b0138fc145a4e4eace019\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c8f477fcda4f296602dd5a04571b98c\";a:5:{s:6:\"source\";s:32:\"6c8f477fcda4f296602dd5a04571b98c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e858b4bcd090bb1dc90f5b1d55811829\";a:5:{s:6:\"source\";s:32:\"e858b4bcd090bb1dc90f5b1d55811829\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63a7f6989155eef0947c40d94c4514a0\";a:5:{s:6:\"source\";s:32:\"63a7f6989155eef0947c40d94c4514a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab4131de428fc0bb0eeea6ead1efcdc6\";a:5:{s:6:\"source\";s:32:\"ab4131de428fc0bb0eeea6ead1efcdc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb07ac8835711c2fbf8e300162df05ef\";a:5:{s:6:\"source\";s:32:\"cb07ac8835711c2fbf8e300162df05ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf50fe096b829c2e49c33b72b64c9b1c\";a:5:{s:6:\"source\";s:32:\"cf50fe096b829c2e49c33b72b64c9b1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d158b0726fcf11c4a14332f6dc55c6c\";a:5:{s:6:\"source\";s:32:\"7d158b0726fcf11c4a14332f6dc55c6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8950c7908b6fc0e86bed646add57e38d\";a:5:{s:6:\"source\";s:32:\"8950c7908b6fc0e86bed646add57e38d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54181873a52e2023b13f3cda4df38e4d\";a:5:{s:6:\"source\";s:32:\"54181873a52e2023b13f3cda4df38e4d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1aef2504d4225efecb35fa64cdc8a4f2\";a:5:{s:6:\"source\";s:32:\"1aef2504d4225efecb35fa64cdc8a4f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"240818ee64d8736dc6b46a900c6b33f7\";a:5:{s:6:\"source\";s:32:\"240818ee64d8736dc6b46a900c6b33f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"749e123a82bc799aa9e70862b8216d28\";a:5:{s:6:\"source\";s:32:\"749e123a82bc799aa9e70862b8216d28\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e53295a9443117a938640ef207ac4242\";a:5:{s:6:\"source\";s:32:\"e53295a9443117a938640ef207ac4242\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59e5a28e694ca0f3a5772b8e4fc1e02d\";a:5:{s:6:\"source\";s:32:\"59e5a28e694ca0f3a5772b8e4fc1e02d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55e1a22e0c0eaced02fda0606985a019\";a:5:{s:6:\"source\";s:32:\"55e1a22e0c0eaced02fda0606985a019\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02a2bd94d9ad8fecc06ec4847b327fd5\";a:5:{s:6:\"source\";s:32:\"02a2bd94d9ad8fecc06ec4847b327fd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34dbfe6dc8e2fca43b2ef3bb6f587988\";a:5:{s:6:\"source\";s:32:\"34dbfe6dc8e2fca43b2ef3bb6f587988\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09b296c533737d6c290412457b7d601f\";a:5:{s:6:\"source\";s:32:\"09b296c533737d6c290412457b7d601f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f4386fe92d7c7c0a82fe33c7d07dcffb\";a:5:{s:6:\"source\";s:32:\"f4386fe92d7c7c0a82fe33c7d07dcffb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a3eb78eeabbd2be8cfa757b5089ba17\";a:5:{s:6:\"source\";s:32:\"4a3eb78eeabbd2be8cfa757b5089ba17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e86d277a07ce8e4509d3498be85a226d\";a:5:{s:6:\"source\";s:32:\"e86d277a07ce8e4509d3498be85a226d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f4800120e3ddc2b85cff45ee8306c28\";a:5:{s:6:\"source\";s:32:\"8f4800120e3ddc2b85cff45ee8306c28\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae0a618e284b224ca09ebe5b1c841447\";a:5:{s:6:\"source\";s:32:\"ae0a618e284b224ca09ebe5b1c841447\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b731992b03a8043cd33b6a5fb49ed81\";a:5:{s:6:\"source\";s:32:\"9b731992b03a8043cd33b6a5fb49ed81\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"592e04e496686b6e1bdd261bb06bff6b\";a:5:{s:6:\"source\";s:32:\"592e04e496686b6e1bdd261bb06bff6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"969001912618a42ee157c6ed14a1bb94\";a:5:{s:6:\"source\";s:32:\"969001912618a42ee157c6ed14a1bb94\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"424e7899a2f8c8fb52dd9d0f16fb61f2\";a:5:{s:6:\"source\";s:32:\"424e7899a2f8c8fb52dd9d0f16fb61f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea8547a6d365da6b7f35ec7248eade48\";a:5:{s:6:\"source\";s:32:\"ea8547a6d365da6b7f35ec7248eade48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0e1416e62694830d6d973d538e21ba7\";a:5:{s:6:\"source\";s:32:\"c0e1416e62694830d6d973d538e21ba7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b34b72da26ff807be99b0a98542962e3\";a:5:{s:6:\"source\";s:32:\"b34b72da26ff807be99b0a98542962e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"930ebdb81dad61ceac486bc5152c7fc4\";a:5:{s:6:\"source\";s:32:\"930ebdb81dad61ceac486bc5152c7fc4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2236071dad295e19c0792cdde484e51\";a:5:{s:6:\"source\";s:32:\"e2236071dad295e19c0792cdde484e51\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e7bb7a45f3f7e6cc1b95b61c21fc781c\";a:5:{s:6:\"source\";s:32:\"e7bb7a45f3f7e6cc1b95b61c21fc781c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0e716370bdd75e5b559f88bc21f2e2f\";a:5:{s:6:\"source\";s:32:\"f0e716370bdd75e5b559f88bc21f2e2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4f2d2a388f13f733f34837129678342\";a:5:{s:6:\"source\";s:32:\"c4f2d2a388f13f733f34837129678342\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6a4fee270a935477c28ddbb39f4192a\";a:5:{s:6:\"source\";s:32:\"a6a4fee270a935477c28ddbb39f4192a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4480ab39225e48ed1dc079e3990c3f6e\";a:5:{s:6:\"source\";s:32:\"4480ab39225e48ed1dc079e3990c3f6e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6b602a700f3e6f7e14d32fe9a4c6cef\";a:5:{s:6:\"source\";s:32:\"a6b602a700f3e6f7e14d32fe9a4c6cef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c4a9ee90af5b57cbd79187d2fa053b4\";a:5:{s:6:\"source\";s:32:\"0c4a9ee90af5b57cbd79187d2fa053b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"796b690d9e4f4922ed3d49bec7ba44c9\";a:5:{s:6:\"source\";s:32:\"796b690d9e4f4922ed3d49bec7ba44c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77224adf484d57bf5b7455c522c6f9c3\";a:5:{s:6:\"source\";s:32:\"77224adf484d57bf5b7455c522c6f9c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b29d9c845d048cfcbe390de9ba896bb2\";a:5:{s:6:\"source\";s:32:\"b29d9c845d048cfcbe390de9ba896bb2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6eab34958512b731bf4e9e2a1c3e422a\";a:5:{s:6:\"source\";s:32:\"6eab34958512b731bf4e9e2a1c3e422a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf1a0b5f225eb369f54d8c5423cb0274\";a:5:{s:6:\"source\";s:32:\"bf1a0b5f225eb369f54d8c5423cb0274\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1248dd0a8db76ee6888c5c82b42ec6d3\";a:5:{s:6:\"source\";s:32:\"1248dd0a8db76ee6888c5c82b42ec6d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31b09a68140e7d8e13060843dea83b42\";a:5:{s:6:\"source\";s:32:\"31b09a68140e7d8e13060843dea83b42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ba350098a4a0d4f1508edc7554834dc\";a:5:{s:6:\"source\";s:32:\"4ba350098a4a0d4f1508edc7554834dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5170dce9bea8848bd056ade10a0fd3a1\";a:5:{s:6:\"source\";s:32:\"5170dce9bea8848bd056ade10a0fd3a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98aeb7b3769202f1c7dd1e0dcfd67060\";a:5:{s:6:\"source\";s:32:\"98aeb7b3769202f1c7dd1e0dcfd67060\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6532fdfede59384909d04a7a6270244d\";a:5:{s:6:\"source\";s:32:\"6532fdfede59384909d04a7a6270244d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f1a8cc83dc91006011e92a096a98edc\";a:5:{s:6:\"source\";s:32:\"7f1a8cc83dc91006011e92a096a98edc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5da4a48bc44df95089d588bad7b25313\";a:5:{s:6:\"source\";s:32:\"5da4a48bc44df95089d588bad7b25313\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51eada9befd2eaed992a8910dcef6372\";a:5:{s:6:\"source\";s:32:\"51eada9befd2eaed992a8910dcef6372\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d401c3c781dafde1704f66f48e3f9d3e\";a:5:{s:6:\"source\";s:32:\"d401c3c781dafde1704f66f48e3f9d3e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a508b6c3338eb5c9617596b07ac352e\";a:5:{s:6:\"source\";s:32:\"9a508b6c3338eb5c9617596b07ac352e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a065fd5540ad8134e1980646b4a5ca2\";a:5:{s:6:\"source\";s:32:\"9a065fd5540ad8134e1980646b4a5ca2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a94e81f26b109cd8b1e790f4d2a8c2f\";a:5:{s:6:\"source\";s:32:\"7a94e81f26b109cd8b1e790f4d2a8c2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c28a325a2a491fe42a18011606d656f\";a:5:{s:6:\"source\";s:32:\"4c28a325a2a491fe42a18011606d656f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2b54a4db3d35a003bf6f52e0ea19237\";a:5:{s:6:\"source\";s:32:\"c2b54a4db3d35a003bf6f52e0ea19237\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"959c74a91bbdf495949263b632366fbf\";a:5:{s:6:\"source\";s:32:\"959c74a91bbdf495949263b632366fbf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d09122b484d2db8cf401efb60b217054\";a:5:{s:6:\"source\";s:32:\"d09122b484d2db8cf401efb60b217054\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ef92afe7b7f6c97ef4bdb36b84323f1\";a:5:{s:6:\"source\";s:32:\"8ef92afe7b7f6c97ef4bdb36b84323f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ff46cf40ccc838547fd3d2297b8e6e6\";a:5:{s:6:\"source\";s:32:\"0ff46cf40ccc838547fd3d2297b8e6e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"255fd9e1fced87b7e550c59fae42b3c7\";a:5:{s:6:\"source\";s:32:\"255fd9e1fced87b7e550c59fae42b3c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84bf62b724ca1dc7850bcacbdd9193b9\";a:5:{s:6:\"source\";s:32:\"84bf62b724ca1dc7850bcacbdd9193b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af15c245305bb72770b31a490dba024d\";a:5:{s:6:\"source\";s:32:\"af15c245305bb72770b31a490dba024d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cc243f98f2a59b26a3cbbffcaeae848\";a:5:{s:6:\"source\";s:32:\"5cc243f98f2a59b26a3cbbffcaeae848\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2700e8f23c9fa43f9de3d217d41734c3\";a:5:{s:6:\"source\";s:32:\"2700e8f23c9fa43f9de3d217d41734c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1558968cea02602623887d4945b2b5dd\";a:5:{s:6:\"source\";s:32:\"1558968cea02602623887d4945b2b5dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"baced4ac2bcf31a0b6faa661ef8e4a8b\";a:5:{s:6:\"source\";s:32:\"baced4ac2bcf31a0b6faa661ef8e4a8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"41902b732a49814e4c09c225427d8312\";a:5:{s:6:\"source\";s:32:\"41902b732a49814e4c09c225427d8312\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"247eb6e9d8f19d3050ea0537029ddb4a\";a:5:{s:6:\"source\";s:32:\"247eb6e9d8f19d3050ea0537029ddb4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d71eac01a2338f1bc5c20871c5b741a\";a:5:{s:6:\"source\";s:32:\"7d71eac01a2338f1bc5c20871c5b741a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3cdf6e87588dc9d09b15fd58b880fce\";a:5:{s:6:\"source\";s:32:\"a3cdf6e87588dc9d09b15fd58b880fce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f93ad37492b7bd4bb79a328cdf5f9ad3\";a:5:{s:6:\"source\";s:32:\"f93ad37492b7bd4bb79a328cdf5f9ad3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63f7e3588e7cd36199951a81c4236893\";a:5:{s:6:\"source\";s:32:\"63f7e3588e7cd36199951a81c4236893\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d605f84cb82db525d4928f9854767093\";a:5:{s:6:\"source\";s:32:\"d605f84cb82db525d4928f9854767093\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b032c8e0d1f779e28bbf4aa1cd4b0496\";a:5:{s:6:\"source\";s:32:\"b032c8e0d1f779e28bbf4aa1cd4b0496\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85aece1f4f52ef281a171eff4c989505\";a:5:{s:6:\"source\";s:32:\"85aece1f4f52ef281a171eff4c989505\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c91a74148967050f643b245e123b5190\";a:5:{s:6:\"source\";s:32:\"c91a74148967050f643b245e123b5190\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38f4fe096666a3e11f6ed30e9a072570\";a:5:{s:6:\"source\";s:32:\"38f4fe096666a3e11f6ed30e9a072570\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"527d7b7a684714de6b1b617e805d800b\";a:5:{s:6:\"source\";s:32:\"527d7b7a684714de6b1b617e805d800b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f10321aadbe0a25452a27d21c4d47d13\";a:5:{s:6:\"source\";s:32:\"f10321aadbe0a25452a27d21c4d47d13\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9dcd8a72bcf2a6285a144a6dbfacec6c\";a:5:{s:6:\"source\";s:32:\"9dcd8a72bcf2a6285a144a6dbfacec6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"637880a39ddf2522e9a1fbd65eafca87\";a:5:{s:6:\"source\";s:32:\"637880a39ddf2522e9a1fbd65eafca87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e97af304b00a2e0a0a35557e8a730582\";a:5:{s:6:\"source\";s:32:\"e97af304b00a2e0a0a35557e8a730582\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ac203947667a41ef8e44665fec5a93d\";a:5:{s:6:\"source\";s:32:\"8ac203947667a41ef8e44665fec5a93d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8557776acfd796a05eed278c794f02f8\";a:5:{s:6:\"source\";s:32:\"8557776acfd796a05eed278c794f02f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d2a51d89427217b9dfd48f9a69e1e93\";a:5:{s:6:\"source\";s:32:\"3d2a51d89427217b9dfd48f9a69e1e93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66358e147e6de03e0183dbce4585250a\";a:5:{s:6:\"source\";s:32:\"66358e147e6de03e0183dbce4585250a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"308c349e99b4fe8fa0f5e61684251122\";a:5:{s:6:\"source\";s:32:\"308c349e99b4fe8fa0f5e61684251122\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b56cde6ed8cfea0bf76da86ae9909e0\";a:5:{s:6:\"source\";s:32:\"9b56cde6ed8cfea0bf76da86ae9909e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bfbbcb64088a1b649481ec82d571fdf3\";a:5:{s:6:\"source\";s:32:\"bfbbcb64088a1b649481ec82d571fdf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11f7d347b462a753fed045cb2018e8f2\";a:5:{s:6:\"source\";s:32:\"11f7d347b462a753fed045cb2018e8f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5379ca2d853da64a398facebbeada78c\";a:5:{s:6:\"source\";s:32:\"5379ca2d853da64a398facebbeada78c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bbe222cfc2c2a34608b50d48786f1574\";a:5:{s:6:\"source\";s:32:\"bbe222cfc2c2a34608b50d48786f1574\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74d7ace95590ebfa92b2134bfd712302\";a:5:{s:6:\"source\";s:32:\"74d7ace95590ebfa92b2134bfd712302\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f859905c511c82c1fd4f2ece8e436a2\";a:5:{s:6:\"source\";s:32:\"8f859905c511c82c1fd4f2ece8e436a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"36031a8cdafa3a8d413e57f0957f0d7e\";a:5:{s:6:\"source\";s:32:\"36031a8cdafa3a8d413e57f0957f0d7e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f60e1c1cb539a38f130f88468b1ebd6d\";a:5:{s:6:\"source\";s:32:\"f60e1c1cb539a38f130f88468b1ebd6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7573d492f833f61f02670dd6280e7f1b\";a:5:{s:6:\"source\";s:32:\"7573d492f833f61f02670dd6280e7f1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cd5bcb2747c493251a84ed5e7be9bb7\";a:5:{s:6:\"source\";s:32:\"3cd5bcb2747c493251a84ed5e7be9bb7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7d1c59085f59bf923fc31658dda5187\";a:5:{s:6:\"source\";s:32:\"c7d1c59085f59bf923fc31658dda5187\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eb601001c825b8d76ac6cefcadc86b1c\";a:5:{s:6:\"source\";s:32:\"eb601001c825b8d76ac6cefcadc86b1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ce7add3e546cd0cb1f345ca7c5dd994a\";a:5:{s:6:\"source\";s:32:\"ce7add3e546cd0cb1f345ca7c5dd994a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4297c697403c8de05c93c64120363227\";a:5:{s:6:\"source\";s:32:\"4297c697403c8de05c93c64120363227\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31375740a95606b70aa07188bd2cd138\";a:5:{s:6:\"source\";s:32:\"31375740a95606b70aa07188bd2cd138\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff9208952b168fda065d401e8fce24e4\";a:5:{s:6:\"source\";s:32:\"ff9208952b168fda065d401e8fce24e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d4632e6b9b75c23c89cd71084151e1e\";a:5:{s:6:\"source\";s:32:\"8d4632e6b9b75c23c89cd71084151e1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"36461a9999e5b9bbde3c1974266d59ad\";a:5:{s:6:\"source\";s:32:\"36461a9999e5b9bbde3c1974266d59ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f6bbb2f53acbea6bd4948bbb44d3787\";a:5:{s:6:\"source\";s:32:\"2f6bbb2f53acbea6bd4948bbb44d3787\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"903f02e662a4a0ec113837f4681f7c34\";a:5:{s:6:\"source\";s:32:\"903f02e662a4a0ec113837f4681f7c34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cea4206e3158c167b6746f94a99bc22e\";a:5:{s:6:\"source\";s:32:\"cea4206e3158c167b6746f94a99bc22e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c063a83b64c9adbb221fee3f47283246\";a:5:{s:6:\"source\";s:32:\"c063a83b64c9adbb221fee3f47283246\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d64e2efdf9e0914fbfcc450fb29a5c12\";a:5:{s:6:\"source\";s:32:\"d64e2efdf9e0914fbfcc450fb29a5c12\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95dee1cdcf55c47a41abbbf9826ea256\";a:5:{s:6:\"source\";s:32:\"95dee1cdcf55c47a41abbbf9826ea256\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f848ff6c0a4b5e8d558ad7b8b96b7f5f\";a:5:{s:6:\"source\";s:32:\"f848ff6c0a4b5e8d558ad7b8b96b7f5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94282f3390dfe4bdfd9f0f742b57f5ff\";a:5:{s:6:\"source\";s:32:\"94282f3390dfe4bdfd9f0f742b57f5ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac4ecba6a30931e172b37312deb9a41d\";a:5:{s:6:\"source\";s:32:\"ac4ecba6a30931e172b37312deb9a41d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67ce03e7a44efb56f8a7790462280839\";a:5:{s:6:\"source\";s:32:\"67ce03e7a44efb56f8a7790462280839\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b911bdd86c91c45a127a6d85be86cf7d\";a:5:{s:6:\"source\";s:32:\"b911bdd86c91c45a127a6d85be86cf7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"abd6c33963c4d251f8bba4f0544209f3\";a:5:{s:6:\"source\";s:32:\"abd6c33963c4d251f8bba4f0544209f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab4611a19ee95438f4817d5e44af001e\";a:5:{s:6:\"source\";s:32:\"ab4611a19ee95438f4817d5e44af001e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c294c4948b006a1bfe53a83e6482c6c\";a:5:{s:6:\"source\";s:32:\"4c294c4948b006a1bfe53a83e6482c6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6dfea1f2d0c6f53d2d698b1adfb5446d\";a:5:{s:6:\"source\";s:32:\"6dfea1f2d0c6f53d2d698b1adfb5446d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63a27733cb8e45aa62b215a7fab8118b\";a:5:{s:6:\"source\";s:32:\"63a27733cb8e45aa62b215a7fab8118b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6e63b994d379e5f4780e09a8ff50041\";a:5:{s:6:\"source\";s:32:\"a6e63b994d379e5f4780e09a8ff50041\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d501d2e7175b24fed22a356e14852e40\";a:5:{s:6:\"source\";s:32:\"d501d2e7175b24fed22a356e14852e40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d637564687699f624df492f7a682625\";a:5:{s:6:\"source\";s:32:\"5d637564687699f624df492f7a682625\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5b34526aaf053f5efd00b4b774461e4\";a:5:{s:6:\"source\";s:32:\"a5b34526aaf053f5efd00b4b774461e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75e7ad9a46cc9b057103ad7dbbfcf030\";a:5:{s:6:\"source\";s:32:\"75e7ad9a46cc9b057103ad7dbbfcf030\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"27a8bfac5fdb4ab19d401c0fee14a0be\";a:5:{s:6:\"source\";s:32:\"27a8bfac5fdb4ab19d401c0fee14a0be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"324164ad3f1bf02ea2aa02f854451a53\";a:5:{s:6:\"source\";s:32:\"324164ad3f1bf02ea2aa02f854451a53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9259cfbe5a29256f02bd483be43d738\";a:5:{s:6:\"source\";s:32:\"c9259cfbe5a29256f02bd483be43d738\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b800652db3cbe36c9180bfc068c7663c\";a:5:{s:6:\"source\";s:32:\"b800652db3cbe36c9180bfc068c7663c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8317c1d3196f295913ea21ea65b6c55\";a:5:{s:6:\"source\";s:32:\"a8317c1d3196f295913ea21ea65b6c55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e15b27509796036ab8dfb44fdf60157d\";a:5:{s:6:\"source\";s:32:\"e15b27509796036ab8dfb44fdf60157d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8e3822f31911c9121d7c3d2b8dd9b839\";a:5:{s:6:\"source\";s:32:\"8e3822f31911c9121d7c3d2b8dd9b839\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6a28687be347aa7aaf26fcc4b73cc6a2\";a:5:{s:6:\"source\";s:32:\"6a28687be347aa7aaf26fcc4b73cc6a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38d781796a32f117c7767a0e62730cfe\";a:5:{s:6:\"source\";s:32:\"38d781796a32f117c7767a0e62730cfe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17be4301398ae5a1ac8b8e86a670d8fb\";a:5:{s:6:\"source\";s:32:\"17be4301398ae5a1ac8b8e86a670d8fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5e120f45f268654d88b25429a8657ed\";a:5:{s:6:\"source\";s:32:\"a5e120f45f268654d88b25429a8657ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c588a53261e4d3602a960dde4dd82b8b\";a:5:{s:6:\"source\";s:32:\"c588a53261e4d3602a960dde4dd82b8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"15ceae583fd2537e33b5610083f4a81e\";a:5:{s:6:\"source\";s:32:\"15ceae583fd2537e33b5610083f4a81e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc62847dd69c94c59fe0468088b0841d\";a:5:{s:6:\"source\";s:32:\"bc62847dd69c94c59fe0468088b0841d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d6c091980890a049a40861616b255e02\";a:5:{s:6:\"source\";s:32:\"d6c091980890a049a40861616b255e02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fa44817de147f18304b2e6b9300ac06\";a:5:{s:6:\"source\";s:32:\"7fa44817de147f18304b2e6b9300ac06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c7cdd8b7fd7489c9a181be87c9c97df\";a:5:{s:6:\"source\";s:32:\"0c7cdd8b7fd7489c9a181be87c9c97df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53a4cc9e890f3b2e99f63806abbd8e9b\";a:5:{s:6:\"source\";s:32:\"53a4cc9e890f3b2e99f63806abbd8e9b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dae2e1f63253d47c0db3db05fe0620a3\";a:5:{s:6:\"source\";s:32:\"dae2e1f63253d47c0db3db05fe0620a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d35d1ec70683ae190fad3ce32ddc05d3\";a:5:{s:6:\"source\";s:32:\"d35d1ec70683ae190fad3ce32ddc05d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9077ac020d1965949d7b841833f07ecf\";a:5:{s:6:\"source\";s:32:\"9077ac020d1965949d7b841833f07ecf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a710f62e95e539dda1909e9399a09362\";a:5:{s:6:\"source\";s:32:\"a710f62e95e539dda1909e9399a09362\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40c3deebe6292d2ce9d907412a2bec75\";a:5:{s:6:\"source\";s:32:\"40c3deebe6292d2ce9d907412a2bec75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a325c76e43fe53fcacbab821079dafdf\";a:5:{s:6:\"source\";s:32:\"a325c76e43fe53fcacbab821079dafdf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99e760a71da49bcc32fc9649693a0796\";a:5:{s:6:\"source\";s:32:\"99e760a71da49bcc32fc9649693a0796\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1cc56932b14dbfa57a6f5f13d291100\";a:5:{s:6:\"source\";s:32:\"a1cc56932b14dbfa57a6f5f13d291100\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66539e9c90e1002179b8e31a26b8c981\";a:5:{s:6:\"source\";s:32:\"66539e9c90e1002179b8e31a26b8c981\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"386147be5efccc51c974fbea3b1133d3\";a:5:{s:6:\"source\";s:32:\"386147be5efccc51c974fbea3b1133d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfbc1c7f5c3220e9d3c3e47ab0843843\";a:5:{s:6:\"source\";s:32:\"dfbc1c7f5c3220e9d3c3e47ab0843843\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0b7f7477593f09d27d7e46efc20cdc4\";a:5:{s:6:\"source\";s:32:\"b0b7f7477593f09d27d7e46efc20cdc4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4627c1ea4e4f8b903d5535de9f786f0c\";a:5:{s:6:\"source\";s:32:\"4627c1ea4e4f8b903d5535de9f786f0c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60e131981d3beb2d0f441d821c24ace4\";a:5:{s:6:\"source\";s:32:\"60e131981d3beb2d0f441d821c24ace4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6a0b4dcc127254a0a278b82ae885dcbf\";a:5:{s:6:\"source\";s:32:\"6a0b4dcc127254a0a278b82ae885dcbf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"057d93dc1f1467b6ce9b9612686f533e\";a:5:{s:6:\"source\";s:32:\"057d93dc1f1467b6ce9b9612686f533e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a23db7d8ba18d1095cab4bb931bbd989\";a:5:{s:6:\"source\";s:32:\"a23db7d8ba18d1095cab4bb931bbd989\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"247ef023f00e0f18b88089771db77a38\";a:5:{s:6:\"source\";s:32:\"247ef023f00e0f18b88089771db77a38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a05910ad23405aa230ebfa7a239e732\";a:5:{s:6:\"source\";s:32:\"8a05910ad23405aa230ebfa7a239e732\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30f4f1e37587085abbb6654ce46adbc9\";a:5:{s:6:\"source\";s:32:\"30f4f1e37587085abbb6654ce46adbc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f3245d3b0fffa9753999d1ed0b20d4f\";a:5:{s:6:\"source\";s:32:\"4f3245d3b0fffa9753999d1ed0b20d4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e19b55289a6ebe617d282155a85aebe4\";a:5:{s:6:\"source\";s:32:\"e19b55289a6ebe617d282155a85aebe4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01bdc34dc2af389cabe72197f1595e21\";a:5:{s:6:\"source\";s:32:\"01bdc34dc2af389cabe72197f1595e21\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"faf4d85453a9d4bed84b02afbbd6c16c\";a:5:{s:6:\"source\";s:32:\"faf4d85453a9d4bed84b02afbbd6c16c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f300f092b4465f3460ac67f2468855ea\";a:5:{s:6:\"source\";s:32:\"f300f092b4465f3460ac67f2468855ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5430080714251b0958aebd2a52a4efa\";a:5:{s:6:\"source\";s:32:\"a5430080714251b0958aebd2a52a4efa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6dd8545b22bd28b7e4b153350fa93536\";a:5:{s:6:\"source\";s:32:\"6dd8545b22bd28b7e4b153350fa93536\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"197a04fdbd49925f0ed7c8f0ad7490e1\";a:5:{s:6:\"source\";s:32:\"197a04fdbd49925f0ed7c8f0ad7490e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3caf6a1f0f220f631767f1254ba3907e\";a:5:{s:6:\"source\";s:32:\"3caf6a1f0f220f631767f1254ba3907e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ebb09d340cf47071f50435ec8317efec\";a:5:{s:6:\"source\";s:32:\"ebb09d340cf47071f50435ec8317efec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aaee76bbaee049580a752cd997b9d87b\";a:5:{s:6:\"source\";s:32:\"aaee76bbaee049580a752cd997b9d87b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f6c0deac7abef3ce2dd5e02731ffaa2\";a:5:{s:6:\"source\";s:32:\"9f6c0deac7abef3ce2dd5e02731ffaa2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c993227d012944de14a518e071adc9e1\";a:5:{s:6:\"source\";s:32:\"c993227d012944de14a518e071adc9e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b19cd846226feb66106c779c7b0aac2d\";a:5:{s:6:\"source\";s:32:\"b19cd846226feb66106c779c7b0aac2d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1d4f78d0dd81e6293096da6225cc4ac\";a:5:{s:6:\"source\";s:32:\"a1d4f78d0dd81e6293096da6225cc4ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"65f02bec79f893eb960aaebb6004b2a4\";a:5:{s:6:\"source\";s:32:\"65f02bec79f893eb960aaebb6004b2a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64d5ce851388169556744744bdae04dc\";a:5:{s:6:\"source\";s:32:\"64d5ce851388169556744744bdae04dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1e9459f55291868e2ff3ceff1a9ed0e\";a:5:{s:6:\"source\";s:32:\"e1e9459f55291868e2ff3ceff1a9ed0e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d292b182764fb764cd8ac9bf0d1d294\";a:5:{s:6:\"source\";s:32:\"4d292b182764fb764cd8ac9bf0d1d294\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfaa0c034a01ae08f7170a18789bb589\";a:5:{s:6:\"source\";s:32:\"cfaa0c034a01ae08f7170a18789bb589\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25c5d07be85058ae7948187f1d211d44\";a:5:{s:6:\"source\";s:32:\"25c5d07be85058ae7948187f1d211d44\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fbcb6464f745c26ff60b08478ed98e0\";a:5:{s:6:\"source\";s:32:\"7fbcb6464f745c26ff60b08478ed98e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"576616693f9243ade92d7a7adb3a4692\";a:5:{s:6:\"source\";s:32:\"576616693f9243ade92d7a7adb3a4692\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd090c48e2c4e0d4190b4694cecfb36d\";a:5:{s:6:\"source\";s:32:\"bd090c48e2c4e0d4190b4694cecfb36d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eadbd383cae1287cf10165f7a067e63d\";a:5:{s:6:\"source\";s:32:\"eadbd383cae1287cf10165f7a067e63d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9fcb25e84731aae8b55a8838e1f4336e\";a:5:{s:6:\"source\";s:32:\"9fcb25e84731aae8b55a8838e1f4336e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11afaec21c18c2043a0828d2db47c0fd\";a:5:{s:6:\"source\";s:32:\"11afaec21c18c2043a0828d2db47c0fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9bf09d37e757abfa785487a50be07b4\";a:5:{s:6:\"source\";s:32:\"d9bf09d37e757abfa785487a50be07b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2bc413e679a3dab15b96fc782d86705\";a:5:{s:6:\"source\";s:32:\"b2bc413e679a3dab15b96fc782d86705\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5055c7b0aefe46fa287bcec508ccef38\";a:5:{s:6:\"source\";s:32:\"5055c7b0aefe46fa287bcec508ccef38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4cf0c79f5099fa2f735868ca997cf9d6\";a:5:{s:6:\"source\";s:32:\"4cf0c79f5099fa2f735868ca997cf9d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23e09657a351c40e8de2078e3406373c\";a:5:{s:6:\"source\";s:32:\"23e09657a351c40e8de2078e3406373c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80305a87c30a363cd5cbc698ba220841\";a:5:{s:6:\"source\";s:32:\"80305a87c30a363cd5cbc698ba220841\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b3cc662d39df7eb73d6377748a338e2\";a:5:{s:6:\"source\";s:32:\"5b3cc662d39df7eb73d6377748a338e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92369e12bef2398c20e00616b3aff834\";a:5:{s:6:\"source\";s:32:\"92369e12bef2398c20e00616b3aff834\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a5d7525cb32fc7baaafcec7d24cc0fe\";a:5:{s:6:\"source\";s:32:\"1a5d7525cb32fc7baaafcec7d24cc0fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6426ae9faf7d972189c15b38846e193\";a:5:{s:6:\"source\";s:32:\"a6426ae9faf7d972189c15b38846e193\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c64a64235313c570609a196f405f8ede\";a:5:{s:6:\"source\";s:32:\"c64a64235313c570609a196f405f8ede\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3480b27a3d9200fd5bfb6721bff46a04\";a:5:{s:6:\"source\";s:32:\"3480b27a3d9200fd5bfb6721bff46a04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c150f235b6fab793cc3934829409a30a\";a:5:{s:6:\"source\";s:32:\"c150f235b6fab793cc3934829409a30a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"587915d74c664b2f02875aff10ca4120\";a:5:{s:6:\"source\";s:32:\"587915d74c664b2f02875aff10ca4120\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14a877b208527736f0a53bcc5082abc6\";a:5:{s:6:\"source\";s:32:\"14a877b208527736f0a53bcc5082abc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f94ce33e294de0a45cad4b9b855caad\";a:5:{s:6:\"source\";s:32:\"4f94ce33e294de0a45cad4b9b855caad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e2a58cfeabe2c46d6d2e064b3b9fd98\";a:5:{s:6:\"source\";s:32:\"5e2a58cfeabe2c46d6d2e064b3b9fd98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e49f7ac8e4a6c9eb57eccb69363fcc2d\";a:5:{s:6:\"source\";s:32:\"e49f7ac8e4a6c9eb57eccb69363fcc2d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"012bf7ffbec20049eb4d5b54d6e5b387\";a:5:{s:6:\"source\";s:32:\"012bf7ffbec20049eb4d5b54d6e5b387\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6bc47b0cce093cfa73c7af8f23d23abc\";a:5:{s:6:\"source\";s:32:\"6bc47b0cce093cfa73c7af8f23d23abc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7673d669e0542dfeb6088406f200f8da\";a:5:{s:6:\"source\";s:32:\"7673d669e0542dfeb6088406f200f8da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"79f8a9ee41f4811ed39006e4ed0ee9e5\";a:5:{s:6:\"source\";s:32:\"79f8a9ee41f4811ed39006e4ed0ee9e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c147306aa66954924b4742f15360b161\";a:5:{s:6:\"source\";s:32:\"c147306aa66954924b4742f15360b161\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1208a114e7ad7b24cf586cca96a7b510\";a:5:{s:6:\"source\";s:32:\"1208a114e7ad7b24cf586cca96a7b510\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"017c7a544251613de0334f1ae9316a29\";a:5:{s:6:\"source\";s:32:\"017c7a544251613de0334f1ae9316a29\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c54c52f813d32436ee3d54e60837cde\";a:5:{s:6:\"source\";s:32:\"3c54c52f813d32436ee3d54e60837cde\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7295371ad988ba00a3339350d3f6391\";a:5:{s:6:\"source\";s:32:\"a7295371ad988ba00a3339350d3f6391\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"263c28795112c5be3859c645dd553c95\";a:5:{s:6:\"source\";s:32:\"263c28795112c5be3859c645dd553c95\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c822b177b9f4cdd4264c3e62b9885fc6\";a:5:{s:6:\"source\";s:32:\"c822b177b9f4cdd4264c3e62b9885fc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c9c09a8a530ef1bb47b8308d1b3053a\";a:5:{s:6:\"source\";s:32:\"7c9c09a8a530ef1bb47b8308d1b3053a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b3f9b20be1de52cb61e20c6931e56be\";a:5:{s:6:\"source\";s:32:\"1b3f9b20be1de52cb61e20c6931e56be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98f99389a63a4b7535fb5dd4d51b4b6d\";a:5:{s:6:\"source\";s:32:\"98f99389a63a4b7535fb5dd4d51b4b6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f15f46c66fd9209ff0bfc45ba37ad26\";a:5:{s:6:\"source\";s:32:\"6f15f46c66fd9209ff0bfc45ba37ad26\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f89370bacd92aeaba7396f5b5fcd59e\";a:5:{s:6:\"source\";s:32:\"9f89370bacd92aeaba7396f5b5fcd59e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e02e15d672acf9c0542e05a1b6cbac6c\";a:5:{s:6:\"source\";s:32:\"e02e15d672acf9c0542e05a1b6cbac6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43e0f4ed4b68515c8030c2364bcee1eb\";a:5:{s:6:\"source\";s:32:\"43e0f4ed4b68515c8030c2364bcee1eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ced94aa9333d7df2f49e797f3ef3d2d0\";a:5:{s:6:\"source\";s:32:\"ced94aa9333d7df2f49e797f3ef3d2d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1f77b8413db63f3c8ad04f40f436fc5\";a:5:{s:6:\"source\";s:32:\"a1f77b8413db63f3c8ad04f40f436fc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"331073f11f7d00d0437f073ab4173814\";a:5:{s:6:\"source\";s:32:\"331073f11f7d00d0437f073ab4173814\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfaafeec5d411972ef530be25874cd74\";a:5:{s:6:\"source\";s:32:\"dfaafeec5d411972ef530be25874cd74\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6d64eb6d048329dbb4d144d16f1f6dc\";a:5:{s:6:\"source\";s:32:\"e6d64eb6d048329dbb4d144d16f1f6dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6a3c03466dd1097c02417b37afbb23e\";a:5:{s:6:\"source\";s:32:\"b6a3c03466dd1097c02417b37afbb23e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"478ca9248a198dc28f023b308b8f8a4a\";a:5:{s:6:\"source\";s:32:\"478ca9248a198dc28f023b308b8f8a4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97fecd0f6986e33a50295ca45ab684c6\";a:5:{s:6:\"source\";s:32:\"97fecd0f6986e33a50295ca45ab684c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d418f81f2496f62ccc4061388548ca7d\";a:5:{s:6:\"source\";s:32:\"d418f81f2496f62ccc4061388548ca7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2a49e70adfaea688fe0244d6ed5e222\";a:5:{s:6:\"source\";s:32:\"c2a49e70adfaea688fe0244d6ed5e222\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75d21996144a495827ee384b1e947b9a\";a:5:{s:6:\"source\";s:32:\"75d21996144a495827ee384b1e947b9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4f35e1a44c12f5cf984b59a31549e88\";a:5:{s:6:\"source\";s:32:\"c4f35e1a44c12f5cf984b59a31549e88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa30221a9d8e862acbabeb0dde20f487\";a:5:{s:6:\"source\";s:32:\"aa30221a9d8e862acbabeb0dde20f487\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de429eb61fbe02a14ab97a50e1ae4cba\";a:5:{s:6:\"source\";s:32:\"de429eb61fbe02a14ab97a50e1ae4cba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0dd7e88db128e712b33d3db4a1247dde\";a:5:{s:6:\"source\";s:32:\"0dd7e88db128e712b33d3db4a1247dde\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab4f00c95f46046908cd625261b0e935\";a:5:{s:6:\"source\";s:32:\"ab4f00c95f46046908cd625261b0e935\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1dc91098247af037a7e5646479230628\";a:5:{s:6:\"source\";s:32:\"1dc91098247af037a7e5646479230628\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b5e5df9540e0b6b0137f34095c92085\";a:5:{s:6:\"source\";s:32:\"2b5e5df9540e0b6b0137f34095c92085\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd8460f67ce76bae3051d845cfd191e8\";a:5:{s:6:\"source\";s:32:\"dd8460f67ce76bae3051d845cfd191e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a3279256b00646cbd51b0143fc40065\";a:5:{s:6:\"source\";s:32:\"8a3279256b00646cbd51b0143fc40065\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13e6181b55a1e4473a258758b28b9597\";a:5:{s:6:\"source\";s:32:\"13e6181b55a1e4473a258758b28b9597\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4777c5683e0410c4c674605316bf38c9\";a:5:{s:6:\"source\";s:32:\"4777c5683e0410c4c674605316bf38c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae9d03bce59e2037f3d093ab47378e03\";a:5:{s:6:\"source\";s:32:\"ae9d03bce59e2037f3d093ab47378e03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f2d8345f210679e5170fe1ed1df585f\";a:5:{s:6:\"source\";s:32:\"4f2d8345f210679e5170fe1ed1df585f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3f53fccfa6b09998fd2c3502d544754\";a:5:{s:6:\"source\";s:32:\"e3f53fccfa6b09998fd2c3502d544754\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"392ba1940eca81bd74c7fb49d774c4fd\";a:5:{s:6:\"source\";s:32:\"392ba1940eca81bd74c7fb49d774c4fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6f6b4d7a209f9d54ab0af955d103104\";a:5:{s:6:\"source\";s:32:\"e6f6b4d7a209f9d54ab0af955d103104\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f34c822f63cfe4e5329eda573f90afec\";a:5:{s:6:\"source\";s:32:\"f34c822f63cfe4e5329eda573f90afec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8986ff5443da1cce7aab3c0c5a6798e\";a:5:{s:6:\"source\";s:32:\"b8986ff5443da1cce7aab3c0c5a6798e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d24e685e763ec4cc3ae09e7283aca01\";a:5:{s:6:\"source\";s:32:\"9d24e685e763ec4cc3ae09e7283aca01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ddc95ad77c735d7df8958504d2cab730\";a:5:{s:6:\"source\";s:32:\"ddc95ad77c735d7df8958504d2cab730\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d58e967b3191471eeb3b52e75bfadba4\";a:5:{s:6:\"source\";s:32:\"d58e967b3191471eeb3b52e75bfadba4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6da803bcbd5ab195fc62fb48e79c94da\";a:5:{s:6:\"source\";s:32:\"6da803bcbd5ab195fc62fb48e79c94da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7a98f64db0896bf95fb1ec894df230e\";a:5:{s:6:\"source\";s:32:\"c7a98f64db0896bf95fb1ec894df230e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24b4c03dcdfbd554062eb72d464a03aa\";a:5:{s:6:\"source\";s:32:\"24b4c03dcdfbd554062eb72d464a03aa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98f12774af1a7568197e7d03b43d8b58\";a:5:{s:6:\"source\";s:32:\"98f12774af1a7568197e7d03b43d8b58\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cee5353f946a02d8129d59d3ed5ffb9\";a:5:{s:6:\"source\";s:32:\"3cee5353f946a02d8129d59d3ed5ffb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cd739df23b3ef3c5326e1dc5b3daffa\";a:5:{s:6:\"source\";s:32:\"6cd739df23b3ef3c5326e1dc5b3daffa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e6ba4117ae5d22d797544e2fad00302\";a:5:{s:6:\"source\";s:32:\"4e6ba4117ae5d22d797544e2fad00302\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8a4a439eee8392ff16b8a99e0840387\";a:5:{s:6:\"source\";s:32:\"d8a4a439eee8392ff16b8a99e0840387\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33672d51f54342fb6fa0eb285c12b64b\";a:5:{s:6:\"source\";s:32:\"33672d51f54342fb6fa0eb285c12b64b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cbd456a2bc45a55f3dd9877a6bb8087c\";a:5:{s:6:\"source\";s:32:\"cbd456a2bc45a55f3dd9877a6bb8087c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2447fad0001525bf078969e1078e7cd1\";a:5:{s:6:\"source\";s:32:\"2447fad0001525bf078969e1078e7cd1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d419020213f77653ef7fff09b1c96b05\";a:5:{s:6:\"source\";s:32:\"d419020213f77653ef7fff09b1c96b05\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af9c26e42a45c85c27725da7a209e6ee\";a:5:{s:6:\"source\";s:32:\"af9c26e42a45c85c27725da7a209e6ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c68655b55bc8fd084f221adf3cda6d59\";a:5:{s:6:\"source\";s:32:\"c68655b55bc8fd084f221adf3cda6d59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98bb805fb6882aab65575eaa56b4b662\";a:5:{s:6:\"source\";s:32:\"98bb805fb6882aab65575eaa56b4b662\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7ab4f0110a9189cecf727bb12c031ff\";a:5:{s:6:\"source\";s:32:\"d7ab4f0110a9189cecf727bb12c031ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c754c799074e4ae2c970b52b1c8f356\";a:5:{s:6:\"source\";s:32:\"5c754c799074e4ae2c970b52b1c8f356\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1007caefdd87b63fd5efd68b513a2a9e\";a:5:{s:6:\"source\";s:32:\"1007caefdd87b63fd5efd68b513a2a9e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"870f9e3f74acedeb62a866b197bef223\";a:5:{s:6:\"source\";s:32:\"870f9e3f74acedeb62a866b197bef223\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"56327b0602b9377015f10134e95cf8bc\";a:5:{s:6:\"source\";s:32:\"56327b0602b9377015f10134e95cf8bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85db561878a7592bb5e80097123b7ced\";a:5:{s:6:\"source\";s:32:\"85db561878a7592bb5e80097123b7ced\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b425f9c5f3b99f7fafead6c06f92681\";a:5:{s:6:\"source\";s:32:\"4b425f9c5f3b99f7fafead6c06f92681\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c568a3a6a0e983c46952eaf9f0061ae\";a:5:{s:6:\"source\";s:32:\"8c568a3a6a0e983c46952eaf9f0061ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1be3fb497c49e86cedacd1da08b1227f\";a:5:{s:6:\"source\";s:32:\"1be3fb497c49e86cedacd1da08b1227f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e0d875ef9036168769fe23ef12ddff2\";a:5:{s:6:\"source\";s:32:\"9e0d875ef9036168769fe23ef12ddff2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e00494bc9e12401e8a315b7e17545c59\";a:5:{s:6:\"source\";s:32:\"e00494bc9e12401e8a315b7e17545c59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d35d0d2ce2487298a0499114e38df0f1\";a:5:{s:6:\"source\";s:32:\"d35d0d2ce2487298a0499114e38df0f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"918ea4df635d1aac8a77a5d96b20e62a\";a:5:{s:6:\"source\";s:32:\"918ea4df635d1aac8a77a5d96b20e62a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab409f1842e34ae3e44faa3d3eb6ae32\";a:5:{s:6:\"source\";s:32:\"ab409f1842e34ae3e44faa3d3eb6ae32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9dd25768ca9f3cd54da991c8389f739\";a:5:{s:6:\"source\";s:32:\"e9dd25768ca9f3cd54da991c8389f739\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9a01df0551fa2de90f8188d9d04a9b1\";a:5:{s:6:\"source\";s:32:\"a9a01df0551fa2de90f8188d9d04a9b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95a81298d5be778fa41e198f18cc18a9\";a:5:{s:6:\"source\";s:32:\"95a81298d5be778fa41e198f18cc18a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06629280d64d35f3ef774c80e6d113de\";a:5:{s:6:\"source\";s:32:\"06629280d64d35f3ef774c80e6d113de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2e6735a1eb941814198c65ea3781fad\";a:5:{s:6:\"source\";s:32:\"d2e6735a1eb941814198c65ea3781fad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0410432ab15354b2afc70a9b956a5c4\";a:5:{s:6:\"source\";s:32:\"a0410432ab15354b2afc70a9b956a5c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba9e453f7ddd9698da80804be11eafd1\";a:5:{s:6:\"source\";s:32:\"ba9e453f7ddd9698da80804be11eafd1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8157abd2d53892db04432d6a856a8c4\";a:5:{s:6:\"source\";s:32:\"a8157abd2d53892db04432d6a856a8c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a96fcd5ae5e73b2faad48e0d2fc641a\";a:5:{s:6:\"source\";s:32:\"1a96fcd5ae5e73b2faad48e0d2fc641a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f61782c992d6b094f3f04500a01f115\";a:5:{s:6:\"source\";s:32:\"5f61782c992d6b094f3f04500a01f115\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7919319fad036cd7a389af3db2ade337\";a:5:{s:6:\"source\";s:32:\"7919319fad036cd7a389af3db2ade337\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe500fac5989067afb0e3a92ad5eb197\";a:5:{s:6:\"source\";s:32:\"fe500fac5989067afb0e3a92ad5eb197\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d618980a323012d3268c8707a23e32b\";a:5:{s:6:\"source\";s:32:\"7d618980a323012d3268c8707a23e32b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"585c353b3fb834264dabb86774aedcf0\";a:5:{s:6:\"source\";s:32:\"585c353b3fb834264dabb86774aedcf0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5f604258b09c459267eba915fc5be96\";a:5:{s:6:\"source\";s:32:\"f5f604258b09c459267eba915fc5be96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7220feaa2bb501c463d316cb9d668058\";a:5:{s:6:\"source\";s:32:\"7220feaa2bb501c463d316cb9d668058\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12bb520c4521b19fbeedecf1cd9b4077\";a:5:{s:6:\"source\";s:32:\"12bb520c4521b19fbeedecf1cd9b4077\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea53af7baa98d9dbaa07d7244d3ff979\";a:5:{s:6:\"source\";s:32:\"ea53af7baa98d9dbaa07d7244d3ff979\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"edf4d44ceafe71b76253334a49dd2245\";a:5:{s:6:\"source\";s:32:\"edf4d44ceafe71b76253334a49dd2245\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c3206e1b98861e62f197b4f2853149b\";a:5:{s:6:\"source\";s:32:\"7c3206e1b98861e62f197b4f2853149b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7bcbf390069f89889f7913a5a7fd440b\";a:5:{s:6:\"source\";s:32:\"7bcbf390069f89889f7913a5a7fd440b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97ec20ee08116cb1a298c24c03f49f53\";a:5:{s:6:\"source\";s:32:\"97ec20ee08116cb1a298c24c03f49f53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2b914a2d8666cf889d23579fd36f141\";a:5:{s:6:\"source\";s:32:\"a2b914a2d8666cf889d23579fd36f141\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dba05295794a4df8082a24067b3495e1\";a:5:{s:6:\"source\";s:32:\"dba05295794a4df8082a24067b3495e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e50d8702ebb2f6772a8daa241f96fe25\";a:5:{s:6:\"source\";s:32:\"e50d8702ebb2f6772a8daa241f96fe25\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92b736634d847d987c0ad3e811367682\";a:5:{s:6:\"source\";s:32:\"92b736634d847d987c0ad3e811367682\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5af17698c78196dc6f13c59c71065311\";a:5:{s:6:\"source\";s:32:\"5af17698c78196dc6f13c59c71065311\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee45a447345b492a49f4fe7fc6e48b0b\";a:5:{s:6:\"source\";s:32:\"ee45a447345b492a49f4fe7fc6e48b0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"27b7c221505c6395e9e76e9b81a4216f\";a:5:{s:6:\"source\";s:32:\"27b7c221505c6395e9e76e9b81a4216f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dea4031583c8786d202739b8a77a8df6\";a:5:{s:6:\"source\";s:32:\"dea4031583c8786d202739b8a77a8df6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0143979334d2d73ca7bf17aae55973ff\";a:5:{s:6:\"source\";s:32:\"0143979334d2d73ca7bf17aae55973ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2867a5fc533778b1b46f3744629ce5b0\";a:5:{s:6:\"source\";s:32:\"2867a5fc533778b1b46f3744629ce5b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a31d1104d70e0a93be538798e16338fd\";a:5:{s:6:\"source\";s:32:\"a31d1104d70e0a93be538798e16338fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23ed5edc10f9e546682a641f0b1208d7\";a:5:{s:6:\"source\";s:32:\"23ed5edc10f9e546682a641f0b1208d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5c8e43f11f6c143a75a7a3c8cb76165\";a:5:{s:6:\"source\";s:32:\"f5c8e43f11f6c143a75a7a3c8cb76165\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ae137f8019d30d590a3eb3e5a3e5d37\";a:5:{s:6:\"source\";s:32:\"8ae137f8019d30d590a3eb3e5a3e5d37\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0abe08486d53b69b9ba1d2b1e1b62efa\";a:5:{s:6:\"source\";s:32:\"0abe08486d53b69b9ba1d2b1e1b62efa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ccb42622c2c9e21ab7508dfb90d99859\";a:5:{s:6:\"source\";s:32:\"ccb42622c2c9e21ab7508dfb90d99859\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2ce740469906f9d48068d337db65d07\";a:5:{s:6:\"source\";s:32:\"c2ce740469906f9d48068d337db65d07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a5ff5a97fa447edc9463bd33e6a9d76\";a:5:{s:6:\"source\";s:32:\"1a5ff5a97fa447edc9463bd33e6a9d76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b984af2b30ce000738f014961fd2073\";a:5:{s:6:\"source\";s:32:\"3b984af2b30ce000738f014961fd2073\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e90af726ae48a6fa8b17f27bd1acbb5\";a:5:{s:6:\"source\";s:32:\"4e90af726ae48a6fa8b17f27bd1acbb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eb127ffea7f5c611d0dd442274183cda\";a:5:{s:6:\"source\";s:32:\"eb127ffea7f5c611d0dd442274183cda\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b374a5c08c78005c130a83a6a8bb6ca1\";a:5:{s:6:\"source\";s:32:\"b374a5c08c78005c130a83a6a8bb6ca1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44745b00e29855c823257f3298f26b28\";a:5:{s:6:\"source\";s:32:\"44745b00e29855c823257f3298f26b28\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5668dbee1be927cc3eb958af3dfbd4f7\";a:5:{s:6:\"source\";s:32:\"5668dbee1be927cc3eb958af3dfbd4f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30f1bdc5ed8c6228617025b19ed67e37\";a:5:{s:6:\"source\";s:32:\"30f1bdc5ed8c6228617025b19ed67e37\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02b352288863ea101a14739f04259596\";a:5:{s:6:\"source\";s:32:\"02b352288863ea101a14739f04259596\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"565b8ce6b76aa7a5016ab4d1ca98bcc7\";a:5:{s:6:\"source\";s:32:\"565b8ce6b76aa7a5016ab4d1ca98bcc7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e173d097cc32a28451f87920a35d8004\";a:5:{s:6:\"source\";s:32:\"e173d097cc32a28451f87920a35d8004\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d32a31f4cc5d6f92d3397c912937c35e\";a:5:{s:6:\"source\";s:32:\"d32a31f4cc5d6f92d3397c912937c35e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dae4e8e80f1ac2eb2170089fc94c147e\";a:5:{s:6:\"source\";s:32:\"dae4e8e80f1ac2eb2170089fc94c147e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd91b67dc8c2c62c3e9785e7abd81c08\";a:5:{s:6:\"source\";s:32:\"dd91b67dc8c2c62c3e9785e7abd81c08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d85c13eb18c4e7a52859aa212b7c3425\";a:5:{s:6:\"source\";s:32:\"d85c13eb18c4e7a52859aa212b7c3425\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2032ebec0dc537fd1b34d8759a8c9a36\";a:5:{s:6:\"source\";s:32:\"2032ebec0dc537fd1b34d8759a8c9a36\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db054397ff63832f1371215ec3639533\";a:5:{s:6:\"source\";s:32:\"db054397ff63832f1371215ec3639533\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a8ce44ec668859d2533f86adb0b7a4a\";a:5:{s:6:\"source\";s:32:\"9a8ce44ec668859d2533f86adb0b7a4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d4e1fa8b6f690e116526ab499213210\";a:5:{s:6:\"source\";s:32:\"4d4e1fa8b6f690e116526ab499213210\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5202cc3702963b36cc5defbc9c01c95\";a:5:{s:6:\"source\";s:32:\"f5202cc3702963b36cc5defbc9c01c95\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b06cbdb342d6c0d1510712aa3a30294\";a:5:{s:6:\"source\";s:32:\"9b06cbdb342d6c0d1510712aa3a30294\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f55f3842ec4b048095367560d7bea885\";a:5:{s:6:\"source\";s:32:\"f55f3842ec4b048095367560d7bea885\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee782607820e0637a6ae20cfc754d68f\";a:5:{s:6:\"source\";s:32:\"ee782607820e0637a6ae20cfc754d68f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc1b9be53ba6e1d915b5d392a2b660ef\";a:5:{s:6:\"source\";s:32:\"bc1b9be53ba6e1d915b5d392a2b660ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6349ef058f72c51a1b60c144cf20d469\";a:5:{s:6:\"source\";s:32:\"6349ef058f72c51a1b60c144cf20d469\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c0c12752f1aa02668ebf0ac9b7f79f0\";a:5:{s:6:\"source\";s:32:\"0c0c12752f1aa02668ebf0ac9b7f79f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf33c79fb8e27324355e34a9a43e7cc9\";a:5:{s:6:\"source\";s:32:\"bf33c79fb8e27324355e34a9a43e7cc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad5bb5aaf16376d20fc2bd0894d9441a\";a:5:{s:6:\"source\";s:32:\"ad5bb5aaf16376d20fc2bd0894d9441a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8cb5d1580ae89689b917b2b7b547ac6c\";a:5:{s:6:\"source\";s:32:\"8cb5d1580ae89689b917b2b7b547ac6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9693db59ca99f92656c3134d5551b647\";a:5:{s:6:\"source\";s:32:\"9693db59ca99f92656c3134d5551b647\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"913802ce43509d1acb68615580f20bce\";a:5:{s:6:\"source\";s:32:\"913802ce43509d1acb68615580f20bce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00bdc3ddc74cc2053d15bde7569f0c5f\";a:5:{s:6:\"source\";s:32:\"00bdc3ddc74cc2053d15bde7569f0c5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc189c23fdcf5032c9d8baf7ab7b87e4\";a:5:{s:6:\"source\";s:32:\"bc189c23fdcf5032c9d8baf7ab7b87e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5eb27464972841c26b8698ac5baaf1ee\";a:5:{s:6:\"source\";s:32:\"5eb27464972841c26b8698ac5baaf1ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3e13a3277efdca45f9f27309f2d139f\";a:5:{s:6:\"source\";s:32:\"a3e13a3277efdca45f9f27309f2d139f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5b99caf1315752ff5b8311633db46f6\";a:5:{s:6:\"source\";s:32:\"b5b99caf1315752ff5b8311633db46f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4482c176c9085ffef365ebbcf972a005\";a:5:{s:6:\"source\";s:32:\"4482c176c9085ffef365ebbcf972a005\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"902f7f53c8c8913c0acaa756c584e14f\";a:5:{s:6:\"source\";s:32:\"902f7f53c8c8913c0acaa756c584e14f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97aad1cadda30426d9a269fa2d7a041c\";a:5:{s:6:\"source\";s:32:\"97aad1cadda30426d9a269fa2d7a041c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d55240f63a74acd8f07d9f292482af8b\";a:5:{s:6:\"source\";s:32:\"d55240f63a74acd8f07d9f292482af8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d40c41d4ca587acb873465a6410db5e\";a:5:{s:6:\"source\";s:32:\"8d40c41d4ca587acb873465a6410db5e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"488960d6ce64a08be35f27678d42211c\";a:5:{s:6:\"source\";s:32:\"488960d6ce64a08be35f27678d42211c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c138cf4a85e31f0f128ba383f95e6fc\";a:5:{s:6:\"source\";s:32:\"7c138cf4a85e31f0f128ba383f95e6fc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b8cb8cb37ae4057e8b5a16a50871bb0\";a:5:{s:6:\"source\";s:32:\"6b8cb8cb37ae4057e8b5a16a50871bb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9309839782e3d451fd92fb4e3fe2dfe\";a:5:{s:6:\"source\";s:32:\"e9309839782e3d451fd92fb4e3fe2dfe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ac327fa2364c60227875cf4a6115540\";a:5:{s:6:\"source\";s:32:\"5ac327fa2364c60227875cf4a6115540\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"216a593659d2f520844a7adf05312006\";a:5:{s:6:\"source\";s:32:\"216a593659d2f520844a7adf05312006\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b351f0eeebc35981239e11791e5c268\";a:5:{s:6:\"source\";s:32:\"1b351f0eeebc35981239e11791e5c268\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87bda5e55a41b8ec1c54bdfe5b19a478\";a:5:{s:6:\"source\";s:32:\"87bda5e55a41b8ec1c54bdfe5b19a478\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10ddfab59bb5ff247ede42dccec44e69\";a:5:{s:6:\"source\";s:32:\"10ddfab59bb5ff247ede42dccec44e69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43785b6865c479c648127a4e6aab5546\";a:5:{s:6:\"source\";s:32:\"43785b6865c479c648127a4e6aab5546\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"277dfca393cc7b5d2b2b04f75c381771\";a:5:{s:6:\"source\";s:32:\"277dfca393cc7b5d2b2b04f75c381771\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"339d945232b6a164f698d6710cab738a\";a:5:{s:6:\"source\";s:32:\"339d945232b6a164f698d6710cab738a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8170c6a633593972d030d27690a48e59\";a:5:{s:6:\"source\";s:32:\"8170c6a633593972d030d27690a48e59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eea358d7184e29a19be64bc47a0aafb0\";a:5:{s:6:\"source\";s:32:\"eea358d7184e29a19be64bc47a0aafb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3713ae944b2e50e69ac4c81f2070d6f\";a:5:{s:6:\"source\";s:32:\"a3713ae944b2e50e69ac4c81f2070d6f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9964773617c5c8e1754607ef2e502ac\";a:5:{s:6:\"source\";s:32:\"e9964773617c5c8e1754607ef2e502ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f644e7197ba33cfcb53800773d3c320\";a:5:{s:6:\"source\";s:32:\"6f644e7197ba33cfcb53800773d3c320\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a0071771e84a65f5a447e82672ea128\";a:5:{s:6:\"source\";s:32:\"1a0071771e84a65f5a447e82672ea128\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d346e5744ca3309638753b5b4d9181f3\";a:5:{s:6:\"source\";s:32:\"d346e5744ca3309638753b5b4d9181f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4effc3d46de36f24a85fe780beeac8af\";a:5:{s:6:\"source\";s:32:\"4effc3d46de36f24a85fe780beeac8af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf34d7fe5d00c7dc336a06bd52c3bbc0\";a:5:{s:6:\"source\";s:32:\"bf34d7fe5d00c7dc336a06bd52c3bbc0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef975868f16f95b5f5e2de7a75adc56f\";a:5:{s:6:\"source\";s:32:\"ef975868f16f95b5f5e2de7a75adc56f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f8ada914158367d93bf68e58a0e8de1\";a:5:{s:6:\"source\";s:32:\"8f8ada914158367d93bf68e58a0e8de1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d066c463ed6c67ed540c83bb1948a1be\";a:5:{s:6:\"source\";s:32:\"d066c463ed6c67ed540c83bb1948a1be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a89a2b6b4f5173f87067ab004962050a\";a:5:{s:6:\"source\";s:32:\"a89a2b6b4f5173f87067ab004962050a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d83259ee4d33327340a1485dccb3b409\";a:5:{s:6:\"source\";s:32:\"d83259ee4d33327340a1485dccb3b409\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"620e1d92ce974d898551d3967776ae86\";a:5:{s:6:\"source\";s:32:\"620e1d92ce974d898551d3967776ae86\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb2a800f2529a5f03a1f7981c233d029\";a:5:{s:6:\"source\";s:32:\"bb2a800f2529a5f03a1f7981c233d029\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ca0d9ef3367d23700acc6107f3f598d\";a:5:{s:6:\"source\";s:32:\"8ca0d9ef3367d23700acc6107f3f598d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d55ff5f6df4dc8704a02d12d6d238fa\";a:5:{s:6:\"source\";s:32:\"8d55ff5f6df4dc8704a02d12d6d238fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"172add15fcad5da6e04757aa0d2ea3c4\";a:5:{s:6:\"source\";s:32:\"172add15fcad5da6e04757aa0d2ea3c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85dc50a1a675b1d8fa6071c22c8616af\";a:5:{s:6:\"source\";s:32:\"85dc50a1a675b1d8fa6071c22c8616af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62a4c5f8bfc74c32451ff901bd1a31f5\";a:5:{s:6:\"source\";s:32:\"62a4c5f8bfc74c32451ff901bd1a31f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"36b3bbea1179d584327d12a1566f645e\";a:5:{s:6:\"source\";s:32:\"36b3bbea1179d584327d12a1566f645e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"29b51b50be5757970d975ec72bef5cc6\";a:5:{s:6:\"source\";s:32:\"29b51b50be5757970d975ec72bef5cc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2d664435a58f62e232caabafbc063fe\";a:5:{s:6:\"source\";s:32:\"f2d664435a58f62e232caabafbc063fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b773e32e5de45a9f1dd00eac04d426d6\";a:5:{s:6:\"source\";s:32:\"b773e32e5de45a9f1dd00eac04d426d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8bb57b6b5a51c72134e05e362629e4f4\";a:5:{s:6:\"source\";s:32:\"8bb57b6b5a51c72134e05e362629e4f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd5e0e998affd9f699c90304aa5b3d3f\";a:5:{s:6:\"source\";s:32:\"fd5e0e998affd9f699c90304aa5b3d3f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1cdf060858ac52e81a800247c21373f7\";a:5:{s:6:\"source\";s:32:\"1cdf060858ac52e81a800247c21373f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75670e9aea44f000fc21cbd150ffd232\";a:5:{s:6:\"source\";s:32:\"75670e9aea44f000fc21cbd150ffd232\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"184969952e4dd8fef3a697fe792f03e1\";a:5:{s:6:\"source\";s:32:\"184969952e4dd8fef3a697fe792f03e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ecb80ccb76040f4f8a386ac1eab9d9e\";a:5:{s:6:\"source\";s:32:\"0ecb80ccb76040f4f8a386ac1eab9d9e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c40d4a7c19a40d1c3ca3ee9fdf8ac18\";a:5:{s:6:\"source\";s:32:\"6c40d4a7c19a40d1c3ca3ee9fdf8ac18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed1bdef85df3ef61381ed6581e7cff02\";a:5:{s:6:\"source\";s:32:\"ed1bdef85df3ef61381ed6581e7cff02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4eed042a1ce06750945f29a94e486293\";a:5:{s:6:\"source\";s:32:\"4eed042a1ce06750945f29a94e486293\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c728e31b6d5e5b7ba32c3a94da72ed5\";a:5:{s:6:\"source\";s:32:\"3c728e31b6d5e5b7ba32c3a94da72ed5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"026bbe8886c590724e691dda35f0959b\";a:5:{s:6:\"source\";s:32:\"026bbe8886c590724e691dda35f0959b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c8885049405c4e793d7faa86fcf93a6\";a:5:{s:6:\"source\";s:32:\"8c8885049405c4e793d7faa86fcf93a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"adaff7163c71edcf2c8e965b9d53c7eb\";a:5:{s:6:\"source\";s:32:\"adaff7163c71edcf2c8e965b9d53c7eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48426d83257622939a7736f5f25b4066\";a:5:{s:6:\"source\";s:32:\"48426d83257622939a7736f5f25b4066\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19543013082b60b0ba72f9cfa4561ec9\";a:5:{s:6:\"source\";s:32:\"19543013082b60b0ba72f9cfa4561ec9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60c17edf66f4cb92cecac27c5b1ea602\";a:5:{s:6:\"source\";s:32:\"60c17edf66f4cb92cecac27c5b1ea602\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c990805c679692402cf75726efb021a\";a:5:{s:6:\"source\";s:32:\"0c990805c679692402cf75726efb021a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6e7bb94d779c69ed95aee47b1ed849e\";a:5:{s:6:\"source\";s:32:\"f6e7bb94d779c69ed95aee47b1ed849e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06f5d1f4c3d1eb6e91c10ff853b313b9\";a:5:{s:6:\"source\";s:32:\"06f5d1f4c3d1eb6e91c10ff853b313b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e602235a2ae5651296d1d84235c6127\";a:5:{s:6:\"source\";s:32:\"2e602235a2ae5651296d1d84235c6127\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23644e0056bd1798ec2db1f77853b2b3\";a:5:{s:6:\"source\";s:32:\"23644e0056bd1798ec2db1f77853b2b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dbfc317b1c7ad5df62262ec3a5b58115\";a:5:{s:6:\"source\";s:32:\"dbfc317b1c7ad5df62262ec3a5b58115\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b47179ad67c1ae8cff0795f03ae4424\";a:5:{s:6:\"source\";s:32:\"9b47179ad67c1ae8cff0795f03ae4424\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d23f8ce564a4e893f60acba9b59c640c\";a:5:{s:6:\"source\";s:32:\"d23f8ce564a4e893f60acba9b59c640c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"56b7de15242649faa4df144206f9e4a1\";a:5:{s:6:\"source\";s:32:\"56b7de15242649faa4df144206f9e4a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"466569630324182f928f1cda3fa78070\";a:5:{s:6:\"source\";s:32:\"466569630324182f928f1cda3fa78070\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"029b79d0132be8fdfa1cd98e25e80208\";a:5:{s:6:\"source\";s:32:\"029b79d0132be8fdfa1cd98e25e80208\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ece50b8179a616ae14163325445c51d\";a:5:{s:6:\"source\";s:32:\"7ece50b8179a616ae14163325445c51d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51b1b15cce567c5015e57685de40b6d2\";a:5:{s:6:\"source\";s:32:\"51b1b15cce567c5015e57685de40b6d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"421413a7496df7465a505e7e0868a01b\";a:5:{s:6:\"source\";s:32:\"421413a7496df7465a505e7e0868a01b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfa4c530419df9c41fbf933a1b98401b\";a:5:{s:6:\"source\";s:32:\"cfa4c530419df9c41fbf933a1b98401b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e8a8cc33baf9458a962e5b041c29c42\";a:5:{s:6:\"source\";s:32:\"1e8a8cc33baf9458a962e5b041c29c42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6b12c04ea887ecb098adf4b1a892cd9\";a:5:{s:6:\"source\";s:32:\"a6b12c04ea887ecb098adf4b1a892cd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ad63622da6bcbad5e10c4434ac6b398\";a:5:{s:6:\"source\";s:32:\"9ad63622da6bcbad5e10c4434ac6b398\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"042bcb586cab67024946a3ed696e53a0\";a:5:{s:6:\"source\";s:32:\"042bcb586cab67024946a3ed696e53a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e0b18eb11f45af0b80b841f2ce95b254\";a:5:{s:6:\"source\";s:32:\"e0b18eb11f45af0b80b841f2ce95b254\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45746e853ceb26ba628e7af503c07e5c\";a:5:{s:6:\"source\";s:32:\"45746e853ceb26ba628e7af503c07e5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd3dcf38c1d0bbf0eaa93e21a9eff110\";a:5:{s:6:\"source\";s:32:\"dd3dcf38c1d0bbf0eaa93e21a9eff110\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21cba19d5959ed2ca69029807d101c2a\";a:5:{s:6:\"source\";s:32:\"21cba19d5959ed2ca69029807d101c2a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd5fe982ca845575843af616578ea552\";a:5:{s:6:\"source\";s:32:\"fd5fe982ca845575843af616578ea552\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26e0deab72dbb16b20e7da217d3dc67d\";a:5:{s:6:\"source\";s:32:\"26e0deab72dbb16b20e7da217d3dc67d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6145ad359cbd75fba78f34a32cb460f\";a:5:{s:6:\"source\";s:32:\"f6145ad359cbd75fba78f34a32cb460f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e28e9a3b0627d2e3be916d48a581e472\";a:5:{s:6:\"source\";s:32:\"e28e9a3b0627d2e3be916d48a581e472\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9e5e6cef2685b417d36b43c9c6c8730\";a:5:{s:6:\"source\";s:32:\"a9e5e6cef2685b417d36b43c9c6c8730\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1e5cc58e99ad3fe35aa62515197cad8\";a:5:{s:6:\"source\";s:32:\"b1e5cc58e99ad3fe35aa62515197cad8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"542d5c0ed77f0f135acfde4e5e465891\";a:5:{s:6:\"source\";s:32:\"542d5c0ed77f0f135acfde4e5e465891\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bfdfbaefd331bca21ebc802d1fdbca1\";a:5:{s:6:\"source\";s:32:\"4bfdfbaefd331bca21ebc802d1fdbca1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"131812d49ebe698e0faf52a46eab1224\";a:5:{s:6:\"source\";s:32:\"131812d49ebe698e0faf52a46eab1224\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be9a320e6f00eab163714772bb1bc844\";a:5:{s:6:\"source\";s:32:\"be9a320e6f00eab163714772bb1bc844\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2a52c38172040319fb7948141a1202e\";a:5:{s:6:\"source\";s:32:\"d2a52c38172040319fb7948141a1202e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17942633d5609e9e4630321fe724e513\";a:5:{s:6:\"source\";s:32:\"17942633d5609e9e4630321fe724e513\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a9539b73c991e60e61b81d567974dba\";a:5:{s:6:\"source\";s:32:\"8a9539b73c991e60e61b81d567974dba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dba4b350d8a546f317adaad76fb430d2\";a:5:{s:6:\"source\";s:32:\"dba4b350d8a546f317adaad76fb430d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab2afde2e1407060ebcaefdea19d21ef\";a:5:{s:6:\"source\";s:32:\"ab2afde2e1407060ebcaefdea19d21ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ddcbeb5ead85819f3efd4b52fa77cec5\";a:5:{s:6:\"source\";s:32:\"ddcbeb5ead85819f3efd4b52fa77cec5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5a455dbc15825b48fc74b80c9d3ce1c\";a:5:{s:6:\"source\";s:32:\"d5a455dbc15825b48fc74b80c9d3ce1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"205d616fb458d8ed0600cde4f8df1fa5\";a:5:{s:6:\"source\";s:32:\"205d616fb458d8ed0600cde4f8df1fa5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"650b012b687ba453187fa96985798381\";a:5:{s:6:\"source\";s:32:\"650b012b687ba453187fa96985798381\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6a04e77b6bd99374c3f9a5885ad74ca\";a:5:{s:6:\"source\";s:32:\"e6a04e77b6bd99374c3f9a5885ad74ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a6b2262a550bf3da272da921584bea8\";a:5:{s:6:\"source\";s:32:\"7a6b2262a550bf3da272da921584bea8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32a45b90b063fd3899c0d4c7144de2dd\";a:5:{s:6:\"source\";s:32:\"32a45b90b063fd3899c0d4c7144de2dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a52a2a65019cfe397b00ca5e1fcdfc1a\";a:5:{s:6:\"source\";s:32:\"a52a2a65019cfe397b00ca5e1fcdfc1a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f70e1b9302e443032235c57cf6235d04\";a:5:{s:6:\"source\";s:32:\"f70e1b9302e443032235c57cf6235d04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69e3797f30d34ccccd94cbcfc579fa55\";a:5:{s:6:\"source\";s:32:\"69e3797f30d34ccccd94cbcfc579fa55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d85e902157008b328c017e773cebcf2\";a:5:{s:6:\"source\";s:32:\"6d85e902157008b328c017e773cebcf2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26ee262ea72ad6a13f759628e923757a\";a:5:{s:6:\"source\";s:32:\"26ee262ea72ad6a13f759628e923757a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"782069ec33d70a46fe593865fe907ff1\";a:5:{s:6:\"source\";s:32:\"782069ec33d70a46fe593865fe907ff1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d24d07fc6e13dc4d4943fd28fe3be001\";a:5:{s:6:\"source\";s:32:\"d24d07fc6e13dc4d4943fd28fe3be001\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b168284dbf72a1ec9e6fff9ec43ecef8\";a:5:{s:6:\"source\";s:32:\"b168284dbf72a1ec9e6fff9ec43ecef8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11d37d68e3eed58d068f14ac2c8e15ac\";a:5:{s:6:\"source\";s:32:\"11d37d68e3eed58d068f14ac2c8e15ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ec502aa406897562075de254c35b7cb\";a:5:{s:6:\"source\";s:32:\"1ec502aa406897562075de254c35b7cb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76f06f5b876f844e528320f67bb5b0b1\";a:5:{s:6:\"source\";s:32:\"76f06f5b876f844e528320f67bb5b0b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d162a58766288d23f5ed9b7cbc832e77\";a:5:{s:6:\"source\";s:32:\"d162a58766288d23f5ed9b7cbc832e77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc70ebeb232dc4a60f0e7af8c16640ca\";a:5:{s:6:\"source\";s:32:\"dc70ebeb232dc4a60f0e7af8c16640ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3a9a2eddcfd13bb5e9057f5f698d623\";a:5:{s:6:\"source\";s:32:\"e3a9a2eddcfd13bb5e9057f5f698d623\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7132c294dcbea05618674f3f2789a48\";a:5:{s:6:\"source\";s:32:\"d7132c294dcbea05618674f3f2789a48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32c1df4265eb0c6bf5c4238fb4097406\";a:5:{s:6:\"source\";s:32:\"32c1df4265eb0c6bf5c4238fb4097406\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc394f0a94622fb1e7258036006c0f31\";a:5:{s:6:\"source\";s:32:\"dc394f0a94622fb1e7258036006c0f31\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b061f2355105fe8611d26e9a964c08ad\";a:5:{s:6:\"source\";s:32:\"b061f2355105fe8611d26e9a964c08ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e33a9fd4dab1ed0c7b4c8011b04448cd\";a:5:{s:6:\"source\";s:32:\"e33a9fd4dab1ed0c7b4c8011b04448cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74a9c64caaed5040bf481e1eebe027dd\";a:5:{s:6:\"source\";s:32:\"74a9c64caaed5040bf481e1eebe027dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fce359ae7b05ccea0c064c6497b960e7\";a:5:{s:6:\"source\";s:32:\"fce359ae7b05ccea0c064c6497b960e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb2e4dac605dd10d64ca907408a92206\";a:5:{s:6:\"source\";s:32:\"bb2e4dac605dd10d64ca907408a92206\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"745af86b11705683ce44fee1e10a5f23\";a:5:{s:6:\"source\";s:32:\"745af86b11705683ce44fee1e10a5f23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c497cc36f2b32bd813bca6d47101304\";a:5:{s:6:\"source\";s:32:\"1c497cc36f2b32bd813bca6d47101304\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7932a51be17cc025e3b38578444e3b1a\";a:5:{s:6:\"source\";s:32:\"7932a51be17cc025e3b38578444e3b1a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"abbe5462edff81c4dea44b88ea38c56b\";a:5:{s:6:\"source\";s:32:\"abbe5462edff81c4dea44b88ea38c56b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f26b2e3ecd34336db5d655682306a71e\";a:5:{s:6:\"source\";s:32:\"f26b2e3ecd34336db5d655682306a71e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df65de16214235cca61f811140a074ba\";a:5:{s:6:\"source\";s:32:\"df65de16214235cca61f811140a074ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5c56867963edc86a3ceef253244bf5b\";a:5:{s:6:\"source\";s:32:\"d5c56867963edc86a3ceef253244bf5b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"334d1f46e099cbee7ab71dcee33cc837\";a:5:{s:6:\"source\";s:32:\"334d1f46e099cbee7ab71dcee33cc837\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"558ec37dbecf7433adf89b12f4106d32\";a:5:{s:6:\"source\";s:32:\"558ec37dbecf7433adf89b12f4106d32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"05bcb1cc793e70c2766203a4d10d2ed2\";a:5:{s:6:\"source\";s:32:\"05bcb1cc793e70c2766203a4d10d2ed2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"229e4cbf4fe14037d20392bcdc894201\";a:5:{s:6:\"source\";s:32:\"229e4cbf4fe14037d20392bcdc894201\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09c956f9547882b94ad0199cf9904be0\";a:5:{s:6:\"source\";s:32:\"09c956f9547882b94ad0199cf9904be0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ca8b553dd9d0a2145cca60981f875f1\";a:5:{s:6:\"source\";s:32:\"0ca8b553dd9d0a2145cca60981f875f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b4df0756cb1cb4ba1c36c6b57b794af\";a:5:{s:6:\"source\";s:32:\"2b4df0756cb1cb4ba1c36c6b57b794af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f919045443e5f528c5444a0f04e4897\";a:5:{s:6:\"source\";s:32:\"1f919045443e5f528c5444a0f04e4897\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1fed1a711dcb633ceed7c5df8cc4c7d\";a:5:{s:6:\"source\";s:32:\"b1fed1a711dcb633ceed7c5df8cc4c7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aacc71d2fd84e46d11d3b4344ab0d404\";a:5:{s:6:\"source\";s:32:\"aacc71d2fd84e46d11d3b4344ab0d404\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22770cc7de072868fad40ac0a804d70e\";a:5:{s:6:\"source\";s:32:\"22770cc7de072868fad40ac0a804d70e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fba554ec6b135226efa283b6be891be\";a:5:{s:6:\"source\";s:32:\"3fba554ec6b135226efa283b6be891be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4224f95a9e90ce873f7a6c432496e0b\";a:5:{s:6:\"source\";s:32:\"d4224f95a9e90ce873f7a6c432496e0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1a0eb99971beeeac69804852f8a5b4f\";a:5:{s:6:\"source\";s:32:\"e1a0eb99971beeeac69804852f8a5b4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9ad4e3d6a512b6df75897ef537a890a\";a:5:{s:6:\"source\";s:32:\"c9ad4e3d6a512b6df75897ef537a890a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eef7de1fcf14d9ef6fa49bd353e4ac54\";a:5:{s:6:\"source\";s:32:\"eef7de1fcf14d9ef6fa49bd353e4ac54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e4e47045425e0102d2848e5ee177d32\";a:5:{s:6:\"source\";s:32:\"2e4e47045425e0102d2848e5ee177d32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fcda5c54a9577fd89003b8705f508174\";a:5:{s:6:\"source\";s:32:\"fcda5c54a9577fd89003b8705f508174\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34d694753fc9201fd6d8c6089693ccd7\";a:5:{s:6:\"source\";s:32:\"34d694753fc9201fd6d8c6089693ccd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ca05a6696b3773afc9cd61383ab99b3\";a:5:{s:6:\"source\";s:32:\"6ca05a6696b3773afc9cd61383ab99b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04ee60fc1dac968ccb4234861e5abbaf\";a:5:{s:6:\"source\";s:32:\"04ee60fc1dac968ccb4234861e5abbaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3dd9db1901eca48c35260792a8a1dbbd\";a:5:{s:6:\"source\";s:32:\"3dd9db1901eca48c35260792a8a1dbbd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d082cae32a9ef988b474713f9cd890f4\";a:5:{s:6:\"source\";s:32:\"d082cae32a9ef988b474713f9cd890f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3acabc99f5acaeeee9b325aff9921821\";a:5:{s:6:\"source\";s:32:\"3acabc99f5acaeeee9b325aff9921821\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d458c01ca9de890b90227679e5dba1b1\";a:5:{s:6:\"source\";s:32:\"d458c01ca9de890b90227679e5dba1b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1906af81f88c7abe64fae75a68dfaff\";a:5:{s:6:\"source\";s:32:\"d1906af81f88c7abe64fae75a68dfaff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e20767a750d669a88789ce943184c4d3\";a:5:{s:6:\"source\";s:32:\"e20767a750d669a88789ce943184c4d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a34d7ad93dce773d235f9c86738c3ee\";a:5:{s:6:\"source\";s:32:\"2a34d7ad93dce773d235f9c86738c3ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c1ff8a0ba19c4e52328cca9af9f3ae4\";a:5:{s:6:\"source\";s:32:\"0c1ff8a0ba19c4e52328cca9af9f3ae4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cbdb7eff5d57ff9c07f20df8c303f68\";a:5:{s:6:\"source\";s:32:\"0cbdb7eff5d57ff9c07f20df8c303f68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8e3c5e020ab71297eb28f8e1d938cc4b\";a:5:{s:6:\"source\";s:32:\"8e3c5e020ab71297eb28f8e1d938cc4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1fa01c7d8fdfa086493e9c514435386\";a:5:{s:6:\"source\";s:32:\"d1fa01c7d8fdfa086493e9c514435386\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30bb3d242e4c03359f5ca3380bc21286\";a:5:{s:6:\"source\";s:32:\"30bb3d242e4c03359f5ca3380bc21286\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a89e3203f5581ab5b463c9430c854fc5\";a:5:{s:6:\"source\";s:32:\"a89e3203f5581ab5b463c9430c854fc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c17ac190e8e20cbe7116d10837623278\";a:5:{s:6:\"source\";s:32:\"c17ac190e8e20cbe7116d10837623278\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c8e10196cc9c57088d061218b7a77e1\";a:5:{s:6:\"source\";s:32:\"9c8e10196cc9c57088d061218b7a77e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d1178041d9af79962324f3be1a6aad4\";a:5:{s:6:\"source\";s:32:\"8d1178041d9af79962324f3be1a6aad4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e19aa8975edce6f133dd4406790db28\";a:5:{s:6:\"source\";s:32:\"6e19aa8975edce6f133dd4406790db28\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6a75596d146a876cd99414d7ddb8a84a\";a:5:{s:6:\"source\";s:32:\"6a75596d146a876cd99414d7ddb8a84a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a200d0a49a06d7e8e821dec329899ccb\";a:5:{s:6:\"source\";s:32:\"a200d0a49a06d7e8e821dec329899ccb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c39852ca19f77613d92bfd8598f83833\";a:5:{s:6:\"source\";s:32:\"c39852ca19f77613d92bfd8598f83833\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2f48e0c9b4faffb160d4ba8a69062c4\";a:5:{s:6:\"source\";s:32:\"c2f48e0c9b4faffb160d4ba8a69062c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"103367ac47dc2c26318361e3d2305585\";a:5:{s:6:\"source\";s:32:\"103367ac47dc2c26318361e3d2305585\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afd9ab31f0b4d3bdd329639ad7f45ca1\";a:5:{s:6:\"source\";s:32:\"afd9ab31f0b4d3bdd329639ad7f45ca1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2adb9a456216f4b730db330d933c0d47\";a:5:{s:6:\"source\";s:32:\"2adb9a456216f4b730db330d933c0d47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1cf8e2e29748d70ee1d70077efd79877\";a:5:{s:6:\"source\";s:32:\"1cf8e2e29748d70ee1d70077efd79877\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75e552eb52b26395032ac46afd5a96dd\";a:5:{s:6:\"source\";s:32:\"75e552eb52b26395032ac46afd5a96dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f30a42594244ae812bd68258dd057ae2\";a:5:{s:6:\"source\";s:32:\"f30a42594244ae812bd68258dd057ae2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8ae95dabca9a6a54e751e45ed4801bd\";a:5:{s:6:\"source\";s:32:\"b8ae95dabca9a6a54e751e45ed4801bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e15de5678474d9a98bf0e08e7fd7408\";a:5:{s:6:\"source\";s:32:\"5e15de5678474d9a98bf0e08e7fd7408\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2b72f264dc0dfaeb7a0af796301c2f5\";a:5:{s:6:\"source\";s:32:\"e2b72f264dc0dfaeb7a0af796301c2f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e0511cf18d544c30ad1b23eb835e87fc\";a:5:{s:6:\"source\";s:32:\"e0511cf18d544c30ad1b23eb835e87fc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5fc8fb2700d84ce684a6d9d223507ee9\";a:5:{s:6:\"source\";s:32:\"5fc8fb2700d84ce684a6d9d223507ee9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bcd700ba53c5fd67bd3e33f0d6567e6\";a:5:{s:6:\"source\";s:32:\"4bcd700ba53c5fd67bd3e33f0d6567e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f2582ff51bb1345af226e89f1478cf4\";a:5:{s:6:\"source\";s:32:\"6f2582ff51bb1345af226e89f1478cf4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"161755dc056b7d0d97f882324c57c594\";a:5:{s:6:\"source\";s:32:\"161755dc056b7d0d97f882324c57c594\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93c8121ff317c01110e3cb6827295926\";a:5:{s:6:\"source\";s:32:\"93c8121ff317c01110e3cb6827295926\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4daf14152a5c832eb401d63b3fa4d135\";a:5:{s:6:\"source\";s:32:\"4daf14152a5c832eb401d63b3fa4d135\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37f818c7f59c812fdf77fb38cac9d058\";a:5:{s:6:\"source\";s:32:\"37f818c7f59c812fdf77fb38cac9d058\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8593d18447af20acbaa6abda7299919\";a:5:{s:6:\"source\";s:32:\"a8593d18447af20acbaa6abda7299919\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03800fdc28c76cd7294c69a7f84f0ae3\";a:5:{s:6:\"source\";s:32:\"03800fdc28c76cd7294c69a7f84f0ae3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb263f8a168c3fc227cd77682e3bbeb1\";a:5:{s:6:\"source\";s:32:\"bb263f8a168c3fc227cd77682e3bbeb1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62cb083a1dac8c1eb34d503e38fb632c\";a:5:{s:6:\"source\";s:32:\"62cb083a1dac8c1eb34d503e38fb632c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae8a51e51d6dc9ea42b5c1cbbd441e47\";a:5:{s:6:\"source\";s:32:\"ae8a51e51d6dc9ea42b5c1cbbd441e47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99a5674220e1c860f2a946a26e5bb424\";a:5:{s:6:\"source\";s:32:\"99a5674220e1c860f2a946a26e5bb424\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2aca5fbd2c2a9e3eae73c96ae21ed5e8\";a:5:{s:6:\"source\";s:32:\"2aca5fbd2c2a9e3eae73c96ae21ed5e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f18a844a74b4483b3c24dacb4cb15183\";a:5:{s:6:\"source\";s:32:\"f18a844a74b4483b3c24dacb4cb15183\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c84c02030b1752ce20dd10159023eefc\";a:5:{s:6:\"source\";s:32:\"c84c02030b1752ce20dd10159023eefc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4dd0c3dad1ef19b58db64c93ec8d4696\";a:5:{s:6:\"source\";s:32:\"4dd0c3dad1ef19b58db64c93ec8d4696\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1f4d4df4d80732f4ab2b7343eedef45\";a:5:{s:6:\"source\";s:32:\"e1f4d4df4d80732f4ab2b7343eedef45\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d32f83347be077f508181441426788a\";a:5:{s:6:\"source\";s:32:\"4d32f83347be077f508181441426788a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1e3d507d47d08777338f3fa23e4969c\";a:5:{s:6:\"source\";s:32:\"d1e3d507d47d08777338f3fa23e4969c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84e77fe4df9ef50bec8ee5382aeba789\";a:5:{s:6:\"source\";s:32:\"84e77fe4df9ef50bec8ee5382aeba789\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59d5bd73f682baadfbc50591fbcc2e38\";a:5:{s:6:\"source\";s:32:\"59d5bd73f682baadfbc50591fbcc2e38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34408d23412ae5f20400e2cd6d7f0713\";a:5:{s:6:\"source\";s:32:\"34408d23412ae5f20400e2cd6d7f0713\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f94b9bced71753693dd765b28ebfd37d\";a:5:{s:6:\"source\";s:32:\"f94b9bced71753693dd765b28ebfd37d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d80c42d4a056b4c6ac432f3a402a86f3\";a:5:{s:6:\"source\";s:32:\"d80c42d4a056b4c6ac432f3a402a86f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ea3dfaca7ed1633ae390766e01b3daa\";a:5:{s:6:\"source\";s:32:\"4ea3dfaca7ed1633ae390766e01b3daa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af00dc309c3dd1fdbea8c8ce3bc5f3d9\";a:5:{s:6:\"source\";s:32:\"af00dc309c3dd1fdbea8c8ce3bc5f3d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"612f5f6f8e7a81e38b60324aec999c30\";a:5:{s:6:\"source\";s:32:\"612f5f6f8e7a81e38b60324aec999c30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"092bc6bdc4080d931311fdc3459b8f3a\";a:5:{s:6:\"source\";s:32:\"092bc6bdc4080d931311fdc3459b8f3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"267cce4c079312bd013910b16e55ea19\";a:5:{s:6:\"source\";s:32:\"267cce4c079312bd013910b16e55ea19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"65ae48e1ff86c5e96f2b3e52275c11f0\";a:5:{s:6:\"source\";s:32:\"65ae48e1ff86c5e96f2b3e52275c11f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2342d49a7decc73fbea549a77e9f2911\";a:5:{s:6:\"source\";s:32:\"2342d49a7decc73fbea549a77e9f2911\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e92e9a872776c6161a4ba052a9ac3e8\";a:5:{s:6:\"source\";s:32:\"7e92e9a872776c6161a4ba052a9ac3e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d255fded3d583fa31137e46efac396c\";a:5:{s:6:\"source\";s:32:\"7d255fded3d583fa31137e46efac396c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f64dd72650585515114ecafd8505c2fa\";a:5:{s:6:\"source\";s:32:\"f64dd72650585515114ecafd8505c2fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fde9a728400a75644657628edd3b2499\";a:5:{s:6:\"source\";s:32:\"fde9a728400a75644657628edd3b2499\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d32f9f1a07f4dd90d44adc01fb247990\";a:5:{s:6:\"source\";s:32:\"d32f9f1a07f4dd90d44adc01fb247990\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5097f5e7382e5873338fde99fef20836\";a:5:{s:6:\"source\";s:32:\"5097f5e7382e5873338fde99fef20836\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"023c7f9fa2bd811b5ed2ee754d059c67\";a:5:{s:6:\"source\";s:32:\"023c7f9fa2bd811b5ed2ee754d059c67\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ebf587824f444aaa951c33a98e18379\";a:5:{s:6:\"source\";s:32:\"8ebf587824f444aaa951c33a98e18379\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e148d6be6e6b9339e370665dff4c23ba\";a:5:{s:6:\"source\";s:32:\"e148d6be6e6b9339e370665dff4c23ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd2ea09f263cabefe2a89245fe1e5dd3\";a:5:{s:6:\"source\";s:32:\"fd2ea09f263cabefe2a89245fe1e5dd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7dd90fcf22d4e56756a08b11ade187ae\";a:5:{s:6:\"source\";s:32:\"7dd90fcf22d4e56756a08b11ade187ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3bbe18f0f9e491442e8a0490fe6245d9\";a:5:{s:6:\"source\";s:32:\"3bbe18f0f9e491442e8a0490fe6245d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ef4ba24f48ffa727d82df723b9d2455\";a:5:{s:6:\"source\";s:32:\"6ef4ba24f48ffa727d82df723b9d2455\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1950021d28a10e23c62fc81eb6ca058c\";a:5:{s:6:\"source\";s:32:\"1950021d28a10e23c62fc81eb6ca058c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff6703eaf7579c4b41fd899f3f0c621a\";a:5:{s:6:\"source\";s:32:\"ff6703eaf7579c4b41fd899f3f0c621a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"928b4f7d008860b1851821971bae904c\";a:5:{s:6:\"source\";s:32:\"928b4f7d008860b1851821971bae904c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a90da619156fd4cbb8c8f506522da341\";a:5:{s:6:\"source\";s:32:\"a90da619156fd4cbb8c8f506522da341\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e7699cb9def082d6d823535969a83df\";a:5:{s:6:\"source\";s:32:\"1e7699cb9def082d6d823535969a83df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86a49029f460caca8728b51363a320a6\";a:5:{s:6:\"source\";s:32:\"86a49029f460caca8728b51363a320a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ff64e8829d912e144769ef1d49d1d85\";a:5:{s:6:\"source\";s:32:\"2ff64e8829d912e144769ef1d49d1d85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9a84eda1afeaedd41306176df059cae\";a:5:{s:6:\"source\";s:32:\"d9a84eda1afeaedd41306176df059cae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1189151b885520e9d381a67696e0d87\";a:5:{s:6:\"source\";s:32:\"d1189151b885520e9d381a67696e0d87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b9aba96a8eef4bcbce8d99509eb8ed37\";a:5:{s:6:\"source\";s:32:\"b9aba96a8eef4bcbce8d99509eb8ed37\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0aad5828cfb8cd3161137b4b31b0ade9\";a:5:{s:6:\"source\";s:32:\"0aad5828cfb8cd3161137b4b31b0ade9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"79e3f94cd3a81d31bd53dcd6e1094d33\";a:5:{s:6:\"source\";s:32:\"79e3f94cd3a81d31bd53dcd6e1094d33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6d06489f7aaf3499753935f78d3c530\";a:5:{s:6:\"source\";s:32:\"b6d06489f7aaf3499753935f78d3c530\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"88c147a4b375e5bc701e9d34c57ac575\";a:5:{s:6:\"source\";s:32:\"88c147a4b375e5bc701e9d34c57ac575\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0866945dd8eda7a57b2549868afd207f\";a:5:{s:6:\"source\";s:32:\"0866945dd8eda7a57b2549868afd207f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b49b622fa8db9268ae5c8c3c071b9c59\";a:5:{s:6:\"source\";s:32:\"b49b622fa8db9268ae5c8c3c071b9c59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13be1eabea75afa58575eb065d2b9fa8\";a:5:{s:6:\"source\";s:32:\"13be1eabea75afa58575eb065d2b9fa8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6c6b07e4d42b88ed9fce583f1636807\";a:5:{s:6:\"source\";s:32:\"b6c6b07e4d42b88ed9fce583f1636807\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43c46e8a792a52d762928afd568adf85\";a:5:{s:6:\"source\";s:32:\"43c46e8a792a52d762928afd568adf85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"717b1b8929e7c7baded043c0bbcb6504\";a:5:{s:6:\"source\";s:32:\"717b1b8929e7c7baded043c0bbcb6504\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc5d0887fe53ca3590a434cd2d0eac4c\";a:5:{s:6:\"source\";s:32:\"bc5d0887fe53ca3590a434cd2d0eac4c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b9963b6c4f0e842168b5925c058918b4\";a:5:{s:6:\"source\";s:32:\"b9963b6c4f0e842168b5925c058918b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59ed37e76dbea863a78f1d1d2319c8fb\";a:5:{s:6:\"source\";s:32:\"59ed37e76dbea863a78f1d1d2319c8fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a3e631874b9a1f5c5c7287d7afca7c2\";a:5:{s:6:\"source\";s:32:\"3a3e631874b9a1f5c5c7287d7afca7c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"012b8e752f91981c984d57b13a6e786f\";a:5:{s:6:\"source\";s:32:\"012b8e752f91981c984d57b13a6e786f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bf884ef864e7e99b787fd606a33bc7f\";a:5:{s:6:\"source\";s:32:\"4bf884ef864e7e99b787fd606a33bc7f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e45ee8fb6f57acbf697084f5763d4d2b\";a:5:{s:6:\"source\";s:32:\"e45ee8fb6f57acbf697084f5763d4d2b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa03ef75bafd69f7bb4b16f08b62b337\";a:5:{s:6:\"source\";s:32:\"fa03ef75bafd69f7bb4b16f08b62b337\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"299dbe57a1fe4485afb3742012e44fd9\";a:5:{s:6:\"source\";s:32:\"299dbe57a1fe4485afb3742012e44fd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec6c159e0f35a9f0b08c8c4a1975b7ba\";a:5:{s:6:\"source\";s:32:\"ec6c159e0f35a9f0b08c8c4a1975b7ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5eaffe3912fe52c76ff974a7654d832b\";a:5:{s:6:\"source\";s:32:\"5eaffe3912fe52c76ff974a7654d832b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dadde571007dc30f0b67d1103af36b51\";a:5:{s:6:\"source\";s:32:\"dadde571007dc30f0b67d1103af36b51\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84eec36f5f9916fb1c0e0b2ee08b6ad3\";a:5:{s:6:\"source\";s:32:\"84eec36f5f9916fb1c0e0b2ee08b6ad3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"875e8502b435d166c68cc92ddcc046a3\";a:5:{s:6:\"source\";s:32:\"875e8502b435d166c68cc92ddcc046a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eafaf1473ed3e1e0bfe9f4fa9dc41b9a\";a:5:{s:6:\"source\";s:32:\"eafaf1473ed3e1e0bfe9f4fa9dc41b9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"79f4ba91d4866f7ffef201c8308c7ef8\";a:5:{s:6:\"source\";s:32:\"79f4ba91d4866f7ffef201c8308c7ef8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a6733a5b28a2668b96b4dff2b2e06c6\";a:5:{s:6:\"source\";s:32:\"4a6733a5b28a2668b96b4dff2b2e06c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c373207e87e75b3a10bfd27573f3d9fe\";a:5:{s:6:\"source\";s:32:\"c373207e87e75b3a10bfd27573f3d9fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cef629d9eca15ef8af6f19a5d82f96dc\";a:5:{s:6:\"source\";s:32:\"cef629d9eca15ef8af6f19a5d82f96dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95229662df41faba5521d3f0389eeaea\";a:5:{s:6:\"source\";s:32:\"95229662df41faba5521d3f0389eeaea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c63d65a797753e14e670f485c307bdc0\";a:5:{s:6:\"source\";s:32:\"c63d65a797753e14e670f485c307bdc0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ded4f9c4dd5413284dee4de0f48d6a2\";a:5:{s:6:\"source\";s:32:\"0ded4f9c4dd5413284dee4de0f48d6a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8cfd26da8d8db075d171f0e790b6aadc\";a:5:{s:6:\"source\";s:32:\"8cfd26da8d8db075d171f0e790b6aadc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95c53a128eafecd4e6812006e7582ac1\";a:5:{s:6:\"source\";s:32:\"95c53a128eafecd4e6812006e7582ac1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a50d6d8046b4a6e8be93fb6b70ca793f\";a:5:{s:6:\"source\";s:32:\"a50d6d8046b4a6e8be93fb6b70ca793f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"41633e97b390ad5bfddd4be05c883302\";a:5:{s:6:\"source\";s:32:\"41633e97b390ad5bfddd4be05c883302\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e729ccab5aee8f2ca2d244b71fe9d6c\";a:5:{s:6:\"source\";s:32:\"2e729ccab5aee8f2ca2d244b71fe9d6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"025b38a528415a7511d62106c5648654\";a:5:{s:6:\"source\";s:32:\"025b38a528415a7511d62106c5648654\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bdeb2d8d7fb7180b744d1c74d4b395f4\";a:5:{s:6:\"source\";s:32:\"bdeb2d8d7fb7180b744d1c74d4b395f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0fd8de8eb1e05c8d765d4238eb8ed228\";a:5:{s:6:\"source\";s:32:\"0fd8de8eb1e05c8d765d4238eb8ed228\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ded47b0bff8325a8ada84d807c2dd667\";a:5:{s:6:\"source\";s:32:\"ded47b0bff8325a8ada84d807c2dd667\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f7b8a80d15a34862ea5ce88072e29eb\";a:5:{s:6:\"source\";s:32:\"6f7b8a80d15a34862ea5ce88072e29eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef6c571cfdc3bb35b6e5abc1a38e3773\";a:5:{s:6:\"source\";s:32:\"ef6c571cfdc3bb35b6e5abc1a38e3773\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59c21340ffc631412d2cbaae9ed6a849\";a:5:{s:6:\"source\";s:32:\"59c21340ffc631412d2cbaae9ed6a849\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"693ee879f645065bf9d7b32b20bc105b\";a:5:{s:6:\"source\";s:32:\"693ee879f645065bf9d7b32b20bc105b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70aec152f991d79cf76677e466e61ccb\";a:5:{s:6:\"source\";s:32:\"70aec152f991d79cf76677e466e61ccb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"398fa80cd27420a3c9d3378f1b5da797\";a:5:{s:6:\"source\";s:32:\"398fa80cd27420a3c9d3378f1b5da797\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af294b35fdc9508e9e68665182f4587f\";a:5:{s:6:\"source\";s:32:\"af294b35fdc9508e9e68665182f4587f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb08e73963c6763c14f1edfa6c1464df\";a:5:{s:6:\"source\";s:32:\"bb08e73963c6763c14f1edfa6c1464df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7be41295d1f37dc5f64c3763eff4acdb\";a:5:{s:6:\"source\";s:32:\"7be41295d1f37dc5f64c3763eff4acdb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"879bebfb88e8b5817bd86d7d245d98a8\";a:5:{s:6:\"source\";s:32:\"879bebfb88e8b5817bd86d7d245d98a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82df4a8e7e2bedce29c3b4644ac1195e\";a:5:{s:6:\"source\";s:32:\"82df4a8e7e2bedce29c3b4644ac1195e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afb35334ae1ab329eb068edc8e8f5f10\";a:5:{s:6:\"source\";s:32:\"afb35334ae1ab329eb068edc8e8f5f10\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"225c4e8651a45d12b887cf785eee5748\";a:5:{s:6:\"source\";s:32:\"225c4e8651a45d12b887cf785eee5748\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c45948ebcd34290b1d9f1b64e2b5591a\";a:5:{s:6:\"source\";s:32:\"c45948ebcd34290b1d9f1b64e2b5591a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a991a08214e90498cc17f807aa036d3\";a:5:{s:6:\"source\";s:32:\"4a991a08214e90498cc17f807aa036d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0fab945767bb701d8622465c407ab9d3\";a:5:{s:6:\"source\";s:32:\"0fab945767bb701d8622465c407ab9d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0ace98774f89ab428739c81a32f2f54\";a:5:{s:6:\"source\";s:32:\"a0ace98774f89ab428739c81a32f2f54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed65b4ffeba717b9e72a5cc3d2ba2107\";a:5:{s:6:\"source\";s:32:\"ed65b4ffeba717b9e72a5cc3d2ba2107\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"889650a3e6b5ce16bc07525479ded70e\";a:5:{s:6:\"source\";s:32:\"889650a3e6b5ce16bc07525479ded70e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa841feff3cff13160a9dac8325df495\";a:5:{s:6:\"source\";s:32:\"fa841feff3cff13160a9dac8325df495\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cad1a9e81c898d4e234c49ccab9753ff\";a:5:{s:6:\"source\";s:32:\"cad1a9e81c898d4e234c49ccab9753ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c3bb575feaa2fbfc3e832ea749100ba\";a:5:{s:6:\"source\";s:32:\"6c3bb575feaa2fbfc3e832ea749100ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f665cf8d4df3087d70b4d41b10124f1\";a:5:{s:6:\"source\";s:32:\"7f665cf8d4df3087d70b4d41b10124f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19073ecbff77a28255209dc66dad843a\";a:5:{s:6:\"source\";s:32:\"19073ecbff77a28255209dc66dad843a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8fba2e5a6d1e391c3218b86cc1b85e1\";a:5:{s:6:\"source\";s:32:\"b8fba2e5a6d1e391c3218b86cc1b85e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8973102d14e40916dd21aa634e1892ab\";a:5:{s:6:\"source\";s:32:\"8973102d14e40916dd21aa634e1892ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab1cf182a4e933bdb98368e38fd21baa\";a:5:{s:6:\"source\";s:32:\"ab1cf182a4e933bdb98368e38fd21baa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc35093775b367aeebb815f95bbb61c6\";a:5:{s:6:\"source\";s:32:\"bc35093775b367aeebb815f95bbb61c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d97d8b365ee6bdc178145164154da4d\";a:5:{s:6:\"source\";s:32:\"9d97d8b365ee6bdc178145164154da4d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25dc2c5afe0b66c50ad59ee9424c0d6a\";a:5:{s:6:\"source\";s:32:\"25dc2c5afe0b66c50ad59ee9424c0d6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f78e5a9b8ca91679a88690cc926c04d9\";a:5:{s:6:\"source\";s:32:\"f78e5a9b8ca91679a88690cc926c04d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad0ea13fc3fa2f57d9a04e6149ec5a1c\";a:5:{s:6:\"source\";s:32:\"ad0ea13fc3fa2f57d9a04e6149ec5a1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"119dd1804dc0e3129d263e558357ea96\";a:5:{s:6:\"source\";s:32:\"119dd1804dc0e3129d263e558357ea96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e6affbad9a6f68f4f670231cdb6ddbb\";a:5:{s:6:\"source\";s:32:\"2e6affbad9a6f68f4f670231cdb6ddbb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4f704d996bd4e3b98dae7c3719c2ad7\";a:5:{s:6:\"source\";s:32:\"d4f704d996bd4e3b98dae7c3719c2ad7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b2faaf72e95854fc544f8f2c71df1f7\";a:5:{s:6:\"source\";s:32:\"4b2faaf72e95854fc544f8f2c71df1f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c237425df96bde3c175e3e0395d78d83\";a:5:{s:6:\"source\";s:32:\"c237425df96bde3c175e3e0395d78d83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69f7968b3fb1c148fed720a176700ccf\";a:5:{s:6:\"source\";s:32:\"69f7968b3fb1c148fed720a176700ccf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75230c960239752f1c813ba5f9b8d242\";a:5:{s:6:\"source\";s:32:\"75230c960239752f1c813ba5f9b8d242\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31bd25c7bd80a6b42c5036859576d52a\";a:5:{s:6:\"source\";s:32:\"31bd25c7bd80a6b42c5036859576d52a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"528427ccfaa6e53cdd4be2c571b44d09\";a:5:{s:6:\"source\";s:32:\"528427ccfaa6e53cdd4be2c571b44d09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"094ceb480b9bbae11891147b4af49aed\";a:5:{s:6:\"source\";s:32:\"094ceb480b9bbae11891147b4af49aed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"906d7ac3a417eb8cd18b6ec4f8c3e40d\";a:5:{s:6:\"source\";s:32:\"906d7ac3a417eb8cd18b6ec4f8c3e40d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0db48f0ea7cf92d4a0693c581f03bcaf\";a:5:{s:6:\"source\";s:32:\"0db48f0ea7cf92d4a0693c581f03bcaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5beee40a06184e474fd8eb4770724a3\";a:5:{s:6:\"source\";s:32:\"a5beee40a06184e474fd8eb4770724a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5fef958d134f1c48236a96b27cc136f5\";a:5:{s:6:\"source\";s:32:\"5fef958d134f1c48236a96b27cc136f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"771e6c053f6efc638f8aeafb1e5838bb\";a:5:{s:6:\"source\";s:32:\"771e6c053f6efc638f8aeafb1e5838bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f9f2ee2bb2d216d701e7d09814df51e\";a:5:{s:6:\"source\";s:32:\"2f9f2ee2bb2d216d701e7d09814df51e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6b682339b14677730df1a8cb724cf4b\";a:5:{s:6:\"source\";s:32:\"a6b682339b14677730df1a8cb724cf4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"582cdfe473ce903c0da82524cc038ee7\";a:5:{s:6:\"source\";s:32:\"582cdfe473ce903c0da82524cc038ee7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e42b222e15655d9f181e18e26ea7d95d\";a:5:{s:6:\"source\";s:32:\"e42b222e15655d9f181e18e26ea7d95d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8b2025039a05eea66b6b057639effd5\";a:5:{s:6:\"source\";s:32:\"d8b2025039a05eea66b6b057639effd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18f7f064614b811894de2c141693a6f6\";a:5:{s:6:\"source\";s:32:\"18f7f064614b811894de2c141693a6f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"189e203d1d55f1047f10f3e5a27e641f\";a:5:{s:6:\"source\";s:32:\"189e203d1d55f1047f10f3e5a27e641f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"880e0ac4e9cf08ce2a6ffe9275f68de0\";a:5:{s:6:\"source\";s:32:\"880e0ac4e9cf08ce2a6ffe9275f68de0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ceee193cada6f3b39727c04c2961516d\";a:5:{s:6:\"source\";s:32:\"ceee193cada6f3b39727c04c2961516d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d02163799f9adf908e30f8e4a8aedf9\";a:5:{s:6:\"source\";s:32:\"8d02163799f9adf908e30f8e4a8aedf9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f90dcc558cd586e5151c692ae2e0473a\";a:5:{s:6:\"source\";s:32:\"f90dcc558cd586e5151c692ae2e0473a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1466a63123e8d308b1a3f661c7d87850\";a:5:{s:6:\"source\";s:32:\"1466a63123e8d308b1a3f661c7d87850\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b966081f0fa8d3e3718a538c3c3c958\";a:5:{s:6:\"source\";s:32:\"3b966081f0fa8d3e3718a538c3c3c958\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0019fda9e7aee2177194224c94b7932\";a:5:{s:6:\"source\";s:32:\"a0019fda9e7aee2177194224c94b7932\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44bb112b06cfad361349773a150e99af\";a:5:{s:6:\"source\";s:32:\"44bb112b06cfad361349773a150e99af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9f9ab8070e58b55925b00cb0c6539f2\";a:5:{s:6:\"source\";s:32:\"a9f9ab8070e58b55925b00cb0c6539f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fcbcb5cd779eda87a44ac7fc1022d9ab\";a:5:{s:6:\"source\";s:32:\"fcbcb5cd779eda87a44ac7fc1022d9ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5dca3caf3afdcc82a56ac14d4eafaf95\";a:5:{s:6:\"source\";s:32:\"5dca3caf3afdcc82a56ac14d4eafaf95\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe75f0b733ce5593b11f056120b0002d\";a:5:{s:6:\"source\";s:32:\"fe75f0b733ce5593b11f056120b0002d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"872ab5d3f03e999be6d4a49ab31710f9\";a:5:{s:6:\"source\";s:32:\"872ab5d3f03e999be6d4a49ab31710f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b609ee313bb4586d4e1cd4854aa5d4d1\";a:5:{s:6:\"source\";s:32:\"b609ee313bb4586d4e1cd4854aa5d4d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2eb4621f7d5a2e6244f858d6fc451f5\";a:5:{s:6:\"source\";s:32:\"f2eb4621f7d5a2e6244f858d6fc451f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d3a203f9dd421c50d3e569cb62112db\";a:5:{s:6:\"source\";s:32:\"2d3a203f9dd421c50d3e569cb62112db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c5e113b58db6931c643f772dd9090a3\";a:5:{s:6:\"source\";s:32:\"9c5e113b58db6931c643f772dd9090a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae9ca5effa013f90649f426ea8aa29ae\";a:5:{s:6:\"source\";s:32:\"ae9ca5effa013f90649f426ea8aa29ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b87b2cc81c053cf2578fdd62ce03926c\";a:5:{s:6:\"source\";s:32:\"b87b2cc81c053cf2578fdd62ce03926c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfe04d4ac41446e5093abe75e1ba6162\";a:5:{s:6:\"source\";s:32:\"dfe04d4ac41446e5093abe75e1ba6162\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8109e3ee826f9b001a0c19c535f3e7eb\";a:5:{s:6:\"source\";s:32:\"8109e3ee826f9b001a0c19c535f3e7eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6eba96f272f8289576556fa3d1671ae0\";a:5:{s:6:\"source\";s:32:\"6eba96f272f8289576556fa3d1671ae0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8903aba54190aca594cfc95635fee603\";a:5:{s:6:\"source\";s:32:\"8903aba54190aca594cfc95635fee603\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"177c7bfb63e6e87e4ae5b160ff41b818\";a:5:{s:6:\"source\";s:32:\"177c7bfb63e6e87e4ae5b160ff41b818\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"28ae385418ea052c6f57737fe3c862a5\";a:5:{s:6:\"source\";s:32:\"28ae385418ea052c6f57737fe3c862a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10b66113eb2288adda0bc5ed5c7894f6\";a:5:{s:6:\"source\";s:32:\"10b66113eb2288adda0bc5ed5c7894f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7ac0c8d6ac064cd631220e6d1ffa4da\";a:5:{s:6:\"source\";s:32:\"f7ac0c8d6ac064cd631220e6d1ffa4da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb6418c547b3e4db6ee603f2668109dc\";a:5:{s:6:\"source\";s:32:\"cb6418c547b3e4db6ee603f2668109dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3d765ff3fe7d1378009c4e7f736f284\";a:5:{s:6:\"source\";s:32:\"f3d765ff3fe7d1378009c4e7f736f284\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4b8e0556f4297e8bbf67aa7a7f03369\";a:5:{s:6:\"source\";s:32:\"d4b8e0556f4297e8bbf67aa7a7f03369\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9df403ba3ee24e719b5d203bd5566799\";a:5:{s:6:\"source\";s:32:\"9df403ba3ee24e719b5d203bd5566799\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cfa9678a232660c1575cea1ee27cdfe\";a:5:{s:6:\"source\";s:32:\"0cfa9678a232660c1575cea1ee27cdfe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31777dc3b4ebab481e5f0cf9b7b3b193\";a:5:{s:6:\"source\";s:32:\"31777dc3b4ebab481e5f0cf9b7b3b193\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"263608e4415153a746820b73a2fc1d9a\";a:5:{s:6:\"source\";s:32:\"263608e4415153a746820b73a2fc1d9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9dba52adfc420a5bd092fb4706e4332f\";a:5:{s:6:\"source\";s:32:\"9dba52adfc420a5bd092fb4706e4332f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df308b0d19cadbc36918103420eef0e3\";a:5:{s:6:\"source\";s:32:\"df308b0d19cadbc36918103420eef0e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94af448c54f97a2ac9e8cefd731bc6ba\";a:5:{s:6:\"source\";s:32:\"94af448c54f97a2ac9e8cefd731bc6ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5eb7ed0dfafc6101c1a4d32c501f191f\";a:5:{s:6:\"source\";s:32:\"5eb7ed0dfafc6101c1a4d32c501f191f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47bd64db4ad0074daf731ba624c13af1\";a:5:{s:6:\"source\";s:32:\"47bd64db4ad0074daf731ba624c13af1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"487f9fbf2ab67b850ae538618e7c31bd\";a:5:{s:6:\"source\";s:32:\"487f9fbf2ab67b850ae538618e7c31bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fe89e9ea0937826d9200890d1c5ef81\";a:5:{s:6:\"source\";s:32:\"6fe89e9ea0937826d9200890d1c5ef81\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f69e6eaaf029403bd830fdbea3277d63\";a:5:{s:6:\"source\";s:32:\"f69e6eaaf029403bd830fdbea3277d63\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c344a246b0023fa37bdf1288aac0c610\";a:5:{s:6:\"source\";s:32:\"c344a246b0023fa37bdf1288aac0c610\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c1d39775eef9b49e4ccb12d9359b528\";a:5:{s:6:\"source\";s:32:\"1c1d39775eef9b49e4ccb12d9359b528\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d056540bc57d20aad0dfcfd40196dabc\";a:5:{s:6:\"source\";s:32:\"d056540bc57d20aad0dfcfd40196dabc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9cd09d7bdc759092c8d39c538e8d75f3\";a:5:{s:6:\"source\";s:32:\"9cd09d7bdc759092c8d39c538e8d75f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6f1f78a70a9d62d4e2a9833b9aef8eb\";a:5:{s:6:\"source\";s:32:\"e6f1f78a70a9d62d4e2a9833b9aef8eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42ac8225d72ae3ba476421ce8bebae9f\";a:5:{s:6:\"source\";s:32:\"42ac8225d72ae3ba476421ce8bebae9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2bca612756e14d61a32c9c4d4586f581\";a:5:{s:6:\"source\";s:32:\"2bca612756e14d61a32c9c4d4586f581\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"880c881e0371355f56e161f561115798\";a:5:{s:6:\"source\";s:32:\"880c881e0371355f56e161f561115798\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19cca1e46334520d14355acb81983554\";a:5:{s:6:\"source\";s:32:\"19cca1e46334520d14355acb81983554\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1b1cd4a790156850e3bb0f4cd69a5f7\";a:5:{s:6:\"source\";s:32:\"e1b1cd4a790156850e3bb0f4cd69a5f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a55bb516c1cdf5106092eae4cdcd82c4\";a:5:{s:6:\"source\";s:32:\"a55bb516c1cdf5106092eae4cdcd82c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3417518a9cdf02b3932e32c34ff3d5d5\";a:5:{s:6:\"source\";s:32:\"3417518a9cdf02b3932e32c34ff3d5d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f65aa5498a25801d5234e3c539ca444\";a:5:{s:6:\"source\";s:32:\"1f65aa5498a25801d5234e3c539ca444\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa152ebdd68155b4f6327d97c3f5bb3a\";a:5:{s:6:\"source\";s:32:\"fa152ebdd68155b4f6327d97c3f5bb3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfbe88b35046900768c2df87a4a74870\";a:5:{s:6:\"source\";s:32:\"cfbe88b35046900768c2df87a4a74870\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60bc2bcb05f1e85950b076a9ad6e61d5\";a:5:{s:6:\"source\";s:32:\"60bc2bcb05f1e85950b076a9ad6e61d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d56b5c850f1855b16517fa0258c5836\";a:5:{s:6:\"source\";s:32:\"6d56b5c850f1855b16517fa0258c5836\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee5035fd790d07e4b5638ad4d85ce4ef\";a:5:{s:6:\"source\";s:32:\"ee5035fd790d07e4b5638ad4d85ce4ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f9197e14b9d703c8881774176c6de21\";a:5:{s:6:\"source\";s:32:\"1f9197e14b9d703c8881774176c6de21\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50fb959a74ef05176c793109b521cad0\";a:5:{s:6:\"source\";s:32:\"50fb959a74ef05176c793109b521cad0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"976992d0ba7bb28fb417f806794f0f03\";a:5:{s:6:\"source\";s:32:\"976992d0ba7bb28fb417f806794f0f03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"354036acbde1f49ce26cf5ec3e354713\";a:5:{s:6:\"source\";s:32:\"354036acbde1f49ce26cf5ec3e354713\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f861ac61928cc87e63854b9e2f2d9b7\";a:5:{s:6:\"source\";s:32:\"3f861ac61928cc87e63854b9e2f2d9b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"674864198a51a6faf27cc8d5015c315e\";a:5:{s:6:\"source\";s:32:\"674864198a51a6faf27cc8d5015c315e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fbdc9ebc4dac97da65d2f21c05ecc655\";a:5:{s:6:\"source\";s:32:\"fbdc9ebc4dac97da65d2f21c05ecc655\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c50cbd61cf385199e5b31ca24f267d71\";a:5:{s:6:\"source\";s:32:\"c50cbd61cf385199e5b31ca24f267d71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fbcf10985ec88f2117a43fec7f62a30\";a:5:{s:6:\"source\";s:32:\"6fbcf10985ec88f2117a43fec7f62a30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e2bcbbe979873a87f848911e5990424\";a:5:{s:6:\"source\";s:32:\"9e2bcbbe979873a87f848911e5990424\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f9f6a9b2561f7de3729e850a4902b845\";a:5:{s:6:\"source\";s:32:\"f9f6a9b2561f7de3729e850a4902b845\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3375ccb8829f121c2f84ae0432002bb3\";a:5:{s:6:\"source\";s:32:\"3375ccb8829f121c2f84ae0432002bb3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95a1c9030650f8b6ef2efacfb7e5d28b\";a:5:{s:6:\"source\";s:32:\"95a1c9030650f8b6ef2efacfb7e5d28b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef5b23343d1b73c681bc0a6a3c946d2f\";a:5:{s:6:\"source\";s:32:\"ef5b23343d1b73c681bc0a6a3c946d2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb62688131ae0fab9972a5db693b3c46\";a:5:{s:6:\"source\";s:32:\"cb62688131ae0fab9972a5db693b3c46\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7258bd78db206ef867709fabcb07ebd5\";a:5:{s:6:\"source\";s:32:\"7258bd78db206ef867709fabcb07ebd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51986e1106a073d3460087194b36d51b\";a:5:{s:6:\"source\";s:32:\"51986e1106a073d3460087194b36d51b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd36f1a9c755100ac8686554b28b6c08\";a:5:{s:6:\"source\";s:32:\"bd36f1a9c755100ac8686554b28b6c08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a02e09f971d68e6840bafc9cbc94b93\";a:5:{s:6:\"source\";s:32:\"3a02e09f971d68e6840bafc9cbc94b93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0eb65af6257e9c4dc3ccc92b13d5cefd\";a:5:{s:6:\"source\";s:32:\"0eb65af6257e9c4dc3ccc92b13d5cefd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f31c3ce996850da3175e38f02c6f704\";a:5:{s:6:\"source\";s:32:\"8f31c3ce996850da3175e38f02c6f704\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"904101eaf42481f4fbd3097ed1de366a\";a:5:{s:6:\"source\";s:32:\"904101eaf42481f4fbd3097ed1de366a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ffb4f37a9351c9ad051799d19f5e7e98\";a:5:{s:6:\"source\";s:32:\"ffb4f37a9351c9ad051799d19f5e7e98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"378a033cd6a86d0fa11dbb25d7a8a9f6\";a:5:{s:6:\"source\";s:32:\"378a033cd6a86d0fa11dbb25d7a8a9f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31884a8524a4e6c020269b32c01393c0\";a:5:{s:6:\"source\";s:32:\"31884a8524a4e6c020269b32c01393c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c320d1706ae6b34f0ee648894d7972e\";a:5:{s:6:\"source\";s:32:\"5c320d1706ae6b34f0ee648894d7972e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f187bf071f9348c2192a278d5330615e\";a:5:{s:6:\"source\";s:32:\"f187bf071f9348c2192a278d5330615e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de5951d06809383347fc6cfa1a2c1a8b\";a:5:{s:6:\"source\";s:32:\"de5951d06809383347fc6cfa1a2c1a8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4180728035ae67bd2bcedc793db54d35\";a:5:{s:6:\"source\";s:32:\"4180728035ae67bd2bcedc793db54d35\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0be4ba465d2731e5a6de5bb4417d6755\";a:5:{s:6:\"source\";s:32:\"0be4ba465d2731e5a6de5bb4417d6755\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1699d4337569dfff515044fd9130f797\";a:5:{s:6:\"source\";s:32:\"1699d4337569dfff515044fd9130f797\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"feb3442eda3ba5ca60bedad397ee9653\";a:5:{s:6:\"source\";s:32:\"feb3442eda3ba5ca60bedad397ee9653\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a64b772715d261218801c68551623bb5\";a:5:{s:6:\"source\";s:32:\"a64b772715d261218801c68551623bb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f941aabf910fe21817965f0e64a457ac\";a:5:{s:6:\"source\";s:32:\"f941aabf910fe21817965f0e64a457ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1bf370258bcc49533a151fa9462541fa\";a:5:{s:6:\"source\";s:32:\"1bf370258bcc49533a151fa9462541fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2323dbe041cb29bc6e9e8190285b833\";a:5:{s:6:\"source\";s:32:\"b2323dbe041cb29bc6e9e8190285b833\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d82e27bdf8e235e273ac121eb0cfa9e\";a:5:{s:6:\"source\";s:32:\"3d82e27bdf8e235e273ac121eb0cfa9e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef066d7f5060d1360e3066cbeae79611\";a:5:{s:6:\"source\";s:32:\"ef066d7f5060d1360e3066cbeae79611\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e25d7c03f8be5ae302ffd89961d81db5\";a:5:{s:6:\"source\";s:32:\"e25d7c03f8be5ae302ffd89961d81db5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60a5909cfda56ddb7bda7f12aef31927\";a:5:{s:6:\"source\";s:32:\"60a5909cfda56ddb7bda7f12aef31927\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afd7ee6d1ad291a84a8bc041ba7811fc\";a:5:{s:6:\"source\";s:32:\"afd7ee6d1ad291a84a8bc041ba7811fc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2bd82c13ca319cf575c632e5ad2a8d9d\";a:5:{s:6:\"source\";s:32:\"2bd82c13ca319cf575c632e5ad2a8d9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e092855f0088c09caf3ab0c5db37cfc\";a:5:{s:6:\"source\";s:32:\"9e092855f0088c09caf3ab0c5db37cfc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5b74d043750e7d2288df7d2b1132123\";a:5:{s:6:\"source\";s:32:\"e5b74d043750e7d2288df7d2b1132123\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80999d64898e9828350f77220ea6e18b\";a:5:{s:6:\"source\";s:32:\"80999d64898e9828350f77220ea6e18b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fbc3bdec9abe64dda2804e2c176bbc3\";a:5:{s:6:\"source\";s:32:\"7fbc3bdec9abe64dda2804e2c176bbc3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f7000f21dd62bbbe98ca33528a8dedc\";a:5:{s:6:\"source\";s:32:\"6f7000f21dd62bbbe98ca33528a8dedc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b9f68be6387ee273f634e8cdbddf965\";a:5:{s:6:\"source\";s:32:\"5b9f68be6387ee273f634e8cdbddf965\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd4ce31fdad4c7104e11d4bc41436de3\";a:5:{s:6:\"source\";s:32:\"fd4ce31fdad4c7104e11d4bc41436de3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ecc5a78dc7b2fdeba68e7e85100c2c8\";a:5:{s:6:\"source\";s:32:\"5ecc5a78dc7b2fdeba68e7e85100c2c8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"07da06d24d0b34d02384792743c96583\";a:5:{s:6:\"source\";s:32:\"07da06d24d0b34d02384792743c96583\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a71037c1bd01d2b2098a93a452603af7\";a:5:{s:6:\"source\";s:32:\"a71037c1bd01d2b2098a93a452603af7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a2d540148e51afd32a375b5ccd67526\";a:5:{s:6:\"source\";s:32:\"3a2d540148e51afd32a375b5ccd67526\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4993ca836cae268272a8b81ac144133a\";a:5:{s:6:\"source\";s:32:\"4993ca836cae268272a8b81ac144133a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc2c53aabb3c06ba5d53e18006bd21b5\";a:5:{s:6:\"source\";s:32:\"dc2c53aabb3c06ba5d53e18006bd21b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ef21399b1b00afac66183697f516127\";a:5:{s:6:\"source\";s:32:\"5ef21399b1b00afac66183697f516127\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01cb3ce48aad54c6d972cab449df5536\";a:5:{s:6:\"source\";s:32:\"01cb3ce48aad54c6d972cab449df5536\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be89414084545aecceaa01131695d4c5\";a:5:{s:6:\"source\";s:32:\"be89414084545aecceaa01131695d4c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e99596f4f7b77ea6286f27d1e480b07d\";a:5:{s:6:\"source\";s:32:\"e99596f4f7b77ea6286f27d1e480b07d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"88331c0033de3b2a331c15705258a056\";a:5:{s:6:\"source\";s:32:\"88331c0033de3b2a331c15705258a056\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"222d9177b3ea9aef9612d6bd133a3adb\";a:5:{s:6:\"source\";s:32:\"222d9177b3ea9aef9612d6bd133a3adb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a00f60ea5c54bdb2b7a200e25e223010\";a:5:{s:6:\"source\";s:32:\"a00f60ea5c54bdb2b7a200e25e223010\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b5bd0c449a2ae208200cd8a060cb7f8\";a:5:{s:6:\"source\";s:32:\"7b5bd0c449a2ae208200cd8a060cb7f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3243aa70692cf94e9924b4b3da0993f4\";a:5:{s:6:\"source\";s:32:\"3243aa70692cf94e9924b4b3da0993f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21b89ac33939286e159886d43ff408e0\";a:5:{s:6:\"source\";s:32:\"21b89ac33939286e159886d43ff408e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99c1bf9008114e072598573e70cf9741\";a:5:{s:6:\"source\";s:32:\"99c1bf9008114e072598573e70cf9741\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7f2522d512544b77090dc2def2504fb\";a:5:{s:6:\"source\";s:32:\"f7f2522d512544b77090dc2def2504fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4062d0f526d63c41d695d4be2ed63070\";a:5:{s:6:\"source\";s:32:\"4062d0f526d63c41d695d4be2ed63070\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c2c20390b50b34d2b247205e9c28e1d\";a:5:{s:6:\"source\";s:32:\"3c2c20390b50b34d2b247205e9c28e1d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a579dd40acc4e27f6124302dbf32983\";a:5:{s:6:\"source\";s:32:\"1a579dd40acc4e27f6124302dbf32983\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6c1eafb1a5a6f7a22ae8098242efc58\";a:5:{s:6:\"source\";s:32:\"e6c1eafb1a5a6f7a22ae8098242efc58\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa513ecef343b440cfa9ee265f13e145\";a:5:{s:6:\"source\";s:32:\"aa513ecef343b440cfa9ee265f13e145\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b2bc05151526ee0ff7c62db83d4c742\";a:5:{s:6:\"source\";s:32:\"7b2bc05151526ee0ff7c62db83d4c742\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"398341959c4042f1c166bdcf98136dba\";a:5:{s:6:\"source\";s:32:\"398341959c4042f1c166bdcf98136dba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fafd984f1480dde65c0fea6507ea6d5\";a:5:{s:6:\"source\";s:32:\"1fafd984f1480dde65c0fea6507ea6d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b6ad63c61507ffbac8d6a8ecb062129\";a:5:{s:6:\"source\";s:32:\"8b6ad63c61507ffbac8d6a8ecb062129\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6a819e0c3f92b72f49e7abfa9f510ab\";a:5:{s:6:\"source\";s:32:\"c6a819e0c3f92b72f49e7abfa9f510ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6453ffc5c1928d091a6f979aef2912d\";a:5:{s:6:\"source\";s:32:\"e6453ffc5c1928d091a6f979aef2912d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8de1958c2666d2eb2db8bdf0475b02e9\";a:5:{s:6:\"source\";s:32:\"8de1958c2666d2eb2db8bdf0475b02e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c25a97825b725c73348b0e53829a1fa\";a:5:{s:6:\"source\";s:32:\"6c25a97825b725c73348b0e53829a1fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f95f31608f5c8938efbee018a3b0944a\";a:5:{s:6:\"source\";s:32:\"f95f31608f5c8938efbee018a3b0944a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f3cb06069ad217ce8c21183270bf347\";a:5:{s:6:\"source\";s:32:\"9f3cb06069ad217ce8c21183270bf347\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55c6f3f0d9b1165f2061031c3f9a368c\";a:5:{s:6:\"source\";s:32:\"55c6f3f0d9b1165f2061031c3f9a368c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1dada4bb05e874f7f0aa9576f865cec\";a:5:{s:6:\"source\";s:32:\"b1dada4bb05e874f7f0aa9576f865cec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7ade9ed1869a605ca4c36155a1ebf13\";a:5:{s:6:\"source\";s:32:\"d7ade9ed1869a605ca4c36155a1ebf13\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06feb83f3f9d2876bb3ba73b8390e600\";a:5:{s:6:\"source\";s:32:\"06feb83f3f9d2876bb3ba73b8390e600\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef029a510fdb9cf969e7b9bf8d0aec3f\";a:5:{s:6:\"source\";s:32:\"ef029a510fdb9cf969e7b9bf8d0aec3f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1bd0dce9ad6fd699f5491b310c206675\";a:5:{s:6:\"source\";s:32:\"1bd0dce9ad6fd699f5491b310c206675\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11813cbdc4e139642e62a25f25530ba1\";a:5:{s:6:\"source\";s:32:\"11813cbdc4e139642e62a25f25530ba1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f794c1431ed2b909d41269e30fcadffe\";a:5:{s:6:\"source\";s:32:\"f794c1431ed2b909d41269e30fcadffe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77cb3e495f2734ea1ee94ae689169aca\";a:5:{s:6:\"source\";s:32:\"77cb3e495f2734ea1ee94ae689169aca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c3415511ff3031e349d53deed8705ce\";a:5:{s:6:\"source\";s:32:\"6c3415511ff3031e349d53deed8705ce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0406c222df3cfa4359177046a9d9aa4a\";a:5:{s:6:\"source\";s:32:\"0406c222df3cfa4359177046a9d9aa4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2959b1e5cf8a6f2e34d0d676b3e0616b\";a:5:{s:6:\"source\";s:32:\"2959b1e5cf8a6f2e34d0d676b3e0616b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f5fe7fc2cc58638f3f7a3b2d4ec2ba9\";a:5:{s:6:\"source\";s:32:\"1f5fe7fc2cc58638f3f7a3b2d4ec2ba9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d2e43f99a960c9cc8ddf5a21743ae6b\";a:5:{s:6:\"source\";s:32:\"4d2e43f99a960c9cc8ddf5a21743ae6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"671b4bc4813b4cd7396553bd7d4d2943\";a:5:{s:6:\"source\";s:32:\"671b4bc4813b4cd7396553bd7d4d2943\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"813b0b6ac443f65c1cebffcaa160d6e3\";a:5:{s:6:\"source\";s:32:\"813b0b6ac443f65c1cebffcaa160d6e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"857f5bc379a07583f98140c742b4c73e\";a:5:{s:6:\"source\";s:32:\"857f5bc379a07583f98140c742b4c73e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"975da6255dde695b372d29952f2cc33d\";a:5:{s:6:\"source\";s:32:\"975da6255dde695b372d29952f2cc33d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6aabcfabbde2d0b5270393a3057d8931\";a:5:{s:6:\"source\";s:32:\"6aabcfabbde2d0b5270393a3057d8931\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21586acc9c3079e8fdd59039d21167cf\";a:5:{s:6:\"source\";s:32:\"21586acc9c3079e8fdd59039d21167cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"587c74cf76a576a829739d5e9e0288c6\";a:5:{s:6:\"source\";s:32:\"587c74cf76a576a829739d5e9e0288c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0d76d2ff7cdfca8d146c279299a47770\";a:5:{s:6:\"source\";s:32:\"0d76d2ff7cdfca8d146c279299a47770\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"196199c89e6ad81f0643c7778b02997a\";a:5:{s:6:\"source\";s:32:\"196199c89e6ad81f0643c7778b02997a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9147c75e8c3003e378c7879ca1e334d\";a:5:{s:6:\"source\";s:32:\"d9147c75e8c3003e378c7879ca1e334d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae25e29d5ccad28a9058ef726569010b\";a:5:{s:6:\"source\";s:32:\"ae25e29d5ccad28a9058ef726569010b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab1367f4aaca2762af2fced321061f31\";a:5:{s:6:\"source\";s:32:\"ab1367f4aaca2762af2fced321061f31\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8e97fec70b4ba7e036f9f7f5b3d0e306\";a:5:{s:6:\"source\";s:32:\"8e97fec70b4ba7e036f9f7f5b3d0e306\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff8d3286fff1b5d4850bb4c8cdc65ab3\";a:5:{s:6:\"source\";s:32:\"ff8d3286fff1b5d4850bb4c8cdc65ab3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"763b8bbe24b2a088f31c214640a63338\";a:5:{s:6:\"source\";s:32:\"763b8bbe24b2a088f31c214640a63338\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eb1478cadffac7e842551e02e39993be\";a:5:{s:6:\"source\";s:32:\"eb1478cadffac7e842551e02e39993be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03ea471273a5a066d6f65d827426b49c\";a:5:{s:6:\"source\";s:32:\"03ea471273a5a066d6f65d827426b49c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eccc9e04411c8f2d2c10b9b09c0fb0bd\";a:5:{s:6:\"source\";s:32:\"eccc9e04411c8f2d2c10b9b09c0fb0bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6a93543c7b84f3e0b663641f678783ba\";a:5:{s:6:\"source\";s:32:\"6a93543c7b84f3e0b663641f678783ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fad4d9d25d47642a59e665a11faadd40\";a:5:{s:6:\"source\";s:32:\"fad4d9d25d47642a59e665a11faadd40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0de7a5b8500d9fc18ff4dff1129a198\";a:5:{s:6:\"source\";s:32:\"d0de7a5b8500d9fc18ff4dff1129a198\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4618e595b9caa9bb5c3e98592806a2f2\";a:5:{s:6:\"source\";s:32:\"4618e595b9caa9bb5c3e98592806a2f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8694e3f6b75b3376a12c6546983ac009\";a:5:{s:6:\"source\";s:32:\"8694e3f6b75b3376a12c6546983ac009\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"911e4e8728e8fb1aa1050f8fdbda27c2\";a:5:{s:6:\"source\";s:32:\"911e4e8728e8fb1aa1050f8fdbda27c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99bf3d1dc696178440d5a8ad479fdecb\";a:5:{s:6:\"source\";s:32:\"99bf3d1dc696178440d5a8ad479fdecb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bea980bd158563f0b1fc8fa2f0e5d3b0\";a:5:{s:6:\"source\";s:32:\"bea980bd158563f0b1fc8fa2f0e5d3b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be336b2da2c84d9b04fe611cf9c6c248\";a:5:{s:6:\"source\";s:32:\"be336b2da2c84d9b04fe611cf9c6c248\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"61fda41d6c6a689c31f71f8f7eb4dc79\";a:5:{s:6:\"source\";s:32:\"61fda41d6c6a689c31f71f8f7eb4dc79\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"184b0da963c5953b3b3866095d3bb539\";a:5:{s:6:\"source\";s:32:\"184b0da963c5953b3b3866095d3bb539\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ffae2ad97542fc9d57573b1c9b46934\";a:5:{s:6:\"source\";s:32:\"2ffae2ad97542fc9d57573b1c9b46934\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ed5797a74e90bc6a748b40a90d23a73\";a:5:{s:6:\"source\";s:32:\"8ed5797a74e90bc6a748b40a90d23a73\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6509d55de3d910c43a0db5928c4be3e4\";a:5:{s:6:\"source\";s:32:\"6509d55de3d910c43a0db5928c4be3e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd2aa8f32bd87851caaa1832303626b5\";a:5:{s:6:\"source\";s:32:\"cd2aa8f32bd87851caaa1832303626b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"29abfa3e87b52bf4ea0d6ac600b90ba4\";a:5:{s:6:\"source\";s:32:\"29abfa3e87b52bf4ea0d6ac600b90ba4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b596ef1729912d2f084c891adc95c19f\";a:5:{s:6:\"source\";s:32:\"b596ef1729912d2f084c891adc95c19f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50804788a22a7a49dc29aa124e2a281e\";a:5:{s:6:\"source\";s:32:\"50804788a22a7a49dc29aa124e2a281e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e1a6097c7c9a0d1a6d1602e8fa93605\";a:5:{s:6:\"source\";s:32:\"3e1a6097c7c9a0d1a6d1602e8fa93605\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bbace55e620a0398da3bb9c895710fe\";a:5:{s:6:\"source\";s:32:\"4bbace55e620a0398da3bb9c895710fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be89bff926bf76b1abff0d7dceb442c7\";a:5:{s:6:\"source\";s:32:\"be89bff926bf76b1abff0d7dceb442c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8ae5c89e55b0d98577834acdb80dca2\";a:5:{s:6:\"source\";s:32:\"b8ae5c89e55b0d98577834acdb80dca2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf03e4c62202b3e5f3e3724634b20992\";a:5:{s:6:\"source\";s:32:\"cf03e4c62202b3e5f3e3724634b20992\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fc7654b43f4126e7534805799ec2c29\";a:5:{s:6:\"source\";s:32:\"3fc7654b43f4126e7534805799ec2c29\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c593a1a8f58a8f86565e1f83aeffd6f\";a:5:{s:6:\"source\";s:32:\"5c593a1a8f58a8f86565e1f83aeffd6f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8c67c73b8cd75b0648e51d6da7e095c\";a:5:{s:6:\"source\";s:32:\"a8c67c73b8cd75b0648e51d6da7e095c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c730e7d7074efb26fcb9d0312004814\";a:5:{s:6:\"source\";s:32:\"7c730e7d7074efb26fcb9d0312004814\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eed43bb6e0abcf1100a51dea68239c90\";a:5:{s:6:\"source\";s:32:\"eed43bb6e0abcf1100a51dea68239c90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ec681ecee4ccbe1758076085f437200\";a:5:{s:6:\"source\";s:32:\"0ec681ecee4ccbe1758076085f437200\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77b48323ff4258cd8392389664476bb2\";a:5:{s:6:\"source\";s:32:\"77b48323ff4258cd8392389664476bb2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3afbb63bc7786ead4b9f476caab83a7\";a:5:{s:6:\"source\";s:32:\"a3afbb63bc7786ead4b9f476caab83a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c57acc7088aa64c5b5ba98dffd39ff6\";a:5:{s:6:\"source\";s:32:\"4c57acc7088aa64c5b5ba98dffd39ff6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfab68354d13df2bd5a7e91d877ec3be\";a:5:{s:6:\"source\";s:32:\"cfab68354d13df2bd5a7e91d877ec3be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25fe90cf1a5a344173e8e78af0f03759\";a:5:{s:6:\"source\";s:32:\"25fe90cf1a5a344173e8e78af0f03759\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"40a567c36f43a4d39e709d4c0bfc0fed\";a:5:{s:6:\"source\";s:32:\"40a567c36f43a4d39e709d4c0bfc0fed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6999babdef6bf1dd657aebb5a13ef2a0\";a:5:{s:6:\"source\";s:32:\"6999babdef6bf1dd657aebb5a13ef2a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76d53401f7ece30389ae8342961e8400\";a:5:{s:6:\"source\";s:32:\"76d53401f7ece30389ae8342961e8400\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73d0a5cf7e09989208ff0a4b85fa2a5c\";a:5:{s:6:\"source\";s:32:\"73d0a5cf7e09989208ff0a4b85fa2a5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33e4fa88c0cd244f5c01a3a542350ceb\";a:5:{s:6:\"source\";s:32:\"33e4fa88c0cd244f5c01a3a542350ceb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba3ec69318eb8c528af5721b22e4c188\";a:5:{s:6:\"source\";s:32:\"ba3ec69318eb8c528af5721b22e4c188\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cb4964c821fb8cc54a97493f3e895fd\";a:5:{s:6:\"source\";s:32:\"0cb4964c821fb8cc54a97493f3e895fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0b9a7ed30acd097ac573c731d6923c6\";a:5:{s:6:\"source\";s:32:\"d0b9a7ed30acd097ac573c731d6923c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e9c4cd61e9cb75474b21fab485b0e1b\";a:5:{s:6:\"source\";s:32:\"7e9c4cd61e9cb75474b21fab485b0e1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc181ff3b5217d8104e933c842d12a43\";a:5:{s:6:\"source\";s:32:\"fc181ff3b5217d8104e933c842d12a43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d242e4eaebd99983fd68ec858547599d\";a:5:{s:6:\"source\";s:32:\"d242e4eaebd99983fd68ec858547599d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f58ad3d0a84ab18df214f0e17bc5cad8\";a:5:{s:6:\"source\";s:32:\"f58ad3d0a84ab18df214f0e17bc5cad8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cac4df6e57fdca1cc375fafc3da8961\";a:5:{s:6:\"source\";s:32:\"6cac4df6e57fdca1cc375fafc3da8961\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bde96b6fdabbc76d9e7fc55dbdf2e35e\";a:5:{s:6:\"source\";s:32:\"bde96b6fdabbc76d9e7fc55dbdf2e35e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e18ec979179655c82d59384078cc9254\";a:5:{s:6:\"source\";s:32:\"e18ec979179655c82d59384078cc9254\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8473d4142d909b50db90433cf3154ccd\";a:5:{s:6:\"source\";s:32:\"8473d4142d909b50db90433cf3154ccd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50d00074828a74e80aed6d0aedbde597\";a:5:{s:6:\"source\";s:32:\"50d00074828a74e80aed6d0aedbde597\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e5dc32ba3d701e410780034c07e4264\";a:5:{s:6:\"source\";s:32:\"1e5dc32ba3d701e410780034c07e4264\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1265ebd96d749c64b531493473872059\";a:5:{s:6:\"source\";s:32:\"1265ebd96d749c64b531493473872059\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10b50096ca801efaebc36b2f8e6bb27e\";a:5:{s:6:\"source\";s:32:\"10b50096ca801efaebc36b2f8e6bb27e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d32380a0db2923ec5431ead03ffd189\";a:5:{s:6:\"source\";s:32:\"4d32380a0db2923ec5431ead03ffd189\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d1122cc5a65be86195710e864af8e24\";a:5:{s:6:\"source\";s:32:\"9d1122cc5a65be86195710e864af8e24\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc14c2b694b6fac2d8d124817f635c56\";a:5:{s:6:\"source\";s:32:\"bc14c2b694b6fac2d8d124817f635c56\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a08f39595efd218be23d399c3d85239\";a:5:{s:6:\"source\";s:32:\"2a08f39595efd218be23d399c3d85239\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a177aa0f68a36e32b2231d285dbe9861\";a:5:{s:6:\"source\";s:32:\"a177aa0f68a36e32b2231d285dbe9861\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5878c744327f650d510d1a8c8f5c86de\";a:5:{s:6:\"source\";s:32:\"5878c744327f650d510d1a8c8f5c86de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19fc9a1451dcf4c02375519fa4a93ede\";a:5:{s:6:\"source\";s:32:\"19fc9a1451dcf4c02375519fa4a93ede\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4416d464a03d70cec4718f58c42ecbc\";a:5:{s:6:\"source\";s:32:\"b4416d464a03d70cec4718f58c42ecbc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7abfd12eddcb7d29b9a27bf3857adf3b\";a:5:{s:6:\"source\";s:32:\"7abfd12eddcb7d29b9a27bf3857adf3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e331a1b92b11ebc067884bb37e77b63e\";a:5:{s:6:\"source\";s:32:\"e331a1b92b11ebc067884bb37e77b63e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"61db32f051bdcc480ceb370580322d40\";a:5:{s:6:\"source\";s:32:\"61db32f051bdcc480ceb370580322d40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e86f4c6d6148e623acf55ce2eec9cbd2\";a:5:{s:6:\"source\";s:32:\"e86f4c6d6148e623acf55ce2eec9cbd2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43ca92f40de398fd3d1cd98e6c84fc7a\";a:5:{s:6:\"source\";s:32:\"43ca92f40de398fd3d1cd98e6c84fc7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4b0249deb3b9cf333711a84dee7aee3\";a:5:{s:6:\"source\";s:32:\"b4b0249deb3b9cf333711a84dee7aee3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6ee7e7306c7983856651ecea45a83ed\";a:5:{s:6:\"source\";s:32:\"c6ee7e7306c7983856651ecea45a83ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85d7134193ceb375dccc2d0bd83447a5\";a:5:{s:6:\"source\";s:32:\"85d7134193ceb375dccc2d0bd83447a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd5ffb629855d038d2a822a968f85f8c\";a:5:{s:6:\"source\";s:32:\"fd5ffb629855d038d2a822a968f85f8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff7aaccf9fa2cda1e641e8a8d0affe2c\";a:5:{s:6:\"source\";s:32:\"ff7aaccf9fa2cda1e641e8a8d0affe2c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d07a8cc133c1e032ddb0e73db3007bc\";a:5:{s:6:\"source\";s:32:\"7d07a8cc133c1e032ddb0e73db3007bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c756ea77a46e584bc9e7cd10f98a704\";a:5:{s:6:\"source\";s:32:\"0c756ea77a46e584bc9e7cd10f98a704\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"427aaba8277b5c21294269aa791da4b5\";a:5:{s:6:\"source\";s:32:\"427aaba8277b5c21294269aa791da4b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2dbfdd5677c93f2878865a04b01de4e9\";a:5:{s:6:\"source\";s:32:\"2dbfdd5677c93f2878865a04b01de4e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fd3ff45053252ec73ba3507f9fe4e75\";a:5:{s:6:\"source\";s:32:\"6fd3ff45053252ec73ba3507f9fe4e75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f48345d9c0810b97506f23a1132b522f\";a:5:{s:6:\"source\";s:32:\"f48345d9c0810b97506f23a1132b522f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92841b45bdcac2ddfcce48127b3b86c6\";a:5:{s:6:\"source\";s:32:\"92841b45bdcac2ddfcce48127b3b86c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3d12d726478faf5a77bb54e22b0425c\";a:5:{s:6:\"source\";s:32:\"b3d12d726478faf5a77bb54e22b0425c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b855b04c6f770f31c653328b09812f1d\";a:5:{s:6:\"source\";s:32:\"b855b04c6f770f31c653328b09812f1d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"803d26caf19966103f464afa77c2a87c\";a:5:{s:6:\"source\";s:32:\"803d26caf19966103f464afa77c2a87c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f652ba047b1212cd1406929c0e767a7\";a:5:{s:6:\"source\";s:32:\"4f652ba047b1212cd1406929c0e767a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81b34e0a367b1fc12f7327dc37a20e0a\";a:5:{s:6:\"source\";s:32:\"81b34e0a367b1fc12f7327dc37a20e0a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a715631ab16325f1142a2956e6a5c09f\";a:5:{s:6:\"source\";s:32:\"a715631ab16325f1142a2956e6a5c09f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a405db00120f4a85383e4fa3c3513cc\";a:5:{s:6:\"source\";s:32:\"4a405db00120f4a85383e4fa3c3513cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d33c2d5ddf1b9fd491b8944ce14ba16\";a:5:{s:6:\"source\";s:32:\"5d33c2d5ddf1b9fd491b8944ce14ba16\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7095b242d37e3ef3625310c0eb144de8\";a:5:{s:6:\"source\";s:32:\"7095b242d37e3ef3625310c0eb144de8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a699ede63a5b24798f6502b034de3165\";a:5:{s:6:\"source\";s:32:\"a699ede63a5b24798f6502b034de3165\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7dd2ab2526ef986f68bad2665fa0aa2\";a:5:{s:6:\"source\";s:32:\"d7dd2ab2526ef986f68bad2665fa0aa2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee0a72c23e6d02b3d0c9a51c1b288aff\";a:5:{s:6:\"source\";s:32:\"ee0a72c23e6d02b3d0c9a51c1b288aff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81b22934fd0f314d990cd72f19443fd8\";a:5:{s:6:\"source\";s:32:\"81b22934fd0f314d990cd72f19443fd8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c94b63bdc7e42e3368e04ab9c77f41d\";a:5:{s:6:\"source\";s:32:\"4c94b63bdc7e42e3368e04ab9c77f41d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5a026c6a2d2a7277071abed1fcb44d9\";a:5:{s:6:\"source\";s:32:\"f5a026c6a2d2a7277071abed1fcb44d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09fcd580934868fc795d6428cda5af52\";a:5:{s:6:\"source\";s:32:\"09fcd580934868fc795d6428cda5af52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68808c92a62a016be731e9b6185350ac\";a:5:{s:6:\"source\";s:32:\"68808c92a62a016be731e9b6185350ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3dede0266a50197a6e0b5e9751ff36ce\";a:5:{s:6:\"source\";s:32:\"3dede0266a50197a6e0b5e9751ff36ce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e777414c73ccf4066063f44602e092ee\";a:5:{s:6:\"source\";s:32:\"e777414c73ccf4066063f44602e092ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3bca8ac2be5bf43fb6f2c2621b5b43dc\";a:5:{s:6:\"source\";s:32:\"3bca8ac2be5bf43fb6f2c2621b5b43dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7156ed5d5b2df2aff7093465d3b933f\";a:5:{s:6:\"source\";s:32:\"f7156ed5d5b2df2aff7093465d3b933f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2c8594ecb91462b8f2ccb114f1ae267\";a:5:{s:6:\"source\";s:32:\"a2c8594ecb91462b8f2ccb114f1ae267\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b24d877403c2c52530c11ee8a2cb7534\";a:5:{s:6:\"source\";s:32:\"b24d877403c2c52530c11ee8a2cb7534\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6325455b32ed96d4ab3e4c351aaf4645\";a:5:{s:6:\"source\";s:32:\"6325455b32ed96d4ab3e4c351aaf4645\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c3ada987d71cf89c242ec3752590329\";a:5:{s:6:\"source\";s:32:\"8c3ada987d71cf89c242ec3752590329\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23139c8cb2977b4e2af9f59e54febd6c\";a:5:{s:6:\"source\";s:32:\"23139c8cb2977b4e2af9f59e54febd6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a870b54eda5119d35e443f065e215241\";a:5:{s:6:\"source\";s:32:\"a870b54eda5119d35e443f065e215241\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d031116ed0dcda981607df4158bcbb9\";a:5:{s:6:\"source\";s:32:\"3d031116ed0dcda981607df4158bcbb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d34d1aedc00ce6364c59c1ef8df067ae\";a:5:{s:6:\"source\";s:32:\"d34d1aedc00ce6364c59c1ef8df067ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c2edaf24ec31c2719ae66d6a35d4419\";a:5:{s:6:\"source\";s:32:\"2c2edaf24ec31c2719ae66d6a35d4419\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afc439f5a44fc5a21c2dd02b791e1310\";a:5:{s:6:\"source\";s:32:\"afc439f5a44fc5a21c2dd02b791e1310\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4711a78f6b60a1358103173f038a500\";a:5:{s:6:\"source\";s:32:\"e4711a78f6b60a1358103173f038a500\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3384630c740633d369aa873b31e3fe8\";a:5:{s:6:\"source\";s:32:\"e3384630c740633d369aa873b31e3fe8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"35ed3976e881be6c4cc14b74b63364ea\";a:5:{s:6:\"source\";s:32:\"35ed3976e881be6c4cc14b74b63364ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"711cf9f233c068a20846a757f592c87d\";a:5:{s:6:\"source\";s:32:\"711cf9f233c068a20846a757f592c87d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e04b22ed1c6a19a10057e5e3b1e0fa37\";a:5:{s:6:\"source\";s:32:\"e04b22ed1c6a19a10057e5e3b1e0fa37\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9631cf444fbfecbd75cb3fdac271903\";a:5:{s:6:\"source\";s:32:\"a9631cf444fbfecbd75cb3fdac271903\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"579bffa7328501ad68c564eace4e56e7\";a:5:{s:6:\"source\";s:32:\"579bffa7328501ad68c564eace4e56e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64876d2d168fda3cfc9392e0735b37b9\";a:5:{s:6:\"source\";s:32:\"64876d2d168fda3cfc9392e0735b37b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5aa9771506d58f7ebfe739b93b31e00\";a:5:{s:6:\"source\";s:32:\"c5aa9771506d58f7ebfe739b93b31e00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5446c9f0c1d45cacdb1c388c38903f7e\";a:5:{s:6:\"source\";s:32:\"5446c9f0c1d45cacdb1c388c38903f7e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df74064327b64a7cba623cb3d8ff4cf0\";a:5:{s:6:\"source\";s:32:\"df74064327b64a7cba623cb3d8ff4cf0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04630e3aaf657b43818e0209d84b049f\";a:5:{s:6:\"source\";s:32:\"04630e3aaf657b43818e0209d84b049f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ab33a2a0daea52fc14ed20448cd9061\";a:5:{s:6:\"source\";s:32:\"5ab33a2a0daea52fc14ed20448cd9061\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2f3e3c3a597a89e3ddce59591b952b6\";a:5:{s:6:\"source\";s:32:\"b2f3e3c3a597a89e3ddce59591b952b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa921beb43764f0322e043e0d740db30\";a:5:{s:6:\"source\";s:32:\"fa921beb43764f0322e043e0d740db30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78616e39a1448ad704a284b41c7a7aeb\";a:5:{s:6:\"source\";s:32:\"78616e39a1448ad704a284b41c7a7aeb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"783103874b1d17ff8f21beb04e16613e\";a:5:{s:6:\"source\";s:32:\"783103874b1d17ff8f21beb04e16613e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9df1003a09e241b7769bf0041b5488d\";a:5:{s:6:\"source\";s:32:\"a9df1003a09e241b7769bf0041b5488d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"effe748c7cd4e123fe5b6b8ce382312c\";a:5:{s:6:\"source\";s:32:\"effe748c7cd4e123fe5b6b8ce382312c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ea840cbab54036b74f24e772d666dd0\";a:5:{s:6:\"source\";s:32:\"9ea840cbab54036b74f24e772d666dd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8d3707411ca5f020954a5c52f72ca47\";a:5:{s:6:\"source\";s:32:\"b8d3707411ca5f020954a5c52f72ca47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f737ae2f494b45e795b26a10ccd3f094\";a:5:{s:6:\"source\";s:32:\"f737ae2f494b45e795b26a10ccd3f094\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf18ac59906717dfcfeb65d4f48a24bd\";a:5:{s:6:\"source\";s:32:\"bf18ac59906717dfcfeb65d4f48a24bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b6994f504661abd00d50ad84f41116a\";a:5:{s:6:\"source\";s:32:\"4b6994f504661abd00d50ad84f41116a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cdcbc20a91f5a22eeb442b194755e2bf\";a:5:{s:6:\"source\";s:32:\"cdcbc20a91f5a22eeb442b194755e2bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92dad6cf2daca81d0b6025ac9464f29e\";a:5:{s:6:\"source\";s:32:\"92dad6cf2daca81d0b6025ac9464f29e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e84ffbb1585380f242a6795b464ce94\";a:5:{s:6:\"source\";s:32:\"4e84ffbb1585380f242a6795b464ce94\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90efb8f98faae25e9942d4fe116cec64\";a:5:{s:6:\"source\";s:32:\"90efb8f98faae25e9942d4fe116cec64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ea4f9d828dae7fd36b6732e5040c8ba\";a:5:{s:6:\"source\";s:32:\"0ea4f9d828dae7fd36b6732e5040c8ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"baf43887b8f2f44b82f774be5715ecba\";a:5:{s:6:\"source\";s:32:\"baf43887b8f2f44b82f774be5715ecba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9d237a9d223d30bcd29210fc386a124\";a:5:{s:6:\"source\";s:32:\"c9d237a9d223d30bcd29210fc386a124\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82730383a97db942266b22559bbad130\";a:5:{s:6:\"source\";s:32:\"82730383a97db942266b22559bbad130\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"069c5136e17f97f816216222fd40c8ee\";a:5:{s:6:\"source\";s:32:\"069c5136e17f97f816216222fd40c8ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee1d018a608d7b51462c650ab2f45885\";a:5:{s:6:\"source\";s:32:\"ee1d018a608d7b51462c650ab2f45885\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8db62576af9cfc78c0cdee43d69c8f57\";a:5:{s:6:\"source\";s:32:\"8db62576af9cfc78c0cdee43d69c8f57\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69958081eaa44ffadf083fafb4934f52\";a:5:{s:6:\"source\";s:32:\"69958081eaa44ffadf083fafb4934f52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d5fd0409353ab2b53b1241bf96fb2f5\";a:5:{s:6:\"source\";s:32:\"2d5fd0409353ab2b53b1241bf96fb2f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53f7f8754e1d8b9a92648fa87257b3b3\";a:5:{s:6:\"source\";s:32:\"53f7f8754e1d8b9a92648fa87257b3b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98b7bb33d9ae6efc9c06bda809f237fb\";a:5:{s:6:\"source\";s:32:\"98b7bb33d9ae6efc9c06bda809f237fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ee16567f3d1a74359ad4b1a6492be87\";a:5:{s:6:\"source\";s:32:\"4ee16567f3d1a74359ad4b1a6492be87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fed1ea5c375bb64bb61b8834384be46e\";a:5:{s:6:\"source\";s:32:\"fed1ea5c375bb64bb61b8834384be46e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"472928df60c0d73f594ebd1fbff5266d\";a:5:{s:6:\"source\";s:32:\"472928df60c0d73f594ebd1fbff5266d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ad3282ae6cd3879a057805922b22032\";a:5:{s:6:\"source\";s:32:\"2ad3282ae6cd3879a057805922b22032\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7545e28b33ce81688405c504445a8c0c\";a:5:{s:6:\"source\";s:32:\"7545e28b33ce81688405c504445a8c0c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0696c85f8ddac05a038356c61f5feaa2\";a:5:{s:6:\"source\";s:32:\"0696c85f8ddac05a038356c61f5feaa2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df85c6db73d17e0e3d97c48fececdc8b\";a:5:{s:6:\"source\";s:32:\"df85c6db73d17e0e3d97c48fececdc8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5ff318c206e4101336afc7040b90278\";a:5:{s:6:\"source\";s:32:\"f5ff318c206e4101336afc7040b90278\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a61a02dd869b96db89b3fe4e31dfae5\";a:5:{s:6:\"source\";s:32:\"8a61a02dd869b96db89b3fe4e31dfae5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"896ded209ba90ac79259708617ed1b71\";a:5:{s:6:\"source\";s:32:\"896ded209ba90ac79259708617ed1b71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ccaadb320e644d33c370c48e0be11623\";a:5:{s:6:\"source\";s:32:\"ccaadb320e644d33c370c48e0be11623\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7be99ffdc8c1cd01273fc34722cb97a\";a:5:{s:6:\"source\";s:32:\"f7be99ffdc8c1cd01273fc34722cb97a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e244d4e0b38d78437f9369a1eda3bfb7\";a:5:{s:6:\"source\";s:32:\"e244d4e0b38d78437f9369a1eda3bfb7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dce8922312a973caa7f3bf27a584825c\";a:5:{s:6:\"source\";s:32:\"dce8922312a973caa7f3bf27a584825c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de4f02735755cdfea90a8dd054477279\";a:5:{s:6:\"source\";s:32:\"de4f02735755cdfea90a8dd054477279\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9c087c3b00e48fad084d5fd0ce3d49b\";a:5:{s:6:\"source\";s:32:\"a9c087c3b00e48fad084d5fd0ce3d49b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b1469434743d26472e5c15af54db1c6\";a:5:{s:6:\"source\";s:32:\"8b1469434743d26472e5c15af54db1c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"05eada7dfd9310d8e478fe5bf59ad194\";a:5:{s:6:\"source\";s:32:\"05eada7dfd9310d8e478fe5bf59ad194\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a488ead9e381422f2562ae829081fde\";a:5:{s:6:\"source\";s:32:\"4a488ead9e381422f2562ae829081fde\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"554ef4a41f58ff3a2bc071326df6e762\";a:5:{s:6:\"source\";s:32:\"554ef4a41f58ff3a2bc071326df6e762\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd790d1ff5fb74b580d718edb088663b\";a:5:{s:6:\"source\";s:32:\"dd790d1ff5fb74b580d718edb088663b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"07f1be65a093192e117408a5112b7f75\";a:5:{s:6:\"source\";s:32:\"07f1be65a093192e117408a5112b7f75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7db0904538c4e11c1e07abff9cf89132\";a:5:{s:6:\"source\";s:32:\"7db0904538c4e11c1e07abff9cf89132\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e846a6c8d31dfb0224766f72a19f7e5f\";a:5:{s:6:\"source\";s:32:\"e846a6c8d31dfb0224766f72a19f7e5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f09b10edfdfd056d5b5f1239433e8cd\";a:5:{s:6:\"source\";s:32:\"2f09b10edfdfd056d5b5f1239433e8cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad728c64b92d8ff1e51a2a1e4164cdd9\";a:5:{s:6:\"source\";s:32:\"ad728c64b92d8ff1e51a2a1e4164cdd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f15f463271aac9c6c85ea51a4e0aea06\";a:5:{s:6:\"source\";s:32:\"f15f463271aac9c6c85ea51a4e0aea06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"249085c838ef1f4ec1cf74551774311e\";a:5:{s:6:\"source\";s:32:\"249085c838ef1f4ec1cf74551774311e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e5814e01d6d2af5499056e68574ea0e\";a:5:{s:6:\"source\";s:32:\"0e5814e01d6d2af5499056e68574ea0e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"efa15439e45090682947b8b0a60b74dc\";a:5:{s:6:\"source\";s:32:\"efa15439e45090682947b8b0a60b74dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"282ce62e3765f91da23c6912e1cd457d\";a:5:{s:6:\"source\";s:32:\"282ce62e3765f91da23c6912e1cd457d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1066f2f0633c6a8113606d9ed695288\";a:5:{s:6:\"source\";s:32:\"d1066f2f0633c6a8113606d9ed695288\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7427944a5e05b67de8824219c6e6db0b\";a:5:{s:6:\"source\";s:32:\"7427944a5e05b67de8824219c6e6db0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"391084f4b2ca05b7bd9e59bd74633862\";a:5:{s:6:\"source\";s:32:\"391084f4b2ca05b7bd9e59bd74633862\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6dd592b34a7ca6c88ef869f69fb7249\";a:5:{s:6:\"source\";s:32:\"b6dd592b34a7ca6c88ef869f69fb7249\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46e3a859a8175d78ae606c3147651a9f\";a:5:{s:6:\"source\";s:32:\"46e3a859a8175d78ae606c3147651a9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ece8a38c51291327f94e17f14c7fed1b\";a:5:{s:6:\"source\";s:32:\"ece8a38c51291327f94e17f14c7fed1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b97be44d14376a7f01af0272271e73f\";a:5:{s:6:\"source\";s:32:\"6b97be44d14376a7f01af0272271e73f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4487324bd7fbf240867c16a21ea71e06\";a:5:{s:6:\"source\";s:32:\"4487324bd7fbf240867c16a21ea71e06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4aeec202c2af0315a9ea481553918d97\";a:5:{s:6:\"source\";s:32:\"4aeec202c2af0315a9ea481553918d97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b4bbcaf027f9d76e7c3bcfbcffcee3a\";a:5:{s:6:\"source\";s:32:\"7b4bbcaf027f9d76e7c3bcfbcffcee3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fc48f49b8292abbb6d25765bd2a66b4\";a:5:{s:6:\"source\";s:32:\"6fc48f49b8292abbb6d25765bd2a66b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d149b86ec79437db458a9ac14d9b9da\";a:5:{s:6:\"source\";s:32:\"2d149b86ec79437db458a9ac14d9b9da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"154e09111daf3122111db387b2e33da6\";a:5:{s:6:\"source\";s:32:\"154e09111daf3122111db387b2e33da6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc966efa2697c979443f477e1ceb2e26\";a:5:{s:6:\"source\";s:32:\"dc966efa2697c979443f477e1ceb2e26\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e218852b5e47e76a0751536e1287cae2\";a:5:{s:6:\"source\";s:32:\"e218852b5e47e76a0751536e1287cae2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1818ac4567ce548f524461220a3bce27\";a:5:{s:6:\"source\";s:32:\"1818ac4567ce548f524461220a3bce27\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a2bcf9a3bc1f45f4ddf294e0ca0059e\";a:5:{s:6:\"source\";s:32:\"8a2bcf9a3bc1f45f4ddf294e0ca0059e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9dc3215ebf3eae503b1bc02ab1c0e373\";a:5:{s:6:\"source\";s:32:\"9dc3215ebf3eae503b1bc02ab1c0e373\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77d36755f379b9f9515f350fb52acd74\";a:5:{s:6:\"source\";s:32:\"77d36755f379b9f9515f350fb52acd74\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f0a101ab41f34d6905336569482413e\";a:5:{s:6:\"source\";s:32:\"4f0a101ab41f34d6905336569482413e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94e33e79f5cee5ae9e13a46b396e31e8\";a:5:{s:6:\"source\";s:32:\"94e33e79f5cee5ae9e13a46b396e31e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13e742121f7269e6e4f0aa0140b3d5ba\";a:5:{s:6:\"source\";s:32:\"13e742121f7269e6e4f0aa0140b3d5ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"759b1cd3343dde5edd33ebb63b3b067f\";a:5:{s:6:\"source\";s:32:\"759b1cd3343dde5edd33ebb63b3b067f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33a36c531722bd782fa92317e274662a\";a:5:{s:6:\"source\";s:32:\"33a36c531722bd782fa92317e274662a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c91966f5299bf65bc5b49cc11b49b93\";a:5:{s:6:\"source\";s:32:\"7c91966f5299bf65bc5b49cc11b49b93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d667ba8fb0c1dd8d80b33ede92e14e96\";a:5:{s:6:\"source\";s:32:\"d667ba8fb0c1dd8d80b33ede92e14e96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2106d3bd915a7e63979e744d5011c95\";a:5:{s:6:\"source\";s:32:\"b2106d3bd915a7e63979e744d5011c95\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a657164de3353099c3d7b79a9bd1f579\";a:5:{s:6:\"source\";s:32:\"a657164de3353099c3d7b79a9bd1f579\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"136a6ecd9a7cded747a83cd341a05f45\";a:5:{s:6:\"source\";s:32:\"136a6ecd9a7cded747a83cd341a05f45\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5adba673f84ea8546daa589179d930a2\";a:5:{s:6:\"source\";s:32:\"5adba673f84ea8546daa589179d930a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1915e66cb4aadfdeaba7c983d0b68c7\";a:5:{s:6:\"source\";s:32:\"f1915e66cb4aadfdeaba7c983d0b68c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68bbc9e6a000d14141e56f5eb64e44dd\";a:5:{s:6:\"source\";s:32:\"68bbc9e6a000d14141e56f5eb64e44dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0447f731a9aaed9e5dfd61cb4bd1830\";a:5:{s:6:\"source\";s:32:\"c0447f731a9aaed9e5dfd61cb4bd1830\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1dea1435fb5834099da3dd9f6f57879e\";a:5:{s:6:\"source\";s:32:\"1dea1435fb5834099da3dd9f6f57879e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c830489d1de6fdee3a3df24535095dd7\";a:5:{s:6:\"source\";s:32:\"c830489d1de6fdee3a3df24535095dd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73b5a3de1290fc74ab4b7bd79ef72152\";a:5:{s:6:\"source\";s:32:\"73b5a3de1290fc74ab4b7bd79ef72152\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"094adfe111118835c2397535f16c8678\";a:5:{s:6:\"source\";s:32:\"094adfe111118835c2397535f16c8678\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed13da367ee39892932d4d48d223b8ab\";a:5:{s:6:\"source\";s:32:\"ed13da367ee39892932d4d48d223b8ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a73dbd2791e4a39938c2ae4ddcaacce1\";a:5:{s:6:\"source\";s:32:\"a73dbd2791e4a39938c2ae4ddcaacce1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf771cdc359dcf4a390aaac9767f842d\";a:5:{s:6:\"source\";s:32:\"bf771cdc359dcf4a390aaac9767f842d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d04c8e51586b35711e25d8b7006cca1\";a:5:{s:6:\"source\";s:32:\"8d04c8e51586b35711e25d8b7006cca1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0bd165e7cb3152ea2e0263fef127fef\";a:5:{s:6:\"source\";s:32:\"c0bd165e7cb3152ea2e0263fef127fef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b69bd76ffd56b056bd8543df012a4d33\";a:5:{s:6:\"source\";s:32:\"b69bd76ffd56b056bd8543df012a4d33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8f361bd5b751d4d05e437eddde7e84a\";a:5:{s:6:\"source\";s:32:\"f8f361bd5b751d4d05e437eddde7e84a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb7bdb8b001e15d28e52d1b15a808f68\";a:5:{s:6:\"source\";s:32:\"fb7bdb8b001e15d28e52d1b15a808f68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ac3c4c4d88d426253341b304c43667e\";a:5:{s:6:\"source\";s:32:\"6ac3c4c4d88d426253341b304c43667e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83f769777787a51a0ae0b60c0621a08d\";a:5:{s:6:\"source\";s:32:\"83f769777787a51a0ae0b60c0621a08d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ade14090b5260cdbf7f60682e8b22d3\";a:5:{s:6:\"source\";s:32:\"6ade14090b5260cdbf7f60682e8b22d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fda6f4c77a7c8e05417bf5dd1beb5e3\";a:5:{s:6:\"source\";s:32:\"1fda6f4c77a7c8e05417bf5dd1beb5e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db0ab212738545b816684b216db5d4d2\";a:5:{s:6:\"source\";s:32:\"db0ab212738545b816684b216db5d4d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"efbf82f1c476e86cc7e979317bc08e4f\";a:5:{s:6:\"source\";s:32:\"efbf82f1c476e86cc7e979317bc08e4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4fa7da52390cc89a5aa8a9045cf5434\";a:5:{s:6:\"source\";s:32:\"e4fa7da52390cc89a5aa8a9045cf5434\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab075dc43a1971538612f348ded6c4ad\";a:5:{s:6:\"source\";s:32:\"ab075dc43a1971538612f348ded6c4ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ca30855b583be03f42e53b131f449e9\";a:5:{s:6:\"source\";s:32:\"9ca30855b583be03f42e53b131f449e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fbe1bee0ffdad10c3dfce5cbc8c28de\";a:5:{s:6:\"source\";s:32:\"7fbe1bee0ffdad10c3dfce5cbc8c28de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b92633bcd2f15d77edf6486b699a227e\";a:5:{s:6:\"source\";s:32:\"b92633bcd2f15d77edf6486b699a227e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74cdcf94569c22e39fd3772d4e4eeca6\";a:5:{s:6:\"source\";s:32:\"74cdcf94569c22e39fd3772d4e4eeca6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c5b392323c881e3e6c08c441b82f893\";a:5:{s:6:\"source\";s:32:\"1c5b392323c881e3e6c08c441b82f893\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62879d212e5cac32df456d7c29f7c44d\";a:5:{s:6:\"source\";s:32:\"62879d212e5cac32df456d7c29f7c44d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3239774c1effd401032565ac30e99e97\";a:5:{s:6:\"source\";s:32:\"3239774c1effd401032565ac30e99e97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2cd6f099443faae0540854d0cd95925c\";a:5:{s:6:\"source\";s:32:\"2cd6f099443faae0540854d0cd95925c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03119c172ee867481f7f24c53230e500\";a:5:{s:6:\"source\";s:32:\"03119c172ee867481f7f24c53230e500\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f653ed88ef73291355079bdd91a9724\";a:5:{s:6:\"source\";s:32:\"5f653ed88ef73291355079bdd91a9724\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"238da6db52f4a4f7c1f6d8604aeead30\";a:5:{s:6:\"source\";s:32:\"238da6db52f4a4f7c1f6d8604aeead30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17c38046bebcbf696d2158e2950a3e45\";a:5:{s:6:\"source\";s:32:\"17c38046bebcbf696d2158e2950a3e45\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17c2185758e62f2744d89fc188efbdae\";a:5:{s:6:\"source\";s:32:\"17c2185758e62f2744d89fc188efbdae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b15e7f2eb56f759b888d7437ee76089\";a:5:{s:6:\"source\";s:32:\"8b15e7f2eb56f759b888d7437ee76089\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7aea0ed7c54ec6da21b60bdd2fa3b70c\";a:5:{s:6:\"source\";s:32:\"7aea0ed7c54ec6da21b60bdd2fa3b70c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9976cd6d4bfbff573439b51249740136\";a:5:{s:6:\"source\";s:32:\"9976cd6d4bfbff573439b51249740136\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e26c6c6c41a657ba68ed1ccebce5334\";a:5:{s:6:\"source\";s:32:\"4e26c6c6c41a657ba68ed1ccebce5334\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5307cf6a7a5f3d4d6b33d5c13d142d98\";a:5:{s:6:\"source\";s:32:\"5307cf6a7a5f3d4d6b33d5c13d142d98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5bf38e5d69e2871ecd7b27efa14db02\";a:5:{s:6:\"source\";s:32:\"d5bf38e5d69e2871ecd7b27efa14db02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55f0ccf9aab741a9fd384b0e5076dee4\";a:5:{s:6:\"source\";s:32:\"55f0ccf9aab741a9fd384b0e5076dee4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"881886d813afdcfb060d90f0f3d286f5\";a:5:{s:6:\"source\";s:32:\"881886d813afdcfb060d90f0f3d286f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"558a3de2694eb69908db6c843f1d182c\";a:5:{s:6:\"source\";s:32:\"558a3de2694eb69908db6c843f1d182c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a09af80eb3f0df12ed5f03e4d8e66ff\";a:5:{s:6:\"source\";s:32:\"0a09af80eb3f0df12ed5f03e4d8e66ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"721394a12d4bf94819e373a79cb18717\";a:5:{s:6:\"source\";s:32:\"721394a12d4bf94819e373a79cb18717\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eb3910646c766cf8d8baf4931f72d150\";a:5:{s:6:\"source\";s:32:\"eb3910646c766cf8d8baf4931f72d150\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cc496b585555cbff30bab20b5d893f1\";a:5:{s:6:\"source\";s:32:\"5cc496b585555cbff30bab20b5d893f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8f7a34e3802f8e4e6e38b8b48ef3d75\";a:5:{s:6:\"source\";s:32:\"b8f7a34e3802f8e4e6e38b8b48ef3d75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43e43598265152599b0e8cf36c30bcaa\";a:5:{s:6:\"source\";s:32:\"43e43598265152599b0e8cf36c30bcaa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11c3e7dbb66a31f63c016daa84a1bebd\";a:5:{s:6:\"source\";s:32:\"11c3e7dbb66a31f63c016daa84a1bebd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a687bb45a59d387c72eab2ec5b9288ca\";a:5:{s:6:\"source\";s:32:\"a687bb45a59d387c72eab2ec5b9288ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04f6df7d74f28bcb3817178b5d673397\";a:5:{s:6:\"source\";s:32:\"04f6df7d74f28bcb3817178b5d673397\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4db0b6e838c95671f878cb8ff52cebc2\";a:5:{s:6:\"source\";s:32:\"4db0b6e838c95671f878cb8ff52cebc2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c30575ab78edfc4f0341fb9e931a4b6\";a:5:{s:6:\"source\";s:32:\"9c30575ab78edfc4f0341fb9e931a4b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a76f0a9a94138fce1e30fc5a79187f1f\";a:5:{s:6:\"source\";s:32:\"a76f0a9a94138fce1e30fc5a79187f1f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1033ee47ae715a23ff2d1d564c8fccb\";a:5:{s:6:\"source\";s:32:\"e1033ee47ae715a23ff2d1d564c8fccb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"620da053b711bf76140679e06f832cf4\";a:5:{s:6:\"source\";s:32:\"620da053b711bf76140679e06f832cf4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9168be9f1f83fb53f5950c6804fc5020\";a:5:{s:6:\"source\";s:32:\"9168be9f1f83fb53f5950c6804fc5020\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef2257f5fce797592157cdc73f2c7881\";a:5:{s:6:\"source\";s:32:\"ef2257f5fce797592157cdc73f2c7881\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0cf9b00e79d1ce575223fec79b3be7b\";a:5:{s:6:\"source\";s:32:\"b0cf9b00e79d1ce575223fec79b3be7b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"28d088a7677e351a5cd074b036761ca1\";a:5:{s:6:\"source\";s:32:\"28d088a7677e351a5cd074b036761ca1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21583a5c32ba2a17f194af72f284dfdb\";a:5:{s:6:\"source\";s:32:\"21583a5c32ba2a17f194af72f284dfdb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd3530f28733cde131fe3e964a529b92\";a:5:{s:6:\"source\";s:32:\"cd3530f28733cde131fe3e964a529b92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d07991d62b0d3f6425913b9899a3900\";a:5:{s:6:\"source\";s:32:\"6d07991d62b0d3f6425913b9899a3900\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1628daf9574c43535c535c1b2e763e80\";a:5:{s:6:\"source\";s:32:\"1628daf9574c43535c535c1b2e763e80\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0d03d515bc7bd5e53f19ac91ca972fdd\";a:5:{s:6:\"source\";s:32:\"0d03d515bc7bd5e53f19ac91ca972fdd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d52c558b1d42e710f7b0f83a6225f10\";a:5:{s:6:\"source\";s:32:\"6d52c558b1d42e710f7b0f83a6225f10\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"718996949616e43b9ff585ed14330db8\";a:5:{s:6:\"source\";s:32:\"718996949616e43b9ff585ed14330db8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e108165517e8deba85acde38b1872c5b\";a:5:{s:6:\"source\";s:32:\"e108165517e8deba85acde38b1872c5b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7b5cc2aad61a8a18ea408708e15408f\";a:5:{s:6:\"source\";s:32:\"c7b5cc2aad61a8a18ea408708e15408f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98811d4a342cbbe93e7915b45ac9bcb1\";a:5:{s:6:\"source\";s:32:\"98811d4a342cbbe93e7915b45ac9bcb1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fb450e94b569772bc89e4c003e406bf\";a:5:{s:6:\"source\";s:32:\"7fb450e94b569772bc89e4c003e406bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"700e79dcf1bcd0fa25024bfe290384c0\";a:5:{s:6:\"source\";s:32:\"700e79dcf1bcd0fa25024bfe290384c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f4cfb13be4fd661eb05d12f09353f6a0\";a:5:{s:6:\"source\";s:32:\"f4cfb13be4fd661eb05d12f09353f6a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37bfa8bdd6cb65265f283b0aeaf322a5\";a:5:{s:6:\"source\";s:32:\"37bfa8bdd6cb65265f283b0aeaf322a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63d53ca6c956f734206bf7d7e95bcbdf\";a:5:{s:6:\"source\";s:32:\"63d53ca6c956f734206bf7d7e95bcbdf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99d7acd757ebfe7e4a7923928d7e868b\";a:5:{s:6:\"source\";s:32:\"99d7acd757ebfe7e4a7923928d7e868b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b2401a5472c9eda9c79f0708ef400d0\";a:5:{s:6:\"source\";s:32:\"6b2401a5472c9eda9c79f0708ef400d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c74b7e2b6692496bdf3435d512e10665\";a:5:{s:6:\"source\";s:32:\"c74b7e2b6692496bdf3435d512e10665\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06d550aaf4a1cce15027ef694fab20e3\";a:5:{s:6:\"source\";s:32:\"06d550aaf4a1cce15027ef694fab20e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c87895f62dc06c6c4a75018807be1aa8\";a:5:{s:6:\"source\";s:32:\"c87895f62dc06c6c4a75018807be1aa8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dec7405076d8930fa64d6c28cc23bbf5\";a:5:{s:6:\"source\";s:32:\"dec7405076d8930fa64d6c28cc23bbf5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"216c1d3ae32c9801da245fc376461b84\";a:5:{s:6:\"source\";s:32:\"216c1d3ae32c9801da245fc376461b84\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0dd20101cfcffe6e91a8a72ff71da90\";a:5:{s:6:\"source\";s:32:\"f0dd20101cfcffe6e91a8a72ff71da90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc1e248842257d04ca85e230a5541c7b\";a:5:{s:6:\"source\";s:32:\"dc1e248842257d04ca85e230a5541c7b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"410299e87285fef77d3fb898f3644977\";a:5:{s:6:\"source\";s:32:\"410299e87285fef77d3fb898f3644977\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26b2d75becc405540287fd12db063255\";a:5:{s:6:\"source\";s:32:\"26b2d75becc405540287fd12db063255\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"158a96ba2587244787c30df67845cccf\";a:5:{s:6:\"source\";s:32:\"158a96ba2587244787c30df67845cccf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8ab356fdaedf0d8969d85ffd390c1cb\";a:5:{s:6:\"source\";s:32:\"f8ab356fdaedf0d8969d85ffd390c1cb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b582767334e1e283ff3ffc282c67d6d3\";a:5:{s:6:\"source\";s:32:\"b582767334e1e283ff3ffc282c67d6d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a8f9bccd3dd5bb6a38b3151aaccf3a0\";a:5:{s:6:\"source\";s:32:\"3a8f9bccd3dd5bb6a38b3151aaccf3a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95d0e295741f3b70368f92c012647532\";a:5:{s:6:\"source\";s:32:\"95d0e295741f3b70368f92c012647532\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2de5c3a8b6ccaf11c4453c67249bbc1\";a:5:{s:6:\"source\";s:32:\"b2de5c3a8b6ccaf11c4453c67249bbc1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"378f7e15df11dd2ea8ad06c13dcc7f65\";a:5:{s:6:\"source\";s:32:\"378f7e15df11dd2ea8ad06c13dcc7f65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c875b674a4e96e4662e5ac666e3d910\";a:5:{s:6:\"source\";s:32:\"2c875b674a4e96e4662e5ac666e3d910\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33290e72185c78560d67408c3be1c0d4\";a:5:{s:6:\"source\";s:32:\"33290e72185c78560d67408c3be1c0d4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f3a8addda1607ed8e42d70067efd3be\";a:5:{s:6:\"source\";s:32:\"0f3a8addda1607ed8e42d70067efd3be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e1f5d04a55c8922fd0d0130966a54d7\";a:5:{s:6:\"source\";s:32:\"2e1f5d04a55c8922fd0d0130966a54d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"950eb08717510d39ea12f9e4e89d290f\";a:5:{s:6:\"source\";s:32:\"950eb08717510d39ea12f9e4e89d290f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a133d46f65db43aabe62ddeedfb16fd\";a:5:{s:6:\"source\";s:32:\"7a133d46f65db43aabe62ddeedfb16fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9146a4bfe7296028079779301ea54823\";a:5:{s:6:\"source\";s:32:\"9146a4bfe7296028079779301ea54823\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42c77a65baee33c70721c1d4942534ea\";a:5:{s:6:\"source\";s:32:\"42c77a65baee33c70721c1d4942534ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a058ea46da1721c44e179703d617eb4\";a:5:{s:6:\"source\";s:32:\"8a058ea46da1721c44e179703d617eb4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d03e35d220f103446e75c281b7507542\";a:5:{s:6:\"source\";s:32:\"d03e35d220f103446e75c281b7507542\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed2b541e0971166e91c66e0d5a4f447a\";a:5:{s:6:\"source\";s:32:\"ed2b541e0971166e91c66e0d5a4f447a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d147969bce210fc32bc177e9122bca1\";a:5:{s:6:\"source\";s:32:\"8d147969bce210fc32bc177e9122bca1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"708d7bcb0376ea5afe1333a1269ecdcd\";a:5:{s:6:\"source\";s:32:\"708d7bcb0376ea5afe1333a1269ecdcd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"095ae8de097f364004612d3a541e5936\";a:5:{s:6:\"source\";s:32:\"095ae8de097f364004612d3a541e5936\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24768b1680dc517d1ef16fe5d0444ffb\";a:5:{s:6:\"source\";s:32:\"24768b1680dc517d1ef16fe5d0444ffb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59f80e49cea1e49d4d17ec63b02ca09c\";a:5:{s:6:\"source\";s:32:\"59f80e49cea1e49d4d17ec63b02ca09c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb28c4aec9d2ae09e11207a6cb90176f\";a:5:{s:6:\"source\";s:32:\"bb28c4aec9d2ae09e11207a6cb90176f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d19affa4ebae331a00b028609ba8cef\";a:5:{s:6:\"source\";s:32:\"8d19affa4ebae331a00b028609ba8cef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c96ab381782beb3b64b5c9fb9ea115da\";a:5:{s:6:\"source\";s:32:\"c96ab381782beb3b64b5c9fb9ea115da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"932c66c08bfdb570b73b5c4da4c8330f\";a:5:{s:6:\"source\";s:32:\"932c66c08bfdb570b73b5c4da4c8330f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b5e8791d9194ad7425570058787274b\";a:5:{s:6:\"source\";s:32:\"9b5e8791d9194ad7425570058787274b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d9ba974e8beebf62831c6070fefe8d9\";a:5:{s:6:\"source\";s:32:\"4d9ba974e8beebf62831c6070fefe8d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47a627cef75d915f97db977395e7c395\";a:5:{s:6:\"source\";s:32:\"47a627cef75d915f97db977395e7c395\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83bf90d6b8db6787dae8c3fd9ed746de\";a:5:{s:6:\"source\";s:32:\"83bf90d6b8db6787dae8c3fd9ed746de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d69b94bf1af21269b332b5b0f4d168b0\";a:5:{s:6:\"source\";s:32:\"d69b94bf1af21269b332b5b0f4d168b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"631aaba4e2c3f5532962cf448f816a7a\";a:5:{s:6:\"source\";s:32:\"631aaba4e2c3f5532962cf448f816a7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2694efc051f23fa11cf7aaccf2f9c50c\";a:5:{s:6:\"source\";s:32:\"2694efc051f23fa11cf7aaccf2f9c50c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4cd8c24fc9a34f46d21bbfb51cf422a\";a:5:{s:6:\"source\";s:32:\"e4cd8c24fc9a34f46d21bbfb51cf422a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad4cbe6fc789a273b958d0da5cbd575f\";a:5:{s:6:\"source\";s:32:\"ad4cbe6fc789a273b958d0da5cbd575f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a4e06d96b51c16021deb9096559f0e4\";a:5:{s:6:\"source\";s:32:\"3a4e06d96b51c16021deb9096559f0e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f94081e843a918ad7bc097aa0c6f7ca6\";a:5:{s:6:\"source\";s:32:\"f94081e843a918ad7bc097aa0c6f7ca6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00f1a8ee6a052b8986e0c652df18cd3a\";a:5:{s:6:\"source\";s:32:\"00f1a8ee6a052b8986e0c652df18cd3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1bb6b3eb5ababa8c3e494e43bde623f\";a:5:{s:6:\"source\";s:32:\"b1bb6b3eb5ababa8c3e494e43bde623f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f20fa37aae11247e96265c86d689a64\";a:5:{s:6:\"source\";s:32:\"7f20fa37aae11247e96265c86d689a64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ac9158702364e4c321d713fc7000235\";a:5:{s:6:\"source\";s:32:\"9ac9158702364e4c321d713fc7000235\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8567a454280a3f4424233a033336577e\";a:5:{s:6:\"source\";s:32:\"8567a454280a3f4424233a033336577e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c96b9e57029fe5a6525ece867e2fd96\";a:5:{s:6:\"source\";s:32:\"9c96b9e57029fe5a6525ece867e2fd96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2e8b295f3de9bad208ffae1b6bd1c18\";a:5:{s:6:\"source\";s:32:\"f2e8b295f3de9bad208ffae1b6bd1c18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f64c7338b7e99ba45ec20287286f5d7b\";a:5:{s:6:\"source\";s:32:\"f64c7338b7e99ba45ec20287286f5d7b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3945bd8c8d052b4ce4ad281077fade8\";a:5:{s:6:\"source\";s:32:\"f3945bd8c8d052b4ce4ad281077fade8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dac6a586262f9fbe70baeacdbaaf03a7\";a:5:{s:6:\"source\";s:32:\"dac6a586262f9fbe70baeacdbaaf03a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7053f59c8fd5aee85544042c32f7498\";a:5:{s:6:\"source\";s:32:\"f7053f59c8fd5aee85544042c32f7498\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8436d401ef5c7a1f17343b13a1590894\";a:5:{s:6:\"source\";s:32:\"8436d401ef5c7a1f17343b13a1590894\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c7283cfdc9ac238ed830748b2298304\";a:5:{s:6:\"source\";s:32:\"6c7283cfdc9ac238ed830748b2298304\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fce44fb4f09bb2705c747d66d9fa2a4\";a:5:{s:6:\"source\";s:32:\"3fce44fb4f09bb2705c747d66d9fa2a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e7031d035d216cb1c8a085c5df5990e\";a:5:{s:6:\"source\";s:32:\"0e7031d035d216cb1c8a085c5df5990e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ce2b471f94b9cfb48477f66495cafa7\";a:5:{s:6:\"source\";s:32:\"7ce2b471f94b9cfb48477f66495cafa7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b097c435bfd4a27587f53b0cadf34967\";a:5:{s:6:\"source\";s:32:\"b097c435bfd4a27587f53b0cadf34967\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eaa16f99b8b2d7bf2b718c840e943284\";a:5:{s:6:\"source\";s:32:\"eaa16f99b8b2d7bf2b718c840e943284\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff805971ae06ae653fc2402f811539b1\";a:5:{s:6:\"source\";s:32:\"ff805971ae06ae653fc2402f811539b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96b1cbc4fea0c549d23b23d2efd0b44e\";a:5:{s:6:\"source\";s:32:\"96b1cbc4fea0c549d23b23d2efd0b44e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"605bd76739d98a95f9e05138d0426984\";a:5:{s:6:\"source\";s:32:\"605bd76739d98a95f9e05138d0426984\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa1160c8f235baa518fd518c4651230f\";a:5:{s:6:\"source\";s:32:\"fa1160c8f235baa518fd518c4651230f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a32f355b468a3d383fabdc61f5ee7c4\";a:5:{s:6:\"source\";s:32:\"9a32f355b468a3d383fabdc61f5ee7c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"265d6a6de50275005c7aa55ba65b8595\";a:5:{s:6:\"source\";s:32:\"265d6a6de50275005c7aa55ba65b8595\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0a0889ffce12d3719529bfa175b8a88\";a:5:{s:6:\"source\";s:32:\"d0a0889ffce12d3719529bfa175b8a88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3fc057de779fd5ceea0bc6edd20086c\";a:5:{s:6:\"source\";s:32:\"d3fc057de779fd5ceea0bc6edd20086c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"865d2138acac613027ed88264e28815a\";a:5:{s:6:\"source\";s:32:\"865d2138acac613027ed88264e28815a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7c21bb1f103f5291af3674c3eef0398\";a:5:{s:6:\"source\";s:32:\"f7c21bb1f103f5291af3674c3eef0398\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"447ff3481905a300002127c69909ae68\";a:5:{s:6:\"source\";s:32:\"447ff3481905a300002127c69909ae68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90ff9848bb5dd49faad27415e33ef05e\";a:5:{s:6:\"source\";s:32:\"90ff9848bb5dd49faad27415e33ef05e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7755007cfecec78c9d9934f33225a33e\";a:5:{s:6:\"source\";s:32:\"7755007cfecec78c9d9934f33225a33e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"005de2c696f4b74922151e3d5f7a59bb\";a:5:{s:6:\"source\";s:32:\"005de2c696f4b74922151e3d5f7a59bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87ead8317bf6bc2634e8b76b53baa7bc\";a:5:{s:6:\"source\";s:32:\"87ead8317bf6bc2634e8b76b53baa7bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f30192c7810de141dd15566afdc069fd\";a:5:{s:6:\"source\";s:32:\"f30192c7810de141dd15566afdc069fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6109a386322139ae05c8cdc5efd484e9\";a:5:{s:6:\"source\";s:32:\"6109a386322139ae05c8cdc5efd484e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9e7e52df72892906f6eae5a159c8c0d\";a:5:{s:6:\"source\";s:32:\"c9e7e52df72892906f6eae5a159c8c0d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94bed9a2c2d0af98ef448e007768a844\";a:5:{s:6:\"source\";s:32:\"94bed9a2c2d0af98ef448e007768a844\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5723d32e6d434ad8bf58ba8684cfe61\";a:5:{s:6:\"source\";s:32:\"b5723d32e6d434ad8bf58ba8684cfe61\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b98039d68d8faf488034fd673249d2a0\";a:5:{s:6:\"source\";s:32:\"b98039d68d8faf488034fd673249d2a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"509d554d32a77e4becea82721ade5918\";a:5:{s:6:\"source\";s:32:\"509d554d32a77e4becea82721ade5918\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e86068c6a3dc6e13ec10aa17db20a8f7\";a:5:{s:6:\"source\";s:32:\"e86068c6a3dc6e13ec10aa17db20a8f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4ac51b4f1475c4ff4398b9e5d5eb939\";a:5:{s:6:\"source\";s:32:\"c4ac51b4f1475c4ff4398b9e5d5eb939\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b6684510a2a449ecb8847ce02527a84\";a:5:{s:6:\"source\";s:32:\"2b6684510a2a449ecb8847ce02527a84\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87fbf443a849af834eae38e6f2ab61ed\";a:5:{s:6:\"source\";s:32:\"87fbf443a849af834eae38e6f2ab61ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81414c6232999201ed360094f2b6f50f\";a:5:{s:6:\"source\";s:32:\"81414c6232999201ed360094f2b6f50f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db68c2d5fcc5d46da3e2d87e977982f1\";a:5:{s:6:\"source\";s:32:\"db68c2d5fcc5d46da3e2d87e977982f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a6117ced5ae0baa598acd5f198f9df9\";a:5:{s:6:\"source\";s:32:\"8a6117ced5ae0baa598acd5f198f9df9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c8465d8254b45bc4574d2943f739cc1\";a:5:{s:6:\"source\";s:32:\"9c8465d8254b45bc4574d2943f739cc1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9954eed2c80b77963f73949dec7199bd\";a:5:{s:6:\"source\";s:32:\"9954eed2c80b77963f73949dec7199bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7997c26fb070ea2a1e0e9bb5c738ca1e\";a:5:{s:6:\"source\";s:32:\"7997c26fb070ea2a1e0e9bb5c738ca1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8253d824e0fb0e90d2b3cae0984a8993\";a:5:{s:6:\"source\";s:32:\"8253d824e0fb0e90d2b3cae0984a8993\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fd53a3b54dfe53c01315fa7fe9d9a8e\";a:5:{s:6:\"source\";s:32:\"1fd53a3b54dfe53c01315fa7fe9d9a8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92588d9963d3d1880df167c7f8ca3ae2\";a:5:{s:6:\"source\";s:32:\"92588d9963d3d1880df167c7f8ca3ae2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f4e65507841a4d2b45b1af249f8ce71\";a:5:{s:6:\"source\";s:32:\"5f4e65507841a4d2b45b1af249f8ce71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d545ee6efc3442c77fb9cf7a305c2e30\";a:5:{s:6:\"source\";s:32:\"d545ee6efc3442c77fb9cf7a305c2e30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b8de387adfa8b939917c2f9c238da7f\";a:5:{s:6:\"source\";s:32:\"7b8de387adfa8b939917c2f9c238da7f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fae684dd14f1f4a7cd4a4d7309001e6\";a:5:{s:6:\"source\";s:32:\"1fae684dd14f1f4a7cd4a4d7309001e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3080da584858d710e84639dfdb26352\";a:5:{s:6:\"source\";s:32:\"a3080da584858d710e84639dfdb26352\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7f9c50aeb87542404972fc33328d5a8\";a:5:{s:6:\"source\";s:32:\"f7f9c50aeb87542404972fc33328d5a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d795207c1ded75c0db70f294309c673\";a:5:{s:6:\"source\";s:32:\"4d795207c1ded75c0db70f294309c673\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d5d82efe72d81925e41620b3938a0f6\";a:5:{s:6:\"source\";s:32:\"7d5d82efe72d81925e41620b3938a0f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d74c92627234e9db6404f461a862b98\";a:5:{s:6:\"source\";s:32:\"9d74c92627234e9db6404f461a862b98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8e0f164784a8ba7a45ea1f8e79aa194d\";a:5:{s:6:\"source\";s:32:\"8e0f164784a8ba7a45ea1f8e79aa194d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d948a76360058ede5d39c9889783098\";a:5:{s:6:\"source\";s:32:\"3d948a76360058ede5d39c9889783098\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e21f736fb0b11d2e117d4fc4a8433da1\";a:5:{s:6:\"source\";s:32:\"e21f736fb0b11d2e117d4fc4a8433da1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cbe535bb049a9a34a172c7a48428cb27\";a:5:{s:6:\"source\";s:32:\"cbe535bb049a9a34a172c7a48428cb27\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99c2aa8e7bbbc81fcc834fc2df260a18\";a:5:{s:6:\"source\";s:32:\"99c2aa8e7bbbc81fcc834fc2df260a18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4932e575a9fa5f8ea70dbf71bf846c7c\";a:5:{s:6:\"source\";s:32:\"4932e575a9fa5f8ea70dbf71bf846c7c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f6b91136436a569e476a34186bac68b\";a:5:{s:6:\"source\";s:32:\"8f6b91136436a569e476a34186bac68b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f253c35fcb50cc73b03db3b0341e2300\";a:5:{s:6:\"source\";s:32:\"f253c35fcb50cc73b03db3b0341e2300\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cc55b2f68bbfc0671277b653787afb62\";a:5:{s:6:\"source\";s:32:\"cc55b2f68bbfc0671277b653787afb62\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f840b3ace19e881fe5010f6fd3b42153\";a:5:{s:6:\"source\";s:32:\"f840b3ace19e881fe5010f6fd3b42153\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"051625e20290e9e8d8c4011142928467\";a:5:{s:6:\"source\";s:32:\"051625e20290e9e8d8c4011142928467\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f02aae4839afba7d1332b716c3672bb\";a:5:{s:6:\"source\";s:32:\"7f02aae4839afba7d1332b716c3672bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"650620c8a42051325b0b6f812d360e11\";a:5:{s:6:\"source\";s:32:\"650620c8a42051325b0b6f812d360e11\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71b5b4da6e8101764740fcdb99753c3e\";a:5:{s:6:\"source\";s:32:\"71b5b4da6e8101764740fcdb99753c3e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75e000c07b4bf86a23269ab53a6c7b57\";a:5:{s:6:\"source\";s:32:\"75e000c07b4bf86a23269ab53a6c7b57\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cce5de8ed2c1ffb0cd0ef8d5effb7566\";a:5:{s:6:\"source\";s:32:\"cce5de8ed2c1ffb0cd0ef8d5effb7566\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1733e56ff8bc8e870e08a1a057435e1d\";a:5:{s:6:\"source\";s:32:\"1733e56ff8bc8e870e08a1a057435e1d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31bdf88a1aa229993de31be49d5512a8\";a:5:{s:6:\"source\";s:32:\"31bdf88a1aa229993de31be49d5512a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e492bb42cf2704794562659a477057c5\";a:5:{s:6:\"source\";s:32:\"e492bb42cf2704794562659a477057c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c13e97d00e38e6e0b97a9982a230ad2\";a:5:{s:6:\"source\";s:32:\"2c13e97d00e38e6e0b97a9982a230ad2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7746e6dbe35256130fac0f542f514f9b\";a:5:{s:6:\"source\";s:32:\"7746e6dbe35256130fac0f542f514f9b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1d9e9b3f3a88e1dedddeb9632617ea4\";a:5:{s:6:\"source\";s:32:\"b1d9e9b3f3a88e1dedddeb9632617ea4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d41ddb8d8d0ff30827d9db9ed593403\";a:5:{s:6:\"source\";s:32:\"5d41ddb8d8d0ff30827d9db9ed593403\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"29bfb9d605ae362bfa049576f00ce479\";a:5:{s:6:\"source\";s:32:\"29bfb9d605ae362bfa049576f00ce479\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06bec03c4810482a368cc6f1a12c640b\";a:5:{s:6:\"source\";s:32:\"06bec03c4810482a368cc6f1a12c640b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51b5543df57f43678684cf250522bc77\";a:5:{s:6:\"source\";s:32:\"51b5543df57f43678684cf250522bc77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f0a4ec826a5053affc952f8ee5ddabb\";a:5:{s:6:\"source\";s:32:\"0f0a4ec826a5053affc952f8ee5ddabb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe3fed80c378aee5d7f2948df28f680d\";a:5:{s:6:\"source\";s:32:\"fe3fed80c378aee5d7f2948df28f680d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8cf14d25f1a0f7fac0835f684af9795c\";a:5:{s:6:\"source\";s:32:\"8cf14d25f1a0f7fac0835f684af9795c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"def38ee569fdf8d3785fc16e88df35b8\";a:5:{s:6:\"source\";s:32:\"def38ee569fdf8d3785fc16e88df35b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"349010e720487c6d8f940fe3a61b1939\";a:5:{s:6:\"source\";s:32:\"349010e720487c6d8f940fe3a61b1939\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02d61ada1073a6396f8944d43b8924ec\";a:5:{s:6:\"source\";s:32:\"02d61ada1073a6396f8944d43b8924ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8388f8cebe434c01756f62e19db6a9b\";a:5:{s:6:\"source\";s:32:\"f8388f8cebe434c01756f62e19db6a9b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9124aba37e1be3ad49c44bf73f4c9a7c\";a:5:{s:6:\"source\";s:32:\"9124aba37e1be3ad49c44bf73f4c9a7c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2fc954128bc6fef57bf63fe0a8025107\";a:5:{s:6:\"source\";s:32:\"2fc954128bc6fef57bf63fe0a8025107\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1af15403e6e6431cd6bf1cf756c98c52\";a:5:{s:6:\"source\";s:32:\"1af15403e6e6431cd6bf1cf756c98c52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de6e0c595ed797e222a2902c0d199b74\";a:5:{s:6:\"source\";s:32:\"de6e0c595ed797e222a2902c0d199b74\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c86364527edf7e0110b69ea512c3058\";a:5:{s:6:\"source\";s:32:\"1c86364527edf7e0110b69ea512c3058\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ceef3f760e0b148f5223aaa655c27a3\";a:5:{s:6:\"source\";s:32:\"1ceef3f760e0b148f5223aaa655c27a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96c63865fb75194c499d69609322a321\";a:5:{s:6:\"source\";s:32:\"96c63865fb75194c499d69609322a321\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"410bcf4abd7134cbd19782a669d0af33\";a:5:{s:6:\"source\";s:32:\"410bcf4abd7134cbd19782a669d0af33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19d3c528f79bc48046b50faa4c6b665f\";a:5:{s:6:\"source\";s:32:\"19d3c528f79bc48046b50faa4c6b665f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b64bd3e137aa2c028c932344c6b5bb44\";a:5:{s:6:\"source\";s:32:\"b64bd3e137aa2c028c932344c6b5bb44\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6c69a389805f84fee913480bd745d08\";a:5:{s:6:\"source\";s:32:\"a6c69a389805f84fee913480bd745d08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"400ea1851abcc6d971e8b08d3ac98f0a\";a:5:{s:6:\"source\";s:32:\"400ea1851abcc6d971e8b08d3ac98f0a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4269e772d953e5fe9d5b74b6737726e6\";a:5:{s:6:\"source\";s:32:\"4269e772d953e5fe9d5b74b6737726e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f8199d7a2843a66c67e0765f4926c9e\";a:5:{s:6:\"source\";s:32:\"3f8199d7a2843a66c67e0765f4926c9e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"72d8fd190e1c9be1298b23433fcd9080\";a:5:{s:6:\"source\";s:32:\"72d8fd190e1c9be1298b23433fcd9080\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7634f5cda36d916502fb5bfb88cc1336\";a:5:{s:6:\"source\";s:32:\"7634f5cda36d916502fb5bfb88cc1336\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e509071096b6281bed74416832b95d9d\";a:5:{s:6:\"source\";s:32:\"e509071096b6281bed74416832b95d9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df8e3c9065899ffd49267e337a71b3c4\";a:5:{s:6:\"source\";s:32:\"df8e3c9065899ffd49267e337a71b3c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1890f1c87842442ac86ed90803710f5b\";a:5:{s:6:\"source\";s:32:\"1890f1c87842442ac86ed90803710f5b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12bc15907088d2ab8473f30f9615fa19\";a:5:{s:6:\"source\";s:32:\"12bc15907088d2ab8473f30f9615fa19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e79074d464d21cc38f6e073fb07134f9\";a:5:{s:6:\"source\";s:32:\"e79074d464d21cc38f6e073fb07134f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd4268e42beba3b7fec4521947192273\";a:5:{s:6:\"source\";s:32:\"bd4268e42beba3b7fec4521947192273\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd2e6ef07db6e08140f42c36429fcb9a\";a:5:{s:6:\"source\";s:32:\"cd2e6ef07db6e08140f42c36429fcb9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09acc517f0d84f5547baaf9049089579\";a:5:{s:6:\"source\";s:32:\"09acc517f0d84f5547baaf9049089579\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0903c01a7b1092d81ef6e05f1d7950e5\";a:5:{s:6:\"source\";s:32:\"0903c01a7b1092d81ef6e05f1d7950e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"698e152d8a42fb85786bcd6e62669b41\";a:5:{s:6:\"source\";s:32:\"698e152d8a42fb85786bcd6e62669b41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"942afd66847358daf43ed7c911fd5465\";a:5:{s:6:\"source\";s:32:\"942afd66847358daf43ed7c911fd5465\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6b9ff2334bf6118a3521e9600aac388\";a:5:{s:6:\"source\";s:32:\"a6b9ff2334bf6118a3521e9600aac388\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3d567671ff87c5202a6db5552402a96\";a:5:{s:6:\"source\";s:32:\"d3d567671ff87c5202a6db5552402a96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83b11075c2afb0abcb5bc938af2c2ef8\";a:5:{s:6:\"source\";s:32:\"83b11075c2afb0abcb5bc938af2c2ef8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"366785c29b488801a3bd8fa4f7d29cde\";a:5:{s:6:\"source\";s:32:\"366785c29b488801a3bd8fa4f7d29cde\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"806435c6cdce6c2ebae4fb4f20bdb720\";a:5:{s:6:\"source\";s:32:\"806435c6cdce6c2ebae4fb4f20bdb720\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf73f4db90414ff9db12ad15fd3be0b0\";a:5:{s:6:\"source\";s:32:\"cf73f4db90414ff9db12ad15fd3be0b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d82d8623323c4d809842da8e5cb33d65\";a:5:{s:6:\"source\";s:32:\"d82d8623323c4d809842da8e5cb33d65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e14f7cec74740de9586348a359aa7815\";a:5:{s:6:\"source\";s:32:\"e14f7cec74740de9586348a359aa7815\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"945cc029d10435a6e6f917710dc9bfe2\";a:5:{s:6:\"source\";s:32:\"945cc029d10435a6e6f917710dc9bfe2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d980c8fc899e5673c78cdec581f8983f\";a:5:{s:6:\"source\";s:32:\"d980c8fc899e5673c78cdec581f8983f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8e3c0020f1e80eb436e97dddaae86793\";a:5:{s:6:\"source\";s:32:\"8e3c0020f1e80eb436e97dddaae86793\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49ffce396098073e4afb8a36d4386b6d\";a:5:{s:6:\"source\";s:32:\"49ffce396098073e4afb8a36d4386b6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"416819ce19a3fdf74cb7d623095aa8fd\";a:5:{s:6:\"source\";s:32:\"416819ce19a3fdf74cb7d623095aa8fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"135361fe446ffc959ff7001e47a0c39d\";a:5:{s:6:\"source\";s:32:\"135361fe446ffc959ff7001e47a0c39d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42305b9ce0bd1b9c2b1b34582643d941\";a:5:{s:6:\"source\";s:32:\"42305b9ce0bd1b9c2b1b34582643d941\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b082e71aaac61db55b02663cfbd549e7\";a:5:{s:6:\"source\";s:32:\"b082e71aaac61db55b02663cfbd549e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ee37228bd324bbe1487d3a5903c3f1f\";a:5:{s:6:\"source\";s:32:\"5ee37228bd324bbe1487d3a5903c3f1f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6db7949eed0c4846d6ee6e8e4f6045fe\";a:5:{s:6:\"source\";s:32:\"6db7949eed0c4846d6ee6e8e4f6045fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b20c7722ec1cba229b82ee95c31f253a\";a:5:{s:6:\"source\";s:32:\"b20c7722ec1cba229b82ee95c31f253a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"474a279f8301a8009ed196ffa0a7aa67\";a:5:{s:6:\"source\";s:32:\"474a279f8301a8009ed196ffa0a7aa67\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"88aeb47b5d61cb64d9427a6409ef8ce3\";a:5:{s:6:\"source\";s:32:\"88aeb47b5d61cb64d9427a6409ef8ce3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c270f9611a641a8fae90807d4d773d1e\";a:5:{s:6:\"source\";s:32:\"c270f9611a641a8fae90807d4d773d1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f9ae4e67f374cf0e841ea6853bc5788\";a:5:{s:6:\"source\";s:32:\"3f9ae4e67f374cf0e841ea6853bc5788\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"725784c64624aad68bc947f7f1198bfa\";a:5:{s:6:\"source\";s:32:\"725784c64624aad68bc947f7f1198bfa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2c865006456acd5a1a588e8c6ff3611\";a:5:{s:6:\"source\";s:32:\"a2c865006456acd5a1a588e8c6ff3611\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7fcc9d772d0294e38ae0355668c981a\";a:5:{s:6:\"source\";s:32:\"d7fcc9d772d0294e38ae0355668c981a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b130ae889eb8e1cbcf2340e72f758e56\";a:5:{s:6:\"source\";s:32:\"b130ae889eb8e1cbcf2340e72f758e56\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"284920d9a115adb04fbe39fa00cf77b5\";a:5:{s:6:\"source\";s:32:\"284920d9a115adb04fbe39fa00cf77b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7dbf0879082951aa7bcdf3db27bf38d9\";a:5:{s:6:\"source\";s:32:\"7dbf0879082951aa7bcdf3db27bf38d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96b040d5165fb9772c7f3adeccd2526b\";a:5:{s:6:\"source\";s:32:\"96b040d5165fb9772c7f3adeccd2526b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04e1f63a4ceefe284f48582c4e2307f6\";a:5:{s:6:\"source\";s:32:\"04e1f63a4ceefe284f48582c4e2307f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89b919436f560a83eb5e9b7e91bc2ff6\";a:5:{s:6:\"source\";s:32:\"89b919436f560a83eb5e9b7e91bc2ff6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34429569c88b66cb4001ff958f77d549\";a:5:{s:6:\"source\";s:32:\"34429569c88b66cb4001ff958f77d549\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e28b34c9d3645c16b3dd8720e16ebc6\";a:5:{s:6:\"source\";s:32:\"3e28b34c9d3645c16b3dd8720e16ebc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"507aa0651dc842134cd6c86c4d570b38\";a:5:{s:6:\"source\";s:32:\"507aa0651dc842134cd6c86c4d570b38\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a12bf3dbbba3de1ea1e1a46b03e0cd64\";a:5:{s:6:\"source\";s:32:\"a12bf3dbbba3de1ea1e1a46b03e0cd64\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a56e79fa820bac0b818d6b3356a8bc7\";a:5:{s:6:\"source\";s:32:\"0a56e79fa820bac0b818d6b3356a8bc7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"359931255fae09f3670c0fcc83b7cc75\";a:5:{s:6:\"source\";s:32:\"359931255fae09f3670c0fcc83b7cc75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d39eb3e8cd980984907e9efd79ce504\";a:5:{s:6:\"source\";s:32:\"4d39eb3e8cd980984907e9efd79ce504\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cafd7ff92a2cf12f8364ef2425d0e7db\";a:5:{s:6:\"source\";s:32:\"cafd7ff92a2cf12f8364ef2425d0e7db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66226d0de652a8baffaa3f47b2c55d62\";a:5:{s:6:\"source\";s:32:\"66226d0de652a8baffaa3f47b2c55d62\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ceccfc362f55abe073bd61323f54e63\";a:5:{s:6:\"source\";s:32:\"3ceccfc362f55abe073bd61323f54e63\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d9539458790ddeaadb92eade80f2359\";a:5:{s:6:\"source\";s:32:\"8d9539458790ddeaadb92eade80f2359\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60e827e9d494e2a4f6589ffa2ffb7084\";a:5:{s:6:\"source\";s:32:\"60e827e9d494e2a4f6589ffa2ffb7084\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14bfa7c6802da815402bba787ebe31e1\";a:5:{s:6:\"source\";s:32:\"14bfa7c6802da815402bba787ebe31e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d38d88e26e02d157af297369749a665\";a:5:{s:6:\"source\";s:32:\"7d38d88e26e02d157af297369749a665\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83822ea90c4b45fd72470e8a867da03f\";a:5:{s:6:\"source\";s:32:\"83822ea90c4b45fd72470e8a867da03f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1493b38d4fd7d94dcf491daaf2205a6b\";a:5:{s:6:\"source\";s:32:\"1493b38d4fd7d94dcf491daaf2205a6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80460d69178a55d58b9a974afa59724c\";a:5:{s:6:\"source\";s:32:\"80460d69178a55d58b9a974afa59724c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fdc163cdca4969fd55b4d60df319a094\";a:5:{s:6:\"source\";s:32:\"fdc163cdca4969fd55b4d60df319a094\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23aba89bf567fda1ebf40566e41cda6b\";a:5:{s:6:\"source\";s:32:\"23aba89bf567fda1ebf40566e41cda6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54a810f90bfacb278b4e3bd70f60ead1\";a:5:{s:6:\"source\";s:32:\"54a810f90bfacb278b4e3bd70f60ead1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b329d525e5273a1429abed26ab0019b3\";a:5:{s:6:\"source\";s:32:\"b329d525e5273a1429abed26ab0019b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06272a0ea54a86504edf528eb8c2bd9b\";a:5:{s:6:\"source\";s:32:\"06272a0ea54a86504edf528eb8c2bd9b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11d0a795f86d0f403cbb1cc6c9f7c624\";a:5:{s:6:\"source\";s:32:\"11d0a795f86d0f403cbb1cc6c9f7c624\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd4ae47486447c39286e0902ad8a11ad\";a:5:{s:6:\"source\";s:32:\"dd4ae47486447c39286e0902ad8a11ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e8f65787d8f8cefb67f871009cb418f\";a:5:{s:6:\"source\";s:32:\"7e8f65787d8f8cefb67f871009cb418f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"854f08bd86b423a87a2ac33b5970f539\";a:5:{s:6:\"source\";s:32:\"854f08bd86b423a87a2ac33b5970f539\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1cc12160a78d72afedf5b3e61ca0e94\";a:5:{s:6:\"source\";s:32:\"b1cc12160a78d72afedf5b3e61ca0e94\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b7995578592d4f23766b3cbc3bd6e9e\";a:5:{s:6:\"source\";s:32:\"8b7995578592d4f23766b3cbc3bd6e9e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18e8a9b0afed0de96e2bbfe009e75815\";a:5:{s:6:\"source\";s:32:\"18e8a9b0afed0de96e2bbfe009e75815\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a7b0d9298fca60e25f2797b3c7d07c7\";a:5:{s:6:\"source\";s:32:\"8a7b0d9298fca60e25f2797b3c7d07c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0c363a68571006c0483cba9ad397fed\";a:5:{s:6:\"source\";s:32:\"b0c363a68571006c0483cba9ad397fed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91412eafee32daaf94e37e6eae820b88\";a:5:{s:6:\"source\";s:32:\"91412eafee32daaf94e37e6eae820b88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d616b9f3a541af77f0d2036eeb61944\";a:5:{s:6:\"source\";s:32:\"4d616b9f3a541af77f0d2036eeb61944\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d344c092baadf1226f874c1af6f8544a\";a:5:{s:6:\"source\";s:32:\"d344c092baadf1226f874c1af6f8544a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd9833cc1941da34c54c84b4ef4f11af\";a:5:{s:6:\"source\";s:32:\"bd9833cc1941da34c54c84b4ef4f11af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f20dd6c2825fbf344cbc3b7dc386c21c\";a:5:{s:6:\"source\";s:32:\"f20dd6c2825fbf344cbc3b7dc386c21c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1dd7a62ae5357292c2e1b4ae9f0244c0\";a:5:{s:6:\"source\";s:32:\"1dd7a62ae5357292c2e1b4ae9f0244c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80ef621bbe571fd327c118423bff3d04\";a:5:{s:6:\"source\";s:32:\"80ef621bbe571fd327c118423bff3d04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00ec57cfe93ea4995bd2f39f237b01f0\";a:5:{s:6:\"source\";s:32:\"00ec57cfe93ea4995bd2f39f237b01f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd524170b97c9cdf1f9d484652fa093b\";a:5:{s:6:\"source\";s:32:\"dd524170b97c9cdf1f9d484652fa093b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c3274b20966745d1c989114740bc16b\";a:5:{s:6:\"source\";s:32:\"3c3274b20966745d1c989114740bc16b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"588bb386d088137b011287a2cff5d23b\";a:5:{s:6:\"source\";s:32:\"588bb386d088137b011287a2cff5d23b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"970570f0b3db6be00c45716ebcf8a0a8\";a:5:{s:6:\"source\";s:32:\"970570f0b3db6be00c45716ebcf8a0a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b92110c7815c6f0e431ee82aea20ed0\";a:5:{s:6:\"source\";s:32:\"5b92110c7815c6f0e431ee82aea20ed0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2adb84929b49a834b1f7074ce65a47fa\";a:5:{s:6:\"source\";s:32:\"2adb84929b49a834b1f7074ce65a47fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7980f4e4f8f0368736e866d838386537\";a:5:{s:6:\"source\";s:32:\"7980f4e4f8f0368736e866d838386537\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e02a21cce8f9a138d97b3b3f90944977\";a:5:{s:6:\"source\";s:32:\"e02a21cce8f9a138d97b3b3f90944977\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0454d24b15123b1ba752d5e3d0f7c3d4\";a:5:{s:6:\"source\";s:32:\"0454d24b15123b1ba752d5e3d0f7c3d4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9af5d44b6bb41b9ad569ca7f4d3e8bc8\";a:5:{s:6:\"source\";s:32:\"9af5d44b6bb41b9ad569ca7f4d3e8bc8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f294e73546d21c4ed680bb5089ca00e\";a:5:{s:6:\"source\";s:32:\"1f294e73546d21c4ed680bb5089ca00e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df2cf5772b95f4527e896c8e823187ca\";a:5:{s:6:\"source\";s:32:\"df2cf5772b95f4527e896c8e823187ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"367bd0f7e58c1cee1d1db10f51d44005\";a:5:{s:6:\"source\";s:32:\"367bd0f7e58c1cee1d1db10f51d44005\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b7fcbd20331b3be293792a2915baeac7\";a:5:{s:6:\"source\";s:32:\"b7fcbd20331b3be293792a2915baeac7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b957c30a04d6cdfaaca36e09e9f7f3b\";a:5:{s:6:\"source\";s:32:\"5b957c30a04d6cdfaaca36e09e9f7f3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8fd8f4cfbcda53bfc54be0d56b8782e3\";a:5:{s:6:\"source\";s:32:\"8fd8f4cfbcda53bfc54be0d56b8782e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac44bc989577bf9ba5d0453befcc34c0\";a:5:{s:6:\"source\";s:32:\"ac44bc989577bf9ba5d0453befcc34c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f775c0e6c7bea96876577fa18dd1d2c6\";a:5:{s:6:\"source\";s:32:\"f775c0e6c7bea96876577fa18dd1d2c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ceab6849c1143c00895bd1e354c6ff1\";a:5:{s:6:\"source\";s:32:\"9ceab6849c1143c00895bd1e354c6ff1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26baf7ab634acd7cf1d6d77afcd03417\";a:5:{s:6:\"source\";s:32:\"26baf7ab634acd7cf1d6d77afcd03417\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b67601a0f52f71590df6c411eeac6d4\";a:5:{s:6:\"source\";s:32:\"2b67601a0f52f71590df6c411eeac6d4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9466730db57cdfab3491ff4f55238116\";a:5:{s:6:\"source\";s:32:\"9466730db57cdfab3491ff4f55238116\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e8dd78a936064081f830b89468125c6\";a:5:{s:6:\"source\";s:32:\"3e8dd78a936064081f830b89468125c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c069b224e810de2c9a6f80ae0bf4f6b3\";a:5:{s:6:\"source\";s:32:\"c069b224e810de2c9a6f80ae0bf4f6b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af2eff0de8b8cdbf03d4f50502e61a88\";a:5:{s:6:\"source\";s:32:\"af2eff0de8b8cdbf03d4f50502e61a88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ded58aeee9cac74e5183075e1335fa2f\";a:5:{s:6:\"source\";s:32:\"ded58aeee9cac74e5183075e1335fa2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b91a0c083e0f8c93113d102096fed86\";a:5:{s:6:\"source\";s:32:\"3b91a0c083e0f8c93113d102096fed86\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed468ccf61f34ea32a6cad1c81f923a3\";a:5:{s:6:\"source\";s:32:\"ed468ccf61f34ea32a6cad1c81f923a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5f52b2a689829a5ccc10dfdb85cd74d\";a:5:{s:6:\"source\";s:32:\"f5f52b2a689829a5ccc10dfdb85cd74d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0563e72c1652f9d0811068d60414c083\";a:5:{s:6:\"source\";s:32:\"0563e72c1652f9d0811068d60414c083\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c76f4ba711de16ac48ab554ca3189822\";a:5:{s:6:\"source\";s:32:\"c76f4ba711de16ac48ab554ca3189822\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09ae3716e2d0f0731023892563dfdda9\";a:5:{s:6:\"source\";s:32:\"09ae3716e2d0f0731023892563dfdda9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6b3c9956133974c0a316eb73d9f3e8c\";a:5:{s:6:\"source\";s:32:\"c6b3c9956133974c0a316eb73d9f3e8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48b9e8d05b8387acb626474e313ba40e\";a:5:{s:6:\"source\";s:32:\"48b9e8d05b8387acb626474e313ba40e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89e50e2b7f5b7ad6f9efbfcef916f1ed\";a:5:{s:6:\"source\";s:32:\"89e50e2b7f5b7ad6f9efbfcef916f1ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"304bb8a48a7d8d8dfeede8e91b655b65\";a:5:{s:6:\"source\";s:32:\"304bb8a48a7d8d8dfeede8e91b655b65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"05efe7ea5503c8ca1c592bf4881968fc\";a:5:{s:6:\"source\";s:32:\"05efe7ea5503c8ca1c592bf4881968fc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1c0327393ed38f74463926c5c5b462e\";a:5:{s:6:\"source\";s:32:\"f1c0327393ed38f74463926c5c5b462e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24881a1672d05aa77ecf63ed563c000d\";a:5:{s:6:\"source\";s:32:\"24881a1672d05aa77ecf63ed563c000d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab7e93bca48313e335b7d970a4582a3f\";a:5:{s:6:\"source\";s:32:\"ab7e93bca48313e335b7d970a4582a3f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d3a40455ab55833a1f1569abfb82e7a\";a:5:{s:6:\"source\";s:32:\"4d3a40455ab55833a1f1569abfb82e7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afdbf4e6cedda6b4105f4df4d1ae7b7e\";a:5:{s:6:\"source\";s:32:\"afdbf4e6cedda6b4105f4df4d1ae7b7e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85776fef4e939f7a5f03f0e3da1441b0\";a:5:{s:6:\"source\";s:32:\"85776fef4e939f7a5f03f0e3da1441b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92928e88bce1a01fa9c514277efb7314\";a:5:{s:6:\"source\";s:32:\"92928e88bce1a01fa9c514277efb7314\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3e201d01d8c889ea381560f650b566f\";a:5:{s:6:\"source\";s:32:\"d3e201d01d8c889ea381560f650b566f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1b4176a35002ac7c789b38d0eddeff0\";a:5:{s:6:\"source\";s:32:\"b1b4176a35002ac7c789b38d0eddeff0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0d77f481a3e759054d9bba053305aa8\";a:5:{s:6:\"source\";s:32:\"c0d77f481a3e759054d9bba053305aa8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6924d29991eeaff2530b8c6c1c6cc652\";a:5:{s:6:\"source\";s:32:\"6924d29991eeaff2530b8c6c1c6cc652\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18a0bbe6325cd991e89730a7f2d2f7a4\";a:5:{s:6:\"source\";s:32:\"18a0bbe6325cd991e89730a7f2d2f7a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0672667fbd486664df8bb367ffee9c65\";a:5:{s:6:\"source\";s:32:\"0672667fbd486664df8bb367ffee9c65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19a2689ce21be94560fca530bfa64ac6\";a:5:{s:6:\"source\";s:32:\"19a2689ce21be94560fca530bfa64ac6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a889c024eea21e64308a3e12e6c455b7\";a:5:{s:6:\"source\";s:32:\"a889c024eea21e64308a3e12e6c455b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20503feaf1f5d3a8d2fe91d090b3edfa\";a:5:{s:6:\"source\";s:32:\"20503feaf1f5d3a8d2fe91d090b3edfa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"616993b0ba0f356a7a1e333981dad9ff\";a:5:{s:6:\"source\";s:32:\"616993b0ba0f356a7a1e333981dad9ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ead7447e4eceb0af9e971b7c8af7eb6c\";a:5:{s:6:\"source\";s:32:\"ead7447e4eceb0af9e971b7c8af7eb6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0391db42bd4837fd5ff08af77261b926\";a:5:{s:6:\"source\";s:32:\"0391db42bd4837fd5ff08af77261b926\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"177f5aeb355a81cc418fced6c87daf6b\";a:5:{s:6:\"source\";s:32:\"177f5aeb355a81cc418fced6c87daf6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97204ce842c000dd0f64c16fcd4fc1b9\";a:5:{s:6:\"source\";s:32:\"97204ce842c000dd0f64c16fcd4fc1b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"15c03a37bcbc76f58f4614b713c2bf54\";a:5:{s:6:\"source\";s:32:\"15c03a37bcbc76f58f4614b713c2bf54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64e194f30e25e68d91f785473e4c4075\";a:5:{s:6:\"source\";s:32:\"64e194f30e25e68d91f785473e4c4075\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"247532fcf3560b211e71fe0ed2b0c95a\";a:5:{s:6:\"source\";s:32:\"247532fcf3560b211e71fe0ed2b0c95a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2f3863689155198e40e1ab38bf8a1ba\";a:5:{s:6:\"source\";s:32:\"e2f3863689155198e40e1ab38bf8a1ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c05d9123ce645866662cb5561e580942\";a:5:{s:6:\"source\";s:32:\"c05d9123ce645866662cb5561e580942\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68673386dd584a46dfa341ad6aab4bcc\";a:5:{s:6:\"source\";s:32:\"68673386dd584a46dfa341ad6aab4bcc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"daf3efb09bef7ef21ac283c73a37df2f\";a:5:{s:6:\"source\";s:32:\"daf3efb09bef7ef21ac283c73a37df2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f295e6a194cbe02cf63f16957065cd12\";a:5:{s:6:\"source\";s:32:\"f295e6a194cbe02cf63f16957065cd12\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e37a71bd4aff32964d3dc4cc69538821\";a:5:{s:6:\"source\";s:32:\"e37a71bd4aff32964d3dc4cc69538821\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff9c3dc37af430db8c4d359a6bcb3de8\";a:5:{s:6:\"source\";s:32:\"ff9c3dc37af430db8c4d359a6bcb3de8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e0f9c3cc72577e3ea8e790844b0b9e0\";a:5:{s:6:\"source\";s:32:\"1e0f9c3cc72577e3ea8e790844b0b9e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b102f06c093a79a8a4d645fd6cb915fd\";a:5:{s:6:\"source\";s:32:\"b102f06c093a79a8a4d645fd6cb915fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"708bcbbadd6e3ed4fafcbc29554b3ad3\";a:5:{s:6:\"source\";s:32:\"708bcbbadd6e3ed4fafcbc29554b3ad3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8e89b3b4f377ee7e093f7485e8d0095\";a:5:{s:6:\"source\";s:32:\"d8e89b3b4f377ee7e093f7485e8d0095\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33f62328d2f7c0f3ed68ed64a65de19f\";a:5:{s:6:\"source\";s:32:\"33f62328d2f7c0f3ed68ed64a65de19f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03747ba6b1510c9e444953800333078f\";a:5:{s:6:\"source\";s:32:\"03747ba6b1510c9e444953800333078f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b68928cc33fd426ce84953927554ba4\";a:5:{s:6:\"source\";s:32:\"0b68928cc33fd426ce84953927554ba4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91802d98240971e3f47fca95e759f14a\";a:5:{s:6:\"source\";s:32:\"91802d98240971e3f47fca95e759f14a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfc27255b7ef9f17ff881e82ddefda32\";a:5:{s:6:\"source\";s:32:\"dfc27255b7ef9f17ff881e82ddefda32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c293b79faaa981e382c2452d5cb8ae97\";a:5:{s:6:\"source\";s:32:\"c293b79faaa981e382c2452d5cb8ae97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1524a7ed109933e042e05068572ecfb3\";a:5:{s:6:\"source\";s:32:\"1524a7ed109933e042e05068572ecfb3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1056568be59dd118e5caff45aeed20ea\";a:5:{s:6:\"source\";s:32:\"1056568be59dd118e5caff45aeed20ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34f86ea9a762665c6dc42c73162d5093\";a:5:{s:6:\"source\";s:32:\"34f86ea9a762665c6dc42c73162d5093\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2bc326b2c3727e4c0144558793a81620\";a:5:{s:6:\"source\";s:32:\"2bc326b2c3727e4c0144558793a81620\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"330f01dd3c32a96aec295244b0f7ff54\";a:5:{s:6:\"source\";s:32:\"330f01dd3c32a96aec295244b0f7ff54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cdeab485f8304ceb11513209d4a32386\";a:5:{s:6:\"source\";s:32:\"cdeab485f8304ceb11513209d4a32386\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4dc596ae9b86f9c6d5d77d7acac8ad26\";a:5:{s:6:\"source\";s:32:\"4dc596ae9b86f9c6d5d77d7acac8ad26\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e25c10c74b3cf17f06458fe5fc7fcef2\";a:5:{s:6:\"source\";s:32:\"e25c10c74b3cf17f06458fe5fc7fcef2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a5a495b832202908944b9972bb07267\";a:5:{s:6:\"source\";s:32:\"9a5a495b832202908944b9972bb07267\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85dffc14d811c860200a70d2faa17a14\";a:5:{s:6:\"source\";s:32:\"85dffc14d811c860200a70d2faa17a14\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19b8435a3c7a1684f01fe1fce8f8b9c4\";a:5:{s:6:\"source\";s:32:\"19b8435a3c7a1684f01fe1fce8f8b9c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9912e0993b416b0ca5f62b0897cb6f28\";a:5:{s:6:\"source\";s:32:\"9912e0993b416b0ca5f62b0897cb6f28\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"910509b3a41f763a4bc0b6a22a13d4fc\";a:5:{s:6:\"source\";s:32:\"910509b3a41f763a4bc0b6a22a13d4fc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31b273776083c6772eca6eb755cb18bd\";a:5:{s:6:\"source\";s:32:\"31b273776083c6772eca6eb755cb18bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"197cb4a3162147894d26cde4f37137f1\";a:5:{s:6:\"source\";s:32:\"197cb4a3162147894d26cde4f37137f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4659c0d96f3531e39ea1938c2cf1547c\";a:5:{s:6:\"source\";s:32:\"4659c0d96f3531e39ea1938c2cf1547c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"426a3ec09ed18bc1d926d927b2508150\";a:5:{s:6:\"source\";s:32:\"426a3ec09ed18bc1d926d927b2508150\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02283d8fbbec7c14058cd38be9370bc9\";a:5:{s:6:\"source\";s:32:\"02283d8fbbec7c14058cd38be9370bc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3181ecc639936dd33f2b1bb24acf9eb3\";a:5:{s:6:\"source\";s:32:\"3181ecc639936dd33f2b1bb24acf9eb3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"29401404a052de9c547822c8503098f5\";a:5:{s:6:\"source\";s:32:\"29401404a052de9c547822c8503098f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50267205440e6a5bbd228a25828bd90a\";a:5:{s:6:\"source\";s:32:\"50267205440e6a5bbd228a25828bd90a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea758aa1562fd387718a49659a431253\";a:5:{s:6:\"source\";s:32:\"ea758aa1562fd387718a49659a431253\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6cd7dbcbec4419f4f0a8f9cbcedc694\";a:5:{s:6:\"source\";s:32:\"b6cd7dbcbec4419f4f0a8f9cbcedc694\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb90ba10bcea48328cf0defe307b6caa\";a:5:{s:6:\"source\";s:32:\"fb90ba10bcea48328cf0defe307b6caa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"795f95b41cc7090e769aeef74e497117\";a:5:{s:6:\"source\";s:32:\"795f95b41cc7090e769aeef74e497117\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d9c24a8704dd0f0654a87616338d55b\";a:5:{s:6:\"source\";s:32:\"4d9c24a8704dd0f0654a87616338d55b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55098ca9acd6c58533af0c58bcb23c17\";a:5:{s:6:\"source\";s:32:\"55098ca9acd6c58533af0c58bcb23c17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ccf9962f28683f8cd987b5161c7dc6a\";a:5:{s:6:\"source\";s:32:\"3ccf9962f28683f8cd987b5161c7dc6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"269d89c2521657bced34cb6f7a61bf7a\";a:5:{s:6:\"source\";s:32:\"269d89c2521657bced34cb6f7a61bf7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c57b29180c57fd8b2664d757f72b7002\";a:5:{s:6:\"source\";s:32:\"c57b29180c57fd8b2664d757f72b7002\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8f45073c2f47cc0df26fa4e2d769bf5\";a:5:{s:6:\"source\";s:32:\"e8f45073c2f47cc0df26fa4e2d769bf5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cce3818ceda1d3e16e481d02997204c\";a:5:{s:6:\"source\";s:32:\"6cce3818ceda1d3e16e481d02997204c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a441e4f11907e4b0be9cc2a23fcce76\";a:5:{s:6:\"source\";s:32:\"0a441e4f11907e4b0be9cc2a23fcce76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2594584cc6e84f96fe10966f7d940b75\";a:5:{s:6:\"source\";s:32:\"2594584cc6e84f96fe10966f7d940b75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"35ccf673ca1caba6f67f23f88f230abb\";a:5:{s:6:\"source\";s:32:\"35ccf673ca1caba6f67f23f88f230abb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a32631f3c04dcb6f27019b16aafafd52\";a:5:{s:6:\"source\";s:32:\"a32631f3c04dcb6f27019b16aafafd52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a574544af66a23e8e2d406d521c0005d\";a:5:{s:6:\"source\";s:32:\"a574544af66a23e8e2d406d521c0005d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09c4a5dad4cda63cca029441182b1497\";a:5:{s:6:\"source\";s:32:\"09c4a5dad4cda63cca029441182b1497\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6dfc20d5ba5cb529240166acc3b5fc9d\";a:5:{s:6:\"source\";s:32:\"6dfc20d5ba5cb529240166acc3b5fc9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"411df56cdfe1078a7aba44a38411a059\";a:5:{s:6:\"source\";s:32:\"411df56cdfe1078a7aba44a38411a059\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4dc7e74e57b291656d8ec2d9b7023357\";a:5:{s:6:\"source\";s:32:\"4dc7e74e57b291656d8ec2d9b7023357\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"820c97c145f3cfcff1f976fe8fcf51d8\";a:5:{s:6:\"source\";s:32:\"820c97c145f3cfcff1f976fe8fcf51d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82c23a41872bcecf1bc559d78acf5d30\";a:5:{s:6:\"source\";s:32:\"82c23a41872bcecf1bc559d78acf5d30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b0c677c81a82172e3eca5b5276e52fa\";a:5:{s:6:\"source\";s:32:\"0b0c677c81a82172e3eca5b5276e52fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9763941056220e9d057890aca9f9fe0d\";a:5:{s:6:\"source\";s:32:\"9763941056220e9d057890aca9f9fe0d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49ff2683e4105141fb42bc7e3cae1136\";a:5:{s:6:\"source\";s:32:\"49ff2683e4105141fb42bc7e3cae1136\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9ca49de765a2076b8963a0a4368009e\";a:5:{s:6:\"source\";s:32:\"c9ca49de765a2076b8963a0a4368009e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f551406b171e4283857b9b452ab5685\";a:5:{s:6:\"source\";s:32:\"3f551406b171e4283857b9b452ab5685\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"343b93c0544335a1bb0b8552f6d3d4e9\";a:5:{s:6:\"source\";s:32:\"343b93c0544335a1bb0b8552f6d3d4e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d121b04b95e416e5f922b97424721fd\";a:5:{s:6:\"source\";s:32:\"9d121b04b95e416e5f922b97424721fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93d1fc2c2603b53ce29fc1fbc0df8c2f\";a:5:{s:6:\"source\";s:32:\"93d1fc2c2603b53ce29fc1fbc0df8c2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f19682b5f2be1b908a1c79a58b904acb\";a:5:{s:6:\"source\";s:32:\"f19682b5f2be1b908a1c79a58b904acb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d365d6a32a35f28fce920c5ebb1858e7\";a:5:{s:6:\"source\";s:32:\"d365d6a32a35f28fce920c5ebb1858e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4fd4e3fd8d297b2fe8fa899d37106c41\";a:5:{s:6:\"source\";s:32:\"4fd4e3fd8d297b2fe8fa899d37106c41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83e74ad3a28e7d8b79b720da0a1b219f\";a:5:{s:6:\"source\";s:32:\"83e74ad3a28e7d8b79b720da0a1b219f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5fdd5bbff0a0177f96c2d26bc887b821\";a:5:{s:6:\"source\";s:32:\"5fdd5bbff0a0177f96c2d26bc887b821\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b7b69a0ad18e54e6b264b3a82222186\";a:5:{s:6:\"source\";s:32:\"1b7b69a0ad18e54e6b264b3a82222186\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c25302432e3f23910b0c48f751869cd\";a:5:{s:6:\"source\";s:32:\"1c25302432e3f23910b0c48f751869cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"388613bc8aade076fb4e2529e5a9464b\";a:5:{s:6:\"source\";s:32:\"388613bc8aade076fb4e2529e5a9464b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e90b6aea6325fd073949e4b51d0df0cb\";a:5:{s:6:\"source\";s:32:\"e90b6aea6325fd073949e4b51d0df0cb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52dd25be9da2a383e98a2842fe4fc1b3\";a:5:{s:6:\"source\";s:32:\"52dd25be9da2a383e98a2842fe4fc1b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"046527db51fbab6045d167b37c536270\";a:5:{s:6:\"source\";s:32:\"046527db51fbab6045d167b37c536270\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee9ce7a13e6c10c69c651ec12eb4911e\";a:5:{s:6:\"source\";s:32:\"ee9ce7a13e6c10c69c651ec12eb4911e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9fa94dcd5d3d9b70a10a0dbfab6217e\";a:5:{s:6:\"source\";s:32:\"d9fa94dcd5d3d9b70a10a0dbfab6217e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d416b251dfadb2835868f7ff5158dce3\";a:5:{s:6:\"source\";s:32:\"d416b251dfadb2835868f7ff5158dce3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71e01201f0ab3807445d0089cc234072\";a:5:{s:6:\"source\";s:32:\"71e01201f0ab3807445d0089cc234072\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2f6f729c2885b36c68e595608c2f5fd\";a:5:{s:6:\"source\";s:32:\"a2f6f729c2885b36c68e595608c2f5fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ec23dfdfc04690ed82e1bd1ffebb7dd\";a:5:{s:6:\"source\";s:32:\"7ec23dfdfc04690ed82e1bd1ffebb7dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd24b0d876425474e751d143e1d8a6b9\";a:5:{s:6:\"source\";s:32:\"dd24b0d876425474e751d143e1d8a6b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87142f3ff88501f4773eec7da2cab5e2\";a:5:{s:6:\"source\";s:32:\"87142f3ff88501f4773eec7da2cab5e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2839302866414c3f5f4b254a1631bd41\";a:5:{s:6:\"source\";s:32:\"2839302866414c3f5f4b254a1631bd41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d50acc0030c0c941d1cfa1f7d77dd7da\";a:5:{s:6:\"source\";s:32:\"d50acc0030c0c941d1cfa1f7d77dd7da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0d35b4d1440616d5230dbf8f48cb1df\";a:5:{s:6:\"source\";s:32:\"b0d35b4d1440616d5230dbf8f48cb1df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a15a74456997db780f4024ae982f7e59\";a:5:{s:6:\"source\";s:32:\"a15a74456997db780f4024ae982f7e59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c32fc0c42d10f33940c7fa5e7cabd31\";a:5:{s:6:\"source\";s:32:\"6c32fc0c42d10f33940c7fa5e7cabd31\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02895a75c35ac64f974dcb081e2b9843\";a:5:{s:6:\"source\";s:32:\"02895a75c35ac64f974dcb081e2b9843\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c442dd58429c06cca3cb6e3fbe9cef54\";a:5:{s:6:\"source\";s:32:\"c442dd58429c06cca3cb6e3fbe9cef54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"705ed8533481758a7cd6e7799f4b2115\";a:5:{s:6:\"source\";s:32:\"705ed8533481758a7cd6e7799f4b2115\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3912864b56155346ad61a8a943436208\";a:5:{s:6:\"source\";s:32:\"3912864b56155346ad61a8a943436208\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d24c53c8cae04896d4f6dc28380174a7\";a:5:{s:6:\"source\";s:32:\"d24c53c8cae04896d4f6dc28380174a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2fd00524e46b219e55fc18d83f79d0b1\";a:5:{s:6:\"source\";s:32:\"2fd00524e46b219e55fc18d83f79d0b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08f2c3e59cb81d9c846f398c8e9f564c\";a:5:{s:6:\"source\";s:32:\"08f2c3e59cb81d9c846f398c8e9f564c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a032d5367552ad286fa43e9b6ae10a31\";a:5:{s:6:\"source\";s:32:\"a032d5367552ad286fa43e9b6ae10a31\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52cabcb43a5ef2c4c68ec57cd2ee4f35\";a:5:{s:6:\"source\";s:32:\"52cabcb43a5ef2c4c68ec57cd2ee4f35\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"455fd4ea4b4740b409cf51af0baff5bf\";a:5:{s:6:\"source\";s:32:\"455fd4ea4b4740b409cf51af0baff5bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"41a757aede84805659a8ffa279e782a1\";a:5:{s:6:\"source\";s:32:\"41a757aede84805659a8ffa279e782a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"883707b54e31802c3154c6a5b5df775f\";a:5:{s:6:\"source\";s:32:\"883707b54e31802c3154c6a5b5df775f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19a90c9dcc5764904c85f7b7d98dbe70\";a:5:{s:6:\"source\";s:32:\"19a90c9dcc5764904c85f7b7d98dbe70\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8a97bdc8fe61e8174034de42054f753\";a:5:{s:6:\"source\";s:32:\"e8a97bdc8fe61e8174034de42054f753\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a933e4b42079142b62dac074dd464166\";a:5:{s:6:\"source\";s:32:\"a933e4b42079142b62dac074dd464166\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"387a90458fb6285b99ccd85596ea0e90\";a:5:{s:6:\"source\";s:32:\"387a90458fb6285b99ccd85596ea0e90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"57561ebbc96096216ba5a344f84131c0\";a:5:{s:6:\"source\";s:32:\"57561ebbc96096216ba5a344f84131c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d53e590aa7d0d3569285655aec65d83\";a:5:{s:6:\"source\";s:32:\"2d53e590aa7d0d3569285655aec65d83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b553e8b6935c1167708ad7ade96dbe7\";a:5:{s:6:\"source\";s:32:\"1b553e8b6935c1167708ad7ade96dbe7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89bb8078af3814b1d9cbe2508ab05c9a\";a:5:{s:6:\"source\";s:32:\"89bb8078af3814b1d9cbe2508ab05c9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e0f984463cbc1857d6f2fcc9f468ea47\";a:5:{s:6:\"source\";s:32:\"e0f984463cbc1857d6f2fcc9f468ea47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"341f0bd7bd0814b209a77b4dec0b937e\";a:5:{s:6:\"source\";s:32:\"341f0bd7bd0814b209a77b4dec0b937e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12b189fc31eeef7a55de1b689376f271\";a:5:{s:6:\"source\";s:32:\"12b189fc31eeef7a55de1b689376f271\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a77706f26e2672639732fa89d8804c0d\";a:5:{s:6:\"source\";s:32:\"a77706f26e2672639732fa89d8804c0d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5362e1eda7f54f39a71c093b75058f3\";a:5:{s:6:\"source\";s:32:\"b5362e1eda7f54f39a71c093b75058f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d937e8c03f796d2be1336a27c3a9829\";a:5:{s:6:\"source\";s:32:\"9d937e8c03f796d2be1336a27c3a9829\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aa52b5b1bf4ca6d967737a7d5c753538\";a:5:{s:6:\"source\";s:32:\"aa52b5b1bf4ca6d967737a7d5c753538\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8023b5d2534d023a9602a961431fe92\";a:5:{s:6:\"source\";s:32:\"d8023b5d2534d023a9602a961431fe92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b246802fa9ee515aeb283e253a2bafe4\";a:5:{s:6:\"source\";s:32:\"b246802fa9ee515aeb283e253a2bafe4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"983eda6171774af1e934b99ea9b4a78e\";a:5:{s:6:\"source\";s:32:\"983eda6171774af1e934b99ea9b4a78e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1dd2b1e972d33ceddf932ac727d28c70\";a:5:{s:6:\"source\";s:32:\"1dd2b1e972d33ceddf932ac727d28c70\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"07fb739a066549165437f074ceabca7a\";a:5:{s:6:\"source\";s:32:\"07fb739a066549165437f074ceabca7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec082c47f6b3cde7b467319b9efe059d\";a:5:{s:6:\"source\";s:32:\"ec082c47f6b3cde7b467319b9efe059d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89fbec9019f54c48ea5dab6e170b39b9\";a:5:{s:6:\"source\";s:32:\"89fbec9019f54c48ea5dab6e170b39b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5695dde12c7ee94a165c98ad40bf62eb\";a:5:{s:6:\"source\";s:32:\"5695dde12c7ee94a165c98ad40bf62eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"908241d9e6a4a551259be197fc51708d\";a:5:{s:6:\"source\";s:32:\"908241d9e6a4a551259be197fc51708d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f907e33e67461852889423a2c76dd206\";a:5:{s:6:\"source\";s:32:\"f907e33e67461852889423a2c76dd206\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"27a849e2a6b7177f8179bae2ac9aed0b\";a:5:{s:6:\"source\";s:32:\"27a849e2a6b7177f8179bae2ac9aed0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a732d0b80eb28356c4746f9c94fa1de8\";a:5:{s:6:\"source\";s:32:\"a732d0b80eb28356c4746f9c94fa1de8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ca301b61951b7eb7576c9fa36cfa1e1\";a:5:{s:6:\"source\";s:32:\"0ca301b61951b7eb7576c9fa36cfa1e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c982b2be0ec2895612f552dd83c0acc3\";a:5:{s:6:\"source\";s:32:\"c982b2be0ec2895612f552dd83c0acc3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c9f643bac4747b4c0d7be89c61aec8e\";a:5:{s:6:\"source\";s:32:\"6c9f643bac4747b4c0d7be89c61aec8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f589d34d0fcd7da7a65126308def66f\";a:5:{s:6:\"source\";s:32:\"0f589d34d0fcd7da7a65126308def66f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20e5aa1ca71c8ca187748207d778488a\";a:5:{s:6:\"source\";s:32:\"20e5aa1ca71c8ca187748207d778488a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5892386bbaf5578fb88c49010b6eb011\";a:5:{s:6:\"source\";s:32:\"5892386bbaf5578fb88c49010b6eb011\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a4611dda0906395852f0fbaf60f440a\";a:5:{s:6:\"source\";s:32:\"5a4611dda0906395852f0fbaf60f440a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17d3ce0c1ff00f2b60baeb64b8a0a4fa\";a:5:{s:6:\"source\";s:32:\"17d3ce0c1ff00f2b60baeb64b8a0a4fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93ac10e30ca52fee10b8fafcd4ef71fb\";a:5:{s:6:\"source\";s:32:\"93ac10e30ca52fee10b8fafcd4ef71fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0752f149d123be27c1a48d129fcd2060\";a:5:{s:6:\"source\";s:32:\"0752f149d123be27c1a48d129fcd2060\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4260681898f414d65b8a0f91df128229\";a:5:{s:6:\"source\";s:32:\"4260681898f414d65b8a0f91df128229\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ce2d1595d193e9831c45bde33fe5324d\";a:5:{s:6:\"source\";s:32:\"ce2d1595d193e9831c45bde33fe5324d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5c3d4ce05a33545f3f9c3ea97ed824c\";a:5:{s:6:\"source\";s:32:\"f5c3d4ce05a33545f3f9c3ea97ed824c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00311efcb274063dbd733bd87b2f8184\";a:5:{s:6:\"source\";s:32:\"00311efcb274063dbd733bd87b2f8184\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9e25920bd093cda20f46c163e6361cc\";a:5:{s:6:\"source\";s:32:\"a9e25920bd093cda20f46c163e6361cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f042acba2c143a26f1226b69e475eb0\";a:5:{s:6:\"source\";s:32:\"5f042acba2c143a26f1226b69e475eb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df2bc7c0bbbd5aff43dd1c8f0446d506\";a:5:{s:6:\"source\";s:32:\"df2bc7c0bbbd5aff43dd1c8f0446d506\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45c004bc55c1719464543a69f59569f0\";a:5:{s:6:\"source\";s:32:\"45c004bc55c1719464543a69f59569f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b88b6a72f3dcbdbc3ce3a609818e3379\";a:5:{s:6:\"source\";s:32:\"b88b6a72f3dcbdbc3ce3a609818e3379\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"729761eef6463c5a5e009cdd923b44ee\";a:5:{s:6:\"source\";s:32:\"729761eef6463c5a5e009cdd923b44ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14c96d5375f2e26cc3d1a1d492a36197\";a:5:{s:6:\"source\";s:32:\"14c96d5375f2e26cc3d1a1d492a36197\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c867a6b56a85cd5d6f4102d73d2b117\";a:5:{s:6:\"source\";s:32:\"9c867a6b56a85cd5d6f4102d73d2b117\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14a9ee6d2bb0830c6ed516ae52862d19\";a:5:{s:6:\"source\";s:32:\"14a9ee6d2bb0830c6ed516ae52862d19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5af05e414b9887733c62982ac6cea8d7\";a:5:{s:6:\"source\";s:32:\"5af05e414b9887733c62982ac6cea8d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a88e853a1a28941c85d6de4cb06e651\";a:5:{s:6:\"source\";s:32:\"5a88e853a1a28941c85d6de4cb06e651\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7fef0623214439c5e28937a12da5423\";a:5:{s:6:\"source\";s:32:\"c7fef0623214439c5e28937a12da5423\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f99d0111e7f7912daf62f519c85ae5f\";a:5:{s:6:\"source\";s:32:\"2f99d0111e7f7912daf62f519c85ae5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0ea9fdfdb492a9b871e69d7a57be4f2\";a:5:{s:6:\"source\";s:32:\"a0ea9fdfdb492a9b871e69d7a57be4f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b707334d2a4ae753bb6f3be8be9750e9\";a:5:{s:6:\"source\";s:32:\"b707334d2a4ae753bb6f3be8be9750e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"356aa55bba82197dfec3d07efa01af52\";a:5:{s:6:\"source\";s:32:\"356aa55bba82197dfec3d07efa01af52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e901b3070933bfd6aa4f89187cb13d3d\";a:5:{s:6:\"source\";s:32:\"e901b3070933bfd6aa4f89187cb13d3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cdbc502395703aa67e0e413b2f358a0c\";a:5:{s:6:\"source\";s:32:\"cdbc502395703aa67e0e413b2f358a0c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d257bd5f44086bb70ccc762090edfdc2\";a:5:{s:6:\"source\";s:32:\"d257bd5f44086bb70ccc762090edfdc2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd5d99eff3bcdb39a7e59da21e8ac53b\";a:5:{s:6:\"source\";s:32:\"cd5d99eff3bcdb39a7e59da21e8ac53b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95da20bf00260bc78bfe2eeb3e0dcdbe\";a:5:{s:6:\"source\";s:32:\"95da20bf00260bc78bfe2eeb3e0dcdbe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c84c4235d2b976baf19276dec9126f1c\";a:5:{s:6:\"source\";s:32:\"c84c4235d2b976baf19276dec9126f1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ccf791473f0817ef16a0193c6b19a5f\";a:5:{s:6:\"source\";s:32:\"0ccf791473f0817ef16a0193c6b19a5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ecfef58347421b8ec1ad4e9f2326bc5\";a:5:{s:6:\"source\";s:32:\"1ecfef58347421b8ec1ad4e9f2326bc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99ba9e865ac4df9353b9ffd31ea547f4\";a:5:{s:6:\"source\";s:32:\"99ba9e865ac4df9353b9ffd31ea547f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0e0768eb302f4172be32a12c06da7d7\";a:5:{s:6:\"source\";s:32:\"f0e0768eb302f4172be32a12c06da7d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2da86cb82a5188b6c55cd52d854e76bb\";a:5:{s:6:\"source\";s:32:\"2da86cb82a5188b6c55cd52d854e76bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b802467a49704f67b7bbb577c0ee4acc\";a:5:{s:6:\"source\";s:32:\"b802467a49704f67b7bbb577c0ee4acc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f24de056ce58710f2b44d70edfa9d53\";a:5:{s:6:\"source\";s:32:\"2f24de056ce58710f2b44d70edfa9d53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d46a9fa98430a4d0015e58d7edc6174\";a:5:{s:6:\"source\";s:32:\"7d46a9fa98430a4d0015e58d7edc6174\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1665883039a57d85f04d57eaa76d4982\";a:5:{s:6:\"source\";s:32:\"1665883039a57d85f04d57eaa76d4982\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f134d964f677f41f62c4958f5452ac9d\";a:5:{s:6:\"source\";s:32:\"f134d964f677f41f62c4958f5452ac9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32e4c9743fe4614554ff461a35e8d396\";a:5:{s:6:\"source\";s:32:\"32e4c9743fe4614554ff461a35e8d396\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e059a72ae83e0430a39c7d76e60f8d17\";a:5:{s:6:\"source\";s:32:\"e059a72ae83e0430a39c7d76e60f8d17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38a9f3a926afde9158a043d2abbae72b\";a:5:{s:6:\"source\";s:32:\"38a9f3a926afde9158a043d2abbae72b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf48b4009765e62ea21a4546c27298e3\";a:5:{s:6:\"source\";s:32:\"cf48b4009765e62ea21a4546c27298e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6da0688e4f95e8d4169c2cf22d8fad54\";a:5:{s:6:\"source\";s:32:\"6da0688e4f95e8d4169c2cf22d8fad54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"369072b2779c99a3f2939712d2b33e65\";a:5:{s:6:\"source\";s:32:\"369072b2779c99a3f2939712d2b33e65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0396c64e1987b7da34ff01a2da24dd8f\";a:5:{s:6:\"source\";s:32:\"0396c64e1987b7da34ff01a2da24dd8f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5de24d76f24efa00bb1d6ee9edd573ff\";a:5:{s:6:\"source\";s:32:\"5de24d76f24efa00bb1d6ee9edd573ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e12218fd5e066beb2f8ae13a4ce3b3e\";a:5:{s:6:\"source\";s:32:\"4e12218fd5e066beb2f8ae13a4ce3b3e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1764fd046c0a066f58ef5186c3564498\";a:5:{s:6:\"source\";s:32:\"1764fd046c0a066f58ef5186c3564498\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fcede760611495e0ccc4259e42ef8005\";a:5:{s:6:\"source\";s:32:\"fcede760611495e0ccc4259e42ef8005\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ee25041dab54e867e3b8e44f7fc2c984\";a:5:{s:6:\"source\";s:32:\"ee25041dab54e867e3b8e44f7fc2c984\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b8fdabfd1d4f2b9aacbf9cfd002f503\";a:5:{s:6:\"source\";s:32:\"1b8fdabfd1d4f2b9aacbf9cfd002f503\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3748865c97400f96fb7490bc65023b1e\";a:5:{s:6:\"source\";s:32:\"3748865c97400f96fb7490bc65023b1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b937044256ee92c6deb65a91c2c58a03\";a:5:{s:6:\"source\";s:32:\"b937044256ee92c6deb65a91c2c58a03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"237f7e639157d1974f74dc4779597ad4\";a:5:{s:6:\"source\";s:32:\"237f7e639157d1974f74dc4779597ad4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9304c30a8bb74fed61dac40e1a6e7e25\";a:5:{s:6:\"source\";s:32:\"9304c30a8bb74fed61dac40e1a6e7e25\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e02e9f0ac80616be3bd68bb0c4e8c04\";a:5:{s:6:\"source\";s:32:\"4e02e9f0ac80616be3bd68bb0c4e8c04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96a4b71c5ec6faab595e53355b79211b\";a:5:{s:6:\"source\";s:32:\"96a4b71c5ec6faab595e53355b79211b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8c730faf9775fec5848b92fd6631e02\";a:5:{s:6:\"source\";s:32:\"b8c730faf9775fec5848b92fd6631e02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7dd23ea99908849405658a5f37dc74d3\";a:5:{s:6:\"source\";s:32:\"7dd23ea99908849405658a5f37dc74d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f516da18ae25914472da1f5c400601b6\";a:5:{s:6:\"source\";s:32:\"f516da18ae25914472da1f5c400601b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f20b5d5d35379069848d115d33d332f\";a:5:{s:6:\"source\";s:32:\"1f20b5d5d35379069848d115d33d332f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f642263e2a268b8618145cb807d06559\";a:5:{s:6:\"source\";s:32:\"f642263e2a268b8618145cb807d06559\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd29c01457c6c7dc000ad5c3377b6ed1\";a:5:{s:6:\"source\";s:32:\"dd29c01457c6c7dc000ad5c3377b6ed1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ffeaa20196eedf96221de384b3545229\";a:5:{s:6:\"source\";s:32:\"ffeaa20196eedf96221de384b3545229\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8b42f767a777c24b1969ed419d03000\";a:5:{s:6:\"source\";s:32:\"b8b42f767a777c24b1969ed419d03000\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aea849c6832f2d03bb7ee4f3f7f2c657\";a:5:{s:6:\"source\";s:32:\"aea849c6832f2d03bb7ee4f3f7f2c657\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d1f081c5a7196d80bbc3ef2c7dbee78\";a:5:{s:6:\"source\";s:32:\"9d1f081c5a7196d80bbc3ef2c7dbee78\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f50993bd43924e5f008fd3becb917519\";a:5:{s:6:\"source\";s:32:\"f50993bd43924e5f008fd3becb917519\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d670aa318e2a8e93ccd58b407c73c7f5\";a:5:{s:6:\"source\";s:32:\"d670aa318e2a8e93ccd58b407c73c7f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8e1ae547eea0b0b2d0efb74ac0dd306\";a:5:{s:6:\"source\";s:32:\"f8e1ae547eea0b0b2d0efb74ac0dd306\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f4f4c87f4fc213454835dc1387f6df8\";a:5:{s:6:\"source\";s:32:\"1f4f4c87f4fc213454835dc1387f6df8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"603d32694f03bdd089b80aac52fd8792\";a:5:{s:6:\"source\";s:32:\"603d32694f03bdd089b80aac52fd8792\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe69fc5bd3ec71c046a30a1db861f705\";a:5:{s:6:\"source\";s:32:\"fe69fc5bd3ec71c046a30a1db861f705\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2e10a15ac1ba5f21b4fc252300695e5\";a:5:{s:6:\"source\";s:32:\"f2e10a15ac1ba5f21b4fc252300695e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ce81b22d76a884c59b565f2bb40dacd\";a:5:{s:6:\"source\";s:32:\"0ce81b22d76a884c59b565f2bb40dacd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"725f72ec93ca65b0b25d701b6235a9aa\";a:5:{s:6:\"source\";s:32:\"725f72ec93ca65b0b25d701b6235a9aa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b3ca23cebf992e3f235198d531c8316\";a:5:{s:6:\"source\";s:32:\"2b3ca23cebf992e3f235198d531c8316\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00b60669b6f3c01903ab28db6a4f9101\";a:5:{s:6:\"source\";s:32:\"00b60669b6f3c01903ab28db6a4f9101\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf76d8981a317298a49cc6d9d0a1f604\";a:5:{s:6:\"source\";s:32:\"cf76d8981a317298a49cc6d9d0a1f604\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aab46fb3f431480c7db0a9bb71fb51e5\";a:5:{s:6:\"source\";s:32:\"aab46fb3f431480c7db0a9bb71fb51e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"117f5a26d19d6d708eb750b6eea32829\";a:5:{s:6:\"source\";s:32:\"117f5a26d19d6d708eb750b6eea32829\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc2561b3f7d31689db6bf3838f78848b\";a:5:{s:6:\"source\";s:32:\"fc2561b3f7d31689db6bf3838f78848b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac549179cb18d2d5e01ce59b0054f418\";a:5:{s:6:\"source\";s:32:\"ac549179cb18d2d5e01ce59b0054f418\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82db1d5ec3c5a208cdfbacc1054a1798\";a:5:{s:6:\"source\";s:32:\"82db1d5ec3c5a208cdfbacc1054a1798\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b55ab208140638bc37063333d7238043\";a:5:{s:6:\"source\";s:32:\"b55ab208140638bc37063333d7238043\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38e63dde8ecc48b82f1f580d7168926a\";a:5:{s:6:\"source\";s:32:\"38e63dde8ecc48b82f1f580d7168926a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9bceceda37ca36e90d15fcd10281c6f\";a:5:{s:6:\"source\";s:32:\"c9bceceda37ca36e90d15fcd10281c6f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6668a870337207ea7516d9c2c255dd08\";a:5:{s:6:\"source\";s:32:\"6668a870337207ea7516d9c2c255dd08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67d45e009d8ccac2e7a9a82e3ba75b8b\";a:5:{s:6:\"source\";s:32:\"67d45e009d8ccac2e7a9a82e3ba75b8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f223763e0fe85072b70024f25452b30\";a:5:{s:6:\"source\";s:32:\"3f223763e0fe85072b70024f25452b30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94db41f60e0ca29e30979227354e823c\";a:5:{s:6:\"source\";s:32:\"94db41f60e0ca29e30979227354e823c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46b3e457dbb4a8a1d629496b353735d7\";a:5:{s:6:\"source\";s:32:\"46b3e457dbb4a8a1d629496b353735d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cdff903d6d26eb52a4ec9fb2b88dde60\";a:5:{s:6:\"source\";s:32:\"cdff903d6d26eb52a4ec9fb2b88dde60\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69f0a2c63bb64013c01e8368a01c9fee\";a:5:{s:6:\"source\";s:32:\"69f0a2c63bb64013c01e8368a01c9fee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c25dcd4d8124d85d8e973c3c9bf60426\";a:5:{s:6:\"source\";s:32:\"c25dcd4d8124d85d8e973c3c9bf60426\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"492d373e3856089e99ebf3977416549b\";a:5:{s:6:\"source\";s:32:\"492d373e3856089e99ebf3977416549b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"192ccd5b438870dabbec4ab60be1da16\";a:5:{s:6:\"source\";s:32:\"192ccd5b438870dabbec4ab60be1da16\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22bae3712453ae04bdc744f1c5b22195\";a:5:{s:6:\"source\";s:32:\"22bae3712453ae04bdc744f1c5b22195\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"933df7d89824ae664cdf75b6a6a48475\";a:5:{s:6:\"source\";s:32:\"933df7d89824ae664cdf75b6a6a48475\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"482c47bc705284acad47241dcd9fe674\";a:5:{s:6:\"source\";s:32:\"482c47bc705284acad47241dcd9fe674\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f81a4343b50cba4e471e07026200fe29\";a:5:{s:6:\"source\";s:32:\"f81a4343b50cba4e471e07026200fe29\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca5223ec20003a7285426154f1d1afed\";a:5:{s:6:\"source\";s:32:\"ca5223ec20003a7285426154f1d1afed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"79ca0405cc8e2ee64532767e8c0454b8\";a:5:{s:6:\"source\";s:32:\"79ca0405cc8e2ee64532767e8c0454b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a40b6e4c4ae98307e767378c63af015c\";a:5:{s:6:\"source\";s:32:\"a40b6e4c4ae98307e767378c63af015c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25c3ff3de2a53767283b608a057f0e63\";a:5:{s:6:\"source\";s:32:\"25c3ff3de2a53767283b608a057f0e63\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afd060a03bfe1350b7be4ccf338f0106\";a:5:{s:6:\"source\";s:32:\"afd060a03bfe1350b7be4ccf338f0106\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76acbb6c0c3ab80dad04cfb9987487ee\";a:5:{s:6:\"source\";s:32:\"76acbb6c0c3ab80dad04cfb9987487ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cb98ffb04912b97bd70999802cc0617\";a:5:{s:6:\"source\";s:32:\"6cb98ffb04912b97bd70999802cc0617\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f628402df22a33a91a5b135b172ed10\";a:5:{s:6:\"source\";s:32:\"8f628402df22a33a91a5b135b172ed10\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a179543b6780dd77a435b09c58d4a015\";a:5:{s:6:\"source\";s:32:\"a179543b6780dd77a435b09c58d4a015\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18c4de312ec4346795ec9f6e020ea86c\";a:5:{s:6:\"source\";s:32:\"18c4de312ec4346795ec9f6e020ea86c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9d3cc6f9948ef85feef19910017cc0f\";a:5:{s:6:\"source\";s:32:\"e9d3cc6f9948ef85feef19910017cc0f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f7b8609e38ce4f6e189875b34aa0475\";a:5:{s:6:\"source\";s:32:\"6f7b8609e38ce4f6e189875b34aa0475\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"633c3174a961070ca547e076284de348\";a:5:{s:6:\"source\";s:32:\"633c3174a961070ca547e076284de348\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c48b7d047d51aa908a44ddfec8b10291\";a:5:{s:6:\"source\";s:32:\"c48b7d047d51aa908a44ddfec8b10291\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93596f7c7902a2928e4af97b0f62ec82\";a:5:{s:6:\"source\";s:32:\"93596f7c7902a2928e4af97b0f62ec82\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de0dd47e46782c5bb7a27916058a2787\";a:5:{s:6:\"source\";s:32:\"de0dd47e46782c5bb7a27916058a2787\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d5cb725582418965177df4b8f75dfab\";a:5:{s:6:\"source\";s:32:\"2d5cb725582418965177df4b8f75dfab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd3ff5358e21934278fd0d2db9bbb44d\";a:5:{s:6:\"source\";s:32:\"fd3ff5358e21934278fd0d2db9bbb44d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43694158ff571c0fa894b6d827a54e9a\";a:5:{s:6:\"source\";s:32:\"43694158ff571c0fa894b6d827a54e9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44ccd6e5c6a8ca3da944a200cf839cdd\";a:5:{s:6:\"source\";s:32:\"44ccd6e5c6a8ca3da944a200cf839cdd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63e384cf965acbf8bbd8be1c09ac635f\";a:5:{s:6:\"source\";s:32:\"63e384cf965acbf8bbd8be1c09ac635f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"598ea11531a6a1497057fe821b995969\";a:5:{s:6:\"source\";s:32:\"598ea11531a6a1497057fe821b995969\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22d84ece73b8c92c9eee6f6688f4d57e\";a:5:{s:6:\"source\";s:32:\"22d84ece73b8c92c9eee6f6688f4d57e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"15e012dd8f8f5be800eec400aba8e7bf\";a:5:{s:6:\"source\";s:32:\"15e012dd8f8f5be800eec400aba8e7bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2493dfa66f0157091fdb4dbeaaf6bfa9\";a:5:{s:6:\"source\";s:32:\"2493dfa66f0157091fdb4dbeaaf6bfa9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23bd8d89501e6922b2d3066fd4fc3012\";a:5:{s:6:\"source\";s:32:\"23bd8d89501e6922b2d3066fd4fc3012\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"007a2e6ee9f410ccee46f9118ac51363\";a:5:{s:6:\"source\";s:32:\"007a2e6ee9f410ccee46f9118ac51363\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff94828d2f7142b0aa9e956e8226c86d\";a:5:{s:6:\"source\";s:32:\"ff94828d2f7142b0aa9e956e8226c86d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17648c7af460dbf8e6a74793817d91d0\";a:5:{s:6:\"source\";s:32:\"17648c7af460dbf8e6a74793817d91d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66efd387c0d8522acd77f7c9e0832260\";a:5:{s:6:\"source\";s:32:\"66efd387c0d8522acd77f7c9e0832260\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f3cea28a8f0c66026ed8abd5daeef77\";a:5:{s:6:\"source\";s:32:\"8f3cea28a8f0c66026ed8abd5daeef77\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0951d1b2b5c7ba784110987c0b156992\";a:5:{s:6:\"source\";s:32:\"0951d1b2b5c7ba784110987c0b156992\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f640af458f21e2296f99a67226a5f9b3\";a:5:{s:6:\"source\";s:32:\"f640af458f21e2296f99a67226a5f9b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c607047bc08073a2206f7892f74cda3c\";a:5:{s:6:\"source\";s:32:\"c607047bc08073a2206f7892f74cda3c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17282899b7b1f2e24ea5c2c004765909\";a:5:{s:6:\"source\";s:32:\"17282899b7b1f2e24ea5c2c004765909\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1dc3e2ddc9dcbce11d708503643b49f\";a:5:{s:6:\"source\";s:32:\"e1dc3e2ddc9dcbce11d708503643b49f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"421e5731c46b5e5c90ff71b41d8fb167\";a:5:{s:6:\"source\";s:32:\"421e5731c46b5e5c90ff71b41d8fb167\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3a218d9d28e3d413bbef6ad9cda4315\";a:5:{s:6:\"source\";s:32:\"b3a218d9d28e3d413bbef6ad9cda4315\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"583b07d58da49ac7f2d86089e229d679\";a:5:{s:6:\"source\";s:32:\"583b07d58da49ac7f2d86089e229d679\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f813764a0b587f159d6420dcdf101b3b\";a:5:{s:6:\"source\";s:32:\"f813764a0b587f159d6420dcdf101b3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eefeacd513dae7c9e50a664690b3700c\";a:5:{s:6:\"source\";s:32:\"eefeacd513dae7c9e50a664690b3700c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b83e2e23aa2e061de0cc7363dfcd8d9\";a:5:{s:6:\"source\";s:32:\"0b83e2e23aa2e061de0cc7363dfcd8d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a8c5057c71d82bcd6fa3d0e02e1843e\";a:5:{s:6:\"source\";s:32:\"4a8c5057c71d82bcd6fa3d0e02e1843e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97647dea6d24cd2840a44f4d9d6af5ed\";a:5:{s:6:\"source\";s:32:\"97647dea6d24cd2840a44f4d9d6af5ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4ea7698ce79b6701b5b506d0d1712aa\";a:5:{s:6:\"source\";s:32:\"c4ea7698ce79b6701b5b506d0d1712aa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87a73011218f6bb14b4bc601a2a51add\";a:5:{s:6:\"source\";s:32:\"87a73011218f6bb14b4bc601a2a51add\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9999ade8a09520ff8cd9794725fcbb8c\";a:5:{s:6:\"source\";s:32:\"9999ade8a09520ff8cd9794725fcbb8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4319098d83cf6576fa4efc1ecf749a4\";a:5:{s:6:\"source\";s:32:\"d4319098d83cf6576fa4efc1ecf749a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a06a537c9a0740c29a1567ce3267b87\";a:5:{s:6:\"source\";s:32:\"5a06a537c9a0740c29a1567ce3267b87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e57249e9865aef44e2a38f3b1e20a732\";a:5:{s:6:\"source\";s:32:\"e57249e9865aef44e2a38f3b1e20a732\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6ee476db554da3badfe8ce9730e8ac3\";a:5:{s:6:\"source\";s:32:\"f6ee476db554da3badfe8ce9730e8ac3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f7e60e590c75fba99152fe688ff4263\";a:5:{s:6:\"source\";s:32:\"5f7e60e590c75fba99152fe688ff4263\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c067a02ede60d748a95ea32efc870ab\";a:5:{s:6:\"source\";s:32:\"5c067a02ede60d748a95ea32efc870ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d0df724a8f951ea04e4c903df334070\";a:5:{s:6:\"source\";s:32:\"6d0df724a8f951ea04e4c903df334070\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e27cb2b3aef721f1a1243abaed9786e1\";a:5:{s:6:\"source\";s:32:\"e27cb2b3aef721f1a1243abaed9786e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2dc6c668a2e707eb3cac3a1cb28ab6c\";a:5:{s:6:\"source\";s:32:\"b2dc6c668a2e707eb3cac3a1cb28ab6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a4e20e3cc747d8a1c67c9170e0b5d24\";a:5:{s:6:\"source\";s:32:\"2a4e20e3cc747d8a1c67c9170e0b5d24\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"587116d8c99f8243eff5f107d5a39d17\";a:5:{s:6:\"source\";s:32:\"587116d8c99f8243eff5f107d5a39d17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a6139a98ae9d3d2bad7a45c37387a33\";a:5:{s:6:\"source\";s:32:\"8a6139a98ae9d3d2bad7a45c37387a33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a0b9323d81e8ca5ea6f628bb617857e\";a:5:{s:6:\"source\";s:32:\"7a0b9323d81e8ca5ea6f628bb617857e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"074273a6e6bdbc29e8e0c55ba280830c\";a:5:{s:6:\"source\";s:32:\"074273a6e6bdbc29e8e0c55ba280830c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e73374209aed33f3c22243f98ec68ff6\";a:5:{s:6:\"source\";s:32:\"e73374209aed33f3c22243f98ec68ff6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e68cee7923a6ff42556c5635ae3051cc\";a:5:{s:6:\"source\";s:32:\"e68cee7923a6ff42556c5635ae3051cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"288543d64aada8c3e36d1402dea66108\";a:5:{s:6:\"source\";s:32:\"288543d64aada8c3e36d1402dea66108\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c937ac3d971e3369f4dd6ed507de443f\";a:5:{s:6:\"source\";s:32:\"c937ac3d971e3369f4dd6ed507de443f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b23ec674aa2ebc54784bd61fdce3035\";a:5:{s:6:\"source\";s:32:\"5b23ec674aa2ebc54784bd61fdce3035\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3efeb475513422031e018d033e32cdb\";a:5:{s:6:\"source\";s:32:\"a3efeb475513422031e018d033e32cdb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef78f7459ab905d61b8ffbc01bb873ae\";a:5:{s:6:\"source\";s:32:\"ef78f7459ab905d61b8ffbc01bb873ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e4aa10067eac0791a062a759790ef70\";a:5:{s:6:\"source\";s:32:\"6e4aa10067eac0791a062a759790ef70\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c25b8af2acdd5d4f0b068826125521d\";a:5:{s:6:\"source\";s:32:\"8c25b8af2acdd5d4f0b068826125521d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b976a4be3db4981c260246f45ab62d0\";a:5:{s:6:\"source\";s:32:\"2b976a4be3db4981c260246f45ab62d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f6ec6e87e7e1fdf9ad1e366a24ff472\";a:5:{s:6:\"source\";s:32:\"7f6ec6e87e7e1fdf9ad1e366a24ff472\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d839d148494605916753197ed14b1f4\";a:5:{s:6:\"source\";s:32:\"2d839d148494605916753197ed14b1f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4dfb26a50ed4fe114ff980b9bf4f02da\";a:5:{s:6:\"source\";s:32:\"4dfb26a50ed4fe114ff980b9bf4f02da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6405db296f738cd9667a60b1b7d94c5\";a:5:{s:6:\"source\";s:32:\"e6405db296f738cd9667a60b1b7d94c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2dcc6a7f33686033577a2949c4e4a762\";a:5:{s:6:\"source\";s:32:\"2dcc6a7f33686033577a2949c4e4a762\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53bd7236e21450c6ea3492ba44918f55\";a:5:{s:6:\"source\";s:32:\"53bd7236e21450c6ea3492ba44918f55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8cfae2d6ba28a1d6e4dae82e4658a07\";a:5:{s:6:\"source\";s:32:\"a8cfae2d6ba28a1d6e4dae82e4658a07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bab5b4510ef7868d867d43a8188f2ab\";a:5:{s:6:\"source\";s:32:\"4bab5b4510ef7868d867d43a8188f2ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b333d41963bbcfc3a92ccee27ec3a2d7\";a:5:{s:6:\"source\";s:32:\"b333d41963bbcfc3a92ccee27ec3a2d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"523797465b55b8247b98d2f7719b792e\";a:5:{s:6:\"source\";s:32:\"523797465b55b8247b98d2f7719b792e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"989aecd072be7afcfd8cd337c394e404\";a:5:{s:6:\"source\";s:32:\"989aecd072be7afcfd8cd337c394e404\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc1060a8af7f1dd9f5cdeaa781d72f47\";a:5:{s:6:\"source\";s:32:\"fc1060a8af7f1dd9f5cdeaa781d72f47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b2724d939e2e50a14cfd5d3f8956014\";a:5:{s:6:\"source\";s:32:\"5b2724d939e2e50a14cfd5d3f8956014\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b94e4157902ff501fb555c7ef4d877ae\";a:5:{s:6:\"source\";s:32:\"b94e4157902ff501fb555c7ef4d877ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa6a435018b13085434156cad966e396\";a:5:{s:6:\"source\";s:32:\"fa6a435018b13085434156cad966e396\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e0e9fff96c494f8d9f54dd53a0cdb2c\";a:5:{s:6:\"source\";s:32:\"0e0e9fff96c494f8d9f54dd53a0cdb2c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d3dc06605e356c0011fb7f95d8aa9f0\";a:5:{s:6:\"source\";s:32:\"1d3dc06605e356c0011fb7f95d8aa9f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"908e7c1663caa5d4556d260338a43082\";a:5:{s:6:\"source\";s:32:\"908e7c1663caa5d4556d260338a43082\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8032fb95cdf9615cc9432a85c514ba12\";a:5:{s:6:\"source\";s:32:\"8032fb95cdf9615cc9432a85c514ba12\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1593e8c9bbf85205f25a44f54f3deb65\";a:5:{s:6:\"source\";s:32:\"1593e8c9bbf85205f25a44f54f3deb65\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef1fea7d852e514460176bb720c53537\";a:5:{s:6:\"source\";s:32:\"ef1fea7d852e514460176bb720c53537\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"942c903b4d4c9015de79c214308983c6\";a:5:{s:6:\"source\";s:32:\"942c903b4d4c9015de79c214308983c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18b850bc19ec083d43ad6251bd313ca4\";a:5:{s:6:\"source\";s:32:\"18b850bc19ec083d43ad6251bd313ca4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18d985dc21e64da502aa42d29346485f\";a:5:{s:6:\"source\";s:32:\"18d985dc21e64da502aa42d29346485f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5a99ce630f9ca3656f6678f29b2b73c\";a:5:{s:6:\"source\";s:32:\"d5a99ce630f9ca3656f6678f29b2b73c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de1e58e4d609742dcbaf9ade2ddbc9c3\";a:5:{s:6:\"source\";s:32:\"de1e58e4d609742dcbaf9ade2ddbc9c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67ac6809c5890c8d0e5017e56f653ccb\";a:5:{s:6:\"source\";s:32:\"67ac6809c5890c8d0e5017e56f653ccb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c457ca0d2d5a3cfd9112057ecf0ffeb5\";a:5:{s:6:\"source\";s:32:\"c457ca0d2d5a3cfd9112057ecf0ffeb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0580727d35d436bca8f4930e85b3d283\";a:5:{s:6:\"source\";s:32:\"0580727d35d436bca8f4930e85b3d283\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c1ef17c432fb700508927cebe9279845\";a:5:{s:6:\"source\";s:32:\"c1ef17c432fb700508927cebe9279845\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e5f146f26255f62d98f79b033214103\";a:5:{s:6:\"source\";s:32:\"0e5f146f26255f62d98f79b033214103\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4063fc5450d0be48c5fea14d028b891c\";a:5:{s:6:\"source\";s:32:\"4063fc5450d0be48c5fea14d028b891c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed5c37cbe5cbfd2ab144d060de4c6ff0\";a:5:{s:6:\"source\";s:32:\"ed5c37cbe5cbfd2ab144d060de4c6ff0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"214437e64b9bda6b6f837b7935201f78\";a:5:{s:6:\"source\";s:32:\"214437e64b9bda6b6f837b7935201f78\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96bee9c359356759f999e2702c3f0de8\";a:5:{s:6:\"source\";s:32:\"96bee9c359356759f999e2702c3f0de8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e76c3e3952bd81b41374c851d0e02a53\";a:5:{s:6:\"source\";s:32:\"e76c3e3952bd81b41374c851d0e02a53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d1dacea27c87fc136761247f6770fb9\";a:5:{s:6:\"source\";s:32:\"1d1dacea27c87fc136761247f6770fb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f43cfb448f6aef349545c9dd3f2f01e\";a:5:{s:6:\"source\";s:32:\"0f43cfb448f6aef349545c9dd3f2f01e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19ea9a61d4aaefccfbc1f4f821e94222\";a:5:{s:6:\"source\";s:32:\"19ea9a61d4aaefccfbc1f4f821e94222\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62d27ec0f5ab1009adde4664e77b4490\";a:5:{s:6:\"source\";s:32:\"62d27ec0f5ab1009adde4664e77b4490\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f95abff85cec71b3de6a9b596ed42ed\";a:5:{s:6:\"source\";s:32:\"5f95abff85cec71b3de6a9b596ed42ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6536e76cd1f8853b5efd92900a070982\";a:5:{s:6:\"source\";s:32:\"6536e76cd1f8853b5efd92900a070982\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cdc0e3abcafa5b2e6dd745facf444f1\";a:5:{s:6:\"source\";s:32:\"3cdc0e3abcafa5b2e6dd745facf444f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1c6e426c5d2ac1e0335ab932ff7c55a\";a:5:{s:6:\"source\";s:32:\"d1c6e426c5d2ac1e0335ab932ff7c55a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4921c76f0811ef476a24e7f2b6894c78\";a:5:{s:6:\"source\";s:32:\"4921c76f0811ef476a24e7f2b6894c78\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18d974abe3ac870bfb2b2ebadb8f3221\";a:5:{s:6:\"source\";s:32:\"18d974abe3ac870bfb2b2ebadb8f3221\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ed68f81b1a344621f8dae2ef90d82e6\";a:5:{s:6:\"source\";s:32:\"2ed68f81b1a344621f8dae2ef90d82e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d7dd674482414366658879556611d6a\";a:5:{s:6:\"source\";s:32:\"7d7dd674482414366658879556611d6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c917135e55751e87bcef124dc4bcbf0b\";a:5:{s:6:\"source\";s:32:\"c917135e55751e87bcef124dc4bcbf0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ec7646b0137d7eaf0bf77948ffa426e\";a:5:{s:6:\"source\";s:32:\"3ec7646b0137d7eaf0bf77948ffa426e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cac213e38fd131dfa52d3f7f9dc55e8d\";a:5:{s:6:\"source\";s:32:\"cac213e38fd131dfa52d3f7f9dc55e8d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ceb9a02fc186bdaf4e3010b75b68483\";a:5:{s:6:\"source\";s:32:\"8ceb9a02fc186bdaf4e3010b75b68483\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1208b4270a781b4b001ef01f7e3c8280\";a:5:{s:6:\"source\";s:32:\"1208b4270a781b4b001ef01f7e3c8280\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f327d0194fc96b27cc2078521a93dee\";a:5:{s:6:\"source\";s:32:\"5f327d0194fc96b27cc2078521a93dee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7665325341f720e003f08258ccf721f1\";a:5:{s:6:\"source\";s:32:\"7665325341f720e003f08258ccf721f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"049a7d107c1c1a623d226ef79476240a\";a:5:{s:6:\"source\";s:32:\"049a7d107c1c1a623d226ef79476240a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9dfcc4ec5a49d11d8af023182e37af8\";a:5:{s:6:\"source\";s:32:\"a9dfcc4ec5a49d11d8af023182e37af8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be862748f5ec4a6a1aeca56050624973\";a:5:{s:6:\"source\";s:32:\"be862748f5ec4a6a1aeca56050624973\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"208d4601525695d3a1589348752631cb\";a:5:{s:6:\"source\";s:32:\"208d4601525695d3a1589348752631cb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"984eee9bf2b64b23b94c3c55b46ae099\";a:5:{s:6:\"source\";s:32:\"984eee9bf2b64b23b94c3c55b46ae099\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bee573b6c876fccaab73cec9ac995ca1\";a:5:{s:6:\"source\";s:32:\"bee573b6c876fccaab73cec9ac995ca1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ece91c39365061168ee80a4dc4bcfddd\";a:5:{s:6:\"source\";s:32:\"ece91c39365061168ee80a4dc4bcfddd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2954f67264ff997978a915c82ed1a71d\";a:5:{s:6:\"source\";s:32:\"2954f67264ff997978a915c82ed1a71d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6dc95b93bb299e3803a53c1a3b328792\";a:5:{s:6:\"source\";s:32:\"6dc95b93bb299e3803a53c1a3b328792\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68658889ba603c36e54a4cfa124abf8e\";a:5:{s:6:\"source\";s:32:\"68658889ba603c36e54a4cfa124abf8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d7d704340f804e6638d8613ac1252df\";a:5:{s:6:\"source\";s:32:\"2d7d704340f804e6638d8613ac1252df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f8267b4bcece1f5ceefd2b1a5ec49c6\";a:5:{s:6:\"source\";s:32:\"8f8267b4bcece1f5ceefd2b1a5ec49c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f471bc64f06ccf863b250cca07514d18\";a:5:{s:6:\"source\";s:32:\"f471bc64f06ccf863b250cca07514d18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c639e9a14a06decf2f2114b2e2faf3e0\";a:5:{s:6:\"source\";s:32:\"c639e9a14a06decf2f2114b2e2faf3e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e3d7ffa7a5e0e9957b04043ed219c01\";a:5:{s:6:\"source\";s:32:\"6e3d7ffa7a5e0e9957b04043ed219c01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92c82ea26e92ea0563d269540c12b2c2\";a:5:{s:6:\"source\";s:32:\"92c82ea26e92ea0563d269540c12b2c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ab9aade565176a3ef897063e1071795\";a:5:{s:6:\"source\";s:32:\"8ab9aade565176a3ef897063e1071795\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48901354be90919fd37423ba1c1d96d5\";a:5:{s:6:\"source\";s:32:\"48901354be90919fd37423ba1c1d96d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e3d6a73b377e47d862ded15ff227a27\";a:5:{s:6:\"source\";s:32:\"5e3d6a73b377e47d862ded15ff227a27\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04f41b668657ccc12a369c0d0fd74ed1\";a:5:{s:6:\"source\";s:32:\"04f41b668657ccc12a369c0d0fd74ed1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ea637c71fbeb857ba40ac8ec77cfeb0\";a:5:{s:6:\"source\";s:32:\"5ea637c71fbeb857ba40ac8ec77cfeb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a4ce0fddf2af7ade9900710c476bceb8\";a:5:{s:6:\"source\";s:32:\"a4ce0fddf2af7ade9900710c476bceb8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aaf8c30555429065ef4b9980bd3ad430\";a:5:{s:6:\"source\";s:32:\"aaf8c30555429065ef4b9980bd3ad430\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af662ed92eede464e13f53f8b8511d5a\";a:5:{s:6:\"source\";s:32:\"af662ed92eede464e13f53f8b8511d5a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"089623f65f04f7979f097d85f17086fb\";a:5:{s:6:\"source\";s:32:\"089623f65f04f7979f097d85f17086fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58fd8d57117b5888d280523145ccf1ca\";a:5:{s:6:\"source\";s:32:\"58fd8d57117b5888d280523145ccf1ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34ddac3835eb2afa08c8c7907c990ecd\";a:5:{s:6:\"source\";s:32:\"34ddac3835eb2afa08c8c7907c990ecd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b4e002f2c4f4ccb280e17c481eb049f\";a:5:{s:6:\"source\";s:32:\"0b4e002f2c4f4ccb280e17c481eb049f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b471f6f02983cda4d6b6560294ef1d4a\";a:5:{s:6:\"source\";s:32:\"b471f6f02983cda4d6b6560294ef1d4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d65fb8c1a3ca1fbb5e329e4b4f6547bf\";a:5:{s:6:\"source\";s:32:\"d65fb8c1a3ca1fbb5e329e4b4f6547bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10d222e0d164c2787cff94ffab5f4b50\";a:5:{s:6:\"source\";s:32:\"10d222e0d164c2787cff94ffab5f4b50\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab4a90ec048b606a63c77d50bc86c46f\";a:5:{s:6:\"source\";s:32:\"ab4a90ec048b606a63c77d50bc86c46f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9080643fd1aadaf36174fb3d1cfff490\";a:5:{s:6:\"source\";s:32:\"9080643fd1aadaf36174fb3d1cfff490\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ccff36163d581f741776ce060adbf54\";a:5:{s:6:\"source\";s:32:\"3ccff36163d581f741776ce060adbf54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d93b52787953b86ba0899883205100db\";a:5:{s:6:\"source\";s:32:\"d93b52787953b86ba0899883205100db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ccf992363b4e0263cb332c3f9e0b2d8\";a:5:{s:6:\"source\";s:32:\"8ccf992363b4e0263cb332c3f9e0b2d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"307fdaf614f14e969a185681f598a5f4\";a:5:{s:6:\"source\";s:32:\"307fdaf614f14e969a185681f598a5f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8525c8ec2e91c6f8e314cda1733ee45f\";a:5:{s:6:\"source\";s:32:\"8525c8ec2e91c6f8e314cda1733ee45f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b30fd23193383591c2bb810811384e1\";a:5:{s:6:\"source\";s:32:\"1b30fd23193383591c2bb810811384e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9692c7dc43e8de14b0f921b8c8ea303b\";a:5:{s:6:\"source\";s:32:\"9692c7dc43e8de14b0f921b8c8ea303b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2011f04b66cc1a3e940449c1bb93b4df\";a:5:{s:6:\"source\";s:32:\"2011f04b66cc1a3e940449c1bb93b4df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b28455bdb972df268dfdff87e822d97\";a:5:{s:6:\"source\";s:32:\"8b28455bdb972df268dfdff87e822d97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef5ae644e8e56eb066f17a6f4de61343\";a:5:{s:6:\"source\";s:32:\"ef5ae644e8e56eb066f17a6f4de61343\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc0fb6b6d676739c9cb425f86b911fdd\";a:5:{s:6:\"source\";s:32:\"dc0fb6b6d676739c9cb425f86b911fdd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7563b8be1bd4a769b4af0555cc41e026\";a:5:{s:6:\"source\";s:32:\"7563b8be1bd4a769b4af0555cc41e026\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3b702ed17d8a3adec3423cf5398e2a6\";a:5:{s:6:\"source\";s:32:\"c3b702ed17d8a3adec3423cf5398e2a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6daded1f2fafa7b768142ecd1f85598c\";a:5:{s:6:\"source\";s:32:\"6daded1f2fafa7b768142ecd1f85598c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d42b79cd5be2901fe080a4aeca15121e\";a:5:{s:6:\"source\";s:32:\"d42b79cd5be2901fe080a4aeca15121e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3c414b077e943c23b79e3c600d76bd7\";a:5:{s:6:\"source\";s:32:\"a3c414b077e943c23b79e3c600d76bd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d614fd5d8fa91d3708a557b6a321e2f\";a:5:{s:6:\"source\";s:32:\"2d614fd5d8fa91d3708a557b6a321e2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"faf9587aeb633e30c5ceeb0ea993ec54\";a:5:{s:6:\"source\";s:32:\"faf9587aeb633e30c5ceeb0ea993ec54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5893c3ae34b295a908f5f91ea4c140fd\";a:5:{s:6:\"source\";s:32:\"5893c3ae34b295a908f5f91ea4c140fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b9cf0226fa07328e6c6c79fd18f9bea2\";a:5:{s:6:\"source\";s:32:\"b9cf0226fa07328e6c6c79fd18f9bea2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99ca85653864e681d57f367f72c737a9\";a:5:{s:6:\"source\";s:32:\"99ca85653864e681d57f367f72c737a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9facf3a542f7cd31898ed48d476a80c3\";a:5:{s:6:\"source\";s:32:\"9facf3a542f7cd31898ed48d476a80c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"078fb0edc4fbcc257f8e17b0de27c5e1\";a:5:{s:6:\"source\";s:32:\"078fb0edc4fbcc257f8e17b0de27c5e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b1751e30f9b3c06fc4d897df504d5fa\";a:5:{s:6:\"source\";s:32:\"0b1751e30f9b3c06fc4d897df504d5fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"39fc14871d2e8bdb8ce62d7d230a3186\";a:5:{s:6:\"source\";s:32:\"39fc14871d2e8bdb8ce62d7d230a3186\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"359c10ec5a8e415c934aebc8e79b0224\";a:5:{s:6:\"source\";s:32:\"359c10ec5a8e415c934aebc8e79b0224\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b10b3b46c0fe78b69b17e109a88c57d6\";a:5:{s:6:\"source\";s:32:\"b10b3b46c0fe78b69b17e109a88c57d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a751c0908b95fcabbf3791bed7735f1\";a:5:{s:6:\"source\";s:32:\"9a751c0908b95fcabbf3791bed7735f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6084f581fe5a46baf7aea0349afa91e4\";a:5:{s:6:\"source\";s:32:\"6084f581fe5a46baf7aea0349afa91e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e872e734c75be41f69ed950984ae1f8\";a:5:{s:6:\"source\";s:32:\"5e872e734c75be41f69ed950984ae1f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f682a6bc1640f2ab8bb03b744bab1e7\";a:5:{s:6:\"source\";s:32:\"1f682a6bc1640f2ab8bb03b744bab1e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8396bff1fa59a96ca671a9b9de2dab1c\";a:5:{s:6:\"source\";s:32:\"8396bff1fa59a96ca671a9b9de2dab1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc4e291dc0e43a6acab65cde794dc4a5\";a:5:{s:6:\"source\";s:32:\"bc4e291dc0e43a6acab65cde794dc4a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70e4f375531f9462887775322535af11\";a:5:{s:6:\"source\";s:32:\"70e4f375531f9462887775322535af11\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ded2b622b243c824ef7324cfae3cbf6\";a:5:{s:6:\"source\";s:32:\"7ded2b622b243c824ef7324cfae3cbf6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"72bdb88e5f08de17038c73081e725a4e\";a:5:{s:6:\"source\";s:32:\"72bdb88e5f08de17038c73081e725a4e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"502cf8edc8c4ae3022fc736067fb8a22\";a:5:{s:6:\"source\";s:32:\"502cf8edc8c4ae3022fc736067fb8a22\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3f892c2a5ca902644f6b7a22ec71ee8\";a:5:{s:6:\"source\";s:32:\"e3f892c2a5ca902644f6b7a22ec71ee8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59597ecfbe9b081acf62260289ed7972\";a:5:{s:6:\"source\";s:32:\"59597ecfbe9b081acf62260289ed7972\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3576e186e104944a412178b41ba2053a\";a:5:{s:6:\"source\";s:32:\"3576e186e104944a412178b41ba2053a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db8d635c51f32679b4226488ba42d2a3\";a:5:{s:6:\"source\";s:32:\"db8d635c51f32679b4226488ba42d2a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e897682491ee0bc7e9372851e5c9087f\";a:5:{s:6:\"source\";s:32:\"e897682491ee0bc7e9372851e5c9087f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52e4c03f30cf2d3136b546dfb6c252cc\";a:5:{s:6:\"source\";s:32:\"52e4c03f30cf2d3136b546dfb6c252cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd8448f38d53352c3fe35df6cbd34d5c\";a:5:{s:6:\"source\";s:32:\"fd8448f38d53352c3fe35df6cbd34d5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfb0d5425950ca6aeece91205e131cab\";a:5:{s:6:\"source\";s:32:\"cfb0d5425950ca6aeece91205e131cab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2b6f7c8e1ce5ad35fd3e2b6ed669a53\";a:5:{s:6:\"source\";s:32:\"b2b6f7c8e1ce5ad35fd3e2b6ed669a53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a57d5df3f74309cde2a3ed13f6987225\";a:5:{s:6:\"source\";s:32:\"a57d5df3f74309cde2a3ed13f6987225\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eff05c057adda0834f526454b1b34a01\";a:5:{s:6:\"source\";s:32:\"eff05c057adda0834f526454b1b34a01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c3120213476aafa6c359092c773227f\";a:5:{s:6:\"source\";s:32:\"5c3120213476aafa6c359092c773227f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"701ca0a8f7fc486efc9cae80d7bc57be\";a:5:{s:6:\"source\";s:32:\"701ca0a8f7fc486efc9cae80d7bc57be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"053300d2c6614f8fbe3bd95e0bd5f7ee\";a:5:{s:6:\"source\";s:32:\"053300d2c6614f8fbe3bd95e0bd5f7ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"064e4775b6771e7977d574de2863a4f4\";a:5:{s:6:\"source\";s:32:\"064e4775b6771e7977d574de2863a4f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"594a99755a35e0882f8bb020d2bc8611\";a:5:{s:6:\"source\";s:32:\"594a99755a35e0882f8bb020d2bc8611\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14f875722a15b8e4ce626c9ff790f41f\";a:5:{s:6:\"source\";s:32:\"14f875722a15b8e4ce626c9ff790f41f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96280aea87b887e3e004982a5b85093f\";a:5:{s:6:\"source\";s:32:\"96280aea87b887e3e004982a5b85093f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf5d6614bab80f331f20590687c58fdc\";a:5:{s:6:\"source\";s:32:\"cf5d6614bab80f331f20590687c58fdc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a0b0d035705317e07f950ad3e811731\";a:5:{s:6:\"source\";s:32:\"4a0b0d035705317e07f950ad3e811731\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0497da039ff4bede3e93fd6e6fcc1dc\";a:5:{s:6:\"source\";s:32:\"a0497da039ff4bede3e93fd6e6fcc1dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e64b1559c22e9473ec7089756e356d92\";a:5:{s:6:\"source\";s:32:\"e64b1559c22e9473ec7089756e356d92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5eec51e8647915c2aea794950f42532\";a:5:{s:6:\"source\";s:32:\"c5eec51e8647915c2aea794950f42532\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82ce61a1e7945f56eb2a571fb9474829\";a:5:{s:6:\"source\";s:32:\"82ce61a1e7945f56eb2a571fb9474829\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9549c711d5fca49665d3f062c4d9145d\";a:5:{s:6:\"source\";s:32:\"9549c711d5fca49665d3f062c4d9145d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e88d32885ba200831e4c5c6b8506f84\";a:5:{s:6:\"source\";s:32:\"7e88d32885ba200831e4c5c6b8506f84\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ce437a8e0db5dd172a6481018128d76\";a:5:{s:6:\"source\";s:32:\"4ce437a8e0db5dd172a6481018128d76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afa03c76686d08f96556fd948069dbc1\";a:5:{s:6:\"source\";s:32:\"afa03c76686d08f96556fd948069dbc1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"27628e1177d5811fa96313316a8b72d0\";a:5:{s:6:\"source\";s:32:\"27628e1177d5811fa96313316a8b72d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"65101046682d68c3de05af68c274335b\";a:5:{s:6:\"source\";s:32:\"65101046682d68c3de05af68c274335b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8ec9c6c8ac23c7966e41edf1a54c8a4\";a:5:{s:6:\"source\";s:32:\"e8ec9c6c8ac23c7966e41edf1a54c8a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95888e5222b4a477d6b721c48446ca17\";a:5:{s:6:\"source\";s:32:\"95888e5222b4a477d6b721c48446ca17\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7aa197ab3db09dd0f92fdaf706998f34\";a:5:{s:6:\"source\";s:32:\"7aa197ab3db09dd0f92fdaf706998f34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb73f0df7c739dcc7d766c702371efa4\";a:5:{s:6:\"source\";s:32:\"fb73f0df7c739dcc7d766c702371efa4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"603a78f205d85958cbea2e85f5a42a7c\";a:5:{s:6:\"source\";s:32:\"603a78f205d85958cbea2e85f5a42a7c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ac01a6c84dee53153b708da69316441\";a:5:{s:6:\"source\";s:32:\"2ac01a6c84dee53153b708da69316441\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ae17753b25e770b6b4ca56415cbd677\";a:5:{s:6:\"source\";s:32:\"2ae17753b25e770b6b4ca56415cbd677\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76af22e90980d173e91fec0f547de750\";a:5:{s:6:\"source\";s:32:\"76af22e90980d173e91fec0f547de750\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dbe176d14c70d48b769f24944a240ece\";a:5:{s:6:\"source\";s:32:\"dbe176d14c70d48b769f24944a240ece\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af932de5369e71b4f70cd79ff2a7abde\";a:5:{s:6:\"source\";s:32:\"af932de5369e71b4f70cd79ff2a7abde\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08e0454cc557dc42cb88763fa4433bf1\";a:5:{s:6:\"source\";s:32:\"08e0454cc557dc42cb88763fa4433bf1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff1cf630c85670b241b7f883afbe9096\";a:5:{s:6:\"source\";s:32:\"ff1cf630c85670b241b7f883afbe9096\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfbff7c08cb481849812a3ee07be8da3\";a:5:{s:6:\"source\";s:32:\"dfbff7c08cb481849812a3ee07be8da3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91d25cb812d6d73dae0796be06b174f5\";a:5:{s:6:\"source\";s:32:\"91d25cb812d6d73dae0796be06b174f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b6b672c84d064a72dc9212d9b4a5334\";a:5:{s:6:\"source\";s:32:\"6b6b672c84d064a72dc9212d9b4a5334\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9baf010d329a44e794b1d3369cd47ec\";a:5:{s:6:\"source\";s:32:\"c9baf010d329a44e794b1d3369cd47ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0022efa6df4383cea514f0260be9525a\";a:5:{s:6:\"source\";s:32:\"0022efa6df4383cea514f0260be9525a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ff1183ca8e875f214f5b1b77574c6e9\";a:5:{s:6:\"source\";s:32:\"7ff1183ca8e875f214f5b1b77574c6e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8137e70085be99fa5fd8a612e1bdf47d\";a:5:{s:6:\"source\";s:32:\"8137e70085be99fa5fd8a612e1bdf47d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f3b45848f9bc2745c08368b95ec6fd1\";a:5:{s:6:\"source\";s:32:\"7f3b45848f9bc2745c08368b95ec6fd1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e351a42b3b363de23a0b188006d8aa35\";a:5:{s:6:\"source\";s:32:\"e351a42b3b363de23a0b188006d8aa35\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f8e688cdd45a8d37a84732b60a70529\";a:5:{s:6:\"source\";s:32:\"4f8e688cdd45a8d37a84732b60a70529\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef4308cfd035d21d0b427ef0a166074e\";a:5:{s:6:\"source\";s:32:\"ef4308cfd035d21d0b427ef0a166074e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b17a6ab6d2fbf0abe01d9859cca9a71f\";a:5:{s:6:\"source\";s:32:\"b17a6ab6d2fbf0abe01d9859cca9a71f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94ab2726f6253107d14cb3cb28dd4323\";a:5:{s:6:\"source\";s:32:\"94ab2726f6253107d14cb3cb28dd4323\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10773c62e99a20593ee33139d54b8f9e\";a:5:{s:6:\"source\";s:32:\"10773c62e99a20593ee33139d54b8f9e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2921209dcd9565367706d443d282195\";a:5:{s:6:\"source\";s:32:\"b2921209dcd9565367706d443d282195\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5ac870441fb391dfa8cbd6fb962fe09\";a:5:{s:6:\"source\";s:32:\"f5ac870441fb391dfa8cbd6fb962fe09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c47be4c1cde5ee6acdd31d760ff3489\";a:5:{s:6:\"source\";s:32:\"3c47be4c1cde5ee6acdd31d760ff3489\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e8f488163e69dc62fafc68d485aecc5\";a:5:{s:6:\"source\";s:32:\"1e8f488163e69dc62fafc68d485aecc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4b427b8a34b88ee5394f0501a78911f\";a:5:{s:6:\"source\";s:32:\"e4b427b8a34b88ee5394f0501a78911f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51e38b609d9cac8a70c22576c2d82178\";a:5:{s:6:\"source\";s:32:\"51e38b609d9cac8a70c22576c2d82178\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e838223cd5e2726ef1b519ebbb69e593\";a:5:{s:6:\"source\";s:32:\"e838223cd5e2726ef1b519ebbb69e593\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0567299df25b5a4cb46457809680733\";a:5:{s:6:\"source\";s:32:\"f0567299df25b5a4cb46457809680733\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"abd9d557afee7c04d7ca7bef668a0a69\";a:5:{s:6:\"source\";s:32:\"abd9d557afee7c04d7ca7bef668a0a69\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24ddaa1f3d86ad56f7db0736e5de4231\";a:5:{s:6:\"source\";s:32:\"24ddaa1f3d86ad56f7db0736e5de4231\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf7134dfe11146ac427857d8caec0ed2\";a:5:{s:6:\"source\";s:32:\"bf7134dfe11146ac427857d8caec0ed2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"efa8a5dd48a280579467d41a9f16b90a\";a:5:{s:6:\"source\";s:32:\"efa8a5dd48a280579467d41a9f16b90a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bce1a34dcf0ccc7426d0eaa508f33748\";a:5:{s:6:\"source\";s:32:\"bce1a34dcf0ccc7426d0eaa508f33748\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08396f1a524ed181ecb8ea4559eaa4c6\";a:5:{s:6:\"source\";s:32:\"08396f1a524ed181ecb8ea4559eaa4c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1030d7618b908eda74fd652cc9c6ab97\";a:5:{s:6:\"source\";s:32:\"1030d7618b908eda74fd652cc9c6ab97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"79374d5e3a4213aa6428a6a514a5ee71\";a:5:{s:6:\"source\";s:32:\"79374d5e3a4213aa6428a6a514a5ee71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"392db8c86032c0560479079ca850b0b1\";a:5:{s:6:\"source\";s:32:\"392db8c86032c0560479079ca850b0b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1026a03138fdecc6ec47d727b0eb0120\";a:5:{s:6:\"source\";s:32:\"1026a03138fdecc6ec47d727b0eb0120\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69d5f778fc73974c5947760280c1ba8f\";a:5:{s:6:\"source\";s:32:\"69d5f778fc73974c5947760280c1ba8f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e45088d77cb4fc14eb810a398c3220b\";a:5:{s:6:\"source\";s:32:\"2e45088d77cb4fc14eb810a398c3220b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eb577e33ed4054abf731e5984615f134\";a:5:{s:6:\"source\";s:32:\"eb577e33ed4054abf731e5984615f134\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3cf84ba8d07af8abd40d3481af8b2af\";a:5:{s:6:\"source\";s:32:\"d3cf84ba8d07af8abd40d3481af8b2af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db0d97885ebc91e111cef6127fef364e\";a:5:{s:6:\"source\";s:32:\"db0d97885ebc91e111cef6127fef364e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64212dfe658ce2b6181248150c16a041\";a:5:{s:6:\"source\";s:32:\"64212dfe658ce2b6181248150c16a041\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"784b835f63b096867df06c642e948b85\";a:5:{s:6:\"source\";s:32:\"784b835f63b096867df06c642e948b85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a8e5a61f39ff291aec25588ee7e0558\";a:5:{s:6:\"source\";s:32:\"9a8e5a61f39ff291aec25588ee7e0558\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"132e54edd402377689fd0a784158dac0\";a:5:{s:6:\"source\";s:32:\"132e54edd402377689fd0a784158dac0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bd1737beaab5eb24234cf5bd0d29b5a\";a:5:{s:6:\"source\";s:32:\"4bd1737beaab5eb24234cf5bd0d29b5a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f94b04625ae3cc403cee41c1726c3792\";a:5:{s:6:\"source\";s:32:\"f94b04625ae3cc403cee41c1726c3792\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fe54b5675896bf47f4cd6f329a50be8\";a:5:{s:6:\"source\";s:32:\"1fe54b5675896bf47f4cd6f329a50be8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b564bb7b54706d95b48591d0f9385923\";a:5:{s:6:\"source\";s:32:\"b564bb7b54706d95b48591d0f9385923\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c8c7e6eefb9216692897ba02787dd11\";a:5:{s:6:\"source\";s:32:\"8c8c7e6eefb9216692897ba02787dd11\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"457c58665f5883dee8bddd70feec0034\";a:5:{s:6:\"source\";s:32:\"457c58665f5883dee8bddd70feec0034\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fbcee7583d9f5c80d9c4b23a06be539b\";a:5:{s:6:\"source\";s:32:\"fbcee7583d9f5c80d9c4b23a06be539b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6392b1138ec8f6eb603eb0ecf8561b8\";a:5:{s:6:\"source\";s:32:\"e6392b1138ec8f6eb603eb0ecf8561b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"639403d4921e1d5d268bd754c9edf0b8\";a:5:{s:6:\"source\";s:32:\"639403d4921e1d5d268bd754c9edf0b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b280b554c3d0be23b972ed8905bae236\";a:5:{s:6:\"source\";s:32:\"b280b554c3d0be23b972ed8905bae236\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7437326a48c44be65d86aac940683ae\";a:5:{s:6:\"source\";s:32:\"a7437326a48c44be65d86aac940683ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19d81b818978c7c14630e2cc95a62f3d\";a:5:{s:6:\"source\";s:32:\"19d81b818978c7c14630e2cc95a62f3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b9f97672fffb290cc5edbd3c1e9f4af\";a:5:{s:6:\"source\";s:32:\"1b9f97672fffb290cc5edbd3c1e9f4af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d682cbf0b9d725ea336179b92544d6d\";a:5:{s:6:\"source\";s:32:\"1d682cbf0b9d725ea336179b92544d6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a3658d647c761b57e34ec55555f021cb\";a:5:{s:6:\"source\";s:32:\"a3658d647c761b57e34ec55555f021cb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a623b5b00f415f859ac0bb7cf6c61a30\";a:5:{s:6:\"source\";s:32:\"a623b5b00f415f859ac0bb7cf6c61a30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11a17e2dcd29571a157af5164b7ad793\";a:5:{s:6:\"source\";s:32:\"11a17e2dcd29571a157af5164b7ad793\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2234818d5868a8c2a889577157ef7a9\";a:5:{s:6:\"source\";s:32:\"e2234818d5868a8c2a889577157ef7a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53e2c17603a722e68245d86083b93f9f\";a:5:{s:6:\"source\";s:32:\"53e2c17603a722e68245d86083b93f9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d302e98df8113d3e3508104330e81b1\";a:5:{s:6:\"source\";s:32:\"9d302e98df8113d3e3508104330e81b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd791adfc82c3d47f7379bbb5f308dce\";a:5:{s:6:\"source\";s:32:\"dd791adfc82c3d47f7379bbb5f308dce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a70512a061260aa137af67e683223e8b\";a:5:{s:6:\"source\";s:32:\"a70512a061260aa137af67e683223e8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d16192e38acc88bc2a1375f883b11f9\";a:5:{s:6:\"source\";s:32:\"9d16192e38acc88bc2a1375f883b11f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21eb4961089e740b97dbc896eeb07003\";a:5:{s:6:\"source\";s:32:\"21eb4961089e740b97dbc896eeb07003\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e24730d939eeca842bbf6c6f1695f7f\";a:5:{s:6:\"source\";s:32:\"4e24730d939eeca842bbf6c6f1695f7f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"326e4288289627c88064a99840ea8b89\";a:5:{s:6:\"source\";s:32:\"326e4288289627c88064a99840ea8b89\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b3755f4be7b9bba09f94559c83d6881\";a:5:{s:6:\"source\";s:32:\"0b3755f4be7b9bba09f94559c83d6881\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e0f84d75e9af36f504c51402b9cd9d9\";a:5:{s:6:\"source\";s:32:\"7e0f84d75e9af36f504c51402b9cd9d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"262b9a3a4f9270ba3d1378727d377596\";a:5:{s:6:\"source\";s:32:\"262b9a3a4f9270ba3d1378727d377596\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a4535276f36dd2876a5af6093f22879d\";a:5:{s:6:\"source\";s:32:\"a4535276f36dd2876a5af6093f22879d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4603c0b42bcaaeab1e4ceb6a3f8525c4\";a:5:{s:6:\"source\";s:32:\"4603c0b42bcaaeab1e4ceb6a3f8525c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8fe70d34e09c6e853d413b51ba707ae8\";a:5:{s:6:\"source\";s:32:\"8fe70d34e09c6e853d413b51ba707ae8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b91809d859cbbb810726bb9926d8869b\";a:5:{s:6:\"source\";s:32:\"b91809d859cbbb810726bb9926d8869b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d74cda3ba81c8c73bd7bbe996b6efc0d\";a:5:{s:6:\"source\";s:32:\"d74cda3ba81c8c73bd7bbe996b6efc0d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f60b3d1407074710bace416e03f0b92e\";a:5:{s:6:\"source\";s:32:\"f60b3d1407074710bace416e03f0b92e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc066f34f37efc9765ad7caafdac2d83\";a:5:{s:6:\"source\";s:32:\"bc066f34f37efc9765ad7caafdac2d83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a1232f51441b46bd4c8f54939d1ee8d\";a:5:{s:6:\"source\";s:32:\"2a1232f51441b46bd4c8f54939d1ee8d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c69868073ff82a1f672131ad7963dfd1\";a:5:{s:6:\"source\";s:32:\"c69868073ff82a1f672131ad7963dfd1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67e650fdf9c1b87c4e4dfa3cc00680e0\";a:5:{s:6:\"source\";s:32:\"67e650fdf9c1b87c4e4dfa3cc00680e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"012fb9c17b48508e9e0bedd54838e442\";a:5:{s:6:\"source\";s:32:\"012fb9c17b48508e9e0bedd54838e442\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b893139c03767ce9fe5696546f36f6e5\";a:5:{s:6:\"source\";s:32:\"b893139c03767ce9fe5696546f36f6e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9c0d1af2acf1cdb7d59532eb3a686f1\";a:5:{s:6:\"source\";s:32:\"e9c0d1af2acf1cdb7d59532eb3a686f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d651876eff9b3d6aefeb824abbb5b7bb\";a:5:{s:6:\"source\";s:32:\"d651876eff9b3d6aefeb824abbb5b7bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ebff43ff5ea695369ac3a22f3bc4476\";a:5:{s:6:\"source\";s:32:\"6ebff43ff5ea695369ac3a22f3bc4476\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95ee0b6426aab3e59d230a35f8c46f00\";a:5:{s:6:\"source\";s:32:\"95ee0b6426aab3e59d230a35f8c46f00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db39d859c9beeebfcfd7d3c348639a10\";a:5:{s:6:\"source\";s:32:\"db39d859c9beeebfcfd7d3c348639a10\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a2535165b9fc1f7ca7d052e05d7e1f4\";a:5:{s:6:\"source\";s:32:\"1a2535165b9fc1f7ca7d052e05d7e1f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e007803ddbed93c012aae39564f1f089\";a:5:{s:6:\"source\";s:32:\"e007803ddbed93c012aae39564f1f089\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69e8d5f358741bb1621be5e433b585ff\";a:5:{s:6:\"source\";s:32:\"69e8d5f358741bb1621be5e433b585ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d99c443a74859e3cfa7070d0d5187458\";a:5:{s:6:\"source\";s:32:\"d99c443a74859e3cfa7070d0d5187458\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d42e9aa6359f8c19e3e3df0ee616607\";a:5:{s:6:\"source\";s:32:\"4d42e9aa6359f8c19e3e3df0ee616607\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d920ccfc5323cc3e9083467046ff4d24\";a:5:{s:6:\"source\";s:32:\"d920ccfc5323cc3e9083467046ff4d24\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d16ce0b38048ac329ecd8b21163af9cf\";a:5:{s:6:\"source\";s:32:\"d16ce0b38048ac329ecd8b21163af9cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"076bdc355f176088f8a6d70bbf793efd\";a:5:{s:6:\"source\";s:32:\"076bdc355f176088f8a6d70bbf793efd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5736ad768d97aefaef75273249f0edd\";a:5:{s:6:\"source\";s:32:\"c5736ad768d97aefaef75273249f0edd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89083a9c5cd795ac7549a9bbc1acd67a\";a:5:{s:6:\"source\";s:32:\"89083a9c5cd795ac7549a9bbc1acd67a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1dedcc66d0812e098d9d1dae2a745d50\";a:5:{s:6:\"source\";s:32:\"1dedcc66d0812e098d9d1dae2a745d50\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a3cdf1c493af537cd668f869eec25c0\";a:5:{s:6:\"source\";s:32:\"8a3cdf1c493af537cd668f869eec25c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6e23ab86e795c64d5c6b3f1ba3309a2\";a:5:{s:6:\"source\";s:32:\"c6e23ab86e795c64d5c6b3f1ba3309a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31ce46653f77e7aee814dc776859850b\";a:5:{s:6:\"source\";s:32:\"31ce46653f77e7aee814dc776859850b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afc8c7580f53b0168e05890bbf68817a\";a:5:{s:6:\"source\";s:32:\"afc8c7580f53b0168e05890bbf68817a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bdafa576f0d3a70e86bbc9c653b6ea7f\";a:5:{s:6:\"source\";s:32:\"bdafa576f0d3a70e86bbc9c653b6ea7f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"876ba49b1f360d2676a2e0b7d976ce6d\";a:5:{s:6:\"source\";s:32:\"876ba49b1f360d2676a2e0b7d976ce6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4b74bce827c68d1f0aea85045f60ee8\";a:5:{s:6:\"source\";s:32:\"c4b74bce827c68d1f0aea85045f60ee8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5682839477393c51e625e6a4dc15ce3b\";a:5:{s:6:\"source\";s:32:\"5682839477393c51e625e6a4dc15ce3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c1505579c9c6f248132ed63f1ea6561\";a:5:{s:6:\"source\";s:32:\"1c1505579c9c6f248132ed63f1ea6561\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33ffe935250e04d7c5df7c29b2364753\";a:5:{s:6:\"source\";s:32:\"33ffe935250e04d7c5df7c29b2364753\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa747a764435806bef76f997726a82d5\";a:5:{s:6:\"source\";s:32:\"fa747a764435806bef76f997726a82d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8087d6d5d592cb1b761560e1c8323c9\";a:5:{s:6:\"source\";s:32:\"f8087d6d5d592cb1b761560e1c8323c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21336358065f9f3a0bea0b2ffed6ae7e\";a:5:{s:6:\"source\";s:32:\"21336358065f9f3a0bea0b2ffed6ae7e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b92843bdc3c585abe2652104e69257ba\";a:5:{s:6:\"source\";s:32:\"b92843bdc3c585abe2652104e69257ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eef9e856489bcabe0c338344c5968c8e\";a:5:{s:6:\"source\";s:32:\"eef9e856489bcabe0c338344c5968c8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5588adb2f4beaa92f436834dddc4d197\";a:5:{s:6:\"source\";s:32:\"5588adb2f4beaa92f436834dddc4d197\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1dfa948ad72783e0b620b65e90fed66\";a:5:{s:6:\"source\";s:32:\"e1dfa948ad72783e0b620b65e90fed66\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4dc74eba818feab39037471635033bf2\";a:5:{s:6:\"source\";s:32:\"4dc74eba818feab39037471635033bf2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"247da17cee636f90c2d4622cb6808836\";a:5:{s:6:\"source\";s:32:\"247da17cee636f90c2d4622cb6808836\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7199ba07ce257ff115fcd131754bdece\";a:5:{s:6:\"source\";s:32:\"7199ba07ce257ff115fcd131754bdece\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93b86533b07e78d42b154b0f99aade58\";a:5:{s:6:\"source\";s:32:\"93b86533b07e78d42b154b0f99aade58\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"394081d0ff126f1361f63a0a9a4b9851\";a:5:{s:6:\"source\";s:32:\"394081d0ff126f1361f63a0a9a4b9851\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37d5a824dbba9dbba12019dcbf33849c\";a:5:{s:6:\"source\";s:32:\"37d5a824dbba9dbba12019dcbf33849c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52cd609aee274915da37b5f3774ed875\";a:5:{s:6:\"source\";s:32:\"52cd609aee274915da37b5f3774ed875\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09168ec40b8e01fe27f352c2d9547e20\";a:5:{s:6:\"source\";s:32:\"09168ec40b8e01fe27f352c2d9547e20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e0f4703169851a440c365d5ecba28bd5\";a:5:{s:6:\"source\";s:32:\"e0f4703169851a440c365d5ecba28bd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52708f3fd1ae86db4a5b09595a207c22\";a:5:{s:6:\"source\";s:32:\"52708f3fd1ae86db4a5b09595a207c22\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc3db575c2127548f0a8a18d529f2cef\";a:5:{s:6:\"source\";s:32:\"dc3db575c2127548f0a8a18d529f2cef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af9132db674dc079b78a4c10282b00a8\";a:5:{s:6:\"source\";s:32:\"af9132db674dc079b78a4c10282b00a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5b50c6b2371d72d19649194e1fac712\";a:5:{s:6:\"source\";s:32:\"a5b50c6b2371d72d19649194e1fac712\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eac48f730e7a0847bd3d8b82aa4d20d7\";a:5:{s:6:\"source\";s:32:\"eac48f730e7a0847bd3d8b82aa4d20d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c3618fb547858ee7fdcec8e9d2411d6\";a:5:{s:6:\"source\";s:32:\"8c3618fb547858ee7fdcec8e9d2411d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"990803aff94b7b123c15baa68a3a2364\";a:5:{s:6:\"source\";s:32:\"990803aff94b7b123c15baa68a3a2364\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"192e701806fdf771d39d0917d81ffe01\";a:5:{s:6:\"source\";s:32:\"192e701806fdf771d39d0917d81ffe01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e4326117ced67e1702fad977655ce3f\";a:5:{s:6:\"source\";s:32:\"0e4326117ced67e1702fad977655ce3f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e7aa2e41abae6dde2cd032037bf9eb8\";a:5:{s:6:\"source\";s:32:\"0e7aa2e41abae6dde2cd032037bf9eb8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1285ee6274d499ab142fb6d42cc87213\";a:5:{s:6:\"source\";s:32:\"1285ee6274d499ab142fb6d42cc87213\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec607f8cf888735c9877e154796fa456\";a:5:{s:6:\"source\";s:32:\"ec607f8cf888735c9877e154796fa456\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f8786530e9cfbe7fa4f8eb7e51c610b\";a:5:{s:6:\"source\";s:32:\"7f8786530e9cfbe7fa4f8eb7e51c610b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c45d03fff6e31186d89c6b068612fe9c\";a:5:{s:6:\"source\";s:32:\"c45d03fff6e31186d89c6b068612fe9c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a23d053cf2987792ec6d597f4b0ca13\";a:5:{s:6:\"source\";s:32:\"5a23d053cf2987792ec6d597f4b0ca13\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f451ad030bd9acab10c7414bd397bce\";a:5:{s:6:\"source\";s:32:\"0f451ad030bd9acab10c7414bd397bce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"182ba2e4d8c7ee785d6f5419b39d7144\";a:5:{s:6:\"source\";s:32:\"182ba2e4d8c7ee785d6f5419b39d7144\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a93a1a866003ebfcd78ea938f8220f47\";a:5:{s:6:\"source\";s:32:\"a93a1a866003ebfcd78ea938f8220f47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38987f16b9f7b1e6d7526370120a1e3b\";a:5:{s:6:\"source\";s:32:\"38987f16b9f7b1e6d7526370120a1e3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c1c8b7fc169749ad5ee6448796f7e6f9\";a:5:{s:6:\"source\";s:32:\"c1c8b7fc169749ad5ee6448796f7e6f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e56d76f50235f50d91980569ec692dc9\";a:5:{s:6:\"source\";s:32:\"e56d76f50235f50d91980569ec692dc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e42da698bad127e0512726fde25d5073\";a:5:{s:6:\"source\";s:32:\"e42da698bad127e0512726fde25d5073\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af283c4bc9f14a0adb28c7bbde609612\";a:5:{s:6:\"source\";s:32:\"af283c4bc9f14a0adb28c7bbde609612\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6426b3ec814952485c415b8e0758da94\";a:5:{s:6:\"source\";s:32:\"6426b3ec814952485c415b8e0758da94\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ce264f5d2b3949735ae66bd1699f33c\";a:5:{s:6:\"source\";s:32:\"3ce264f5d2b3949735ae66bd1699f33c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73925fcbb3c9a618a7f565414bc7222b\";a:5:{s:6:\"source\";s:32:\"73925fcbb3c9a618a7f565414bc7222b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cacdb352990c011ecffbef2891678d3\";a:5:{s:6:\"source\";s:32:\"5cacdb352990c011ecffbef2891678d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a916f504835fbbf90f24acec8bbda0f0\";a:5:{s:6:\"source\";s:32:\"a916f504835fbbf90f24acec8bbda0f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"557c33ad05fea72debc3b6e757d04d6e\";a:5:{s:6:\"source\";s:32:\"557c33ad05fea72debc3b6e757d04d6e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"350062c2d42644a77d326df7debc58b5\";a:5:{s:6:\"source\";s:32:\"350062c2d42644a77d326df7debc58b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bde45aea0e7814533347c8c0dc610d04\";a:5:{s:6:\"source\";s:32:\"bde45aea0e7814533347c8c0dc610d04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1155d53ff91188dd2e51e8ebdc9274c6\";a:5:{s:6:\"source\";s:32:\"1155d53ff91188dd2e51e8ebdc9274c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd54b674e5ec9b1fbcab9b7d55595764\";a:5:{s:6:\"source\";s:32:\"fd54b674e5ec9b1fbcab9b7d55595764\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1bed9ac7877a88ecef9ee55f934a37b\";a:5:{s:6:\"source\";s:32:\"f1bed9ac7877a88ecef9ee55f934a37b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9d548f61190b9ce69aeb0d2e93211d0\";a:5:{s:6:\"source\";s:32:\"c9d548f61190b9ce69aeb0d2e93211d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a007db820405daf71409c768ae42548b\";a:5:{s:6:\"source\";s:32:\"a007db820405daf71409c768ae42548b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87fce63516becc280409bca993308fcc\";a:5:{s:6:\"source\";s:32:\"87fce63516becc280409bca993308fcc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74b4aced2d32fffe7c2a0fff83318a3d\";a:5:{s:6:\"source\";s:32:\"74b4aced2d32fffe7c2a0fff83318a3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4eb60f30f9754e28c2ea50a9ff214be3\";a:5:{s:6:\"source\";s:32:\"4eb60f30f9754e28c2ea50a9ff214be3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5356156c3f2e012bf43e622d9d73b177\";a:5:{s:6:\"source\";s:32:\"5356156c3f2e012bf43e622d9d73b177\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7eb819e650c4f8396d3ed1837eeb966\";a:5:{s:6:\"source\";s:32:\"c7eb819e650c4f8396d3ed1837eeb966\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08d5d8685798f5b9d7fc80da059ce94f\";a:5:{s:6:\"source\";s:32:\"08d5d8685798f5b9d7fc80da059ce94f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a466263dd10735e9899055d16798a07d\";a:5:{s:6:\"source\";s:32:\"a466263dd10735e9899055d16798a07d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fece597254bf6ea75e27097336a0fecc\";a:5:{s:6:\"source\";s:32:\"fece597254bf6ea75e27097336a0fecc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2324b9cbfe51bbabf2d69950e09ddaf6\";a:5:{s:6:\"source\";s:32:\"2324b9cbfe51bbabf2d69950e09ddaf6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"406ac054f72d07f83d89cd9377bb7139\";a:5:{s:6:\"source\";s:32:\"406ac054f72d07f83d89cd9377bb7139\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dff0a90f1337da125575ea4fe63a1b8c\";a:5:{s:6:\"source\";s:32:\"dff0a90f1337da125575ea4fe63a1b8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5bfe06bb665431a85829cf326b361118\";a:5:{s:6:\"source\";s:32:\"5bfe06bb665431a85829cf326b361118\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bdf601c2b612311a63bcb735faa7e05d\";a:5:{s:6:\"source\";s:32:\"bdf601c2b612311a63bcb735faa7e05d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4acee611b76348c0bbc3bb2a47bf7ed\";a:5:{s:6:\"source\";s:32:\"e4acee611b76348c0bbc3bb2a47bf7ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11d3723ace8594d8a9928acd62555f52\";a:5:{s:6:\"source\";s:32:\"11d3723ace8594d8a9928acd62555f52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77a566eabd8aaf89ae342949a76fb4e7\";a:5:{s:6:\"source\";s:32:\"77a566eabd8aaf89ae342949a76fb4e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e326a2f434e15a49f734824ea4459125\";a:5:{s:6:\"source\";s:32:\"e326a2f434e15a49f734824ea4459125\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bdffb07fa80004371dded151d7e85923\";a:5:{s:6:\"source\";s:32:\"bdffb07fa80004371dded151d7e85923\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9e53b1905e8187649e95d2fb19060f5\";a:5:{s:6:\"source\";s:32:\"e9e53b1905e8187649e95d2fb19060f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e152cee98a6099c16f379637316cd0b2\";a:5:{s:6:\"source\";s:32:\"e152cee98a6099c16f379637316cd0b2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cbb63dbdd273f502093658d6b0d3b172\";a:5:{s:6:\"source\";s:32:\"cbb63dbdd273f502093658d6b0d3b172\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db38fd20ea7e2705df12628f1d81d745\";a:5:{s:6:\"source\";s:32:\"db38fd20ea7e2705df12628f1d81d745\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"232f8b23551761f1129ae1fda5298494\";a:5:{s:6:\"source\";s:32:\"232f8b23551761f1129ae1fda5298494\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7724763b82082a5a6f5432a17e603944\";a:5:{s:6:\"source\";s:32:\"7724763b82082a5a6f5432a17e603944\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e14477fd47f3c128657f94f27cb918e\";a:5:{s:6:\"source\";s:32:\"2e14477fd47f3c128657f94f27cb918e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"690f4cd9b722360ff98600f9b7029dd7\";a:5:{s:6:\"source\";s:32:\"690f4cd9b722360ff98600f9b7029dd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5ef6d3e9f094ffecaf5694d90186396\";a:5:{s:6:\"source\";s:32:\"a5ef6d3e9f094ffecaf5694d90186396\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3537eb3558c539e7ad20e032a35c2971\";a:5:{s:6:\"source\";s:32:\"3537eb3558c539e7ad20e032a35c2971\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4becf32f4035cf8c2eac6fbda57c8b19\";a:5:{s:6:\"source\";s:32:\"4becf32f4035cf8c2eac6fbda57c8b19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3bc904b30c0a844fd80b28bad2f68980\";a:5:{s:6:\"source\";s:32:\"3bc904b30c0a844fd80b28bad2f68980\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8f88a42c868802b5e74eb3430ba8dea\";a:5:{s:6:\"source\";s:32:\"e8f88a42c868802b5e74eb3430ba8dea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b996b3fd8facd26864776887d82f4ff7\";a:5:{s:6:\"source\";s:32:\"b996b3fd8facd26864776887d82f4ff7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"897608ed60f726857d61b1c2edc08f02\";a:5:{s:6:\"source\";s:32:\"897608ed60f726857d61b1c2edc08f02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d5bc59eaf33b84a98a08af27faed908\";a:5:{s:6:\"source\";s:32:\"3d5bc59eaf33b84a98a08af27faed908\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"71b000b516364a0d497b8f81690d7955\";a:5:{s:6:\"source\";s:32:\"71b000b516364a0d497b8f81690d7955\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"207418e2293b628081166e28ecc70464\";a:5:{s:6:\"source\";s:32:\"207418e2293b628081166e28ecc70464\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91aaad3333bfe9a65ec1904a5f2e65ad\";a:5:{s:6:\"source\";s:32:\"91aaad3333bfe9a65ec1904a5f2e65ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ffab62b6b909cb7322969a52b70eda3\";a:5:{s:6:\"source\";s:32:\"7ffab62b6b909cb7322969a52b70eda3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8976e66241776f93c8705dd3bed3ec20\";a:5:{s:6:\"source\";s:32:\"8976e66241776f93c8705dd3bed3ec20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4878e8a628c0fdb9bf562977aeed8742\";a:5:{s:6:\"source\";s:32:\"4878e8a628c0fdb9bf562977aeed8742\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a5fcab8196cbd6f103e793b45fca715\";a:5:{s:6:\"source\";s:32:\"7a5fcab8196cbd6f103e793b45fca715\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae2d873f6f3f0f1aa7f8bf5778e4c2a9\";a:5:{s:6:\"source\";s:32:\"ae2d873f6f3f0f1aa7f8bf5778e4c2a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a25e6160d205e8a8d2da9ac6b900d4e\";a:5:{s:6:\"source\";s:32:\"3a25e6160d205e8a8d2da9ac6b900d4e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e42713b643e24a59b296ec6a6c5edd9d\";a:5:{s:6:\"source\";s:32:\"e42713b643e24a59b296ec6a6c5edd9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf7877cd4badc8d5153692f40e26070b\";a:5:{s:6:\"source\";s:32:\"cf7877cd4badc8d5153692f40e26070b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"82e4c2e8b514d423129316b911463bce\";a:5:{s:6:\"source\";s:32:\"82e4c2e8b514d423129316b911463bce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff52878bda713f9225a1b548f93809f8\";a:5:{s:6:\"source\";s:32:\"ff52878bda713f9225a1b548f93809f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2570501fcd4002e515790ad251f25cf8\";a:5:{s:6:\"source\";s:32:\"2570501fcd4002e515790ad251f25cf8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae84f840e5b85bf267089aec8dc9e2b6\";a:5:{s:6:\"source\";s:32:\"ae84f840e5b85bf267089aec8dc9e2b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d0a30d350d393ac17207c90236bf802\";a:5:{s:6:\"source\";s:32:\"2d0a30d350d393ac17207c90236bf802\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6863059d1503af3708ccae4a74e9b746\";a:5:{s:6:\"source\";s:32:\"6863059d1503af3708ccae4a74e9b746\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8bf57699824cfbbfe9f96a1c09ff6f1\";a:5:{s:6:\"source\";s:32:\"b8bf57699824cfbbfe9f96a1c09ff6f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"704fb9ddd96469277d17c597bfb691b8\";a:5:{s:6:\"source\";s:32:\"704fb9ddd96469277d17c597bfb691b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"181803552c7cd95f47af4e2c7ae3df55\";a:5:{s:6:\"source\";s:32:\"181803552c7cd95f47af4e2c7ae3df55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4e404c89b3caedfc0e756d662342cd3\";a:5:{s:6:\"source\";s:32:\"d4e404c89b3caedfc0e756d662342cd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1aa3ca4b6252547b1844b653489cce89\";a:5:{s:6:\"source\";s:32:\"1aa3ca4b6252547b1844b653489cce89\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87b904f231b35d99c0cd39516f37e18c\";a:5:{s:6:\"source\";s:32:\"87b904f231b35d99c0cd39516f37e18c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f35738973014635c3b65d1c05ec3eeca\";a:5:{s:6:\"source\";s:32:\"f35738973014635c3b65d1c05ec3eeca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c236e2bfcc84cb40fd913015d5fad0e4\";a:5:{s:6:\"source\";s:32:\"c236e2bfcc84cb40fd913015d5fad0e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e04828d01b7aede0ff2de683db4b5791\";a:5:{s:6:\"source\";s:32:\"e04828d01b7aede0ff2de683db4b5791\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c9dc17cab1916c8186d3a6ba4b54507\";a:5:{s:6:\"source\";s:32:\"2c9dc17cab1916c8186d3a6ba4b54507\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52ab34ba5dd6e352048ad12cc6b22fab\";a:5:{s:6:\"source\";s:32:\"52ab34ba5dd6e352048ad12cc6b22fab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ded03b76b8619a3f27438d0994f7e880\";a:5:{s:6:\"source\";s:32:\"ded03b76b8619a3f27438d0994f7e880\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6ff38b43bf4f3edf254e4fa0a119256\";a:5:{s:6:\"source\";s:32:\"b6ff38b43bf4f3edf254e4fa0a119256\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c58397af152e6bde70d68a2d89672ee0\";a:5:{s:6:\"source\";s:32:\"c58397af152e6bde70d68a2d89672ee0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fdf1f1f4368172dd04ea2a7ee1a31579\";a:5:{s:6:\"source\";s:32:\"fdf1f1f4368172dd04ea2a7ee1a31579\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69c2e3d288d52838138ea2ff5ec49606\";a:5:{s:6:\"source\";s:32:\"69c2e3d288d52838138ea2ff5ec49606\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bcda03e683f7194e133ff66f7c0684fd\";a:5:{s:6:\"source\";s:32:\"bcda03e683f7194e133ff66f7c0684fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d31ddb5ce58ac742974ef09f2d88ed0c\";a:5:{s:6:\"source\";s:32:\"d31ddb5ce58ac742974ef09f2d88ed0c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23aa83a042bcadb0e4a1688b18892b7c\";a:5:{s:6:\"source\";s:32:\"23aa83a042bcadb0e4a1688b18892b7c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"115c6505116d778f0f34a98b1a26a0f4\";a:5:{s:6:\"source\";s:32:\"115c6505116d778f0f34a98b1a26a0f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ebc19013ca549e896f4ee034fb0677cf\";a:5:{s:6:\"source\";s:32:\"ebc19013ca549e896f4ee034fb0677cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dffadfb570eb4a23f6388d9d1f7b7ea6\";a:5:{s:6:\"source\";s:32:\"dffadfb570eb4a23f6388d9d1f7b7ea6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5723e428c629b1eda092aac856b86f8\";a:5:{s:6:\"source\";s:32:\"b5723e428c629b1eda092aac856b86f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67902fea9e48096f72e3598649fb868e\";a:5:{s:6:\"source\";s:32:\"67902fea9e48096f72e3598649fb868e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c332aeebab76622fbe049ed8f16b243\";a:5:{s:6:\"source\";s:32:\"2c332aeebab76622fbe049ed8f16b243\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0036360e0469fcfabf616a53aed7ba5a\";a:5:{s:6:\"source\";s:32:\"0036360e0469fcfabf616a53aed7ba5a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec75b3ddc16d02cc61781c39ff4b259c\";a:5:{s:6:\"source\";s:32:\"ec75b3ddc16d02cc61781c39ff4b259c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77acf5b282443bff362e4a96be33d0d6\";a:5:{s:6:\"source\";s:32:\"77acf5b282443bff362e4a96be33d0d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6617ea7244de578d5f500da9a33434ce\";a:5:{s:6:\"source\";s:32:\"6617ea7244de578d5f500da9a33434ce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"657f91ca90b999e561618bfba484f101\";a:5:{s:6:\"source\";s:32:\"657f91ca90b999e561618bfba484f101\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d46d5bfa87634f0741bbc888e4302295\";a:5:{s:6:\"source\";s:32:\"d46d5bfa87634f0741bbc888e4302295\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3adc7ad5b490128c6c21fc16501975e3\";a:5:{s:6:\"source\";s:32:\"3adc7ad5b490128c6c21fc16501975e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5d8e5ec3e63ec59e14186a135f9ce02\";a:5:{s:6:\"source\";s:32:\"e5d8e5ec3e63ec59e14186a135f9ce02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dade7e789658ac55146e984ef3aad9ee\";a:5:{s:6:\"source\";s:32:\"dade7e789658ac55146e984ef3aad9ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04dedb2099a9b46ea38535dfe14a17d0\";a:5:{s:6:\"source\";s:32:\"04dedb2099a9b46ea38535dfe14a17d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31e318b8ecedd7a7ecf3827d3dc26bc9\";a:5:{s:6:\"source\";s:32:\"31e318b8ecedd7a7ecf3827d3dc26bc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eb1b7b5951fcc565702c043b71f88610\";a:5:{s:6:\"source\";s:32:\"eb1b7b5951fcc565702c043b71f88610\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08157f66bf3487fc187907ab9be667da\";a:5:{s:6:\"source\";s:32:\"08157f66bf3487fc187907ab9be667da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92e89093f0beec1ceb5d7c6908192a79\";a:5:{s:6:\"source\";s:32:\"92e89093f0beec1ceb5d7c6908192a79\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1f546d8184ae5d5774d80ae64b11f60f\";a:5:{s:6:\"source\";s:32:\"1f546d8184ae5d5774d80ae64b11f60f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5d62ae2787a945ef2bc180ace0c11c6\";a:5:{s:6:\"source\";s:32:\"c5d62ae2787a945ef2bc180ace0c11c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8316a858e68cbdd08bc0648ee77fe27a\";a:5:{s:6:\"source\";s:32:\"8316a858e68cbdd08bc0648ee77fe27a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4471f54f0735d259b2ec2368096c4325\";a:5:{s:6:\"source\";s:32:\"4471f54f0735d259b2ec2368096c4325\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ec1826dd39149fadb3d4f1915812be5\";a:5:{s:6:\"source\";s:32:\"5ec1826dd39149fadb3d4f1915812be5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3b5de53273ef9c61828d9b8e8c6b753\";a:5:{s:6:\"source\";s:32:\"e3b5de53273ef9c61828d9b8e8c6b753\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58d8418411bc0dec9895b9d2244ce4f1\";a:5:{s:6:\"source\";s:32:\"58d8418411bc0dec9895b9d2244ce4f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bbfa5c374a4dad19e801c82ab4c2beef\";a:5:{s:6:\"source\";s:32:\"bbfa5c374a4dad19e801c82ab4c2beef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46955420752bddf45c0a99ab5f73428d\";a:5:{s:6:\"source\";s:32:\"46955420752bddf45c0a99ab5f73428d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54573cd77934fe34453bd54ef3b23c3a\";a:5:{s:6:\"source\";s:32:\"54573cd77934fe34453bd54ef3b23c3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc716e4019b91e24b4e9c1f566a91c09\";a:5:{s:6:\"source\";s:32:\"dc716e4019b91e24b4e9c1f566a91c09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b5deb12f16366bf4b33a7f800e17f61\";a:5:{s:6:\"source\";s:32:\"3b5deb12f16366bf4b33a7f800e17f61\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8632422e7dad034222f9bce4d5cadd33\";a:5:{s:6:\"source\";s:32:\"8632422e7dad034222f9bce4d5cadd33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81642753d5953a6a974c6be923b0c128\";a:5:{s:6:\"source\";s:32:\"81642753d5953a6a974c6be923b0c128\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19644ebdf47c59671921e93e218b2e86\";a:5:{s:6:\"source\";s:32:\"19644ebdf47c59671921e93e218b2e86\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e233206bac54d58a02eb873ef054654\";a:5:{s:6:\"source\";s:32:\"7e233206bac54d58a02eb873ef054654\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47300c92f3be0d06dcf4c1178a5ce0bf\";a:5:{s:6:\"source\";s:32:\"47300c92f3be0d06dcf4c1178a5ce0bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b7846557d34a0ad778226085d1fdbb0\";a:5:{s:6:\"source\";s:32:\"2b7846557d34a0ad778226085d1fdbb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cd96cbc462a83532d8411c95d76add7\";a:5:{s:6:\"source\";s:32:\"0cd96cbc462a83532d8411c95d76add7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf71737ee8bf9d10a69f1c8f2090b4c7\";a:5:{s:6:\"source\";s:32:\"cf71737ee8bf9d10a69f1c8f2090b4c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18db88908be25c515dd306a2b4e062ab\";a:5:{s:6:\"source\";s:32:\"18db88908be25c515dd306a2b4e062ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25b7058640954bd38a7ff4e6ae19de3c\";a:5:{s:6:\"source\";s:32:\"25b7058640954bd38a7ff4e6ae19de3c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c40747a1d4c9e8c4a974ccf4f63d487d\";a:5:{s:6:\"source\";s:32:\"c40747a1d4c9e8c4a974ccf4f63d487d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6709ad0a493c8aadcf9b78210295c8d5\";a:5:{s:6:\"source\";s:32:\"6709ad0a493c8aadcf9b78210295c8d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be16d955ab55cbbc674ab69a23485506\";a:5:{s:6:\"source\";s:32:\"be16d955ab55cbbc674ab69a23485506\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de94fd1a5d796c8c61638cdb29fd65cf\";a:5:{s:6:\"source\";s:32:\"de94fd1a5d796c8c61638cdb29fd65cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a50853cbfa70bfaa51852d5fd91aeaf0\";a:5:{s:6:\"source\";s:32:\"a50853cbfa70bfaa51852d5fd91aeaf0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f315691ad37c2285be72bd034652cf9e\";a:5:{s:6:\"source\";s:32:\"f315691ad37c2285be72bd034652cf9e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a0a374775aab6bbe1ec25d0040bed6d\";a:5:{s:6:\"source\";s:32:\"1a0a374775aab6bbe1ec25d0040bed6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"007f245ec213cf87962936ae489277a0\";a:5:{s:6:\"source\";s:32:\"007f245ec213cf87962936ae489277a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c8d3a83e3c82cd6411006bc5f9db878d\";a:5:{s:6:\"source\";s:32:\"c8d3a83e3c82cd6411006bc5f9db878d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"28a93dbd97bd846ee25d3ca18e70c0f3\";a:5:{s:6:\"source\";s:32:\"28a93dbd97bd846ee25d3ca18e70c0f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c78f61a16119f58ef0bdc19e0681cd36\";a:5:{s:6:\"source\";s:32:\"c78f61a16119f58ef0bdc19e0681cd36\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f8c50b2d596c3a4d88288a0410d55ca\";a:5:{s:6:\"source\";s:32:\"4f8c50b2d596c3a4d88288a0410d55ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04ac9f3769430be86d9a360e81188fba\";a:5:{s:6:\"source\";s:32:\"04ac9f3769430be86d9a360e81188fba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c26717f7c74a5d99c180762baea60867\";a:5:{s:6:\"source\";s:32:\"c26717f7c74a5d99c180762baea60867\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76b3486f8b57ad084476e00e9618f670\";a:5:{s:6:\"source\";s:32:\"76b3486f8b57ad084476e00e9618f670\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c2b501d0bafb8055e56afe7b2542a36\";a:5:{s:6:\"source\";s:32:\"0c2b501d0bafb8055e56afe7b2542a36\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0335d093f27f9281b69ecb2fbfa44bed\";a:5:{s:6:\"source\";s:32:\"0335d093f27f9281b69ecb2fbfa44bed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2052121ce90c3b0fa5ed7edda4615dc2\";a:5:{s:6:\"source\";s:32:\"2052121ce90c3b0fa5ed7edda4615dc2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5dae21bdf618bc7f30ce1cc246500253\";a:5:{s:6:\"source\";s:32:\"5dae21bdf618bc7f30ce1cc246500253\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0a897d01c459d6ae93ff2d4a0584e05\";a:5:{s:6:\"source\";s:32:\"f0a897d01c459d6ae93ff2d4a0584e05\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cab2cbc43ef70a86977d747765523514\";a:5:{s:6:\"source\";s:32:\"cab2cbc43ef70a86977d747765523514\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"597fda0c1afc8c494c7a13f30d065fed\";a:5:{s:6:\"source\";s:32:\"597fda0c1afc8c494c7a13f30d065fed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5aa3151b46a66aae5195f62c411a7ac\";a:5:{s:6:\"source\";s:32:\"d5aa3151b46a66aae5195f62c411a7ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"226300c2c1d264bcf49e3c73553d41e9\";a:5:{s:6:\"source\";s:32:\"226300c2c1d264bcf49e3c73553d41e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"924e83efb21a640e815b697aab711e63\";a:5:{s:6:\"source\";s:32:\"924e83efb21a640e815b697aab711e63\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"743e5475371e7738ef95bfbea08f97fe\";a:5:{s:6:\"source\";s:32:\"743e5475371e7738ef95bfbea08f97fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f30c02d89a9623d1499f8b44e2892e62\";a:5:{s:6:\"source\";s:32:\"f30c02d89a9623d1499f8b44e2892e62\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"141d6dd3d80bc87884d2de41e5d049a8\";a:5:{s:6:\"source\";s:32:\"141d6dd3d80bc87884d2de41e5d049a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b183eabecc8c6fbbff5e178ede0eb272\";a:5:{s:6:\"source\";s:32:\"b183eabecc8c6fbbff5e178ede0eb272\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a82c5e0a6263f28196082db151c4b01e\";a:5:{s:6:\"source\";s:32:\"a82c5e0a6263f28196082db151c4b01e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55b81052ac48ed824902d0ba8faab6c7\";a:5:{s:6:\"source\";s:32:\"55b81052ac48ed824902d0ba8faab6c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"36407820225b4c5d55fc1c69d6a0243a\";a:5:{s:6:\"source\";s:32:\"36407820225b4c5d55fc1c69d6a0243a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44db3f9426520f907e5ca46fa3eebcb0\";a:5:{s:6:\"source\";s:32:\"44db3f9426520f907e5ca46fa3eebcb0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e434386415456830eef4db60a85a5efe\";a:5:{s:6:\"source\";s:32:\"e434386415456830eef4db60a85a5efe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd0ab3d4b5a95932d546dbe738d421fb\";a:5:{s:6:\"source\";s:32:\"bd0ab3d4b5a95932d546dbe738d421fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11439dad1f71a7517f59c861af71a20f\";a:5:{s:6:\"source\";s:32:\"11439dad1f71a7517f59c861af71a20f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a32d73cfc9b5541ab94e2ef652df50c5\";a:5:{s:6:\"source\";s:32:\"a32d73cfc9b5541ab94e2ef652df50c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f39c095ae45931d7ab3e08b0d0908444\";a:5:{s:6:\"source\";s:32:\"f39c095ae45931d7ab3e08b0d0908444\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6396d05f572a36932acb222ac44ad1b6\";a:5:{s:6:\"source\";s:32:\"6396d05f572a36932acb222ac44ad1b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80f4c8f4657b962f66589cbd4567b2c3\";a:5:{s:6:\"source\";s:32:\"80f4c8f4657b962f66589cbd4567b2c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d9868c5c7946dbc4b8132a56d7819dd\";a:5:{s:6:\"source\";s:32:\"8d9868c5c7946dbc4b8132a56d7819dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a01a08e878383868cd1b74a6d8ad14b\";a:5:{s:6:\"source\";s:32:\"1a01a08e878383868cd1b74a6d8ad14b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e6c9ad060fc2a957c466e2bac8ea65f\";a:5:{s:6:\"source\";s:32:\"5e6c9ad060fc2a957c466e2bac8ea65f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"822e304fcb351f8103cd991f061d8281\";a:5:{s:6:\"source\";s:32:\"822e304fcb351f8103cd991f061d8281\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46aaf77f18b2801eef020e075663450c\";a:5:{s:6:\"source\";s:32:\"46aaf77f18b2801eef020e075663450c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c1ba04646dd78e12e9af98086461288\";a:5:{s:6:\"source\";s:32:\"1c1ba04646dd78e12e9af98086461288\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66aaa046b50c507607bb6d909bc24aa3\";a:5:{s:6:\"source\";s:32:\"66aaa046b50c507607bb6d909bc24aa3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b602f10c48b77e804bb1a6a775696a54\";a:5:{s:6:\"source\";s:32:\"b602f10c48b77e804bb1a6a775696a54\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3818be8450448c2fe626bfcbff9c3d0\";a:5:{s:6:\"source\";s:32:\"c3818be8450448c2fe626bfcbff9c3d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e476b9b1fec97bfa62a2223f5af50617\";a:5:{s:6:\"source\";s:32:\"e476b9b1fec97bfa62a2223f5af50617\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e911fec52016210c36555f5b59ed9f5b\";a:5:{s:6:\"source\";s:32:\"e911fec52016210c36555f5b59ed9f5b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3efa9539609c3909ff758d9bd72f422\";a:5:{s:6:\"source\";s:32:\"d3efa9539609c3909ff758d9bd72f422\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6ac7e2d027bec5810bff6e4ff90c0b6\";a:5:{s:6:\"source\";s:32:\"c6ac7e2d027bec5810bff6e4ff90c0b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90d07b7d2de9fd8614f1585cece34c00\";a:5:{s:6:\"source\";s:32:\"90d07b7d2de9fd8614f1585cece34c00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d002e1bbd1c0b9a4528b823007a85578\";a:5:{s:6:\"source\";s:32:\"d002e1bbd1c0b9a4528b823007a85578\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"818c79848d88ce39b3d0b84d41b7bf20\";a:5:{s:6:\"source\";s:32:\"818c79848d88ce39b3d0b84d41b7bf20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c593a22cd0ac922498220513a77e6db6\";a:5:{s:6:\"source\";s:32:\"c593a22cd0ac922498220513a77e6db6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"658debe4d64336bc6d7e62ee00772b97\";a:5:{s:6:\"source\";s:32:\"658debe4d64336bc6d7e62ee00772b97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f4f57743bffbb8eeaf97c8f0bd9e803\";a:5:{s:6:\"source\";s:32:\"6f4f57743bffbb8eeaf97c8f0bd9e803\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4be217c7818373b6e279992acb0e6d2e\";a:5:{s:6:\"source\";s:32:\"4be217c7818373b6e279992acb0e6d2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48b391d2941791f0f012b50c41664f5c\";a:5:{s:6:\"source\";s:32:\"48b391d2941791f0f012b50c41664f5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10373751dbf66db07e02f03c3578c535\";a:5:{s:6:\"source\";s:32:\"10373751dbf66db07e02f03c3578c535\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45e8de1bd1dc44b5ccacf64d15da1110\";a:5:{s:6:\"source\";s:32:\"45e8de1bd1dc44b5ccacf64d15da1110\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e62c7d2a0e766c77eef244f1d8e1addd\";a:5:{s:6:\"source\";s:32:\"e62c7d2a0e766c77eef244f1d8e1addd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23616fca83e8783b3097608610aa8288\";a:5:{s:6:\"source\";s:32:\"23616fca83e8783b3097608610aa8288\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25533beb91a853271cd2b7575998ac2c\";a:5:{s:6:\"source\";s:32:\"25533beb91a853271cd2b7575998ac2c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"96799940be9d7346958c4d831774d260\";a:5:{s:6:\"source\";s:32:\"96799940be9d7346958c4d831774d260\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c42b361345f9fdd0509689b267c9b304\";a:5:{s:6:\"source\";s:32:\"c42b361345f9fdd0509689b267c9b304\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d193a549e882ffc705fd511f4cd216fb\";a:5:{s:6:\"source\";s:32:\"d193a549e882ffc705fd511f4cd216fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db91ed45207d8e412fe5f660005f5cc1\";a:5:{s:6:\"source\";s:32:\"db91ed45207d8e412fe5f660005f5cc1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a3959370a582f8dbc524018499992bc\";a:5:{s:6:\"source\";s:32:\"2a3959370a582f8dbc524018499992bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ca1155afe53e5e29f4a4fc70fb8824d\";a:5:{s:6:\"source\";s:32:\"7ca1155afe53e5e29f4a4fc70fb8824d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec832c7c8547947c724aee58a999bd87\";a:5:{s:6:\"source\";s:32:\"ec832c7c8547947c724aee58a999bd87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf20b465749331ee91baaf3bdc8223db\";a:5:{s:6:\"source\";s:32:\"cf20b465749331ee91baaf3bdc8223db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b0c289cb7b5cf9abbf334c9fc32ce61\";a:5:{s:6:\"source\";s:32:\"4b0c289cb7b5cf9abbf334c9fc32ce61\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1220c78f6f32f28c0ec86589bcb4a886\";a:5:{s:6:\"source\";s:32:\"1220c78f6f32f28c0ec86589bcb4a886\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a966ff39aae7e1abf2686046ac807356\";a:5:{s:6:\"source\";s:32:\"a966ff39aae7e1abf2686046ac807356\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"094692b216dcc65d42bc1eae06fc4db8\";a:5:{s:6:\"source\";s:32:\"094692b216dcc65d42bc1eae06fc4db8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5694aad054b5cc85d5e08aa6734c7d6\";a:5:{s:6:\"source\";s:32:\"d5694aad054b5cc85d5e08aa6734c7d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50224fef243a0e264030ae6141338b9d\";a:5:{s:6:\"source\";s:32:\"50224fef243a0e264030ae6141338b9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c952fb5c16f5e0091db7ccf1f5cf05d5\";a:5:{s:6:\"source\";s:32:\"c952fb5c16f5e0091db7ccf1f5cf05d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd907af2b02754f599d5b857d0e14f4b\";a:5:{s:6:\"source\";s:32:\"dd907af2b02754f599d5b857d0e14f4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b030b49364aeac8a4bc507fc151cbe7\";a:5:{s:6:\"source\";s:32:\"5b030b49364aeac8a4bc507fc151cbe7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"886dc00a914c34aa0409c868914e0ad1\";a:5:{s:6:\"source\";s:32:\"886dc00a914c34aa0409c868914e0ad1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f4fb5b412bd135e6d5a0aa6942736c4f\";a:5:{s:6:\"source\";s:32:\"f4fb5b412bd135e6d5a0aa6942736c4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3020b8bc018b32f3be2700cb58ec8b9c\";a:5:{s:6:\"source\";s:32:\"3020b8bc018b32f3be2700cb58ec8b9c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0aea94fe773015c8015ef7c51663c5a1\";a:5:{s:6:\"source\";s:32:\"0aea94fe773015c8015ef7c51663c5a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c71272f2312d45ca8aac07d8bf5a90de\";a:5:{s:6:\"source\";s:32:\"c71272f2312d45ca8aac07d8bf5a90de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e91b2d0b2e7c7cbc9158e0c297d85b48\";a:5:{s:6:\"source\";s:32:\"e91b2d0b2e7c7cbc9158e0c297d85b48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3eeafd8ed5876b5df7121c8b2ac2497b\";a:5:{s:6:\"source\";s:32:\"3eeafd8ed5876b5df7121c8b2ac2497b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9546e184d89f60b175fdf2c9b4ab698\";a:5:{s:6:\"source\";s:32:\"a9546e184d89f60b175fdf2c9b4ab698\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8afe052020fa79f9c6f8ef79db150f5c\";a:5:{s:6:\"source\";s:32:\"8afe052020fa79f9c6f8ef79db150f5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9996387d3192754d0cdc06881fa9c7a1\";a:5:{s:6:\"source\";s:32:\"9996387d3192754d0cdc06881fa9c7a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8fe154741992095ceab92c231aae2eff\";a:5:{s:6:\"source\";s:32:\"8fe154741992095ceab92c231aae2eff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11222cae3a1cc4d9d7e8ffd5bc0e1209\";a:5:{s:6:\"source\";s:32:\"11222cae3a1cc4d9d7e8ffd5bc0e1209\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ed7e5bc3b76f65fb31f600b655d086d\";a:5:{s:6:\"source\";s:32:\"0ed7e5bc3b76f65fb31f600b655d086d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"186eb2054e2f6e1f8476ff93fe1fa7a7\";a:5:{s:6:\"source\";s:32:\"186eb2054e2f6e1f8476ff93fe1fa7a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e54df82d6190f3cf6c99fe339e3419d1\";a:5:{s:6:\"source\";s:32:\"e54df82d6190f3cf6c99fe339e3419d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62fefb7de52ba29333d616ae41b42675\";a:5:{s:6:\"source\";s:32:\"62fefb7de52ba29333d616ae41b42675\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5aca16a1bcb5208902801c5f598d0927\";a:5:{s:6:\"source\";s:32:\"5aca16a1bcb5208902801c5f598d0927\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb4bb514f691734b73ad22229d62dba7\";a:5:{s:6:\"source\";s:32:\"bb4bb514f691734b73ad22229d62dba7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59ab61481747cd5251900c535d9bde9d\";a:5:{s:6:\"source\";s:32:\"59ab61481747cd5251900c535d9bde9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"078e0d680e867d111c90ccab5f803ccc\";a:5:{s:6:\"source\";s:32:\"078e0d680e867d111c90ccab5f803ccc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c0b3b1f1d5b6ef8b3647949d01b3d09\";a:5:{s:6:\"source\";s:32:\"8c0b3b1f1d5b6ef8b3647949d01b3d09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"882106f99f602988a2007e02a0638b1b\";a:5:{s:6:\"source\";s:32:\"882106f99f602988a2007e02a0638b1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"425e9ad87ed756b0c9f899861641b98d\";a:5:{s:6:\"source\";s:32:\"425e9ad87ed756b0c9f899861641b98d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba799a093f4390d35ddb605753b611b4\";a:5:{s:6:\"source\";s:32:\"ba799a093f4390d35ddb605753b611b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f968a1da038536b654817cc4f62ce75d\";a:5:{s:6:\"source\";s:32:\"f968a1da038536b654817cc4f62ce75d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59291104ee5c0251b0e674ca7628a954\";a:5:{s:6:\"source\";s:32:\"59291104ee5c0251b0e674ca7628a954\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2463caf3aa914013f54350f873ccf67e\";a:5:{s:6:\"source\";s:32:\"2463caf3aa914013f54350f873ccf67e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0069ec3b3007a79c81884a7ebfcd5741\";a:5:{s:6:\"source\";s:32:\"0069ec3b3007a79c81884a7ebfcd5741\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"426ea86b93ad6466ab8094120971fbb1\";a:5:{s:6:\"source\";s:32:\"426ea86b93ad6466ab8094120971fbb1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e39315f81132b40f5688cafe8d81cd59\";a:5:{s:6:\"source\";s:32:\"e39315f81132b40f5688cafe8d81cd59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e3a2ce0fd7a39f2877e8c8ffcba090c\";a:5:{s:6:\"source\";s:32:\"1e3a2ce0fd7a39f2877e8c8ffcba090c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2fb9b1137d33de1d4ffb094b6ca8f5c9\";a:5:{s:6:\"source\";s:32:\"2fb9b1137d33de1d4ffb094b6ca8f5c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"337e2cd15cbb35580c4c4cc45b186550\";a:5:{s:6:\"source\";s:32:\"337e2cd15cbb35580c4c4cc45b186550\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a3f35e0245a234ca438a47dfedf2c09\";a:5:{s:6:\"source\";s:32:\"1a3f35e0245a234ca438a47dfedf2c09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5cc884baffc2d85912b7d43ee69f125\";a:5:{s:6:\"source\";s:32:\"a5cc884baffc2d85912b7d43ee69f125\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"043dc6a5597b8f225baea877baea4673\";a:5:{s:6:\"source\";s:32:\"043dc6a5597b8f225baea877baea4673\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a882dda86ce2ef5a78866a3f66dcea2f\";a:5:{s:6:\"source\";s:32:\"a882dda86ce2ef5a78866a3f66dcea2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"390b9aa96fc917951cd0de8ed1f24d42\";a:5:{s:6:\"source\";s:32:\"390b9aa96fc917951cd0de8ed1f24d42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe3d6e2b29d3540a662ec912c4697da3\";a:5:{s:6:\"source\";s:32:\"fe3d6e2b29d3540a662ec912c4697da3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69a6c65c0af261125c156370d49f42d1\";a:5:{s:6:\"source\";s:32:\"69a6c65c0af261125c156370d49f42d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c9bfe4d1616aa9794e0cd9e8cf3436d\";a:5:{s:6:\"source\";s:32:\"6c9bfe4d1616aa9794e0cd9e8cf3436d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"140f6e0b4be30b64795e51328cf6731f\";a:5:{s:6:\"source\";s:32:\"140f6e0b4be30b64795e51328cf6731f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fee80bbee2eae25e41c80300b42dea20\";a:5:{s:6:\"source\";s:32:\"fee80bbee2eae25e41c80300b42dea20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1120b0e32d38e8d0518b0548cbec22e5\";a:5:{s:6:\"source\";s:32:\"1120b0e32d38e8d0518b0548cbec22e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cdffa550d9e54aa694a7e1d03f7bf369\";a:5:{s:6:\"source\";s:32:\"cdffa550d9e54aa694a7e1d03f7bf369\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a584f0efeb2c6b386f343ca7c14f5838\";a:5:{s:6:\"source\";s:32:\"a584f0efeb2c6b386f343ca7c14f5838\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc98b0360abdcbc4300aadfd313eb021\";a:5:{s:6:\"source\";s:32:\"fc98b0360abdcbc4300aadfd313eb021\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e90d2c0e956d0286d03ef66a2f2fb560\";a:5:{s:6:\"source\";s:32:\"e90d2c0e956d0286d03ef66a2f2fb560\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2262b5aeb745b9fb9404649222d0bca\";a:5:{s:6:\"source\";s:32:\"d2262b5aeb745b9fb9404649222d0bca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22917ba7a56c8acd603c9ce94c639821\";a:5:{s:6:\"source\";s:32:\"22917ba7a56c8acd603c9ce94c639821\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db0b1b3ec4470577ed950f13af4c5bac\";a:5:{s:6:\"source\";s:32:\"db0b1b3ec4470577ed950f13af4c5bac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f4d88249bcfa0ec7abed311e160317aa\";a:5:{s:6:\"source\";s:32:\"f4d88249bcfa0ec7abed311e160317aa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8e93393de6a8c3fc8fc65f847f95166\";a:5:{s:6:\"source\";s:32:\"d8e93393de6a8c3fc8fc65f847f95166\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1240db0561aeebd814e0292ea5b28fab\";a:5:{s:6:\"source\";s:32:\"1240db0561aeebd814e0292ea5b28fab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"620761a49a4528a944ca3a53fcd9b62c\";a:5:{s:6:\"source\";s:32:\"620761a49a4528a944ca3a53fcd9b62c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"836598d12b40242cdfb8d40a02373add\";a:5:{s:6:\"source\";s:32:\"836598d12b40242cdfb8d40a02373add\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"795617175b86b2c408881561515bb8e8\";a:5:{s:6:\"source\";s:32:\"795617175b86b2c408881561515bb8e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fea8b560347c8737a11c8a423eed825\";a:5:{s:6:\"source\";s:32:\"7fea8b560347c8737a11c8a423eed825\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78fd8a427560e277dc875c8777f33f21\";a:5:{s:6:\"source\";s:32:\"78fd8a427560e277dc875c8777f33f21\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6aa2d5224187e2d8da2ea92cb77ccea5\";a:5:{s:6:\"source\";s:32:\"6aa2d5224187e2d8da2ea92cb77ccea5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21d2de923b179dc0083bca4d2036e98d\";a:5:{s:6:\"source\";s:32:\"21d2de923b179dc0083bca4d2036e98d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0be2766a74b979a163a0c4a43a1303a\";a:5:{s:6:\"source\";s:32:\"d0be2766a74b979a163a0c4a43a1303a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6451aa794096e65641301b9630edce34\";a:5:{s:6:\"source\";s:32:\"6451aa794096e65641301b9630edce34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3bbed9bf119655952daa55c14b9dbb67\";a:5:{s:6:\"source\";s:32:\"3bbed9bf119655952daa55c14b9dbb67\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b54d9d1068c0a8d0c222ac46942b0a2e\";a:5:{s:6:\"source\";s:32:\"b54d9d1068c0a8d0c222ac46942b0a2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2cb79b491ece535bde5a0269ba5fd6d8\";a:5:{s:6:\"source\";s:32:\"2cb79b491ece535bde5a0269ba5fd6d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"881a98a75238df250fe11707a5715441\";a:5:{s:6:\"source\";s:32:\"881a98a75238df250fe11707a5715441\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a056549215bd7c72e61bfb3eabbaf40\";a:5:{s:6:\"source\";s:32:\"1a056549215bd7c72e61bfb3eabbaf40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"265371a646271f28bb84ce316489d0ab\";a:5:{s:6:\"source\";s:32:\"265371a646271f28bb84ce316489d0ab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"14832b3a5b7dc376a28ac5ff6d72232f\";a:5:{s:6:\"source\";s:32:\"14832b3a5b7dc376a28ac5ff6d72232f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1debbc993170d1ea1e776706573eaa90\";a:5:{s:6:\"source\";s:32:\"1debbc993170d1ea1e776706573eaa90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb71ea1088f459e80ccc7447267a1ddb\";a:5:{s:6:\"source\";s:32:\"cb71ea1088f459e80ccc7447267a1ddb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7cab00e0fd2e1f2b97012fb2567c4630\";a:5:{s:6:\"source\";s:32:\"7cab00e0fd2e1f2b97012fb2567c4630\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7dbe1a7475cb108f017f46af8a854ab3\";a:5:{s:6:\"source\";s:32:\"7dbe1a7475cb108f017f46af8a854ab3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a218e1fcead6456ed8f2a9a4a0cf1843\";a:5:{s:6:\"source\";s:32:\"a218e1fcead6456ed8f2a9a4a0cf1843\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1330801cd7d4aa5c994c6dbb540a52a\";a:5:{s:6:\"source\";s:32:\"e1330801cd7d4aa5c994c6dbb540a52a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a8ff965e60f0efba0a5a4e156e458b5\";a:5:{s:6:\"source\";s:32:\"7a8ff965e60f0efba0a5a4e156e458b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"133b245509107321d03ce65a934e1e2e\";a:5:{s:6:\"source\";s:32:\"133b245509107321d03ce65a934e1e2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff12b74df116ccfbd8f7bf6350e79e6d\";a:5:{s:6:\"source\";s:32:\"ff12b74df116ccfbd8f7bf6350e79e6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ecf0b4661ad9522d587d0e6e947121da\";a:5:{s:6:\"source\";s:32:\"ecf0b4661ad9522d587d0e6e947121da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c232bafeced81f5e8af0884104940b0e\";a:5:{s:6:\"source\";s:32:\"c232bafeced81f5e8af0884104940b0e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"53db5b9a7c7d98810489b3221739f544\";a:5:{s:6:\"source\";s:32:\"53db5b9a7c7d98810489b3221739f544\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b8d0f6908488d4406e71f89fc5058a6\";a:5:{s:6:\"source\";s:32:\"0b8d0f6908488d4406e71f89fc5058a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"35060dfbaedb7f709588c6c4596f2508\";a:5:{s:6:\"source\";s:32:\"35060dfbaedb7f709588c6c4596f2508\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4c9867054925a2cb21f68e1924e7733\";a:5:{s:6:\"source\";s:32:\"d4c9867054925a2cb21f68e1924e7733\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"563dbc10ceeaf16597407aac20aeb2e7\";a:5:{s:6:\"source\";s:32:\"563dbc10ceeaf16597407aac20aeb2e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73683990dc72faf05289fa89c4bae376\";a:5:{s:6:\"source\";s:32:\"73683990dc72faf05289fa89c4bae376\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5caca43253e0aadbf1d4b7f6a8f9d50\";a:5:{s:6:\"source\";s:32:\"a5caca43253e0aadbf1d4b7f6a8f9d50\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7aa17e68854a04f5feb113de33e474c1\";a:5:{s:6:\"source\";s:32:\"7aa17e68854a04f5feb113de33e474c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f6a4eb6b52e93a0ad2ffe4c4a522e06\";a:5:{s:6:\"source\";s:32:\"8f6a4eb6b52e93a0ad2ffe4c4a522e06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18bdce9c6fe1338ac33fcd125e6b3754\";a:5:{s:6:\"source\";s:32:\"18bdce9c6fe1338ac33fcd125e6b3754\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a8e69ab9bce842295143319db43735f1\";a:5:{s:6:\"source\";s:32:\"a8e69ab9bce842295143319db43735f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"677b69d582632830125adc5f0828d375\";a:5:{s:6:\"source\";s:32:\"677b69d582632830125adc5f0828d375\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ecdb6fba81a97af0c796d45ad2a4615\";a:5:{s:6:\"source\";s:32:\"8ecdb6fba81a97af0c796d45ad2a4615\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12b78b33709bd1c6d50b42855a8fb773\";a:5:{s:6:\"source\";s:32:\"12b78b33709bd1c6d50b42855a8fb773\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec3a47025ea1e9130dbb004ded0e0d15\";a:5:{s:6:\"source\";s:32:\"ec3a47025ea1e9130dbb004ded0e0d15\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43d50c8df9d79c80440b48d1f93f3c1c\";a:5:{s:6:\"source\";s:32:\"43d50c8df9d79c80440b48d1f93f3c1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19cd6a982291bac54f162a7cb2d2cc13\";a:5:{s:6:\"source\";s:32:\"19cd6a982291bac54f162a7cb2d2cc13\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84fa0dae0112d8887faa52a8d848c42f\";a:5:{s:6:\"source\";s:32:\"84fa0dae0112d8887faa52a8d848c42f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c000b9000c4726a5213e1314d06f6d8\";a:5:{s:6:\"source\";s:32:\"2c000b9000c4726a5213e1314d06f6d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"269f0df88ab9ee4dbbb454ed33283307\";a:5:{s:6:\"source\";s:32:\"269f0df88ab9ee4dbbb454ed33283307\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"194d16a084b4a5bff580f21d45b69d82\";a:5:{s:6:\"source\";s:32:\"194d16a084b4a5bff580f21d45b69d82\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0ed66bb83f2bb4a52ad3b87e6b2faaa\";a:5:{s:6:\"source\";s:32:\"b0ed66bb83f2bb4a52ad3b87e6b2faaa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"036ae711bcf225c44c7b7ead88446770\";a:5:{s:6:\"source\";s:32:\"036ae711bcf225c44c7b7ead88446770\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf14db6e7470b6d1751d654f7d8f5791\";a:5:{s:6:\"source\";s:32:\"cf14db6e7470b6d1751d654f7d8f5791\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9be801a634b442ea0ac277bea82904c7\";a:5:{s:6:\"source\";s:32:\"9be801a634b442ea0ac277bea82904c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5030848b270919eaac0e2a734c703178\";a:5:{s:6:\"source\";s:32:\"5030848b270919eaac0e2a734c703178\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e655ad3fd7aeb29489d7b846f6e92f07\";a:5:{s:6:\"source\";s:32:\"e655ad3fd7aeb29489d7b846f6e92f07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b41f3a01f504c26e09e7edebe787103b\";a:5:{s:6:\"source\";s:32:\"b41f3a01f504c26e09e7edebe787103b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"140a44650c1b450371e1d3b888e81031\";a:5:{s:6:\"source\";s:32:\"140a44650c1b450371e1d3b888e81031\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73d0fe8242f30d85cbbd589f38d37567\";a:5:{s:6:\"source\";s:32:\"73d0fe8242f30d85cbbd589f38d37567\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e306c9b3bad838aa732ae3b4a6356314\";a:5:{s:6:\"source\";s:32:\"e306c9b3bad838aa732ae3b4a6356314\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bad96a7970a191e8d79ac1ff28faa7f0\";a:5:{s:6:\"source\";s:32:\"bad96a7970a191e8d79ac1ff28faa7f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c12210b52bfe87c59e5c1e11c3375553\";a:5:{s:6:\"source\";s:32:\"c12210b52bfe87c59e5c1e11c3375553\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a53c64604b99fa7946c050d2840bc9d4\";a:5:{s:6:\"source\";s:32:\"a53c64604b99fa7946c050d2840bc9d4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1fb65cd7734c87c2831ee98926d1bc3\";a:5:{s:6:\"source\";s:32:\"d1fb65cd7734c87c2831ee98926d1bc3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26b179bfbe1bf497c1c207dda786cb7d\";a:5:{s:6:\"source\";s:32:\"26b179bfbe1bf497c1c207dda786cb7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94439a40ece34bec341076245ba10062\";a:5:{s:6:\"source\";s:32:\"94439a40ece34bec341076245ba10062\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d79f67379d959894f82fb17604fede1\";a:5:{s:6:\"source\";s:32:\"9d79f67379d959894f82fb17604fede1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfa4ce55cbbcd02fb7885dfa6667fe71\";a:5:{s:6:\"source\";s:32:\"cfa4ce55cbbcd02fb7885dfa6667fe71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03a8b01170fd452484cf8c5a92810cf4\";a:5:{s:6:\"source\";s:32:\"03a8b01170fd452484cf8c5a92810cf4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45d1723a754c581ce4697e2e5846b088\";a:5:{s:6:\"source\";s:32:\"45d1723a754c581ce4697e2e5846b088\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"603691dda38e3a242a60e8eb051b3566\";a:5:{s:6:\"source\";s:32:\"603691dda38e3a242a60e8eb051b3566\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e95895da4f6593dc4f7a3207ceaa1d7d\";a:5:{s:6:\"source\";s:32:\"e95895da4f6593dc4f7a3207ceaa1d7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"181592a2ebf014f340cc825547dc7da9\";a:5:{s:6:\"source\";s:32:\"181592a2ebf014f340cc825547dc7da9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ecae956f45c256ddfc2540e45f75126\";a:5:{s:6:\"source\";s:32:\"3ecae956f45c256ddfc2540e45f75126\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a48008e429573b6e931fb83d22a69ec\";a:5:{s:6:\"source\";s:32:\"0a48008e429573b6e931fb83d22a69ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aeeb9d9c295278b0a07d65c2eab4fd8a\";a:5:{s:6:\"source\";s:32:\"aeeb9d9c295278b0a07d65c2eab4fd8a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"927f09f815e8190c3cbea677a1eca3d6\";a:5:{s:6:\"source\";s:32:\"927f09f815e8190c3cbea677a1eca3d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f04a37748239fb3dd940720774d4b86c\";a:5:{s:6:\"source\";s:32:\"f04a37748239fb3dd940720774d4b86c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"404a022b953daa52027d9adc356c7c52\";a:5:{s:6:\"source\";s:32:\"404a022b953daa52027d9adc356c7c52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ad0aef71ca2d3310b5721ace3508ecd\";a:5:{s:6:\"source\";s:32:\"5ad0aef71ca2d3310b5721ace3508ecd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0fa6ee96a6d126d7d112a66d04737aa8\";a:5:{s:6:\"source\";s:32:\"0fa6ee96a6d126d7d112a66d04737aa8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"278ad2524b62769d3eed1fa8a75df7c3\";a:5:{s:6:\"source\";s:32:\"278ad2524b62769d3eed1fa8a75df7c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea4eb5396146470192e18ecb4d3f234c\";a:5:{s:6:\"source\";s:32:\"ea4eb5396146470192e18ecb4d3f234c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2cdef82e9c431f96f0bf461c7799663\";a:5:{s:6:\"source\";s:32:\"b2cdef82e9c431f96f0bf461c7799663\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4495744808f10f72858b42f80a6c728f\";a:5:{s:6:\"source\";s:32:\"4495744808f10f72858b42f80a6c728f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"25326386bb5095f8358d59a435a91b52\";a:5:{s:6:\"source\";s:32:\"25326386bb5095f8358d59a435a91b52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd3dfd649984dd4a4b23e42bc7844032\";a:5:{s:6:\"source\";s:32:\"dd3dfd649984dd4a4b23e42bc7844032\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ef81eda21051e238b7223501f76bdda\";a:5:{s:6:\"source\";s:32:\"7ef81eda21051e238b7223501f76bdda\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f05413621d3c10d2264bb63d02e45d2\";a:5:{s:6:\"source\";s:32:\"4f05413621d3c10d2264bb63d02e45d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5a4e1d56a4722ee992e0721df3d6855\";a:5:{s:6:\"source\";s:32:\"b5a4e1d56a4722ee992e0721df3d6855\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e5f4ab2ba52883aed89e215f4662bbb\";a:5:{s:6:\"source\";s:32:\"4e5f4ab2ba52883aed89e215f4662bbb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7cffb956580fdddd573dc2d2c9e6e812\";a:5:{s:6:\"source\";s:32:\"7cffb956580fdddd573dc2d2c9e6e812\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"709ade22221d4bd4febc9b11e8e56f85\";a:5:{s:6:\"source\";s:32:\"709ade22221d4bd4febc9b11e8e56f85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89be909e4738470979a0d03ab7fa8da6\";a:5:{s:6:\"source\";s:32:\"89be909e4738470979a0d03ab7fa8da6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"144257e5928e4f4e3355175ac7090428\";a:5:{s:6:\"source\";s:32:\"144257e5928e4f4e3355175ac7090428\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a559896fa14b7a5817dbdebfabfd4102\";a:5:{s:6:\"source\";s:32:\"a559896fa14b7a5817dbdebfabfd4102\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fab3872c8e8f9ea6446060d0943f0fa\";a:5:{s:6:\"source\";s:32:\"6fab3872c8e8f9ea6446060d0943f0fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"485e12b12f6410db58a0539fe8580bbe\";a:5:{s:6:\"source\";s:32:\"485e12b12f6410db58a0539fe8580bbe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad31fb60d101a8ad8559cff579af5b4f\";a:5:{s:6:\"source\";s:32:\"ad31fb60d101a8ad8559cff579af5b4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e6772c5c6ad7c162470d7096a1e8dfc\";a:5:{s:6:\"source\";s:32:\"0e6772c5c6ad7c162470d7096a1e8dfc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"237eae476ca14f17a502ca4e09656a1d\";a:5:{s:6:\"source\";s:32:\"237eae476ca14f17a502ca4e09656a1d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"924889a690f9dc64442c67bf8a598447\";a:5:{s:6:\"source\";s:32:\"924889a690f9dc64442c67bf8a598447\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6bbdccc511e1133f4c79c37ab9353e5f\";a:5:{s:6:\"source\";s:32:\"6bbdccc511e1133f4c79c37ab9353e5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ca58564ac15b582031809d9921be2a9\";a:5:{s:6:\"source\";s:32:\"6ca58564ac15b582031809d9921be2a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7397d00b193fca2ad5f39c550787442\";a:5:{s:6:\"source\";s:32:\"d7397d00b193fca2ad5f39c550787442\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74ff1bf748322b30aaeac9d24859bc52\";a:5:{s:6:\"source\";s:32:\"74ff1bf748322b30aaeac9d24859bc52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aea60db42aef54145149517cd5e68de0\";a:5:{s:6:\"source\";s:32:\"aea60db42aef54145149517cd5e68de0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"864c692ea4a79733a6ca063e4f3cebfc\";a:5:{s:6:\"source\";s:32:\"864c692ea4a79733a6ca063e4f3cebfc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aec206e46e36b0c8cfb561db4e521cfb\";a:5:{s:6:\"source\";s:32:\"aec206e46e36b0c8cfb561db4e521cfb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ebaf2dfb7876793c26e1d9890b7e9d48\";a:5:{s:6:\"source\";s:32:\"ebaf2dfb7876793c26e1d9890b7e9d48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fbc94d212b80d73a5864f8876786d2b\";a:5:{s:6:\"source\";s:32:\"6fbc94d212b80d73a5864f8876786d2b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2770e23b2a809923e56b95f18ad9a1fa\";a:5:{s:6:\"source\";s:32:\"2770e23b2a809923e56b95f18ad9a1fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b477942c923bc70a8c60e44d6d0a31e4\";a:5:{s:6:\"source\";s:32:\"b477942c923bc70a8c60e44d6d0a31e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0bfad32b526ab345629238f2fd1a5297\";a:5:{s:6:\"source\";s:32:\"0bfad32b526ab345629238f2fd1a5297\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd281a65e72ac48c347eaf34daea21c0\";a:5:{s:6:\"source\";s:32:\"cd281a65e72ac48c347eaf34daea21c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"29d1a356d09f48a0bcfcc51865af7584\";a:5:{s:6:\"source\";s:32:\"29d1a356d09f48a0bcfcc51865af7584\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"28fd3fb3f2f15221d2db7bb209ddee5c\";a:5:{s:6:\"source\";s:32:\"28fd3fb3f2f15221d2db7bb209ddee5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5d1c818b4f38dac69573d3c9aa5a183\";a:5:{s:6:\"source\";s:32:\"a5d1c818b4f38dac69573d3c9aa5a183\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f37c81938aae730923fd29f52dfd6d75\";a:5:{s:6:\"source\";s:32:\"f37c81938aae730923fd29f52dfd6d75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec58dbad6e07becc56a33b6892d27da7\";a:5:{s:6:\"source\";s:32:\"ec58dbad6e07becc56a33b6892d27da7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f9c943e98418017e51b149916cc1842e\";a:5:{s:6:\"source\";s:32:\"f9c943e98418017e51b149916cc1842e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"534984a62fecf258211c0710a4efd8d7\";a:5:{s:6:\"source\";s:32:\"534984a62fecf258211c0710a4efd8d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4ba6ccdede36c5e3292f2fb5e161aa6\";a:5:{s:6:\"source\";s:32:\"b4ba6ccdede36c5e3292f2fb5e161aa6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19c1d025b6b6af6f9a92c0f0ca347240\";a:5:{s:6:\"source\";s:32:\"19c1d025b6b6af6f9a92c0f0ca347240\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30f7ce49b8a0149829b56f550485f649\";a:5:{s:6:\"source\";s:32:\"30f7ce49b8a0149829b56f550485f649\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4afe5c62bd90527141a2be55a7f1c07\";a:5:{s:6:\"source\";s:32:\"e4afe5c62bd90527141a2be55a7f1c07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed36f3d39069444ec1eb35ffe79e9e2e\";a:5:{s:6:\"source\";s:32:\"ed36f3d39069444ec1eb35ffe79e9e2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"910c9cf9b3cb120753ef9f27abc1b030\";a:5:{s:6:\"source\";s:32:\"910c9cf9b3cb120753ef9f27abc1b030\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7231cdde587230b4c2bea96caca06ac7\";a:5:{s:6:\"source\";s:32:\"7231cdde587230b4c2bea96caca06ac7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09e4a7dd0b861363ac6a2e636bbfb0df\";a:5:{s:6:\"source\";s:32:\"09e4a7dd0b861363ac6a2e636bbfb0df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0bc339b9e61b1fa7cdc518f08dc73b5\";a:5:{s:6:\"source\";s:32:\"a0bc339b9e61b1fa7cdc518f08dc73b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2b6400f897c74b6892bf58b0b36743d\";a:5:{s:6:\"source\";s:32:\"f2b6400f897c74b6892bf58b0b36743d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a196bc5efa77f4d240b35b6e2b20dfd\";a:5:{s:6:\"source\";s:32:\"7a196bc5efa77f4d240b35b6e2b20dfd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b4a39bf7bdbc7f0c533864b72a6682d\";a:5:{s:6:\"source\";s:32:\"7b4a39bf7bdbc7f0c533864b72a6682d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4cf8a8928ae19bcf36c52a1a1daede02\";a:5:{s:6:\"source\";s:32:\"4cf8a8928ae19bcf36c52a1a1daede02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a15d0739478709ff4f34d2911a833a98\";a:5:{s:6:\"source\";s:32:\"a15d0739478709ff4f34d2911a833a98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c330a5f68f3c02b0fd9cc95e54bc2da0\";a:5:{s:6:\"source\";s:32:\"c330a5f68f3c02b0fd9cc95e54bc2da0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e18e2fd2483f6d21291b29e6a6cc623f\";a:5:{s:6:\"source\";s:32:\"e18e2fd2483f6d21291b29e6a6cc623f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85a7e0440e6be5fcced84abe9d7293a2\";a:5:{s:6:\"source\";s:32:\"85a7e0440e6be5fcced84abe9d7293a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9f643baccf2e3bc17a86ff11f3a24c7\";a:5:{s:6:\"source\";s:32:\"a9f643baccf2e3bc17a86ff11f3a24c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01914dd2fbdfad554d73d183ab62ea93\";a:5:{s:6:\"source\";s:32:\"01914dd2fbdfad554d73d183ab62ea93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b04fa5bf104d194a926f686fa058019\";a:5:{s:6:\"source\";s:32:\"0b04fa5bf104d194a926f686fa058019\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"393c329be09b5e95321f86adb827dcf3\";a:5:{s:6:\"source\";s:32:\"393c329be09b5e95321f86adb827dcf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5011e9560799c042bbc329fb5b9cb09\";a:5:{s:6:\"source\";s:32:\"b5011e9560799c042bbc329fb5b9cb09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ccafc66a9213691c1c44b089af0b778f\";a:5:{s:6:\"source\";s:32:\"ccafc66a9213691c1c44b089af0b778f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f252f40bea0514c0885123b5245a55e2\";a:5:{s:6:\"source\";s:32:\"f252f40bea0514c0885123b5245a55e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c34b673331ef13b36974d7ac411688d\";a:5:{s:6:\"source\";s:32:\"7c34b673331ef13b36974d7ac411688d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45fcb304d410eb93d6dc6615f3d24de3\";a:5:{s:6:\"source\";s:32:\"45fcb304d410eb93d6dc6615f3d24de3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f85c5d6dfe97345d440d35d0f82a1eb\";a:5:{s:6:\"source\";s:32:\"0f85c5d6dfe97345d440d35d0f82a1eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"30a033937cefd779bf5b9d37ff9fbee1\";a:5:{s:6:\"source\";s:32:\"30a033937cefd779bf5b9d37ff9fbee1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6b5b058217670a9d457e9c681cd1e2b\";a:5:{s:6:\"source\";s:32:\"c6b5b058217670a9d457e9c681cd1e2b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dff1cd6a56b1dddf84397a8070594f4a\";a:5:{s:6:\"source\";s:32:\"dff1cd6a56b1dddf84397a8070594f4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2f363859576ac87352f44b815f2b653\";a:5:{s:6:\"source\";s:32:\"e2f363859576ac87352f44b815f2b653\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f73fc8e0701d60e9f82cd6d34b20ebe4\";a:5:{s:6:\"source\";s:32:\"f73fc8e0701d60e9f82cd6d34b20ebe4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"378680de182968610315c761a03a0d6a\";a:5:{s:6:\"source\";s:32:\"378680de182968610315c761a03a0d6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"507be018d7ddcdbbe8b6f834fd1ebdbb\";a:5:{s:6:\"source\";s:32:\"507be018d7ddcdbbe8b6f834fd1ebdbb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f04b4d67eb3e0220a33816bc6f36036\";a:5:{s:6:\"source\";s:32:\"4f04b4d67eb3e0220a33816bc6f36036\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a572998727a2f5bab0d27272394a3f2\";a:5:{s:6:\"source\";s:32:\"4a572998727a2f5bab0d27272394a3f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6ae402ef214b82c7c7b3109e63ab05b\";a:5:{s:6:\"source\";s:32:\"a6ae402ef214b82c7c7b3109e63ab05b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc0e4932fe701ee21525a582081cf293\";a:5:{s:6:\"source\";s:32:\"fc0e4932fe701ee21525a582081cf293\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1b27504419e7fd9a00271f9349cff7f\";a:5:{s:6:\"source\";s:32:\"f1b27504419e7fd9a00271f9349cff7f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"36411bcc0526504e663700c23c0332e5\";a:5:{s:6:\"source\";s:32:\"36411bcc0526504e663700c23c0332e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e39317e4a0b160953a0cfda999dcf70\";a:5:{s:6:\"source\";s:32:\"7e39317e4a0b160953a0cfda999dcf70\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"240b1fe42116a55e5e6dc4a4a57d80c9\";a:5:{s:6:\"source\";s:32:\"240b1fe42116a55e5e6dc4a4a57d80c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eeb930200e6a268707f1f5c208bc6aaf\";a:5:{s:6:\"source\";s:32:\"eeb930200e6a268707f1f5c208bc6aaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c5ec33b919d1bd1d63cf9bed6b060ad\";a:5:{s:6:\"source\";s:32:\"6c5ec33b919d1bd1d63cf9bed6b060ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04de6e6f4a6fa2d9f7397b4cf6be808a\";a:5:{s:6:\"source\";s:32:\"04de6e6f4a6fa2d9f7397b4cf6be808a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"586e94f05f02669bbbedca39617d1d8a\";a:5:{s:6:\"source\";s:32:\"586e94f05f02669bbbedca39617d1d8a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae86b97865433545e4087fdb13994707\";a:5:{s:6:\"source\";s:32:\"ae86b97865433545e4087fdb13994707\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fec8d66c527e90dc6bc432a580249daa\";a:5:{s:6:\"source\";s:32:\"fec8d66c527e90dc6bc432a580249daa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6fdecfa8e4a544b62a22cfa0c441eb8\";a:5:{s:6:\"source\";s:32:\"b6fdecfa8e4a544b62a22cfa0c441eb8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46278fc913d266d2a112a8c0ad2ddb46\";a:5:{s:6:\"source\";s:32:\"46278fc913d266d2a112a8c0ad2ddb46\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48bc609ed1edd4f849b8acbdb67f7d8c\";a:5:{s:6:\"source\";s:32:\"48bc609ed1edd4f849b8acbdb67f7d8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba23071f422bee69cd5672cedcc8dcda\";a:5:{s:6:\"source\";s:32:\"ba23071f422bee69cd5672cedcc8dcda\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24a06f4c299058bfc82a2afe223a336d\";a:5:{s:6:\"source\";s:32:\"24a06f4c299058bfc82a2afe223a336d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78c97ee85e4c4cb31a48b94696f8f206\";a:5:{s:6:\"source\";s:32:\"78c97ee85e4c4cb31a48b94696f8f206\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba5607f6e4e46f1aaeea2357eb15c5c0\";a:5:{s:6:\"source\";s:32:\"ba5607f6e4e46f1aaeea2357eb15c5c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f45030fa6901e9c9e4a999a0ecc5ccd2\";a:5:{s:6:\"source\";s:32:\"f45030fa6901e9c9e4a999a0ecc5ccd2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75348340e5f89e73494c510f4a0787dd\";a:5:{s:6:\"source\";s:32:\"75348340e5f89e73494c510f4a0787dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ac679f1ba3528fc4ba760adc4c98039\";a:5:{s:6:\"source\";s:32:\"7ac679f1ba3528fc4ba760adc4c98039\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e8b537a623bfe141cdea4ebc1ab2b4a\";a:5:{s:6:\"source\";s:32:\"4e8b537a623bfe141cdea4ebc1ab2b4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d10759d97d827f2e064019c1f3343707\";a:5:{s:6:\"source\";s:32:\"d10759d97d827f2e064019c1f3343707\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ece56bf6e349c34cc727e37fe70c4c6\";a:5:{s:6:\"source\";s:32:\"8ece56bf6e349c34cc727e37fe70c4c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e982807aa9092ac867969bd5724d796\";a:5:{s:6:\"source\";s:32:\"7e982807aa9092ac867969bd5724d796\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17cc3046bb144222fe9af1079754b6c1\";a:5:{s:6:\"source\";s:32:\"17cc3046bb144222fe9af1079754b6c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"583cadfe716c6b6f2a88714d187a7cb5\";a:5:{s:6:\"source\";s:32:\"583cadfe716c6b6f2a88714d187a7cb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"144e423210ecbe74dd3f217d9127214b\";a:5:{s:6:\"source\";s:32:\"144e423210ecbe74dd3f217d9127214b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7ea936b215d50be6ec424b151298705\";a:5:{s:6:\"source\";s:32:\"f7ea936b215d50be6ec424b151298705\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fde368dce69ea5e10a82926eeba12fbc\";a:5:{s:6:\"source\";s:32:\"fde368dce69ea5e10a82926eeba12fbc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5932a7d13212ac5162487e56829946b9\";a:5:{s:6:\"source\";s:32:\"5932a7d13212ac5162487e56829946b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bae1c8c6bc6f9aca854a21450a67a7da\";a:5:{s:6:\"source\";s:32:\"bae1c8c6bc6f9aca854a21450a67a7da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ef76826839fb5bd4c19a0ceab557c06\";a:5:{s:6:\"source\";s:32:\"6ef76826839fb5bd4c19a0ceab557c06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e7debacc8dfdc794cd776d455efee42\";a:5:{s:6:\"source\";s:32:\"1e7debacc8dfdc794cd776d455efee42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5d704a14ca88a4199ade639227111b8\";a:5:{s:6:\"source\";s:32:\"c5d704a14ca88a4199ade639227111b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"781e87c1f2e7b905b25a829050dc4fc8\";a:5:{s:6:\"source\";s:32:\"781e87c1f2e7b905b25a829050dc4fc8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"57736b1fe437fe6343156d07773edf55\";a:5:{s:6:\"source\";s:32:\"57736b1fe437fe6343156d07773edf55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8fded1cc57c02ede6008c0533b336447\";a:5:{s:6:\"source\";s:32:\"8fded1cc57c02ede6008c0533b336447\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0f3728e4cd33cb01d1fa67ddeda4c7ce\";a:5:{s:6:\"source\";s:32:\"0f3728e4cd33cb01d1fa67ddeda4c7ce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b559c93d8c74d65679b5cece0f27d0b\";a:5:{s:6:\"source\";s:32:\"4b559c93d8c74d65679b5cece0f27d0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"838b0d349a48b7cf82dc0841e8095f19\";a:5:{s:6:\"source\";s:32:\"838b0d349a48b7cf82dc0841e8095f19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31d4fb7f48b114b18c5e36699beecd07\";a:5:{s:6:\"source\";s:32:\"31d4fb7f48b114b18c5e36699beecd07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"764ef99e9c617d7b371e634a195d0d8c\";a:5:{s:6:\"source\";s:32:\"764ef99e9c617d7b371e634a195d0d8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90949523d8352d2674f8541fccfc650d\";a:5:{s:6:\"source\";s:32:\"90949523d8352d2674f8541fccfc650d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34dfe7e4769f2f3466e2a09c955ee3db\";a:5:{s:6:\"source\";s:32:\"34dfe7e4769f2f3466e2a09c955ee3db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98b93c650475a3e732fc03a7663f6f3e\";a:5:{s:6:\"source\";s:32:\"98b93c650475a3e732fc03a7663f6f3e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df8d07a21d4441b33235939b701139d8\";a:5:{s:6:\"source\";s:32:\"df8d07a21d4441b33235939b701139d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b22b3bf20d49f197271863e414597378\";a:5:{s:6:\"source\";s:32:\"b22b3bf20d49f197271863e414597378\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fb5c28d88e06afa4a8f889b6c4b2d1b\";a:5:{s:6:\"source\";s:32:\"1fb5c28d88e06afa4a8f889b6c4b2d1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c3a0493371dfb9d8f12973a2bf8cf406\";a:5:{s:6:\"source\";s:32:\"c3a0493371dfb9d8f12973a2bf8cf406\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1bff4ca93cd4eb8df881f95182f4f1bb\";a:5:{s:6:\"source\";s:32:\"1bff4ca93cd4eb8df881f95182f4f1bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aba478f3e74aedb40adf4a6949e0d814\";a:5:{s:6:\"source\";s:32:\"aba478f3e74aedb40adf4a6949e0d814\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6eaf08dd270f66a1bd36e71db4497efe\";a:5:{s:6:\"source\";s:32:\"6eaf08dd270f66a1bd36e71db4497efe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03003211ff00aa80b6c1f5f5731172dd\";a:5:{s:6:\"source\";s:32:\"03003211ff00aa80b6c1f5f5731172dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"694839bbf825cc13a2b6c0e0ecefff11\";a:5:{s:6:\"source\";s:32:\"694839bbf825cc13a2b6c0e0ecefff11\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22fbb4bd0f4fe023c549d83c2d0a489c\";a:5:{s:6:\"source\";s:32:\"22fbb4bd0f4fe023c549d83c2d0a489c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9926e9217409cc14988e374049429762\";a:5:{s:6:\"source\";s:32:\"9926e9217409cc14988e374049429762\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0c47ba6e5e0bea83182330003cf13ca\";a:5:{s:6:\"source\";s:32:\"c0c47ba6e5e0bea83182330003cf13ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4f643e5fa29658ea136d0dbf53c63249\";a:5:{s:6:\"source\";s:32:\"4f643e5fa29658ea136d0dbf53c63249\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"738531997c6f48c9fafcc10ae3b2200b\";a:5:{s:6:\"source\";s:32:\"738531997c6f48c9fafcc10ae3b2200b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d38852f402a0363cb3d9dcebe330cc9\";a:5:{s:6:\"source\";s:32:\"3d38852f402a0363cb3d9dcebe330cc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70cca2a0164ded5937197522671a8c3f\";a:5:{s:6:\"source\";s:32:\"70cca2a0164ded5937197522671a8c3f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a38cc127171ca602fb4215af52a1a740\";a:5:{s:6:\"source\";s:32:\"a38cc127171ca602fb4215af52a1a740\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8aabcf89c6b8270c2ee30886d319096e\";a:5:{s:6:\"source\";s:32:\"8aabcf89c6b8270c2ee30886d319096e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3eced23c09a9cb15a191aa73c99894e9\";a:5:{s:6:\"source\";s:32:\"3eced23c09a9cb15a191aa73c99894e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9008a871b22e4a6f0fe33af9eac7e78d\";a:5:{s:6:\"source\";s:32:\"9008a871b22e4a6f0fe33af9eac7e78d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"72ef7aa2dc3492f7c7ba739c27f943a0\";a:5:{s:6:\"source\";s:32:\"72ef7aa2dc3492f7c7ba739c27f943a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d32f75bd250c022643efa15fc2ba8f0d\";a:5:{s:6:\"source\";s:32:\"d32f75bd250c022643efa15fc2ba8f0d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b5d0f6f7634fe7cdb7e4928e10f48561\";a:5:{s:6:\"source\";s:32:\"b5d0f6f7634fe7cdb7e4928e10f48561\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19356dcb4c4a155d15a99a44a2e1c0c1\";a:5:{s:6:\"source\";s:32:\"19356dcb4c4a155d15a99a44a2e1c0c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a149b5d1b78488559e10c82c83a4a090\";a:5:{s:6:\"source\";s:32:\"a149b5d1b78488559e10c82c83a4a090\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4468c4b1b8442a2dd60fc422a58646e4\";a:5:{s:6:\"source\";s:32:\"4468c4b1b8442a2dd60fc422a58646e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd089022f72bfe839c9d5efe0427c986\";a:5:{s:6:\"source\";s:32:\"fd089022f72bfe839c9d5efe0427c986\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9aa50555ce396ab40805e57cd4af77a0\";a:5:{s:6:\"source\";s:32:\"9aa50555ce396ab40805e57cd4af77a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"010351d97294db50de353c57161150fb\";a:5:{s:6:\"source\";s:32:\"010351d97294db50de353c57161150fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8444c3d1f542e47ee93666364f793aaa\";a:5:{s:6:\"source\";s:32:\"8444c3d1f542e47ee93666364f793aaa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b782cc2c236fbf3ebc7cfb5df603daa\";a:5:{s:6:\"source\";s:32:\"7b782cc2c236fbf3ebc7cfb5df603daa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1302594302c0464727315937b47f3788\";a:5:{s:6:\"source\";s:32:\"1302594302c0464727315937b47f3788\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9dc336b71245bfd877d481e98c1f8ccb\";a:5:{s:6:\"source\";s:32:\"9dc336b71245bfd877d481e98c1f8ccb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"829c78e63850275db7c6f7aa79594c9d\";a:5:{s:6:\"source\";s:32:\"829c78e63850275db7c6f7aa79594c9d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5da5d7bc626bd57b37e1f79df02b054\";a:5:{s:6:\"source\";s:32:\"e5da5d7bc626bd57b37e1f79df02b054\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"909f6d4f37fb736e46f0b98223313392\";a:5:{s:6:\"source\";s:32:\"909f6d4f37fb736e46f0b98223313392\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"41130b1b84614acb73ab125067af10fe\";a:5:{s:6:\"source\";s:32:\"41130b1b84614acb73ab125067af10fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"29cdf7ae951aaa6c36684831d3f24bc7\";a:5:{s:6:\"source\";s:32:\"29cdf7ae951aaa6c36684831d3f24bc7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d149d82dac9646efe7e7d89c8e24cb47\";a:5:{s:6:\"source\";s:32:\"d149d82dac9646efe7e7d89c8e24cb47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"798bea60c038eae89da56184bf47e98c\";a:5:{s:6:\"source\";s:32:\"798bea60c038eae89da56184bf47e98c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a8ebe853e431c5070a43d3d8e2ea424\";a:5:{s:6:\"source\";s:32:\"7a8ebe853e431c5070a43d3d8e2ea424\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"701b96bf490b4071e2c45fa1176930d7\";a:5:{s:6:\"source\";s:32:\"701b96bf490b4071e2c45fa1176930d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45408620ce59b6fe22968ca2808d659e\";a:5:{s:6:\"source\";s:32:\"45408620ce59b6fe22968ca2808d659e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e1fad03ebf1144a4719566268c43bb2\";a:5:{s:6:\"source\";s:32:\"6e1fad03ebf1144a4719566268c43bb2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bcde90a5fd7ebc256a689a5972af6e5f\";a:5:{s:6:\"source\";s:32:\"bcde90a5fd7ebc256a689a5972af6e5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"213d5f867605ea8e74893795fd83d7d1\";a:5:{s:6:\"source\";s:32:\"213d5f867605ea8e74893795fd83d7d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1cca5f1f21a9b05f91fb9dc6362cd95a\";a:5:{s:6:\"source\";s:32:\"1cca5f1f21a9b05f91fb9dc6362cd95a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"319fd7fdae6e8fc7c66a7d6a7e0a9aff\";a:5:{s:6:\"source\";s:32:\"319fd7fdae6e8fc7c66a7d6a7e0a9aff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb1756b559d7db5438eac753d1238077\";a:5:{s:6:\"source\";s:32:\"fb1756b559d7db5438eac753d1238077\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b834ba566f6aa3c328408c2fbd84efe\";a:5:{s:6:\"source\";s:32:\"4b834ba566f6aa3c328408c2fbd84efe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c2e046d27ce1f5caf66c65963cd72bd\";a:5:{s:6:\"source\";s:32:\"2c2e046d27ce1f5caf66c65963cd72bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80af4970033c58da2fd27f6547ca58e3\";a:5:{s:6:\"source\";s:32:\"80af4970033c58da2fd27f6547ca58e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"092ebc4d7294710159514100c78645e1\";a:5:{s:6:\"source\";s:32:\"092ebc4d7294710159514100c78645e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fb204b88d0d15cb90d89fcecacaa0e3\";a:5:{s:6:\"source\";s:32:\"6fb204b88d0d15cb90d89fcecacaa0e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"070f317297f07db47f20bc6ee5b0c81c\";a:5:{s:6:\"source\";s:32:\"070f317297f07db47f20bc6ee5b0c81c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6ffeaa71cacca614d6653302a6c6d21\";a:5:{s:6:\"source\";s:32:\"e6ffeaa71cacca614d6653302a6c6d21\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6215fffd63d68fda5a6f8b41d4406c2\";a:5:{s:6:\"source\";s:32:\"a6215fffd63d68fda5a6f8b41d4406c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e8b264c7935eac24a9f9d6cf9318feb6\";a:5:{s:6:\"source\";s:32:\"e8b264c7935eac24a9f9d6cf9318feb6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d9c5dde8f500ce2ac4ff12aabdec287\";a:5:{s:6:\"source\";s:32:\"6d9c5dde8f500ce2ac4ff12aabdec287\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7bfeaa478db6cf530cd2b6fd0ef7fca5\";a:5:{s:6:\"source\";s:32:\"7bfeaa478db6cf530cd2b6fd0ef7fca5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a2c55d27f162b4a944025c1eb20dea3\";a:5:{s:6:\"source\";s:32:\"4a2c55d27f162b4a944025c1eb20dea3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"57882dcd1b7b62fadfac11ebe9c87566\";a:5:{s:6:\"source\";s:32:\"57882dcd1b7b62fadfac11ebe9c87566\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4ff7e59e3d278b76bf9386638a88bbf\";a:5:{s:6:\"source\";s:32:\"c4ff7e59e3d278b76bf9386638a88bbf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5074015f59b73b0565b26672689a1220\";a:5:{s:6:\"source\";s:32:\"5074015f59b73b0565b26672689a1220\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8aeb79e22567f47d5f7261ebc452fda2\";a:5:{s:6:\"source\";s:32:\"8aeb79e22567f47d5f7261ebc452fda2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0785631d9f16fba451a9a7397f63dcf\";a:5:{s:6:\"source\";s:32:\"f0785631d9f16fba451a9a7397f63dcf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fdbad96a4c38ec303962a5789f8ecbb7\";a:5:{s:6:\"source\";s:32:\"fdbad96a4c38ec303962a5789f8ecbb7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1c96090cfef93039e30d6c60cd4a5a4\";a:5:{s:6:\"source\";s:32:\"a1c96090cfef93039e30d6c60cd4a5a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b77dc1e8d532328442e9d33d55ae9f61\";a:5:{s:6:\"source\";s:32:\"b77dc1e8d532328442e9d33d55ae9f61\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6bc3fdbae67be03e0eaab73f2285c244\";a:5:{s:6:\"source\";s:32:\"6bc3fdbae67be03e0eaab73f2285c244\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3bdb2f8ab300256ce73fadca580aacd3\";a:5:{s:6:\"source\";s:32:\"3bdb2f8ab300256ce73fadca580aacd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32727d3bbde97b975103394af027aaad\";a:5:{s:6:\"source\";s:32:\"32727d3bbde97b975103394af027aaad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12bc4329f791eb5d21fc8379ebd14af9\";a:5:{s:6:\"source\";s:32:\"12bc4329f791eb5d21fc8379ebd14af9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"422d1d570659ad59e9acf72612e1156d\";a:5:{s:6:\"source\";s:32:\"422d1d570659ad59e9acf72612e1156d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dbcb046e60db491bc888e064c1be7196\";a:5:{s:6:\"source\";s:32:\"dbcb046e60db491bc888e064c1be7196\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cef07ebd1b1dc720687b21de2b071f51\";a:5:{s:6:\"source\";s:32:\"cef07ebd1b1dc720687b21de2b071f51\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae98e15fc77903bbaa635fdb07c8eb1a\";a:5:{s:6:\"source\";s:32:\"ae98e15fc77903bbaa635fdb07c8eb1a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"794a4eba4a7cc3919d7d48b0d4b4fea4\";a:5:{s:6:\"source\";s:32:\"794a4eba4a7cc3919d7d48b0d4b4fea4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4adcf184ce86bc6d57f1f031a4aa7262\";a:5:{s:6:\"source\";s:32:\"4adcf184ce86bc6d57f1f031a4aa7262\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"24869080462a5216b3f9afa49e876d1c\";a:5:{s:6:\"source\";s:32:\"24869080462a5216b3f9afa49e876d1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c1b5642863fadfdc9f27970f8a31cec\";a:5:{s:6:\"source\";s:32:\"1c1b5642863fadfdc9f27970f8a31cec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfbd3ec89342cb5e5a4de910d74bec09\";a:5:{s:6:\"source\";s:32:\"cfbd3ec89342cb5e5a4de910d74bec09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52c56989661f0113c337d89f1f825f9f\";a:5:{s:6:\"source\";s:32:\"52c56989661f0113c337d89f1f825f9f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a465c57b4670ca151d4141550298733\";a:5:{s:6:\"source\";s:32:\"4a465c57b4670ca151d4141550298733\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7106c3de2002b151aaf153b9a14e7e76\";a:5:{s:6:\"source\";s:32:\"7106c3de2002b151aaf153b9a14e7e76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5639cb6a4eaf76520e3036968f68c899\";a:5:{s:6:\"source\";s:32:\"5639cb6a4eaf76520e3036968f68c899\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4043dd4a55715a4d97be8a199dc57bd0\";a:5:{s:6:\"source\";s:32:\"4043dd4a55715a4d97be8a199dc57bd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8b256364b62f03d5ee14a911b49384b\";a:5:{s:6:\"source\";s:32:\"d8b256364b62f03d5ee14a911b49384b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d51e3e6c4be71a1a270048448f975e8f\";a:5:{s:6:\"source\";s:32:\"d51e3e6c4be71a1a270048448f975e8f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b0c672edffebde56ef36e0f608bc7cac\";a:5:{s:6:\"source\";s:32:\"b0c672edffebde56ef36e0f608bc7cac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9fdb0abbb756de1db25a5d8b1af0d72c\";a:5:{s:6:\"source\";s:32:\"9fdb0abbb756de1db25a5d8b1af0d72c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c2e54cc30bbb5e72cf127cb9aad1726d\";a:5:{s:6:\"source\";s:32:\"c2e54cc30bbb5e72cf127cb9aad1726d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ce7fdb883b1d3c97ee3b00a8f956de7\";a:5:{s:6:\"source\";s:32:\"7ce7fdb883b1d3c97ee3b00a8f956de7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12b31c856da6ccdaaeaa83040f371f30\";a:5:{s:6:\"source\";s:32:\"12b31c856da6ccdaaeaa83040f371f30\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0656eac054fb29d4caaaa0704582a73e\";a:5:{s:6:\"source\";s:32:\"0656eac054fb29d4caaaa0704582a73e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d184b44a99ae4fd8f76bca9b85d18c74\";a:5:{s:6:\"source\";s:32:\"d184b44a99ae4fd8f76bca9b85d18c74\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90c2b47daa9be7cf45dbdb41712fec32\";a:5:{s:6:\"source\";s:32:\"90c2b47daa9be7cf45dbdb41712fec32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad12062ec312cc20f76e1f740a1ffff5\";a:5:{s:6:\"source\";s:32:\"ad12062ec312cc20f76e1f740a1ffff5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0fb17993b8449d934971524b5c4c7f81\";a:5:{s:6:\"source\";s:32:\"0fb17993b8449d934971524b5c4c7f81\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6084f31300f2605fd19c9635ccf8f4fa\";a:5:{s:6:\"source\";s:32:\"6084f31300f2605fd19c9635ccf8f4fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8331a6c6bda077853da740152f9634d\";a:5:{s:6:\"source\";s:32:\"d8331a6c6bda077853da740152f9634d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a84cfcd3eff124294449e2e2680d77d\";a:5:{s:6:\"source\";s:32:\"4a84cfcd3eff124294449e2e2680d77d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb499c5d1b5d91df77caa369be1044ae\";a:5:{s:6:\"source\";s:32:\"bb499c5d1b5d91df77caa369be1044ae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b7931e89f9526347514939886d0506fd\";a:5:{s:6:\"source\";s:32:\"b7931e89f9526347514939886d0506fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"869d44279666bd29832981ad4f03da72\";a:5:{s:6:\"source\";s:32:\"869d44279666bd29832981ad4f03da72\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0fd26cb617378960e219af51906125c\";a:5:{s:6:\"source\";s:32:\"f0fd26cb617378960e219af51906125c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ab3e707be3017deed3232131cd6f0a9\";a:5:{s:6:\"source\";s:32:\"2ab3e707be3017deed3232131cd6f0a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd6160dd959ede3fedb834abb3300fcb\";a:5:{s:6:\"source\";s:32:\"fd6160dd959ede3fedb834abb3300fcb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0032d24695b8c3ba9783492c919f38fd\";a:5:{s:6:\"source\";s:32:\"0032d24695b8c3ba9783492c919f38fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac4080deecb0ec57a140c1c40e945aaa\";a:5:{s:6:\"source\";s:32:\"ac4080deecb0ec57a140c1c40e945aaa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0faf9bbd690a31cc30624393662c4b3a\";a:5:{s:6:\"source\";s:32:\"0faf9bbd690a31cc30624393662c4b3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2318b7819cddfbd0a6f70a7fbba6ceb1\";a:5:{s:6:\"source\";s:32:\"2318b7819cddfbd0a6f70a7fbba6ceb1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d776e7178143a0f00faca37e234619f\";a:5:{s:6:\"source\";s:32:\"4d776e7178143a0f00faca37e234619f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fdb39c3908403aa2e6b82c534acd317\";a:5:{s:6:\"source\";s:32:\"7fdb39c3908403aa2e6b82c534acd317\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2a8e93c99d9f8c69ead284881a7d913\";a:5:{s:6:\"source\";s:32:\"a2a8e93c99d9f8c69ead284881a7d913\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1bb2c10f994354de91a1100fdcaa3d0f\";a:5:{s:6:\"source\";s:32:\"1bb2c10f994354de91a1100fdcaa3d0f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"320a652f34e17620161aa9a589b6ad9a\";a:5:{s:6:\"source\";s:32:\"320a652f34e17620161aa9a589b6ad9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7bdb807ddb07161ca6f2796af8c372fd\";a:5:{s:6:\"source\";s:32:\"7bdb807ddb07161ca6f2796af8c372fd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0eaf5cbddcac1f98d8505640f66ed5d\";a:5:{s:6:\"source\";s:32:\"a0eaf5cbddcac1f98d8505640f66ed5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22339609915d5f37b8610c8e417a6bea\";a:5:{s:6:\"source\";s:32:\"22339609915d5f37b8610c8e417a6bea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c59956ec57488b03bb2413c771f755bc\";a:5:{s:6:\"source\";s:32:\"c59956ec57488b03bb2413c771f755bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73f9874452143c81bb6fdf5e79afc6b5\";a:5:{s:6:\"source\";s:32:\"73f9874452143c81bb6fdf5e79afc6b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"893bfeb6e32eb7ee3ae9f0903cec3df6\";a:5:{s:6:\"source\";s:32:\"893bfeb6e32eb7ee3ae9f0903cec3df6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8182af403be3a7a01cf3ec5bd4a6fcda\";a:5:{s:6:\"source\";s:32:\"8182af403be3a7a01cf3ec5bd4a6fcda\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03e93cc38cc19d696c4a7fb2f78645dc\";a:5:{s:6:\"source\";s:32:\"03e93cc38cc19d696c4a7fb2f78645dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63f50292bef1ac16015dec50b8017210\";a:5:{s:6:\"source\";s:32:\"63f50292bef1ac16015dec50b8017210\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e5e416dad0a22b17f3dc0f75b6fa195\";a:5:{s:6:\"source\";s:32:\"9e5e416dad0a22b17f3dc0f75b6fa195\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ebb50a3593dc72b28648d3b31fdf2e92\";a:5:{s:6:\"source\";s:32:\"ebb50a3593dc72b28648d3b31fdf2e92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2360a9256e2cd0b53cb7a826aa845c7\";a:5:{s:6:\"source\";s:32:\"e2360a9256e2cd0b53cb7a826aa845c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"15f5315556bf0c6341ec93b22dab1089\";a:5:{s:6:\"source\";s:32:\"15f5315556bf0c6341ec93b22dab1089\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ffaab6b62a95aa99aa5feffa243086e1\";a:5:{s:6:\"source\";s:32:\"ffaab6b62a95aa99aa5feffa243086e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cc1467210297cc2ae324d0a2d523f965\";a:5:{s:6:\"source\";s:32:\"cc1467210297cc2ae324d0a2d523f965\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0509a699e1898725203e76da56b8a10e\";a:5:{s:6:\"source\";s:32:\"0509a699e1898725203e76da56b8a10e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1905e15c5d6b0bc839fe008cc4813496\";a:5:{s:6:\"source\";s:32:\"1905e15c5d6b0bc839fe008cc4813496\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"072c8948b9c21eddc08d7f8da2c43a62\";a:5:{s:6:\"source\";s:32:\"072c8948b9c21eddc08d7f8da2c43a62\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98e549df13aa4f9db3ae04f0e39426c6\";a:5:{s:6:\"source\";s:32:\"98e549df13aa4f9db3ae04f0e39426c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63cf7ee3665a8a266cef70f790324619\";a:5:{s:6:\"source\";s:32:\"63cf7ee3665a8a266cef70f790324619\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f364eac80f862ee88b1ef5d7f7ce49e\";a:5:{s:6:\"source\";s:32:\"3f364eac80f862ee88b1ef5d7f7ce49e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3bbf5b0564c7412dd212291e473a4395\";a:5:{s:6:\"source\";s:32:\"3bbf5b0564c7412dd212291e473a4395\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2fc24671462819f6757bd5eaf27d191e\";a:5:{s:6:\"source\";s:32:\"2fc24671462819f6757bd5eaf27d191e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"012ef95c3a68fd91f287cd7335b1617f\";a:5:{s:6:\"source\";s:32:\"012ef95c3a68fd91f287cd7335b1617f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"255b840cbb419e60d55b12d875875bab\";a:5:{s:6:\"source\";s:32:\"255b840cbb419e60d55b12d875875bab\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62f955fb6dbf1f15407277269867b16c\";a:5:{s:6:\"source\";s:32:\"62f955fb6dbf1f15407277269867b16c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ac2276087da813b9626a80d6b9bcdf7\";a:5:{s:6:\"source\";s:32:\"3ac2276087da813b9626a80d6b9bcdf7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5bc6edd2649f9dfe4f551dc081a41398\";a:5:{s:6:\"source\";s:32:\"5bc6edd2649f9dfe4f551dc081a41398\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"02c003ae1f6f8e456ff18c075d903457\";a:5:{s:6:\"source\";s:32:\"02c003ae1f6f8e456ff18c075d903457\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5bea16418db0db8c0a7a470da246e0f4\";a:5:{s:6:\"source\";s:32:\"5bea16418db0db8c0a7a470da246e0f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"283dc734186b9856389b38c1d32eb545\";a:5:{s:6:\"source\";s:32:\"283dc734186b9856389b38c1d32eb545\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91af3e4d5b0f157019915b33d2dc6edb\";a:5:{s:6:\"source\";s:32:\"91af3e4d5b0f157019915b33d2dc6edb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ce84c76ef9722b8d54c698d8159ac4f\";a:5:{s:6:\"source\";s:32:\"0ce84c76ef9722b8d54c698d8159ac4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d2ef90eac688543aee608f6cd1757a8\";a:5:{s:6:\"source\";s:32:\"9d2ef90eac688543aee608f6cd1757a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"63c80d5ae601eb984b32ccd02a558cd8\";a:5:{s:6:\"source\";s:32:\"63c80d5ae601eb984b32ccd02a558cd8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7abb76aca96905879f50359999f67682\";a:5:{s:6:\"source\";s:32:\"7abb76aca96905879f50359999f67682\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f83a75d5a51254da7f0c1c0d84532a1\";a:5:{s:6:\"source\";s:32:\"3f83a75d5a51254da7f0c1c0d84532a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a221a4440946ca2ce7fce54c6cd1431e\";a:5:{s:6:\"source\";s:32:\"a221a4440946ca2ce7fce54c6cd1431e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0aaf0ce00b023c125819a9619df76979\";a:5:{s:6:\"source\";s:32:\"0aaf0ce00b023c125819a9619df76979\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"342ec02326ad7717f1d09ece6681f433\";a:5:{s:6:\"source\";s:32:\"342ec02326ad7717f1d09ece6681f433\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2b5c878c40951c082e4c65a1f1986b3\";a:5:{s:6:\"source\";s:32:\"d2b5c878c40951c082e4c65a1f1986b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff480b5ae74895de8d52c6e49d8af292\";a:5:{s:6:\"source\";s:32:\"ff480b5ae74895de8d52c6e49d8af292\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe2241297c7172afa07cca8a454a3ebf\";a:5:{s:6:\"source\";s:32:\"fe2241297c7172afa07cca8a454a3ebf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81178c4268c596c245ae89ce383c1afb\";a:5:{s:6:\"source\";s:32:\"81178c4268c596c245ae89ce383c1afb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be67f4293cc00e595e176c555b8395a6\";a:5:{s:6:\"source\";s:32:\"be67f4293cc00e595e176c555b8395a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4e6c010b83abe4f65740ee9458e408e\";a:5:{s:6:\"source\";s:32:\"d4e6c010b83abe4f65740ee9458e408e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9287c56d44c46002bb3ab5e35db340cb\";a:5:{s:6:\"source\";s:32:\"9287c56d44c46002bb3ab5e35db340cb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d25c04f9a0ede749e0eaf12cfc10fa6\";a:5:{s:6:\"source\";s:32:\"6d25c04f9a0ede749e0eaf12cfc10fa6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1da46952f7f7848eb43f6f8e2f4baa88\";a:5:{s:6:\"source\";s:32:\"1da46952f7f7848eb43f6f8e2f4baa88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fcc23183882a8b681954acdf443c70b0\";a:5:{s:6:\"source\";s:32:\"fcc23183882a8b681954acdf443c70b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22b58ec115b3eca4084848c7397bee14\";a:5:{s:6:\"source\";s:32:\"22b58ec115b3eca4084848c7397bee14\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"866bdceba021e5a16c37c8c7dce1f5b7\";a:5:{s:6:\"source\";s:32:\"866bdceba021e5a16c37c8c7dce1f5b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad36bf004c84f9e471c1e1da2d47e863\";a:5:{s:6:\"source\";s:32:\"ad36bf004c84f9e471c1e1da2d47e863\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"998cb96ad251454582a07ee52810cc73\";a:5:{s:6:\"source\";s:32:\"998cb96ad251454582a07ee52810cc73\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1e38f6c7ebe5c8ef988aa20237b2522\";a:5:{s:6:\"source\";s:32:\"f1e38f6c7ebe5c8ef988aa20237b2522\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d744677d902137741d9bfa77f5d19fe\";a:5:{s:6:\"source\";s:32:\"1d744677d902137741d9bfa77f5d19fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"088026115b3b156aaa29dca34c0dc806\";a:5:{s:6:\"source\";s:32:\"088026115b3b156aaa29dca34c0dc806\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e0ddb2382b356c07eeaf451eeb7fb73b\";a:5:{s:6:\"source\";s:32:\"e0ddb2382b356c07eeaf451eeb7fb73b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"950310aedd70694b994e85fabc5952ac\";a:5:{s:6:\"source\";s:32:\"950310aedd70694b994e85fabc5952ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"61ea5181b68a6297aeda0de22efdbd2c\";a:5:{s:6:\"source\";s:32:\"61ea5181b68a6297aeda0de22efdbd2c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6a13989fc530b8c99071c925425f451c\";a:5:{s:6:\"source\";s:32:\"6a13989fc530b8c99071c925425f451c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"daa9a039c36253151898074d11aaa6ac\";a:5:{s:6:\"source\";s:32:\"daa9a039c36253151898074d11aaa6ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13961bf32613dd2227bafa35e91bd60e\";a:5:{s:6:\"source\";s:32:\"13961bf32613dd2227bafa35e91bd60e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a30963dc28a4818fce57bf7bbaced49b\";a:5:{s:6:\"source\";s:32:\"a30963dc28a4818fce57bf7bbaced49b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52a95a16a45e35c7bfe0e93e65909c1d\";a:5:{s:6:\"source\";s:32:\"52a95a16a45e35c7bfe0e93e65909c1d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78d89ccfb8a95d8c46c094f7a890d90d\";a:5:{s:6:\"source\";s:32:\"78d89ccfb8a95d8c46c094f7a890d90d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"302804ea450627d54ce8d834a456d3b0\";a:5:{s:6:\"source\";s:32:\"302804ea450627d54ce8d834a456d3b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef30ec3ec68d9bf934b6eca1aeddc7b7\";a:5:{s:6:\"source\";s:32:\"ef30ec3ec68d9bf934b6eca1aeddc7b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f62d09ff8585b4c899e2f5327f90c8d\";a:5:{s:6:\"source\";s:32:\"9f62d09ff8585b4c899e2f5327f90c8d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f2c4f01d6bfb57645c9bbc7c3962819\";a:5:{s:6:\"source\";s:32:\"7f2c4f01d6bfb57645c9bbc7c3962819\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"504ad7f2e8bef345e6139c404f1910b7\";a:5:{s:6:\"source\";s:32:\"504ad7f2e8bef345e6139c404f1910b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e94b5df0271313ac3d13b93e88fe1cd3\";a:5:{s:6:\"source\";s:32:\"e94b5df0271313ac3d13b93e88fe1cd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b79d3bfd70aea33c99e26c67cf8ecaeb\";a:5:{s:6:\"source\";s:32:\"b79d3bfd70aea33c99e26c67cf8ecaeb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3361ff0b15d55134a53fdc27cd05664f\";a:5:{s:6:\"source\";s:32:\"3361ff0b15d55134a53fdc27cd05664f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67cecfde5e0ebd81f95b15fe37770fd4\";a:5:{s:6:\"source\";s:32:\"67cecfde5e0ebd81f95b15fe37770fd4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"606d0a62261cf5ef01d32970b7c5cd01\";a:5:{s:6:\"source\";s:32:\"606d0a62261cf5ef01d32970b7c5cd01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58ad554e490b0b146978a0ab9e82db52\";a:5:{s:6:\"source\";s:32:\"58ad554e490b0b146978a0ab9e82db52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f336b242f88d71668b1000cf1128bb66\";a:5:{s:6:\"source\";s:32:\"f336b242f88d71668b1000cf1128bb66\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d775a2f7cc60e86b0ca39a11cb2130d\";a:5:{s:6:\"source\";s:32:\"3d775a2f7cc60e86b0ca39a11cb2130d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68a1d4cd6df10908dc48b04c044f59e6\";a:5:{s:6:\"source\";s:32:\"68a1d4cd6df10908dc48b04c044f59e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"102fe82d116944f30257c594da6a7c56\";a:5:{s:6:\"source\";s:32:\"102fe82d116944f30257c594da6a7c56\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"acbcd30b4a9c66ff6263c0d324f7151c\";a:5:{s:6:\"source\";s:32:\"acbcd30b4a9c66ff6263c0d324f7151c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d826905a67c164fbd5d4073406747c92\";a:5:{s:6:\"source\";s:32:\"d826905a67c164fbd5d4073406747c92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bdf70394495c3f824b91155b2e13e85b\";a:5:{s:6:\"source\";s:32:\"bdf70394495c3f824b91155b2e13e85b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea0e5d95d26414dc5cd76e2c7ea5d1a1\";a:5:{s:6:\"source\";s:32:\"ea0e5d95d26414dc5cd76e2c7ea5d1a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d56ae403269d8888e935358edb56bff2\";a:5:{s:6:\"source\";s:32:\"d56ae403269d8888e935358edb56bff2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c76a7914b513d898aa0ba6c3ab5f1548\";a:5:{s:6:\"source\";s:32:\"c76a7914b513d898aa0ba6c3ab5f1548\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fade5a5ee3d4d0cce6b762a2b85e8e92\";a:5:{s:6:\"source\";s:32:\"fade5a5ee3d4d0cce6b762a2b85e8e92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a85a577c3fe07fbeaa0c39fbad313606\";a:5:{s:6:\"source\";s:32:\"a85a577c3fe07fbeaa0c39fbad313606\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1a749d1bb2634dc427c7f0312f7bfaa\";a:5:{s:6:\"source\";s:32:\"b1a749d1bb2634dc427c7f0312f7bfaa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5628f55315ba888c21bcbe87cc17be2\";a:5:{s:6:\"source\";s:32:\"d5628f55315ba888c21bcbe87cc17be2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38442ba1299706c50a63a989e5b086da\";a:5:{s:6:\"source\";s:32:\"38442ba1299706c50a63a989e5b086da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89f710f1db9b71c71062b6b125106560\";a:5:{s:6:\"source\";s:32:\"89f710f1db9b71c71062b6b125106560\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1a8f218355605d96aa5acf1f23c55c2\";a:5:{s:6:\"source\";s:32:\"a1a8f218355605d96aa5acf1f23c55c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5423929b863b360ad1808ae4b1ee3b2e\";a:5:{s:6:\"source\";s:32:\"5423929b863b360ad1808ae4b1ee3b2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc195fc3fd125e0f57d7903599e7d15c\";a:5:{s:6:\"source\";s:32:\"dc195fc3fd125e0f57d7903599e7d15c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"048d8665482e2b6e082b410b461ad79f\";a:5:{s:6:\"source\";s:32:\"048d8665482e2b6e082b410b461ad79f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"227e39a87bfef57442fa0f180ed6ce52\";a:5:{s:6:\"source\";s:32:\"227e39a87bfef57442fa0f180ed6ce52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c204111718ebba913606faf404a446b4\";a:5:{s:6:\"source\";s:32:\"c204111718ebba913606faf404a446b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ffe29acfdd7bd174996f22aaf2aa3924\";a:5:{s:6:\"source\";s:32:\"ffe29acfdd7bd174996f22aaf2aa3924\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a0bf167a242c7afa3a39cbdfb48ea5d\";a:5:{s:6:\"source\";s:32:\"0a0bf167a242c7afa3a39cbdfb48ea5d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"39737f0c3203e63a80e6256f4b0eb756\";a:5:{s:6:\"source\";s:32:\"39737f0c3203e63a80e6256f4b0eb756\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"99ad861b4e9b90aaa32e9af9a2794479\";a:5:{s:6:\"source\";s:32:\"99ad861b4e9b90aaa32e9af9a2794479\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04fb928636951c90c163de3899e2bffb\";a:5:{s:6:\"source\";s:32:\"04fb928636951c90c163de3899e2bffb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc65f91f38843f116b7fa1d3c3a02aaf\";a:5:{s:6:\"source\";s:32:\"bc65f91f38843f116b7fa1d3c3a02aaf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f662d43aaf43ad482c7be345de2d7fe\";a:5:{s:6:\"source\";s:32:\"6f662d43aaf43ad482c7be345de2d7fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e10e9b1b75b3fe3b1fe8427c1861eac\";a:5:{s:6:\"source\";s:32:\"4e10e9b1b75b3fe3b1fe8427c1861eac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1cbf089a88830334068d37614ae4647c\";a:5:{s:6:\"source\";s:32:\"1cbf089a88830334068d37614ae4647c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78f64f7a8b872595411fd9410e17a6cc\";a:5:{s:6:\"source\";s:32:\"78f64f7a8b872595411fd9410e17a6cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9747e6b1b1368e4c97761c4a79892ea9\";a:5:{s:6:\"source\";s:32:\"9747e6b1b1368e4c97761c4a79892ea9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed6b0df7ad3a8a5448a5ac3e311ffff9\";a:5:{s:6:\"source\";s:32:\"ed6b0df7ad3a8a5448a5ac3e311ffff9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"230506fccec19ed3f094b4098b3fea99\";a:5:{s:6:\"source\";s:32:\"230506fccec19ed3f094b4098b3fea99\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13f7b775ecbd3963f7589bc133b9657c\";a:5:{s:6:\"source\";s:32:\"13f7b775ecbd3963f7589bc133b9657c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef9bc85d55df08eee965025baab114c3\";a:5:{s:6:\"source\";s:32:\"ef9bc85d55df08eee965025baab114c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7dc7b8b9f59d1a8964e1ba2011ca349e\";a:5:{s:6:\"source\";s:32:\"7dc7b8b9f59d1a8964e1ba2011ca349e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c438f4bd03c524e26876a093fddc478d\";a:5:{s:6:\"source\";s:32:\"c438f4bd03c524e26876a093fddc478d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d37eb1a8aa13f77f26d17a09c94fcd9\";a:5:{s:6:\"source\";s:32:\"4d37eb1a8aa13f77f26d17a09c94fcd9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fb403f19c7d830c78f0a24ab14e867d\";a:5:{s:6:\"source\";s:32:\"3fb403f19c7d830c78f0a24ab14e867d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1919fb83d675d2c5428d4981698fd7d2\";a:5:{s:6:\"source\";s:32:\"1919fb83d675d2c5428d4981698fd7d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0260393ecd0c342c45332a41b13ae789\";a:5:{s:6:\"source\";s:32:\"0260393ecd0c342c45332a41b13ae789\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e98384650451f8a33dff153ea7114ac6\";a:5:{s:6:\"source\";s:32:\"e98384650451f8a33dff153ea7114ac6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"554f5d0b8562dbdb46bdf57c13fe76ed\";a:5:{s:6:\"source\";s:32:\"554f5d0b8562dbdb46bdf57c13fe76ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"168b1c51a75d485400d258f38e98bf47\";a:5:{s:6:\"source\";s:32:\"168b1c51a75d485400d258f38e98bf47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de81ca73744c2be3d1df091b1c8f6b3c\";a:5:{s:6:\"source\";s:32:\"de81ca73744c2be3d1df091b1c8f6b3c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e7203ded3be3dc99b051d3507f5aff0\";a:5:{s:6:\"source\";s:32:\"2e7203ded3be3dc99b051d3507f5aff0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c96deab52eec999a6dffbb11a6aeaeb9\";a:5:{s:6:\"source\";s:32:\"c96deab52eec999a6dffbb11a6aeaeb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c1b4cc43c3f9f19a6d17bbab58c9ec39\";a:5:{s:6:\"source\";s:32:\"c1b4cc43c3f9f19a6d17bbab58c9ec39\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5891ead0ae6fcd411bbed5f79f8fd6d8\";a:5:{s:6:\"source\";s:32:\"5891ead0ae6fcd411bbed5f79f8fd6d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23176ae3f3aca2aec3bc08dc1d02f9fa\";a:5:{s:6:\"source\";s:32:\"23176ae3f3aca2aec3bc08dc1d02f9fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b75681f04aa70725dcee3ab4b875c7ee\";a:5:{s:6:\"source\";s:32:\"b75681f04aa70725dcee3ab4b875c7ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6733ce53dcb50aa6517e33afe6128693\";a:5:{s:6:\"source\";s:32:\"6733ce53dcb50aa6517e33afe6128693\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c9f970209bd578000c91854280f2fb4\";a:5:{s:6:\"source\";s:32:\"3c9f970209bd578000c91854280f2fb4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92806942e8af7d067819808c012734ec\";a:5:{s:6:\"source\";s:32:\"92806942e8af7d067819808c012734ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46526f8ad17127a73ce3c9a3dc62b02b\";a:5:{s:6:\"source\";s:32:\"46526f8ad17127a73ce3c9a3dc62b02b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff7ef0686dbae7dd47b6f6f08c9b1be6\";a:5:{s:6:\"source\";s:32:\"ff7ef0686dbae7dd47b6f6f08c9b1be6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"345fbd7cb6cdbfc72c7188bca7d7664f\";a:5:{s:6:\"source\";s:32:\"345fbd7cb6cdbfc72c7188bca7d7664f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4cf2de4a2120b351ad5dfc264b2040d2\";a:5:{s:6:\"source\";s:32:\"4cf2de4a2120b351ad5dfc264b2040d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e78ecfc82cb2d65d4b3f1b60ea1407c0\";a:5:{s:6:\"source\";s:32:\"e78ecfc82cb2d65d4b3f1b60ea1407c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc5ed25538fc91a012f552e2b1d6f5e0\";a:5:{s:6:\"source\";s:32:\"fc5ed25538fc91a012f552e2b1d6f5e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"072efb2352e297962c5ba33fe7695cac\";a:5:{s:6:\"source\";s:32:\"072efb2352e297962c5ba33fe7695cac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a3c502b8e6f131a7ccd8c00428d479b\";a:5:{s:6:\"source\";s:32:\"9a3c502b8e6f131a7ccd8c00428d479b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d59f11d767d378565e40e95d6a07bbb7\";a:5:{s:6:\"source\";s:32:\"d59f11d767d378565e40e95d6a07bbb7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3077c98fcb92bd5384790378db93cf06\";a:5:{s:6:\"source\";s:32:\"3077c98fcb92bd5384790378db93cf06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73826c1ba27725daf035f6c0108b3a86\";a:5:{s:6:\"source\";s:32:\"73826c1ba27725daf035f6c0108b3a86\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bee083e930ff4addd8fb6952788edcad\";a:5:{s:6:\"source\";s:32:\"bee083e930ff4addd8fb6952788edcad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f63b375b2ef5c8f2c61549b39f2ba8f2\";a:5:{s:6:\"source\";s:32:\"f63b375b2ef5c8f2c61549b39f2ba8f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6df71136dae3f0b995a07ef8c6d7a076\";a:5:{s:6:\"source\";s:32:\"6df71136dae3f0b995a07ef8c6d7a076\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"661100777be4a6408abefc7d7439064e\";a:5:{s:6:\"source\";s:32:\"661100777be4a6408abefc7d7439064e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f63a2f2c0250e2fcae0d45f47c72a2e\";a:5:{s:6:\"source\";s:32:\"9f63a2f2c0250e2fcae0d45f47c72a2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aaaeaa54838e0e3fb57fad4ff6bcddb8\";a:5:{s:6:\"source\";s:32:\"aaaeaa54838e0e3fb57fad4ff6bcddb8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3157b83df9e82c92fcacb6918875ca3b\";a:5:{s:6:\"source\";s:32:\"3157b83df9e82c92fcacb6918875ca3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"075b7709af4747b2a17c22f5fb674054\";a:5:{s:6:\"source\";s:32:\"075b7709af4747b2a17c22f5fb674054\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78bcba7c2212aa2b8407cff53a0c8b55\";a:5:{s:6:\"source\";s:32:\"78bcba7c2212aa2b8407cff53a0c8b55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6bcaf69430c066812c15c1f6ec6e93b2\";a:5:{s:6:\"source\";s:32:\"6bcaf69430c066812c15c1f6ec6e93b2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"74c29806cfba376746a115253835b461\";a:5:{s:6:\"source\";s:32:\"74c29806cfba376746a115253835b461\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01f5459d26492ab2192492ea783ed250\";a:5:{s:6:\"source\";s:32:\"01f5459d26492ab2192492ea783ed250\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"522347b6bef2d55cc22e897d9c1753e1\";a:5:{s:6:\"source\";s:32:\"522347b6bef2d55cc22e897d9c1753e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cda5bfed7e9b2760ccedb1864a76cf15\";a:5:{s:6:\"source\";s:32:\"cda5bfed7e9b2760ccedb1864a76cf15\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b1664563305e8caa819af3f67081ad71\";a:5:{s:6:\"source\";s:32:\"b1664563305e8caa819af3f67081ad71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cf4bbc113abaca459b477479722ede08\";a:5:{s:6:\"source\";s:32:\"cf4bbc113abaca459b477479722ede08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13775cba9224e70374efdba8251551db\";a:5:{s:6:\"source\";s:32:\"13775cba9224e70374efdba8251551db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a81a0d06b17440e09aa7cf87822ab2d9\";a:5:{s:6:\"source\";s:32:\"a81a0d06b17440e09aa7cf87822ab2d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b9810b9936f6c67f65053d151d6c3087\";a:5:{s:6:\"source\";s:32:\"b9810b9936f6c67f65053d151d6c3087\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5bba38730347095a80436141505ac2eb\";a:5:{s:6:\"source\";s:32:\"5bba38730347095a80436141505ac2eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b574b6b7530e7d855c539e7c559af68\";a:5:{s:6:\"source\";s:32:\"0b574b6b7530e7d855c539e7c559af68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5533ba13d5f98e9c4639f80dc8583253\";a:5:{s:6:\"source\";s:32:\"5533ba13d5f98e9c4639f80dc8583253\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a86e5e749dbd1185eba4fc307b925ff\";a:5:{s:6:\"source\";s:32:\"8a86e5e749dbd1185eba4fc307b925ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1722330030ad38b4c6e1859f6a537d7f\";a:5:{s:6:\"source\";s:32:\"1722330030ad38b4c6e1859f6a537d7f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d77a9f31071352926c56edc20965299f\";a:5:{s:6:\"source\";s:32:\"d77a9f31071352926c56edc20965299f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7141d1e88fdcb38a1c5e7ba3226e505\";a:5:{s:6:\"source\";s:32:\"c7141d1e88fdcb38a1c5e7ba3226e505\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"198b0d665516a0d49338a2572e43987a\";a:5:{s:6:\"source\";s:32:\"198b0d665516a0d49338a2572e43987a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b9cdd6f27b227770e7185e8a16271b5\";a:5:{s:6:\"source\";s:32:\"0b9cdd6f27b227770e7185e8a16271b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"350e8359fe19c66eb1d15a014c6f1d68\";a:5:{s:6:\"source\";s:32:\"350e8359fe19c66eb1d15a014c6f1d68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9281d32d930031e9f5a7ed9c3f04c8f\";a:5:{s:6:\"source\";s:32:\"a9281d32d930031e9f5a7ed9c3f04c8f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"28b126ae7315bc5df2df07500410af90\";a:5:{s:6:\"source\";s:32:\"28b126ae7315bc5df2df07500410af90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0394a43e8e88c188d3b48d6aaf20fbf\";a:5:{s:6:\"source\";s:32:\"d0394a43e8e88c188d3b48d6aaf20fbf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0490d1c3eba7737a4c337a3b315cf710\";a:5:{s:6:\"source\";s:32:\"0490d1c3eba7737a4c337a3b315cf710\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c5c66de2b45cdf900fb52acd043f70d\";a:5:{s:6:\"source\";s:32:\"4c5c66de2b45cdf900fb52acd043f70d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"222092ec1eebd601a1b9ce8da16e0153\";a:5:{s:6:\"source\";s:32:\"222092ec1eebd601a1b9ce8da16e0153\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c056c20872c04e14c963988450fbc839\";a:5:{s:6:\"source\";s:32:\"c056c20872c04e14c963988450fbc839\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d03613a210e02e143199fe5bf43c3eb\";a:5:{s:6:\"source\";s:32:\"8d03613a210e02e143199fe5bf43c3eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c7519ce8a1ddefd8e5431846eef2c704\";a:5:{s:6:\"source\";s:32:\"c7519ce8a1ddefd8e5431846eef2c704\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"536ef5257ec1a157651094e21eb5750d\";a:5:{s:6:\"source\";s:32:\"536ef5257ec1a157651094e21eb5750d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"affe5153b5e1ea78bfa440d05a14bf2f\";a:5:{s:6:\"source\";s:32:\"affe5153b5e1ea78bfa440d05a14bf2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"919e2896c66221857fdd04bbcdc7e503\";a:5:{s:6:\"source\";s:32:\"919e2896c66221857fdd04bbcdc7e503\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0b07b933ebeef199c697b71c4c990f6\";a:5:{s:6:\"source\";s:32:\"f0b07b933ebeef199c697b71c4c990f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2211f849ddeb70db3b040b09943ee21b\";a:5:{s:6:\"source\";s:32:\"2211f849ddeb70db3b040b09943ee21b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81ee026fe24e58316682175efcc318bb\";a:5:{s:6:\"source\";s:32:\"81ee026fe24e58316682175efcc318bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47e50b3bf6f9c302badbc21d1df93183\";a:5:{s:6:\"source\";s:32:\"47e50b3bf6f9c302badbc21d1df93183\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e5a71db22cbd4766b5ef9fc8a47849a\";a:5:{s:6:\"source\";s:32:\"0e5a71db22cbd4766b5ef9fc8a47849a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c32f4c134f91990672c4de523beab989\";a:5:{s:6:\"source\";s:32:\"c32f4c134f91990672c4de523beab989\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3be17d624a7bc09baca5105c96c1c8ad\";a:5:{s:6:\"source\";s:32:\"3be17d624a7bc09baca5105c96c1c8ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a066cd28c282a7ac3d83252e3dadc4da\";a:5:{s:6:\"source\";s:32:\"a066cd28c282a7ac3d83252e3dadc4da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"062025ec3bb0081233d505c054167074\";a:5:{s:6:\"source\";s:32:\"062025ec3bb0081233d505c054167074\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e313fa333834e8549430d699825198b\";a:5:{s:6:\"source\";s:32:\"2e313fa333834e8549430d699825198b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26cfd01ed311c042dd88e0fe1cc5f538\";a:5:{s:6:\"source\";s:32:\"26cfd01ed311c042dd88e0fe1cc5f538\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49b1197607f4a075ee1eab1441b0b3db\";a:5:{s:6:\"source\";s:32:\"49b1197607f4a075ee1eab1441b0b3db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cce0071226d40eed03ede6ee815ae59\";a:5:{s:6:\"source\";s:32:\"5cce0071226d40eed03ede6ee815ae59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa0affa1ee666884db69ac7a5940824a\";a:5:{s:6:\"source\";s:32:\"fa0affa1ee666884db69ac7a5940824a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c81b8b58ded3bc33d6ba378120e5d57\";a:5:{s:6:\"source\";s:32:\"7c81b8b58ded3bc33d6ba378120e5d57\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11c89c584e37f71f07e203545be14c46\";a:5:{s:6:\"source\";s:32:\"11c89c584e37f71f07e203545be14c46\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9beea7df2a487ad5bcb59ffed14c453f\";a:5:{s:6:\"source\";s:32:\"9beea7df2a487ad5bcb59ffed14c453f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ce3a9f17a5284ecf546fd1250e99de92\";a:5:{s:6:\"source\";s:32:\"ce3a9f17a5284ecf546fd1250e99de92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c5454c092c63f57d0deab091f1ec6cf\";a:5:{s:6:\"source\";s:32:\"3c5454c092c63f57d0deab091f1ec6cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e59144ba9d6b70f86054bdbdcb433410\";a:5:{s:6:\"source\";s:32:\"e59144ba9d6b70f86054bdbdcb433410\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"732347764453c06abb1549562a073eff\";a:5:{s:6:\"source\";s:32:\"732347764453c06abb1549562a073eff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d78eafc0cfb5e14b59fd810a2bf38657\";a:5:{s:6:\"source\";s:32:\"d78eafc0cfb5e14b59fd810a2bf38657\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85ffd4563e49e02c76e6f13bd5878ea6\";a:5:{s:6:\"source\";s:32:\"85ffd4563e49e02c76e6f13bd5878ea6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9464533a5f16697a4645e511ddd07985\";a:5:{s:6:\"source\";s:32:\"9464533a5f16697a4645e511ddd07985\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e181479d7c5a931e5874a12e3f91b50a\";a:5:{s:6:\"source\";s:32:\"e181479d7c5a931e5874a12e3f91b50a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c269c392e208a75d1937f1f5058e2a86\";a:5:{s:6:\"source\";s:32:\"c269c392e208a75d1937f1f5058e2a86\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dba36cd3aad1fe67352a0d9046ec7ece\";a:5:{s:6:\"source\";s:32:\"dba36cd3aad1fe67352a0d9046ec7ece\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94888ab865874fc0ccc92de3324e2752\";a:5:{s:6:\"source\";s:32:\"94888ab865874fc0ccc92de3324e2752\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5de6c23492bb74faab98088597376fbf\";a:5:{s:6:\"source\";s:32:\"5de6c23492bb74faab98088597376fbf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a457e69a35422b5e7b4c6c59fba64d4\";a:5:{s:6:\"source\";s:32:\"9a457e69a35422b5e7b4c6c59fba64d4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"22f98e151760300dd068197a3b49dc3d\";a:5:{s:6:\"source\";s:32:\"22f98e151760300dd068197a3b49dc3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cdef49ed5cba897abd67dda59b49d07\";a:5:{s:6:\"source\";s:32:\"0cdef49ed5cba897abd67dda59b49d07\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32f175e09b904493c6eba2b4b3a9cbb8\";a:5:{s:6:\"source\";s:32:\"32f175e09b904493c6eba2b4b3a9cbb8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c09f083eed16337d14758c5f1648b47\";a:5:{s:6:\"source\";s:32:\"6c09f083eed16337d14758c5f1648b47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d92da1c547cdf23c654c5c9f7d6c92d0\";a:5:{s:6:\"source\";s:32:\"d92da1c547cdf23c654c5c9f7d6c92d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d478673c284eca2ba11fcc79515c1377\";a:5:{s:6:\"source\";s:32:\"d478673c284eca2ba11fcc79515c1377\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f367a90675d064ba47855682b358c13b\";a:5:{s:6:\"source\";s:32:\"f367a90675d064ba47855682b358c13b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd19f5285f607d7af09985879eab5772\";a:5:{s:6:\"source\";s:32:\"cd19f5285f607d7af09985879eab5772\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b9d15309c5f5a4d804ea4a09de243e5c\";a:5:{s:6:\"source\";s:32:\"b9d15309c5f5a4d804ea4a09de243e5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"afb352ccf185935e5a72911fd6cc7d8a\";a:5:{s:6:\"source\";s:32:\"afb352ccf185935e5a72911fd6cc7d8a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e93ac1a7c97093c7e3c5e5671dcdb4c\";a:5:{s:6:\"source\";s:32:\"9e93ac1a7c97093c7e3c5e5671dcdb4c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e26e83d1d9982fc1f52ab21761b92863\";a:5:{s:6:\"source\";s:32:\"e26e83d1d9982fc1f52ab21761b92863\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d42dbc306869a431bfcde72112952f5\";a:5:{s:6:\"source\";s:32:\"7d42dbc306869a431bfcde72112952f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3206268d708c8bc88343fb30747527b\";a:5:{s:6:\"source\";s:32:\"f3206268d708c8bc88343fb30747527b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d88f7641aca9af0f3c545fb0ff92a371\";a:5:{s:6:\"source\";s:32:\"d88f7641aca9af0f3c545fb0ff92a371\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97ea8b53c072bba51f1aa1a8d745832e\";a:5:{s:6:\"source\";s:32:\"97ea8b53c072bba51f1aa1a8d745832e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70aeaa32f5c74f642cd9083d0cd77f45\";a:5:{s:6:\"source\";s:32:\"70aeaa32f5c74f642cd9083d0cd77f45\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1ef7e87c35f57cf8cada0ac86c9921d\";a:5:{s:6:\"source\";s:32:\"d1ef7e87c35f57cf8cada0ac86c9921d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c188811f923cf19b13040c413600168f\";a:5:{s:6:\"source\";s:32:\"c188811f923cf19b13040c413600168f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7bbbfb5c5c1e62171d93e401efd11d3e\";a:5:{s:6:\"source\";s:32:\"7bbbfb5c5c1e62171d93e401efd11d3e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cc161afa38c2b467829dc2f9aeb553c0\";a:5:{s:6:\"source\";s:32:\"cc161afa38c2b467829dc2f9aeb553c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2046e8970feeccbd563a4a134868a6e2\";a:5:{s:6:\"source\";s:32:\"2046e8970feeccbd563a4a134868a6e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19ebc0ed60a278bb9dac54a37bdd6363\";a:5:{s:6:\"source\";s:32:\"19ebc0ed60a278bb9dac54a37bdd6363\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69a7eabc25a20f174cbacc990ea949c0\";a:5:{s:6:\"source\";s:32:\"69a7eabc25a20f174cbacc990ea949c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70f1b2d38a9dc03346436e51531856e8\";a:5:{s:6:\"source\";s:32:\"70f1b2d38a9dc03346436e51531856e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fca7566c2ffd5e6853dd8d3a7b1f3e49\";a:5:{s:6:\"source\";s:32:\"fca7566c2ffd5e6853dd8d3a7b1f3e49\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18d715522949e92f9b00f4cf114c3818\";a:5:{s:6:\"source\";s:32:\"18d715522949e92f9b00f4cf114c3818\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc9e13bbe8d909afa4124e5966fedd78\";a:5:{s:6:\"source\";s:32:\"dc9e13bbe8d909afa4124e5966fedd78\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e65b8377028fcc88548d5cbc38ed1b0d\";a:5:{s:6:\"source\";s:32:\"e65b8377028fcc88548d5cbc38ed1b0d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43a35288805b9fa68c181eeefedacace\";a:5:{s:6:\"source\";s:32:\"43a35288805b9fa68c181eeefedacace\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1640f4b589015d6f3c4dab005d32705f\";a:5:{s:6:\"source\";s:32:\"1640f4b589015d6f3c4dab005d32705f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"107cf9a8275cabd05c54b4effa41d245\";a:5:{s:6:\"source\";s:32:\"107cf9a8275cabd05c54b4effa41d245\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e47dda6e5ca5a4a453c5897204bd644a\";a:5:{s:6:\"source\";s:32:\"e47dda6e5ca5a4a453c5897204bd644a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98f640424bf9d2363a23358940f45db2\";a:5:{s:6:\"source\";s:32:\"98f640424bf9d2363a23358940f45db2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eeb10bd57af987e8fd8070a9e3f1c9a5\";a:5:{s:6:\"source\";s:32:\"eeb10bd57af987e8fd8070a9e3f1c9a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34210c5cc567d6f4f799a2a691addb08\";a:5:{s:6:\"source\";s:32:\"34210c5cc567d6f4f799a2a691addb08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d387778f87e9e0b5a864d11aed51fc0e\";a:5:{s:6:\"source\";s:32:\"d387778f87e9e0b5a864d11aed51fc0e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"38b075c9783c466efe35fe4705508f66\";a:5:{s:6:\"source\";s:32:\"38b075c9783c466efe35fe4705508f66\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0309e1ac703f80d26e5d40d669a90de\";a:5:{s:6:\"source\";s:32:\"c0309e1ac703f80d26e5d40d669a90de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"101cdbdc0701b659756c9b35ffd963e4\";a:5:{s:6:\"source\";s:32:\"101cdbdc0701b659756c9b35ffd963e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c8eeeed4ba879167e5504761807f565b\";a:5:{s:6:\"source\";s:32:\"c8eeeed4ba879167e5504761807f565b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84303a0a7c06ab2b69f4c76b7f97333a\";a:5:{s:6:\"source\";s:32:\"84303a0a7c06ab2b69f4c76b7f97333a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ffa503ff3d1322ce1272ef5e80fff8e\";a:5:{s:6:\"source\";s:32:\"8ffa503ff3d1322ce1272ef5e80fff8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ebea925a42ead9f1adbdc815110c631\";a:5:{s:6:\"source\";s:32:\"5ebea925a42ead9f1adbdc815110c631\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6d90167614bec72e3b9b20c2bc3a455b\";a:5:{s:6:\"source\";s:32:\"6d90167614bec72e3b9b20c2bc3a455b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"028f457d722e5f6a3419a65d6540b5a6\";a:5:{s:6:\"source\";s:32:\"028f457d722e5f6a3419a65d6540b5a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"03e1b41d811c797866454daf9f07960f\";a:5:{s:6:\"source\";s:32:\"03e1b41d811c797866454daf9f07960f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6465b3d588a3cd479a71776efc3feaf2\";a:5:{s:6:\"source\";s:32:\"6465b3d588a3cd479a71776efc3feaf2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a06a71dac4c625192346863642028cd\";a:5:{s:6:\"source\";s:32:\"2a06a71dac4c625192346863642028cd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bdbcaaeb92350405c1be1480c935d2d3\";a:5:{s:6:\"source\";s:32:\"bdbcaaeb92350405c1be1480c935d2d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e642a9e409c12a1864e656d4f285bce\";a:5:{s:6:\"source\";s:32:\"3e642a9e409c12a1864e656d4f285bce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"129461387a11ab59c9ff80e463a31faf\";a:5:{s:6:\"source\";s:32:\"129461387a11ab59c9ff80e463a31faf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4dc1415cd6affb807c0ef7ee51be6467\";a:5:{s:6:\"source\";s:32:\"4dc1415cd6affb807c0ef7ee51be6467\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e58a29f65fd45e7107cceb54c0d94dd8\";a:5:{s:6:\"source\";s:32:\"e58a29f65fd45e7107cceb54c0d94dd8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a7ae93a58e704f91185d0454717478c\";a:5:{s:6:\"source\";s:32:\"8a7ae93a58e704f91185d0454717478c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"138b4df2f78903ae9c6c6ed94953b393\";a:5:{s:6:\"source\";s:32:\"138b4df2f78903ae9c6c6ed94953b393\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59a4926eb96f3e2c1fd9183091f0c890\";a:5:{s:6:\"source\";s:32:\"59a4926eb96f3e2c1fd9183091f0c890\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c130b993ef6593f37fbe4fa76d1d02a1\";a:5:{s:6:\"source\";s:32:\"c130b993ef6593f37fbe4fa76d1d02a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db7f9cc98311ae21d89b6a9ecff8dd76\";a:5:{s:6:\"source\";s:32:\"db7f9cc98311ae21d89b6a9ecff8dd76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"142020c82ada9f500bfd078ebc548bf7\";a:5:{s:6:\"source\";s:32:\"142020c82ada9f500bfd078ebc548bf7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfe5629ab803143135aa7f7ccd7cf551\";a:5:{s:6:\"source\";s:32:\"cfe5629ab803143135aa7f7ccd7cf551\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e827db9f13b0eee41f79dc3bae63f12c\";a:5:{s:6:\"source\";s:32:\"e827db9f13b0eee41f79dc3bae63f12c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8849eee4365cd2a15fdfc956c9c58df0\";a:5:{s:6:\"source\";s:32:\"8849eee4365cd2a15fdfc956c9c58df0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c9dbe091567b743156b9319f383b423\";a:5:{s:6:\"source\";s:32:\"3c9dbe091567b743156b9319f383b423\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51f2bb58f71af939cea46e8b6b573d6e\";a:5:{s:6:\"source\";s:32:\"51f2bb58f71af939cea46e8b6b573d6e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b72c35d736b8da91d4642425ac666c83\";a:5:{s:6:\"source\";s:32:\"b72c35d736b8da91d4642425ac666c83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd3db8b7c62bcbbe76c307720ddcd662\";a:5:{s:6:\"source\";s:32:\"dd3db8b7c62bcbbe76c307720ddcd662\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec695dd4ca1d7b9c13738d2d68e20749\";a:5:{s:6:\"source\";s:32:\"ec695dd4ca1d7b9c13738d2d68e20749\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"65d829a316903bec74eaeceb40bd0836\";a:5:{s:6:\"source\";s:32:\"65d829a316903bec74eaeceb40bd0836\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2e29c1b4db5a0eea666bc73c2eb3703\";a:5:{s:6:\"source\";s:32:\"e2e29c1b4db5a0eea666bc73c2eb3703\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b6b2b4076f1d1acf3d0dc72773f32dd\";a:5:{s:6:\"source\";s:32:\"7b6b2b4076f1d1acf3d0dc72773f32dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a43f4800133230b7ee44404dedc0e19\";a:5:{s:6:\"source\";s:32:\"2a43f4800133230b7ee44404dedc0e19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eb1732530ce56f2acafb5bda94cb2aef\";a:5:{s:6:\"source\";s:32:\"eb1732530ce56f2acafb5bda94cb2aef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ddabe3976031a32d781e53f0188a4a15\";a:5:{s:6:\"source\";s:32:\"ddabe3976031a32d781e53f0188a4a15\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3f6d117f638af4b5046140dd6605bcb9\";a:5:{s:6:\"source\";s:32:\"3f6d117f638af4b5046140dd6605bcb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f410e1a2255b20a8d05c35b51a96d60e\";a:5:{s:6:\"source\";s:32:\"f410e1a2255b20a8d05c35b51a96d60e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ad76b38b26dcd13c2039f934d3c0489\";a:5:{s:6:\"source\";s:32:\"6ad76b38b26dcd13c2039f934d3c0489\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"738431158c89b8e27bdddbb7e0c9e754\";a:5:{s:6:\"source\";s:32:\"738431158c89b8e27bdddbb7e0c9e754\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e825d2f4d2794409fc5461fc66a75af\";a:5:{s:6:\"source\";s:32:\"0e825d2f4d2794409fc5461fc66a75af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d50a1d7b001e82e9972aa1f438302814\";a:5:{s:6:\"source\";s:32:\"d50a1d7b001e82e9972aa1f438302814\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ccb500937dc0760ca6b2012b04ca1ee\";a:5:{s:6:\"source\";s:32:\"4ccb500937dc0760ca6b2012b04ca1ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d68463580a22c517709b5781122d7e55\";a:5:{s:6:\"source\";s:32:\"d68463580a22c517709b5781122d7e55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7976bcabf3e9a0d45091aa2f68fd6a4a\";a:5:{s:6:\"source\";s:32:\"7976bcabf3e9a0d45091aa2f68fd6a4a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cc347ee5e327275503ccba446b2302dc\";a:5:{s:6:\"source\";s:32:\"cc347ee5e327275503ccba446b2302dc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7d6e00ab966b8343fe9867e291406d8c\";a:5:{s:6:\"source\";s:32:\"7d6e00ab966b8343fe9867e291406d8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4888039342c296fb9d3bbb4b2f76292\";a:5:{s:6:\"source\";s:32:\"b4888039342c296fb9d3bbb4b2f76292\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ef3471fcc00823c3492eec3e1a4a2b1\";a:5:{s:6:\"source\";s:32:\"4ef3471fcc00823c3492eec3e1a4a2b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83cfc8c10cd2860dde4b7daae0c7777e\";a:5:{s:6:\"source\";s:32:\"83cfc8c10cd2860dde4b7daae0c7777e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4624d11aa7c69840e1a89c350ca6c124\";a:5:{s:6:\"source\";s:32:\"4624d11aa7c69840e1a89c350ca6c124\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2574853d78d51ea34eee1123d1fd782c\";a:5:{s:6:\"source\";s:32:\"2574853d78d51ea34eee1123d1fd782c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"69f29eb7eaeed87cee823f4eb3754fc4\";a:5:{s:6:\"source\";s:32:\"69f29eb7eaeed87cee823f4eb3754fc4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a35ce526c5c53aaa7453e0caeed22c2\";a:5:{s:6:\"source\";s:32:\"4a35ce526c5c53aaa7453e0caeed22c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2574e9821fb4da59f22b3fc35d6296e2\";a:5:{s:6:\"source\";s:32:\"2574e9821fb4da59f22b3fc35d6296e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3216087307da7ab94742304ad5ac8cf\";a:5:{s:6:\"source\";s:32:\"b3216087307da7ab94742304ad5ac8cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"580ee90fde098ae7f8817d7e6c8d1eba\";a:5:{s:6:\"source\";s:32:\"580ee90fde098ae7f8817d7e6c8d1eba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd8da627c6c9893e257a3b36b52d8972\";a:5:{s:6:\"source\";s:32:\"dd8da627c6c9893e257a3b36b52d8972\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac6a7be1f6e1c6eaaa7c2f2cdd23ec27\";a:5:{s:6:\"source\";s:32:\"ac6a7be1f6e1c6eaaa7c2f2cdd23ec27\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bbbb8af5aeff8dd8516283cb2b4a2622\";a:5:{s:6:\"source\";s:32:\"bbbb8af5aeff8dd8516283cb2b4a2622\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"534c05750e7620685c2f4802e8a9e9a1\";a:5:{s:6:\"source\";s:32:\"534c05750e7620685c2f4802e8a9e9a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12f8dac8cf646199892883925f397b20\";a:5:{s:6:\"source\";s:32:\"12f8dac8cf646199892883925f397b20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"724cec652e6798593542c63e4c789276\";a:5:{s:6:\"source\";s:32:\"724cec652e6798593542c63e4c789276\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da88848cdfd3f6698cf984aa9aed501c\";a:5:{s:6:\"source\";s:32:\"da88848cdfd3f6698cf984aa9aed501c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b880d9545e35d1d201189b382fa4e907\";a:5:{s:6:\"source\";s:32:\"b880d9545e35d1d201189b382fa4e907\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f16ac6e0da2b8af33f1b112871113de\";a:5:{s:6:\"source\";s:32:\"5f16ac6e0da2b8af33f1b112871113de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c8d8c99d80081c41308fc96aa3da92a5\";a:5:{s:6:\"source\";s:32:\"c8d8c99d80081c41308fc96aa3da92a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c108ad71878e3be41626fbe26c22d306\";a:5:{s:6:\"source\";s:32:\"c108ad71878e3be41626fbe26c22d306\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8e83c46f47540b1e5879941429611df\";a:5:{s:6:\"source\";s:32:\"f8e83c46f47540b1e5879941429611df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0e032f5f827788f0f7c0969075f4cba8\";a:5:{s:6:\"source\";s:32:\"0e032f5f827788f0f7c0969075f4cba8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d948ed2d2e70ab32a423241df6fbd3a\";a:5:{s:6:\"source\";s:32:\"3d948ed2d2e70ab32a423241df6fbd3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bccee102161ba07a25cb60a4b1bd36cc\";a:5:{s:6:\"source\";s:32:\"bccee102161ba07a25cb60a4b1bd36cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2c806c23f25baea2c5fb605eb0818731\";a:5:{s:6:\"source\";s:32:\"2c806c23f25baea2c5fb605eb0818731\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac90195040b07b261db5cd644fcbf6c5\";a:5:{s:6:\"source\";s:32:\"ac90195040b07b261db5cd644fcbf6c5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76955f7fa790d0d30aed7c6235c63d19\";a:5:{s:6:\"source\";s:32:\"76955f7fa790d0d30aed7c6235c63d19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4358b2410b910df9f8d516e86ae2a37b\";a:5:{s:6:\"source\";s:32:\"4358b2410b910df9f8d516e86ae2a37b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"623675d7904c01a63531cdfa13d2406f\";a:5:{s:6:\"source\";s:32:\"623675d7904c01a63531cdfa13d2406f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21cf3209ba5502296d127509c2c6f827\";a:5:{s:6:\"source\";s:32:\"21cf3209ba5502296d127509c2c6f827\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b11449f3c1fd41da07d0fe3ae836c758\";a:5:{s:6:\"source\";s:32:\"b11449f3c1fd41da07d0fe3ae836c758\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5ca4dfb7521325135fddaaed72ffa948\";a:5:{s:6:\"source\";s:32:\"5ca4dfb7521325135fddaaed72ffa948\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6a16563d335239ab77fec8063c52f720\";a:5:{s:6:\"source\";s:32:\"6a16563d335239ab77fec8063c52f720\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7dcc44556d8878b664e6090d930b0bf7\";a:5:{s:6:\"source\";s:32:\"7dcc44556d8878b664e6090d930b0bf7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe367f15a8c4abd02e156508389491d6\";a:5:{s:6:\"source\";s:32:\"fe367f15a8c4abd02e156508389491d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8bbca0ad19b915cd9f615d02917850f8\";a:5:{s:6:\"source\";s:32:\"8bbca0ad19b915cd9f615d02917850f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d1716d38f23edb60a53389aea6eee52c\";a:5:{s:6:\"source\";s:32:\"d1716d38f23edb60a53389aea6eee52c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"70388c0f193177ec2300c2a124e25fb5\";a:5:{s:6:\"source\";s:32:\"70388c0f193177ec2300c2a124e25fb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"163e7bf7c90393f1fb20590034e6c3e7\";a:5:{s:6:\"source\";s:32:\"163e7bf7c90393f1fb20590034e6c3e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c3b8809fcf99f565503d2e3325efc9b\";a:5:{s:6:\"source\";s:32:\"7c3b8809fcf99f565503d2e3325efc9b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"429a25262da4aecfc0b14e3f4bf51f3e\";a:5:{s:6:\"source\";s:32:\"429a25262da4aecfc0b14e3f4bf51f3e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3aa2fd02ee3966c04bc47cac6a9975b7\";a:5:{s:6:\"source\";s:32:\"3aa2fd02ee3966c04bc47cac6a9975b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7957294ff83d4eb17bb45224f9bab3de\";a:5:{s:6:\"source\";s:32:\"7957294ff83d4eb17bb45224f9bab3de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42c5a967dd7a3712da23fa0fb621daf0\";a:5:{s:6:\"source\";s:32:\"42c5a967dd7a3712da23fa0fb621daf0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"418abf39bcb15efc4b354052c7f8c62b\";a:5:{s:6:\"source\";s:32:\"418abf39bcb15efc4b354052c7f8c62b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a9fc99c21be33c08131d7e96c7934ee2\";a:5:{s:6:\"source\";s:32:\"a9fc99c21be33c08131d7e96c7934ee2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e6c0227dfff99066430b283c4296e5f\";a:5:{s:6:\"source\";s:32:\"5e6c0227dfff99066430b283c4296e5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98c52fcf03fd86788c14b89862f5f95d\";a:5:{s:6:\"source\";s:32:\"98c52fcf03fd86788c14b89862f5f95d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4512a6217369a014dfde405381ea2f43\";a:5:{s:6:\"source\";s:32:\"4512a6217369a014dfde405381ea2f43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1344ff3e75ac983fa7b7e01c19df802e\";a:5:{s:6:\"source\";s:32:\"1344ff3e75ac983fa7b7e01c19df802e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dbf54b4a4749fcc4ea5d7d50d0b15359\";a:5:{s:6:\"source\";s:32:\"dbf54b4a4749fcc4ea5d7d50d0b15359\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"879cd68990d02cfcf8aa11e21f645d42\";a:5:{s:6:\"source\";s:32:\"879cd68990d02cfcf8aa11e21f645d42\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b000f2c7df84ba28bddb4ff428891f33\";a:5:{s:6:\"source\";s:32:\"b000f2c7df84ba28bddb4ff428891f33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"33cebbd7e578001de2a0daeaba0cbfbe\";a:5:{s:6:\"source\";s:32:\"33cebbd7e578001de2a0daeaba0cbfbe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e7876c012b339a42ae01e21e36ddb449\";a:5:{s:6:\"source\";s:32:\"e7876c012b339a42ae01e21e36ddb449\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f347aec12b846f095b489a058039c7a3\";a:5:{s:6:\"source\";s:32:\"f347aec12b846f095b489a058039c7a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1da821d8bc8e4af67b2c6f687f037e20\";a:5:{s:6:\"source\";s:32:\"1da821d8bc8e4af67b2c6f687f037e20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"004a54cbef43b88246bd693c1ae45789\";a:5:{s:6:\"source\";s:32:\"004a54cbef43b88246bd693c1ae45789\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e5032e76cabe6f96cf223620b7d2f2d\";a:5:{s:6:\"source\";s:32:\"3e5032e76cabe6f96cf223620b7d2f2d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"50f4634981f5201b86421fb2cc781a27\";a:5:{s:6:\"source\";s:32:\"50f4634981f5201b86421fb2cc781a27\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7453e41aefaa26bdb0ffa0034e43b203\";a:5:{s:6:\"source\";s:32:\"7453e41aefaa26bdb0ffa0034e43b203\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"237da9699b95424b6a40ba011facd9e7\";a:5:{s:6:\"source\";s:32:\"237da9699b95424b6a40ba011facd9e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"554f57d7d8c5ddc877e10c26f51e3180\";a:5:{s:6:\"source\";s:32:\"554f57d7d8c5ddc877e10c26f51e3180\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4484cd3fda4f796cbb256d95228510a\";a:5:{s:6:\"source\";s:32:\"c4484cd3fda4f796cbb256d95228510a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"912aff042ee2097251d2eb979909d84c\";a:5:{s:6:\"source\";s:32:\"912aff042ee2097251d2eb979909d84c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c150d041399e310d661211c1afd85570\";a:5:{s:6:\"source\";s:32:\"c150d041399e310d661211c1afd85570\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f127e3b289ddea2e9a292b5bb3ec4b0\";a:5:{s:6:\"source\";s:32:\"2f127e3b289ddea2e9a292b5bb3ec4b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a876fd6cde7590e0f1b33312d7b673b2\";a:5:{s:6:\"source\";s:32:\"a876fd6cde7590e0f1b33312d7b673b2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"49594ca8d2939ace6a00684f874b0328\";a:5:{s:6:\"source\";s:32:\"49594ca8d2939ace6a00684f874b0328\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0100472c71502633bbaba22737899b29\";a:5:{s:6:\"source\";s:32:\"0100472c71502633bbaba22737899b29\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ef71bc614b31a5448c5319020e34099\";a:5:{s:6:\"source\";s:32:\"3ef71bc614b31a5448c5319020e34099\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fd91cc03cdd14b922a0261cbb6d3eaed\";a:5:{s:6:\"source\";s:32:\"fd91cc03cdd14b922a0261cbb6d3eaed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2dfa96fa6261498d812823af93394a1c\";a:5:{s:6:\"source\";s:32:\"2dfa96fa6261498d812823af93394a1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e024f56e72ead9bcdf5aa72f713686a1\";a:5:{s:6:\"source\";s:32:\"e024f56e72ead9bcdf5aa72f713686a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4da6de775903a00deac34c6ba13ed6f6\";a:5:{s:6:\"source\";s:32:\"4da6de775903a00deac34c6ba13ed6f6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"775c97f3ea1f4eb246c77bc79b38051b\";a:5:{s:6:\"source\";s:32:\"775c97f3ea1f4eb246c77bc79b38051b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"581b8e9a3bcd7060548fca951fcf9602\";a:5:{s:6:\"source\";s:32:\"581b8e9a3bcd7060548fca951fcf9602\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aaea920dc4883f44a1d44afa32e4b840\";a:5:{s:6:\"source\";s:32:\"aaea920dc4883f44a1d44afa32e4b840\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a5afb002ba312278b7153d82387bd7b\";a:5:{s:6:\"source\";s:32:\"8a5afb002ba312278b7153d82387bd7b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed376a1fcaa9890d7aedf141e362bf06\";a:5:{s:6:\"source\";s:32:\"ed376a1fcaa9890d7aedf141e362bf06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"544405b580c8a9b88f517526548b6879\";a:5:{s:6:\"source\";s:32:\"544405b580c8a9b88f517526548b6879\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e22adc8936f752ecd2734c47c4454c7\";a:5:{s:6:\"source\";s:32:\"4e22adc8936f752ecd2734c47c4454c7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ba465607f1ee69882d5375afd2ef7e00\";a:5:{s:6:\"source\";s:32:\"ba465607f1ee69882d5375afd2ef7e00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ec026049e443acce5c613010b267f48\";a:5:{s:6:\"source\";s:32:\"8ec026049e443acce5c613010b267f48\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db701d822f580b779a3174cac2029345\";a:5:{s:6:\"source\";s:32:\"db701d822f580b779a3174cac2029345\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1c8b97ca22413971f0c0df21dfd9ef5a\";a:5:{s:6:\"source\";s:32:\"1c8b97ca22413971f0c0df21dfd9ef5a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf4ec08efc68376e89b85790733ae947\";a:5:{s:6:\"source\";s:32:\"bf4ec08efc68376e89b85790733ae947\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"602cb14eabc9f3a24d1d898945c97e25\";a:5:{s:6:\"source\";s:32:\"602cb14eabc9f3a24d1d898945c97e25\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b2d1b84bd793f1f5e53cd8c73f0eefd2\";a:5:{s:6:\"source\";s:32:\"b2d1b84bd793f1f5e53cd8c73f0eefd2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9090135def911e05dd2d4a6813127cd0\";a:5:{s:6:\"source\";s:32:\"9090135def911e05dd2d4a6813127cd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bfd8b82cd5929482f24f423181ed116\";a:5:{s:6:\"source\";s:32:\"4bfd8b82cd5929482f24f423181ed116\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae4ed27c9e725caf87874c5cf56fc030\";a:5:{s:6:\"source\";s:32:\"ae4ed27c9e725caf87874c5cf56fc030\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b12eddc0bf9c520a7026c378737dda46\";a:5:{s:6:\"source\";s:32:\"b12eddc0bf9c520a7026c378737dda46\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2fd4c574142faac9ff706909c82524e7\";a:5:{s:6:\"source\";s:32:\"2fd4c574142faac9ff706909c82524e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fbd2ecfffc20d9f65e6c4087ac42091b\";a:5:{s:6:\"source\";s:32:\"fbd2ecfffc20d9f65e6c4087ac42091b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4057a2f3c7d539272027df8faa554dd3\";a:5:{s:6:\"source\";s:32:\"4057a2f3c7d539272027df8faa554dd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d7c25774a85cd99869b62d85156afe8b\";a:5:{s:6:\"source\";s:32:\"d7c25774a85cd99869b62d85156afe8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a2a1019002ac8dc55e2609f6d90bd88\";a:5:{s:6:\"source\";s:32:\"0a2a1019002ac8dc55e2609f6d90bd88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cfc4b9926b600c58417f994c5a262094\";a:5:{s:6:\"source\";s:32:\"cfc4b9926b600c58417f994c5a262094\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d84a03f5765dc04206a88f9766cb658b\";a:5:{s:6:\"source\";s:32:\"d84a03f5765dc04206a88f9766cb658b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4146c30c1ef129dd55b9667fd85008d1\";a:5:{s:6:\"source\";s:32:\"4146c30c1ef129dd55b9667fd85008d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e04c52b98b8d1d10eff5d4102db06ee2\";a:5:{s:6:\"source\";s:32:\"e04c52b98b8d1d10eff5d4102db06ee2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9abd0730e8d9e58c3ee8aa5721fa9519\";a:5:{s:6:\"source\";s:32:\"9abd0730e8d9e58c3ee8aa5721fa9519\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab3f4e943108f9b59f08edb6d7d43576\";a:5:{s:6:\"source\";s:32:\"ab3f4e943108f9b59f08edb6d7d43576\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9cce6976540ae3c73fac885fac09ebd3\";a:5:{s:6:\"source\";s:32:\"9cce6976540ae3c73fac885fac09ebd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54c0df365d3281e6fe028d1322b1db01\";a:5:{s:6:\"source\";s:32:\"54c0df365d3281e6fe028d1322b1db01\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e8d176ccfcc4d25e4d28ff431600eb1\";a:5:{s:6:\"source\";s:32:\"6e8d176ccfcc4d25e4d28ff431600eb1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"62a14356b83f84c8b103b9b3e4746bb5\";a:5:{s:6:\"source\";s:32:\"62a14356b83f84c8b103b9b3e4746bb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5f7d777af954e48b7923199398d877b\";a:5:{s:6:\"source\";s:32:\"d5f7d777af954e48b7923199398d877b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bcc29ad6f4728f4adb5f672a25f636d6\";a:5:{s:6:\"source\";s:32:\"bcc29ad6f4728f4adb5f672a25f636d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ac66729c909320bc812ceef7f7571aa7\";a:5:{s:6:\"source\";s:32:\"ac66729c909320bc812ceef7f7571aa7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44a8a755205e81a3ec63398f21ea7996\";a:5:{s:6:\"source\";s:32:\"44a8a755205e81a3ec63398f21ea7996\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2aaab44a77c58a91d19f0d672c638d83\";a:5:{s:6:\"source\";s:32:\"2aaab44a77c58a91d19f0d672c638d83\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18197722f73b2415dd054cb6f8f56777\";a:5:{s:6:\"source\";s:32:\"18197722f73b2415dd054cb6f8f56777\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54be2257069ea55705d0054d52ead2fe\";a:5:{s:6:\"source\";s:32:\"54be2257069ea55705d0054d52ead2fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c30ab4a03c3235aa3c41147003b6a67c\";a:5:{s:6:\"source\";s:32:\"c30ab4a03c3235aa3c41147003b6a67c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89a6bd5c46a70373b1102a96b2218602\";a:5:{s:6:\"source\";s:32:\"89a6bd5c46a70373b1102a96b2218602\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0ff4de5702258e4e146c847d70ebe63\";a:5:{s:6:\"source\";s:32:\"a0ff4de5702258e4e146c847d70ebe63\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91ba1ff41a3c0ff5d7c87b4c2955336e\";a:5:{s:6:\"source\";s:32:\"91ba1ff41a3c0ff5d7c87b4c2955336e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73f47f9d71d33986837529aa08cb3d6a\";a:5:{s:6:\"source\";s:32:\"73f47f9d71d33986837529aa08cb3d6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a41eacf18994752cf0413a36238404b1\";a:5:{s:6:\"source\";s:32:\"a41eacf18994752cf0413a36238404b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e15aad81baee74ad556a15fc0a27b23\";a:5:{s:6:\"source\";s:32:\"6e15aad81baee74ad556a15fc0a27b23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dba27ff765109df4178196c25ee24665\";a:5:{s:6:\"source\";s:32:\"dba27ff765109df4178196c25ee24665\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b0e32b9d8848a614e71b1c09da099bd\";a:5:{s:6:\"source\";s:32:\"7b0e32b9d8848a614e71b1c09da099bd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6dc9beb99c59744e5f3dc851a5c740bf\";a:5:{s:6:\"source\";s:32:\"6dc9beb99c59744e5f3dc851a5c740bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7dbc6b5a2feda46c4619f98cecd60fa\";a:5:{s:6:\"source\";s:32:\"f7dbc6b5a2feda46c4619f98cecd60fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"17afea2c3bb15b81c9380ce3017f7cdc\";a:5:{s:6:\"source\";s:32:\"17afea2c3bb15b81c9380ce3017f7cdc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fe145aa68e70ac0b0dd221a21cd225e3\";a:5:{s:6:\"source\";s:32:\"fe145aa68e70ac0b0dd221a21cd225e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0dec9756687bcb6309b39f72d399e0f3\";a:5:{s:6:\"source\";s:32:\"0dec9756687bcb6309b39f72d399e0f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6c89b0976b0f98f47b9f81567ce9335\";a:5:{s:6:\"source\";s:32:\"c6c89b0976b0f98f47b9f81567ce9335\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fda7c855c948ad984aa1eeb9fc1c86e6\";a:5:{s:6:\"source\";s:32:\"fda7c855c948ad984aa1eeb9fc1c86e6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fba4e8d09cb656d299390dfcf9df76de\";a:5:{s:6:\"source\";s:32:\"fba4e8d09cb656d299390dfcf9df76de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e1bfb1ea25637bfdd33115ab88d6d4b0\";a:5:{s:6:\"source\";s:32:\"e1bfb1ea25637bfdd33115ab88d6d4b0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cb01b9b604abdb30f56aa377f48cdf3\";a:5:{s:6:\"source\";s:32:\"5cb01b9b604abdb30f56aa377f48cdf3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d8418127be8c5057987581a5e825cafc\";a:5:{s:6:\"source\";s:32:\"d8418127be8c5057987581a5e825cafc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1e273c9889e7ef309cd0dfe7e1cf020\";a:5:{s:6:\"source\";s:32:\"f1e273c9889e7ef309cd0dfe7e1cf020\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b965bbb668590dbb4b15ac24a0b17a32\";a:5:{s:6:\"source\";s:32:\"b965bbb668590dbb4b15ac24a0b17a32\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54c49124aed7c9d0f15d0e91b2a324a1\";a:5:{s:6:\"source\";s:32:\"54c49124aed7c9d0f15d0e91b2a324a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"946fde759c7ff844e991642915f1f1e4\";a:5:{s:6:\"source\";s:32:\"946fde759c7ff844e991642915f1f1e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df7b2fa669c9b53088e30525ae2c3935\";a:5:{s:6:\"source\";s:32:\"df7b2fa669c9b53088e30525ae2c3935\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"371fb869593d4437d4ccd44e70dd8220\";a:5:{s:6:\"source\";s:32:\"371fb869593d4437d4ccd44e70dd8220\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e9baae1c0c6ba99f98395989031e28a2\";a:5:{s:6:\"source\";s:32:\"e9baae1c0c6ba99f98395989031e28a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"867fcd922415b2fbd57a268ccb3ea0d7\";a:5:{s:6:\"source\";s:32:\"867fcd922415b2fbd57a268ccb3ea0d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9925ffc6b2f509d0df24dcb0f09f70da\";a:5:{s:6:\"source\";s:32:\"9925ffc6b2f509d0df24dcb0f09f70da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e17af9a9009f4784e96586cd03cc37cc\";a:5:{s:6:\"source\";s:32:\"e17af9a9009f4784e96586cd03cc37cc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8e253bccb93ec8cf9a7766071e8baae6\";a:5:{s:6:\"source\";s:32:\"8e253bccb93ec8cf9a7766071e8baae6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d568cda2dbac9d39c4a540edd63888ea\";a:5:{s:6:\"source\";s:32:\"d568cda2dbac9d39c4a540edd63888ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6118e6e83c631d18ff0b40db48b1dfbd\";a:5:{s:6:\"source\";s:32:\"6118e6e83c631d18ff0b40db48b1dfbd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f6fe234c8d950b4ee3a12883a93d19a\";a:5:{s:6:\"source\";s:32:\"2f6fe234c8d950b4ee3a12883a93d19a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e34ef4de61000b412206b26a21fb919e\";a:5:{s:6:\"source\";s:32:\"e34ef4de61000b412206b26a21fb919e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"833f916d74d4fe72be0c02c352b987ee\";a:5:{s:6:\"source\";s:32:\"833f916d74d4fe72be0c02c352b987ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3f01b413f18bfc596f74b8a50722322\";a:5:{s:6:\"source\";s:32:\"e3f01b413f18bfc596f74b8a50722322\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bad9b32088e7f2df99e3cf410082e40\";a:5:{s:6:\"source\";s:32:\"4bad9b32088e7f2df99e3cf410082e40\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2fa8e322d2c2edfe16a6d552a987c4c2\";a:5:{s:6:\"source\";s:32:\"2fa8e322d2c2edfe16a6d552a987c4c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b0d2ad90c8da84a1cf96c2fcc843eec\";a:5:{s:6:\"source\";s:32:\"3b0d2ad90c8da84a1cf96c2fcc843eec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c623696440d618787cd85b1e984cd4b\";a:5:{s:6:\"source\";s:32:\"3c623696440d618787cd85b1e984cd4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5fde85e79a09d361f80cd9803bcbc0f0\";a:5:{s:6:\"source\";s:32:\"5fde85e79a09d361f80cd9803bcbc0f0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4baef0a59347fdaf3f954541ba32e0d\";a:5:{s:6:\"source\";s:32:\"b4baef0a59347fdaf3f954541ba32e0d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89255d1f1c38e7dc520d132f5f8b947d\";a:5:{s:6:\"source\";s:32:\"89255d1f1c38e7dc520d132f5f8b947d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"170be66aa4600f5885dc6245ff2b4f5f\";a:5:{s:6:\"source\";s:32:\"170be66aa4600f5885dc6245ff2b4f5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93b80ffd1e36100528dac24d56d08598\";a:5:{s:6:\"source\";s:32:\"93b80ffd1e36100528dac24d56d08598\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c54bcd5b7753ec0f90d372eacfb2367\";a:5:{s:6:\"source\";s:32:\"7c54bcd5b7753ec0f90d372eacfb2367\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6997f763f7f5d9db28a2cc12c8a08f9\";a:5:{s:6:\"source\";s:32:\"b6997f763f7f5d9db28a2cc12c8a08f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5def4b8842ec17010d2a0b397e7097a3\";a:5:{s:6:\"source\";s:32:\"5def4b8842ec17010d2a0b397e7097a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3053b0bc7a1901c5c0b750795311ad67\";a:5:{s:6:\"source\";s:32:\"3053b0bc7a1901c5c0b750795311ad67\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c8951d9a466bc766996e5953bf69a90\";a:5:{s:6:\"source\";s:32:\"8c8951d9a466bc766996e5953bf69a90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9da367281f6a8e2ce25303ebfa3352af\";a:5:{s:6:\"source\";s:32:\"9da367281f6a8e2ce25303ebfa3352af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91bf6d5c9993262dc3eaac9c144aa927\";a:5:{s:6:\"source\";s:32:\"91bf6d5c9993262dc3eaac9c144aa927\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8e6d953bf7dd341a8ec57e8d00a69bcb\";a:5:{s:6:\"source\";s:32:\"8e6d953bf7dd341a8ec57e8d00a69bcb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"92cd8bf5c04e13123852e9c7882596a2\";a:5:{s:6:\"source\";s:32:\"92cd8bf5c04e13123852e9c7882596a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6bcd9323da55802dc9e7b83074e1ae2b\";a:5:{s:6:\"source\";s:32:\"6bcd9323da55802dc9e7b83074e1ae2b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ec815c301cc96317ae8b939424cbaa7b\";a:5:{s:6:\"source\";s:32:\"ec815c301cc96317ae8b939424cbaa7b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a05ba160aa9ee0b6312011253d320b52\";a:5:{s:6:\"source\";s:32:\"a05ba160aa9ee0b6312011253d320b52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59cfa22f9c6a8c70ca95ac0e49110d90\";a:5:{s:6:\"source\";s:32:\"59cfa22f9c6a8c70ca95ac0e49110d90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc911b933bce94c6fcfe80fa5c564bbb\";a:5:{s:6:\"source\";s:32:\"fc911b933bce94c6fcfe80fa5c564bbb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"013dc609b4a86071d3e5bb2765c820a7\";a:5:{s:6:\"source\";s:32:\"013dc609b4a86071d3e5bb2765c820a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06a3b06482efffc099d2b2a4491ac793\";a:5:{s:6:\"source\";s:32:\"06a3b06482efffc099d2b2a4491ac793\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6d524de659426dd927901750502df88\";a:5:{s:6:\"source\";s:32:\"e6d524de659426dd927901750502df88\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3ba90e9f120a7ffb6348d7ba0c76fabf\";a:5:{s:6:\"source\";s:32:\"3ba90e9f120a7ffb6348d7ba0c76fabf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca311ead22d27c82b1c52991641e583b\";a:5:{s:6:\"source\";s:32:\"ca311ead22d27c82b1c52991641e583b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ab64b52386c87839e3c075c8ea17abc\";a:5:{s:6:\"source\";s:32:\"2ab64b52386c87839e3c075c8ea17abc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"662db23d4e7cec317dcf104638d59284\";a:5:{s:6:\"source\";s:32:\"662db23d4e7cec317dcf104638d59284\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c4808456752704ca8499705996fdf0a\";a:5:{s:6:\"source\";s:32:\"8c4808456752704ca8499705996fdf0a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c34fc45ff2dd2c2b7a69961b615d987f\";a:5:{s:6:\"source\";s:32:\"c34fc45ff2dd2c2b7a69961b615d987f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c70bfbca36677b2c338eecc13dee61ea\";a:5:{s:6:\"source\";s:32:\"c70bfbca36677b2c338eecc13dee61ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b964dc988a2a594a96dae631637160f\";a:5:{s:6:\"source\";s:32:\"0b964dc988a2a594a96dae631637160f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5f063305dad41bfb39221ef86ffaf84\";a:5:{s:6:\"source\";s:32:\"a5f063305dad41bfb39221ef86ffaf84\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87f8d960f3365c9964b91cc9f9f1c26e\";a:5:{s:6:\"source\";s:32:\"87f8d960f3365c9964b91cc9f9f1c26e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"23bfdaaf13bb38ba0ffde18c5b8beb97\";a:5:{s:6:\"source\";s:32:\"23bfdaaf13bb38ba0ffde18c5b8beb97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bec6d274957f76d966d5585a49f3b68c\";a:5:{s:6:\"source\";s:32:\"bec6d274957f76d966d5585a49f3b68c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95787396a0f8f205c19bbbc077e1c303\";a:5:{s:6:\"source\";s:32:\"95787396a0f8f205c19bbbc077e1c303\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3fed5928549740c4bd6fb58fa59759e5\";a:5:{s:6:\"source\";s:32:\"3fed5928549740c4bd6fb58fa59759e5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca48e28c431e32eeba852fce4af818a0\";a:5:{s:6:\"source\";s:32:\"ca48e28c431e32eeba852fce4af818a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"110456f139c4b3edc82bd98b32aa946d\";a:5:{s:6:\"source\";s:32:\"110456f139c4b3edc82bd98b32aa946d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b7c4611d5391160216e8d3a7f997b6ee\";a:5:{s:6:\"source\";s:32:\"b7c4611d5391160216e8d3a7f997b6ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59ce2d6f5410b7451a18b45a26952024\";a:5:{s:6:\"source\";s:32:\"59ce2d6f5410b7451a18b45a26952024\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5871331284693f813884b798dd97ae5f\";a:5:{s:6:\"source\";s:32:\"5871331284693f813884b798dd97ae5f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bca024f5905a2e460ac3b45ac918b9d8\";a:5:{s:6:\"source\";s:32:\"bca024f5905a2e460ac3b45ac918b9d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"06670d8ac50d560040c5c97c18cadd08\";a:5:{s:6:\"source\";s:32:\"06670d8ac50d560040c5c97c18cadd08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cccaca976dda21d4150cfb8329b03de\";a:5:{s:6:\"source\";s:32:\"6cccaca976dda21d4150cfb8329b03de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1576c2a9823461ea638ef36bcd575cc9\";a:5:{s:6:\"source\";s:32:\"1576c2a9823461ea638ef36bcd575cc9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76ba06df308ec8d810bad2cd4e49e312\";a:5:{s:6:\"source\";s:32:\"76ba06df308ec8d810bad2cd4e49e312\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b78429755ac0e2d241da495f19a6a6fa\";a:5:{s:6:\"source\";s:32:\"b78429755ac0e2d241da495f19a6a6fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b9705a46a2b3b8b785d16b2394459d3\";a:5:{s:6:\"source\";s:32:\"8b9705a46a2b3b8b785d16b2394459d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e453d9343e03bcd64f8055c9a5e04175\";a:5:{s:6:\"source\";s:32:\"e453d9343e03bcd64f8055c9a5e04175\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46c6cf9b8822fea6fbd70f77a8ea688c\";a:5:{s:6:\"source\";s:32:\"46c6cf9b8822fea6fbd70f77a8ea688c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"191b457515bd1a184bf802713dfe8849\";a:5:{s:6:\"source\";s:32:\"191b457515bd1a184bf802713dfe8849\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6aa1d5ac4c4453af97cb42ed55f30b27\";a:5:{s:6:\"source\";s:32:\"6aa1d5ac4c4453af97cb42ed55f30b27\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"89f84a54d48fb4fe1257e83c97f11d04\";a:5:{s:6:\"source\";s:32:\"89f84a54d48fb4fe1257e83c97f11d04\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a055e2389e9f7683ba2a0a929fdbdab1\";a:5:{s:6:\"source\";s:32:\"a055e2389e9f7683ba2a0a929fdbdab1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"58341dcb341551f419cd46a36cd9ded2\";a:5:{s:6:\"source\";s:32:\"58341dcb341551f419cd46a36cd9ded2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"899b42219f92890865fa2ea91097510f\";a:5:{s:6:\"source\";s:32:\"899b42219f92890865fa2ea91097510f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1e211056990091bd8d52a36f6b006d6\";a:5:{s:6:\"source\";s:32:\"a1e211056990091bd8d52a36f6b006d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0121d3c244fad4e7988571b1ad1095f\";a:5:{s:6:\"source\";s:32:\"a0121d3c244fad4e7988571b1ad1095f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d09afe82b796b5b615ddfc47fca071f9\";a:5:{s:6:\"source\";s:32:\"d09afe82b796b5b615ddfc47fca071f9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e9906c39172f3b6fc4cb17ad9589d3d\";a:5:{s:6:\"source\";s:32:\"5e9906c39172f3b6fc4cb17ad9589d3d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be4bef539509ab9c3c290761ace4b863\";a:5:{s:6:\"source\";s:32:\"be4bef539509ab9c3c290761ace4b863\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cffa81cef814f26a826beb6de051dc8\";a:5:{s:6:\"source\";s:32:\"3cffa81cef814f26a826beb6de051dc8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"933a41dda4bfd271a478f450a87f9f7d\";a:5:{s:6:\"source\";s:32:\"933a41dda4bfd271a478f450a87f9f7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52f24b50a6875c6e6dd7e1fff5bbd827\";a:5:{s:6:\"source\";s:32:\"52f24b50a6875c6e6dd7e1fff5bbd827\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6ef768bc5be91e61441d3e6db70b58c\";a:5:{s:6:\"source\";s:32:\"a6ef768bc5be91e61441d3e6db70b58c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"46b3382a030f82af185ed6d8ad0e879c\";a:5:{s:6:\"source\";s:32:\"46b3382a030f82af185ed6d8ad0e879c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d722c93c0cd0fbecdd0677d56b3c808\";a:5:{s:6:\"source\";s:32:\"4d722c93c0cd0fbecdd0677d56b3c808\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2227b652515f4c5fa476159d234906e7\";a:5:{s:6:\"source\";s:32:\"2227b652515f4c5fa476159d234906e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b9bde3f4ce4818bc5456277e897b49a\";a:5:{s:6:\"source\";s:32:\"9b9bde3f4ce4818bc5456277e897b49a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f2754bdd669cd43a8ad56e40809e3a8\";a:5:{s:6:\"source\";s:32:\"7f2754bdd669cd43a8ad56e40809e3a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"47ecc3cb734fb78a649e5b98d4146c06\";a:5:{s:6:\"source\";s:32:\"47ecc3cb734fb78a649e5b98d4146c06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"417a26be10dceed2045c2f0d6744d0d9\";a:5:{s:6:\"source\";s:32:\"417a26be10dceed2045c2f0d6744d0d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64391c5b13861a71e2240c28d28d93e8\";a:5:{s:6:\"source\";s:32:\"64391c5b13861a71e2240c28d28d93e8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fd7c4859f58479dc6c246d2ca9ca817\";a:5:{s:6:\"source\";s:32:\"7fd7c4859f58479dc6c246d2ca9ca817\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4322bb362a4cf2568f42324bec614be\";a:5:{s:6:\"source\";s:32:\"c4322bb362a4cf2568f42324bec614be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de8c04f78f68de9c59e9ef5be22e7e61\";a:5:{s:6:\"source\";s:32:\"de8c04f78f68de9c59e9ef5be22e7e61\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"085df148a32667c1c2a57eea60651b0c\";a:5:{s:6:\"source\";s:32:\"085df148a32667c1c2a57eea60651b0c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48f6f3bab974bc4ef41435ac72d2e828\";a:5:{s:6:\"source\";s:32:\"48f6f3bab974bc4ef41435ac72d2e828\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"096d8ba3e3fda35b7d7027d1fe47e087\";a:5:{s:6:\"source\";s:32:\"096d8ba3e3fda35b7d7027d1fe47e087\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55bb66a4f32cdca0edd345e3cfa2d2b1\";a:5:{s:6:\"source\";s:32:\"55bb66a4f32cdca0edd345e3cfa2d2b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8462797565587a8cd9017c9720711e70\";a:5:{s:6:\"source\";s:32:\"8462797565587a8cd9017c9720711e70\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6299261d24ac0ba5585b87a26fbf1617\";a:5:{s:6:\"source\";s:32:\"6299261d24ac0ba5585b87a26fbf1617\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"722ddf3431cc126492b4a3d97214a5f5\";a:5:{s:6:\"source\";s:32:\"722ddf3431cc126492b4a3d97214a5f5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca09d9a4adb2ceb718f0387bf3a0fcc1\";a:5:{s:6:\"source\";s:32:\"ca09d9a4adb2ceb718f0387bf3a0fcc1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"77ee72f905e7c59f1aabc5226a2616ac\";a:5:{s:6:\"source\";s:32:\"77ee72f905e7c59f1aabc5226a2616ac\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ed5cb78756fbcd603143b146b1c8f53\";a:5:{s:6:\"source\";s:32:\"6ed5cb78756fbcd603143b146b1c8f53\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a2035be9d83f85d56cb81a656ab7725f\";a:5:{s:6:\"source\";s:32:\"a2035be9d83f85d56cb81a656ab7725f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f3a178da8473ec8cb7fe74723e13d9c\";a:5:{s:6:\"source\";s:32:\"5f3a178da8473ec8cb7fe74723e13d9c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3699241e870504c97c6968fa9ecd6b08\";a:5:{s:6:\"source\";s:32:\"3699241e870504c97c6968fa9ecd6b08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f9c50188039d0fe4ca62e5dcb353c92\";a:5:{s:6:\"source\";s:32:\"6f9c50188039d0fe4ca62e5dcb353c92\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb8dd25a54118d7ab11273109f7fc13e\";a:5:{s:6:\"source\";s:32:\"cb8dd25a54118d7ab11273109f7fc13e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73481b819dcc9bea156120befdce669b\";a:5:{s:6:\"source\";s:32:\"73481b819dcc9bea156120befdce669b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"798adce91252bee6dd937f9f27c7b000\";a:5:{s:6:\"source\";s:32:\"798adce91252bee6dd937f9f27c7b000\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0da61a782d78e3895d7262920ef7144f\";a:5:{s:6:\"source\";s:32:\"0da61a782d78e3895d7262920ef7144f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fa0aadd43d13fd137aa7f9d29bf9bf43\";a:5:{s:6:\"source\";s:32:\"fa0aadd43d13fd137aa7f9d29bf9bf43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f46d12367d52c75e3c369a0f77a9a5fe\";a:5:{s:6:\"source\";s:32:\"f46d12367d52c75e3c369a0f77a9a5fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d03786c5ab3fc4acb786425070bf2e3a\";a:5:{s:6:\"source\";s:32:\"d03786c5ab3fc4acb786425070bf2e3a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75c1901be6e7ecf989febc2bec45fdc1\";a:5:{s:6:\"source\";s:32:\"75c1901be6e7ecf989febc2bec45fdc1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98d1d1c0e89bb4ec70f8fdab474cd587\";a:5:{s:6:\"source\";s:32:\"98d1d1c0e89bb4ec70f8fdab474cd587\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfe6e9d329a288051080aa2e5549a6b7\";a:5:{s:6:\"source\";s:32:\"dfe6e9d329a288051080aa2e5549a6b7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"866b8694b182932553de925338d4f8b5\";a:5:{s:6:\"source\";s:32:\"866b8694b182932553de925338d4f8b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4e6ef54806c8c679fd4ea0d0f1d9201\";a:5:{s:6:\"source\";s:32:\"c4e6ef54806c8c679fd4ea0d0f1d9201\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"32afd1a8c22233c1a0bee22996a9c217\";a:5:{s:6:\"source\";s:32:\"32afd1a8c22233c1a0bee22996a9c217\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52f936bc18c2dc4f108b9f1fd9e89532\";a:5:{s:6:\"source\";s:32:\"52f936bc18c2dc4f108b9f1fd9e89532\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d0955d64f0aee5cabe5073f0832e786\";a:5:{s:6:\"source\";s:32:\"8d0955d64f0aee5cabe5073f0832e786\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eeb7bda3e268639b55c2cea3194eab71\";a:5:{s:6:\"source\";s:32:\"eeb7bda3e268639b55c2cea3194eab71\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5919d7ac27983f6ee6186cdd5f47616c\";a:5:{s:6:\"source\";s:32:\"5919d7ac27983f6ee6186cdd5f47616c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ad1bf03b14c4d8242d6a428ce97d4d4\";a:5:{s:6:\"source\";s:32:\"8ad1bf03b14c4d8242d6a428ce97d4d4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bccf88d87cfdddee5bb673dcaa1fa690\";a:5:{s:6:\"source\";s:32:\"bccf88d87cfdddee5bb673dcaa1fa690\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2affde78d091c06bdb203086d471ef0a\";a:5:{s:6:\"source\";s:32:\"2affde78d091c06bdb203086d471ef0a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c42f9adb8083163058afc0163dba415e\";a:5:{s:6:\"source\";s:32:\"c42f9adb8083163058afc0163dba415e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9896ad7731aa8974f7008b337b7696e\";a:5:{s:6:\"source\";s:32:\"d9896ad7731aa8974f7008b337b7696e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0a6791c2b64b63ddf9f3a110f9cbf9a\";a:5:{s:6:\"source\";s:32:\"c0a6791c2b64b63ddf9f3a110f9cbf9a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"10cf3011aeb814146d69549530051e41\";a:5:{s:6:\"source\";s:32:\"10cf3011aeb814146d69549530051e41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"08834bb775494ef446aea4ab6196457a\";a:5:{s:6:\"source\";s:32:\"08834bb775494ef446aea4ab6196457a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"395b5383a37033ae2dfca04c382d98c1\";a:5:{s:6:\"source\";s:32:\"395b5383a37033ae2dfca04c382d98c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"41a065b4af6fc4b9205f677a2d12ec34\";a:5:{s:6:\"source\";s:32:\"41a065b4af6fc4b9205f677a2d12ec34\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c4c4581f04b7c9245cd9c50b1c64705d\";a:5:{s:6:\"source\";s:32:\"c4c4581f04b7c9245cd9c50b1c64705d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d13594f98d218e12c57de68973c9aee\";a:5:{s:6:\"source\";s:32:\"4d13594f98d218e12c57de68973c9aee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fd0348905ac230cc48e3c339627470c\";a:5:{s:6:\"source\";s:32:\"6fd0348905ac230cc48e3c339627470c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dba2b10713369c52d711d18215a72af0\";a:5:{s:6:\"source\";s:32:\"dba2b10713369c52d711d18215a72af0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9587f44a937b547d10777b3254049e58\";a:5:{s:6:\"source\";s:32:\"9587f44a937b547d10777b3254049e58\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"db746b24ed6a2a2bd2bd18957c417337\";a:5:{s:6:\"source\";s:32:\"db746b24ed6a2a2bd2bd18957c417337\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae3d4dfbea004d5f35f6216a708d459c\";a:5:{s:6:\"source\";s:32:\"ae3d4dfbea004d5f35f6216a708d459c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"961bfc183306456ac33c70370ee713a1\";a:5:{s:6:\"source\";s:32:\"961bfc183306456ac33c70370ee713a1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c85420a4f9db936b4d6e4cca30304f1\";a:5:{s:6:\"source\";s:32:\"0c85420a4f9db936b4d6e4cca30304f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"531d2164598b168e2eafd5604d10837d\";a:5:{s:6:\"source\";s:32:\"531d2164598b168e2eafd5604d10837d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97b1542e26b4d3ed4e8d2a8dab736302\";a:5:{s:6:\"source\";s:32:\"97b1542e26b4d3ed4e8d2a8dab736302\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44bb6b2bbf8dca239a5956b4bd39e600\";a:5:{s:6:\"source\";s:32:\"44bb6b2bbf8dca239a5956b4bd39e600\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a2bee4617f182bec52a9e50319d85ec\";a:5:{s:6:\"source\";s:32:\"9a2bee4617f182bec52a9e50319d85ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93494be72505a5bbe752f96aa56099f1\";a:5:{s:6:\"source\";s:32:\"93494be72505a5bbe752f96aa56099f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"86ee6aaf7a869f0179aab71aaad4c892\";a:5:{s:6:\"source\";s:32:\"86ee6aaf7a869f0179aab71aaad4c892\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1842d6a97901b083cc97618c0095cf06\";a:5:{s:6:\"source\";s:32:\"1842d6a97901b083cc97618c0095cf06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1eaeeafeb4adc1012b67305913942734\";a:5:{s:6:\"source\";s:32:\"1eaeeafeb4adc1012b67305913942734\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55177fa8c7085b2f187df6cfbb88faef\";a:5:{s:6:\"source\";s:32:\"55177fa8c7085b2f187df6cfbb88faef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8a055710218547ed8175c2d3ca813f3\";a:5:{s:6:\"source\";s:32:\"f8a055710218547ed8175c2d3ca813f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f52e044d46fcdd5745617b39f9181b47\";a:5:{s:6:\"source\";s:32:\"f52e044d46fcdd5745617b39f9181b47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"09994df75dca4897f6a15152083c2cf9\";a:5:{s:6:\"source\";s:32:\"09994df75dca4897f6a15152083c2cf9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dd8904469817767d7b09470dc1bdfaa9\";a:5:{s:6:\"source\";s:32:\"dd8904469817767d7b09470dc1bdfaa9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0aa300bc5f03bfae3bb5a947c13199d3\";a:5:{s:6:\"source\";s:32:\"0aa300bc5f03bfae3bb5a947c13199d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0dbb90e5819a40aff59dee215432540f\";a:5:{s:6:\"source\";s:32:\"0dbb90e5819a40aff59dee215432540f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"66f296cfc8965375657fc526c7a57164\";a:5:{s:6:\"source\";s:32:\"66f296cfc8965375657fc526c7a57164\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e6aa6f59b610ad5ad66b153029927d3c\";a:5:{s:6:\"source\";s:32:\"e6aa6f59b610ad5ad66b153029927d3c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12957361b98568afca9002b9573a79d5\";a:5:{s:6:\"source\";s:32:\"12957361b98568afca9002b9573a79d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b91e9b542f04107a8694911b034fd9c2\";a:5:{s:6:\"source\";s:32:\"b91e9b542f04107a8694911b034fd9c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f95bed66972234b04e2a5c5daf832445\";a:5:{s:6:\"source\";s:32:\"f95bed66972234b04e2a5c5daf832445\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"367a73221f74c3689170e6cf1e164980\";a:5:{s:6:\"source\";s:32:\"367a73221f74c3689170e6cf1e164980\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60207128c8ea96b5cec1a6046b88bd06\";a:5:{s:6:\"source\";s:32:\"60207128c8ea96b5cec1a6046b88bd06\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c8b78fc7a47563a1e231787694c44b7d\";a:5:{s:6:\"source\";s:32:\"c8b78fc7a47563a1e231787694c44b7d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b8e16fda7c7d84e9e1c5f9091bc8634\";a:5:{s:6:\"source\";s:32:\"8b8e16fda7c7d84e9e1c5f9091bc8634\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ec673a9fd51ed361214717ad20ed09b\";a:5:{s:6:\"source\";s:32:\"1ec673a9fd51ed361214717ad20ed09b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4ff8b96c4d4e60bc2241f8d080f31e7\";a:5:{s:6:\"source\";s:32:\"b4ff8b96c4d4e60bc2241f8d080f31e7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"90657bf98cce20136c21ee43e0f52103\";a:5:{s:6:\"source\";s:32:\"90657bf98cce20136c21ee43e0f52103\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c02df370f6b4280875c29d099c1a215d\";a:5:{s:6:\"source\";s:32:\"c02df370f6b4280875c29d099c1a215d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83f945935ae25a8b1817c4473133d64f\";a:5:{s:6:\"source\";s:32:\"83f945935ae25a8b1817c4473133d64f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34052f8361535772dd787371fafa9ba5\";a:5:{s:6:\"source\";s:32:\"34052f8361535772dd787371fafa9ba5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b8e700ae61bff4845d4eafe109eaf58\";a:5:{s:6:\"source\";s:32:\"7b8e700ae61bff4845d4eafe109eaf58\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f0808c2fe2ee300ae25577c82d5d4512\";a:5:{s:6:\"source\";s:32:\"f0808c2fe2ee300ae25577c82d5d4512\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8013738378e3a468b53ea4143e2c6a1b\";a:5:{s:6:\"source\";s:32:\"8013738378e3a468b53ea4143e2c6a1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae13168ec38bdefb416085226fca7190\";a:5:{s:6:\"source\";s:32:\"ae13168ec38bdefb416085226fca7190\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"922c298763a3f518446ce4e8297af788\";a:5:{s:6:\"source\";s:32:\"922c298763a3f518446ce4e8297af788\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7189bd0939a8f3a8e2189b7983f9d9b1\";a:5:{s:6:\"source\";s:32:\"7189bd0939a8f3a8e2189b7983f9d9b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20f020c1a902d43ee24bc6fe23fd51df\";a:5:{s:6:\"source\";s:32:\"20f020c1a902d43ee24bc6fe23fd51df\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bed6cc73dda9540e2ef2dd9364cd7ad9\";a:5:{s:6:\"source\";s:32:\"bed6cc73dda9540e2ef2dd9364cd7ad9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4920c791a2a210cde4d0192c7f758b62\";a:5:{s:6:\"source\";s:32:\"4920c791a2a210cde4d0192c7f758b62\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1567e0ffbd5a2a1439f5f01e7914f4a8\";a:5:{s:6:\"source\";s:32:\"1567e0ffbd5a2a1439f5f01e7914f4a8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ffad6bfeba65992e3ad9a8d6a8567419\";a:5:{s:6:\"source\";s:32:\"ffad6bfeba65992e3ad9a8d6a8567419\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"530bebe116de2b8ac26b4c051ef61bb1\";a:5:{s:6:\"source\";s:32:\"530bebe116de2b8ac26b4c051ef61bb1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"adcae83efbb4c65ac4c78a26c4246cd3\";a:5:{s:6:\"source\";s:32:\"adcae83efbb4c65ac4c78a26c4246cd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e749ab486c1d2191e93c81722126685d\";a:5:{s:6:\"source\";s:32:\"e749ab486c1d2191e93c81722126685d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1cdb3fedd764c470ecf7a93079e8c89a\";a:5:{s:6:\"source\";s:32:\"1cdb3fedd764c470ecf7a93079e8c89a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de670b834716e8ecc4213d53a6edd9db\";a:5:{s:6:\"source\";s:32:\"de670b834716e8ecc4213d53a6edd9db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfd208bcf02b03f141f51783858a633d\";a:5:{s:6:\"source\";s:32:\"dfd208bcf02b03f141f51783858a633d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e66f106e2eea77547a85fcebf0a30fba\";a:5:{s:6:\"source\";s:32:\"e66f106e2eea77547a85fcebf0a30fba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93e78fb0c8c304e8ae57b6ad082bcd51\";a:5:{s:6:\"source\";s:32:\"93e78fb0c8c304e8ae57b6ad082bcd51\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e16c509b646cd102ea6478d3c4decfd\";a:5:{s:6:\"source\";s:32:\"9e16c509b646cd102ea6478d3c4decfd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ca660e707edefd7c8441826a0feb711\";a:5:{s:6:\"source\";s:32:\"8ca660e707edefd7c8441826a0feb711\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6555dd3b3e819b061ef9d66faf943e94\";a:5:{s:6:\"source\";s:32:\"6555dd3b3e819b061ef9d66faf943e94\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"abfcabb68178d1d43ae82c2ff41af24d\";a:5:{s:6:\"source\";s:32:\"abfcabb68178d1d43ae82c2ff41af24d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bab465f926fbe1102bd4759361a6103b\";a:5:{s:6:\"source\";s:32:\"bab465f926fbe1102bd4759361a6103b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6d445a1cc01c226cec74e66b0773230\";a:5:{s:6:\"source\";s:32:\"f6d445a1cc01c226cec74e66b0773230\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a72189c59e0ebd61832cb09c7a41634\";a:5:{s:6:\"source\";s:32:\"8a72189c59e0ebd61832cb09c7a41634\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2a55a92b2309784faab96f75750a631\";a:5:{s:6:\"source\";s:32:\"d2a55a92b2309784faab96f75750a631\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52e3d0532b2de264a7466d8ef5a29625\";a:5:{s:6:\"source\";s:32:\"52e3d0532b2de264a7466d8ef5a29625\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f9c3ed0b3eee5e2db4f53669eeb2d96f\";a:5:{s:6:\"source\";s:32:\"f9c3ed0b3eee5e2db4f53669eeb2d96f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"831cf74c9408a2d12b290c7f7026f0f8\";a:5:{s:6:\"source\";s:32:\"831cf74c9408a2d12b290c7f7026f0f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"600623412e77d0a417af4486a625390c\";a:5:{s:6:\"source\";s:32:\"600623412e77d0a417af4486a625390c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c9d5598c09236c41ade428e4df57d97\";a:5:{s:6:\"source\";s:32:\"4c9d5598c09236c41ade428e4df57d97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd032368471f983a5271a17b2131dea6\";a:5:{s:6:\"source\";s:32:\"cd032368471f983a5271a17b2131dea6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e3bc146972ecfeefbe24e64179f03905\";a:5:{s:6:\"source\";s:32:\"e3bc146972ecfeefbe24e64179f03905\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9be5ad80fc062d370eb9baa84d564453\";a:5:{s:6:\"source\";s:32:\"9be5ad80fc062d370eb9baa84d564453\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7906e43cce6bdabf7b09d506396a2f59\";a:5:{s:6:\"source\";s:32:\"7906e43cce6bdabf7b09d506396a2f59\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"52d4efb0492e07b652204d4cf69566eb\";a:5:{s:6:\"source\";s:32:\"52d4efb0492e07b652204d4cf69566eb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"855cd1173f3ce783cba6fcb4acc09be3\";a:5:{s:6:\"source\";s:32:\"855cd1173f3ce783cba6fcb4acc09be3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c4aa17d57ec2520b37c108ecdf9eec9\";a:5:{s:6:\"source\";s:32:\"0c4aa17d57ec2520b37c108ecdf9eec9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78927fbdb6512263ccba2c1ce589d885\";a:5:{s:6:\"source\";s:32:\"78927fbdb6512263ccba2c1ce589d885\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f4c23ac3ceeab0fb92c4678f9877c9e0\";a:5:{s:6:\"source\";s:32:\"f4c23ac3ceeab0fb92c4678f9877c9e0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b23381f249580993f34192a0c30dc87\";a:5:{s:6:\"source\";s:32:\"7b23381f249580993f34192a0c30dc87\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b5b9277c4da379d9322ac6f93cd5674\";a:5:{s:6:\"source\";s:32:\"6b5b9277c4da379d9322ac6f93cd5674\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ddf8ed47028556fd3672775389c46be\";a:5:{s:6:\"source\";s:32:\"1ddf8ed47028556fd3672775389c46be\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b4251761d85184cf70baa2e67f98eb67\";a:5:{s:6:\"source\";s:32:\"b4251761d85184cf70baa2e67f98eb67\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5c0018815ab21e513ca74f04dd5e52a0\";a:5:{s:6:\"source\";s:32:\"5c0018815ab21e513ca74f04dd5e52a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb9caa9d176f871f96ad26af579c3e8c\";a:5:{s:6:\"source\";s:32:\"bb9caa9d176f871f96ad26af579c3e8c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"68f246fffe5acb9b67c205cc6bbc64ad\";a:5:{s:6:\"source\";s:32:\"68f246fffe5acb9b67c205cc6bbc64ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"94f8a3c2aab4a67ff57d7e5990d8e097\";a:5:{s:6:\"source\";s:32:\"94f8a3c2aab4a67ff57d7e5990d8e097\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6fbdb18c946323f962dfd5c042ce7b91\";a:5:{s:6:\"source\";s:32:\"6fbdb18c946323f962dfd5c042ce7b91\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2edcafa96fe2730e1231ac8f0b2c26b\";a:5:{s:6:\"source\";s:32:\"d2edcafa96fe2730e1231ac8f0b2c26b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42caeba781c0d544d3bb83c5781e72ca\";a:5:{s:6:\"source\";s:32:\"42caeba781c0d544d3bb83c5781e72ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9fe61857e760210872efd80d88bea10\";a:5:{s:6:\"source\";s:32:\"d9fe61857e760210872efd80d88bea10\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9857efd1ff99eb77be224245c857b18f\";a:5:{s:6:\"source\";s:32:\"9857efd1ff99eb77be224245c857b18f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76b9d58540ad6ca05b69515049251207\";a:5:{s:6:\"source\";s:32:\"76b9d58540ad6ca05b69515049251207\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97d6896d59f9ea943e6dd67d62802d33\";a:5:{s:6:\"source\";s:32:\"97d6896d59f9ea943e6dd67d62802d33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b55844dd2ae8d9d1cf6126244676f703\";a:5:{s:6:\"source\";s:32:\"b55844dd2ae8d9d1cf6126244676f703\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"518fb73e889cbbe992a738346be71551\";a:5:{s:6:\"source\";s:32:\"518fb73e889cbbe992a738346be71551\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dc99b852c2a668841c8149cc3efa7b3b\";a:5:{s:6:\"source\";s:32:\"dc99b852c2a668841c8149cc3efa7b3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2b836c6505c4a07444a05154ee595f8e\";a:5:{s:6:\"source\";s:32:\"2b836c6505c4a07444a05154ee595f8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0abcb01a91a07ac2790dcf2d18a6bb10\";a:5:{s:6:\"source\";s:32:\"0abcb01a91a07ac2790dcf2d18a6bb10\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"39f9a3e1c74970841a5778e5dd6372ec\";a:5:{s:6:\"source\";s:32:\"39f9a3e1c74970841a5778e5dd6372ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"65708bf35a29783887487d151a4f9777\";a:5:{s:6:\"source\";s:32:\"65708bf35a29783887487d151a4f9777\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"688858293c3750f6b896cab6ebf6bd1c\";a:5:{s:6:\"source\";s:32:\"688858293c3750f6b896cab6ebf6bd1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8dc865d767f66ab86974fa03a91fd24b\";a:5:{s:6:\"source\";s:32:\"8dc865d767f66ab86974fa03a91fd24b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de3a5582554379c92b1e9fea77a2660c\";a:5:{s:6:\"source\";s:32:\"de3a5582554379c92b1e9fea77a2660c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51e9084a6ed0635968fdcfe5484db8a5\";a:5:{s:6:\"source\";s:32:\"51e9084a6ed0635968fdcfe5484db8a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e7c68a8f376b78afb7c2e9bb7e7b7ca\";a:5:{s:6:\"source\";s:32:\"2e7c68a8f376b78afb7c2e9bb7e7b7ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b8462804476eaabf1947b103f10fa688\";a:5:{s:6:\"source\";s:32:\"b8462804476eaabf1947b103f10fa688\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cbfaed5c194f5326a683a2742900a2d\";a:5:{s:6:\"source\";s:32:\"3cbfaed5c194f5326a683a2742900a2d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0064a5f6cd2d4d117614c817f2c119a7\";a:5:{s:6:\"source\";s:32:\"0064a5f6cd2d4d117614c817f2c119a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b00735fb145ee72a6f5d1bc4f8b6d2d\";a:5:{s:6:\"source\";s:32:\"6b00735fb145ee72a6f5d1bc4f8b6d2d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c480fc2faa0b7cbe76b6375f52a04da\";a:5:{s:6:\"source\";s:32:\"3c480fc2faa0b7cbe76b6375f52a04da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7980eadc60e29c6840b90f1c42984b05\";a:5:{s:6:\"source\";s:32:\"7980eadc60e29c6840b90f1c42984b05\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"df1bedcd11b77a6e00a2a3d729e4999a\";a:5:{s:6:\"source\";s:32:\"df1bedcd11b77a6e00a2a3d729e4999a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f7f3c27bbedd369cee6f33a2a0b6830a\";a:5:{s:6:\"source\";s:32:\"f7f3c27bbedd369cee6f33a2a0b6830a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c55b965ae0516598f8c26f3a82d29b1\";a:5:{s:6:\"source\";s:32:\"3c55b965ae0516598f8c26f3a82d29b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78e152eadd63a8679c9a33e3e7fe295d\";a:5:{s:6:\"source\";s:32:\"78e152eadd63a8679c9a33e3e7fe295d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7b44a366b4fe0ef080f02a633bfdd004\";a:5:{s:6:\"source\";s:32:\"7b44a366b4fe0ef080f02a633bfdd004\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5c5dbfbae6a3db961936df629d6e1c0\";a:5:{s:6:\"source\";s:32:\"c5c5dbfbae6a3db961936df629d6e1c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"13c8d3d8b90e8c36333bc326d627ca2e\";a:5:{s:6:\"source\";s:32:\"13c8d3d8b90e8c36333bc326d627ca2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d4e72a63c46c8e95243e37b29283999\";a:5:{s:6:\"source\";s:32:\"3d4e72a63c46c8e95243e37b29283999\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f97eaffc87eda114c84401f8a007eb7\";a:5:{s:6:\"source\";s:32:\"6f97eaffc87eda114c84401f8a007eb7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"de4a5decb1331cc2c29ccaec8b3c7f7a\";a:5:{s:6:\"source\";s:32:\"de4a5decb1331cc2c29ccaec8b3c7f7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b81af63a46e23b247992308278283ccd\";a:5:{s:6:\"source\";s:32:\"b81af63a46e23b247992308278283ccd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"406572845bfd603134764bd7a5a409f4\";a:5:{s:6:\"source\";s:32:\"406572845bfd603134764bd7a5a409f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6181251193d763dab36ec9369df4f2e\";a:5:{s:6:\"source\";s:32:\"f6181251193d763dab36ec9369df4f2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0945fee7b6585179d8b826bba5306492\";a:5:{s:6:\"source\";s:32:\"0945fee7b6585179d8b826bba5306492\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"55eec8cd2924a21f659d2129cd3e9629\";a:5:{s:6:\"source\";s:32:\"55eec8cd2924a21f659d2129cd3e9629\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b613f853465049b65728f9791e08977c\";a:5:{s:6:\"source\";s:32:\"b613f853465049b65728f9791e08977c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1fb0d367a2617711ddec590c4f53f8e2\";a:5:{s:6:\"source\";s:32:\"1fb0d367a2617711ddec590c4f53f8e2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0707a370ce2fd262693df43962762a1e\";a:5:{s:6:\"source\";s:32:\"0707a370ce2fd262693df43962762a1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d768d3a73f5c36b01b2a040f35a7323\";a:5:{s:6:\"source\";s:32:\"9d768d3a73f5c36b01b2a040f35a7323\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7fa0b890aa23d886836dca2e8bcfbc58\";a:5:{s:6:\"source\";s:32:\"7fa0b890aa23d886836dca2e8bcfbc58\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"85e4a825b77e10dee5adb989905020d8\";a:5:{s:6:\"source\";s:32:\"85e4a825b77e10dee5adb989905020d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9b7e2e798e2d70ddd5d42922f2c9b903\";a:5:{s:6:\"source\";s:32:\"9b7e2e798e2d70ddd5d42922f2c9b903\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43f2a0f5f0266701c66e6802ac3a5bb9\";a:5:{s:6:\"source\";s:32:\"43f2a0f5f0266701c66e6802ac3a5bb9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b49710825280a972bec5f981a6cb9ee\";a:5:{s:6:\"source\";s:32:\"8b49710825280a972bec5f981a6cb9ee\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da58f6072acc372297e073c6b271b978\";a:5:{s:6:\"source\";s:32:\"da58f6072acc372297e073c6b271b978\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c961010784feeac61c419f75b9c8ec21\";a:5:{s:6:\"source\";s:32:\"c961010784feeac61c419f75b9c8ec21\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"608acfc6ad25c019ebadf94143328075\";a:5:{s:6:\"source\";s:32:\"608acfc6ad25c019ebadf94143328075\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"057632267c4b760d8c0740e3e6deb4f1\";a:5:{s:6:\"source\";s:32:\"057632267c4b760d8c0740e3e6deb4f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"91fd0d5292d7f978eca02c3d5a48de6b\";a:5:{s:6:\"source\";s:32:\"91fd0d5292d7f978eca02c3d5a48de6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"991e01a5099fbbf33b7cf31098dbec2a\";a:5:{s:6:\"source\";s:32:\"991e01a5099fbbf33b7cf31098dbec2a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3807d0472615dce689ec59a049751485\";a:5:{s:6:\"source\";s:32:\"3807d0472615dce689ec59a049751485\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11371c6f9ae6c4d25a47a0d200ab6e55\";a:5:{s:6:\"source\";s:32:\"11371c6f9ae6c4d25a47a0d200ab6e55\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"04042ac4f42052aeea3321072a3e90db\";a:5:{s:6:\"source\";s:32:\"04042ac4f42052aeea3321072a3e90db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a80d3cca82bb70a423f463acac92fb5\";a:5:{s:6:\"source\";s:32:\"0a80d3cca82bb70a423f463acac92fb5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8c63d34f9cf8a248f32300ec7e42ac2a\";a:5:{s:6:\"source\";s:32:\"8c63d34f9cf8a248f32300ec7e42ac2a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"43e95589bf10acc5653c19a1adde0645\";a:5:{s:6:\"source\";s:32:\"43e95589bf10acc5653c19a1adde0645\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"575cb034eb918567ffa4d50684e01372\";a:5:{s:6:\"source\";s:32:\"575cb034eb918567ffa4d50684e01372\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8b42f0713f7c01a671a753c38d7f43c0\";a:5:{s:6:\"source\";s:32:\"8b42f0713f7c01a671a753c38d7f43c0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6b0e36523f99d17b8d2c29b422adb82\";a:5:{s:6:\"source\";s:32:\"f6b0e36523f99d17b8d2c29b422adb82\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ccd2b458817ab7e07c87ddc51b076392\";a:5:{s:6:\"source\";s:32:\"ccd2b458817ab7e07c87ddc51b076392\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f6084a39ced8c07bf802929298c7f1a\";a:5:{s:6:\"source\";s:32:\"9f6084a39ced8c07bf802929298c7f1a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e135ef342c07d52966f7692310ef8bd6\";a:5:{s:6:\"source\";s:32:\"e135ef342c07d52966f7692310ef8bd6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bb3455d711556954980ee8014a5854e3\";a:5:{s:6:\"source\";s:32:\"bb3455d711556954980ee8014a5854e3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"dfe525419cc8c27c88d56508c8b389c4\";a:5:{s:6:\"source\";s:32:\"dfe525419cc8c27c88d56508c8b389c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"efc5dfe2e2addbee7d2f15a5825ac72a\";a:5:{s:6:\"source\";s:32:\"efc5dfe2e2addbee7d2f15a5825ac72a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0c7987587752c938837c9e731a6d31bf\";a:5:{s:6:\"source\";s:32:\"0c7987587752c938837c9e731a6d31bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"faa316bb6cc00c2dc5d351df8fc92c93\";a:5:{s:6:\"source\";s:32:\"faa316bb6cc00c2dc5d351df8fc92c93\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"caef9ea2c80483f7927ca2b29abc53c9\";a:5:{s:6:\"source\";s:32:\"caef9ea2c80483f7927ca2b29abc53c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20ba942aa77cbd656a32a4c4860de10f\";a:5:{s:6:\"source\";s:32:\"20ba942aa77cbd656a32a4c4860de10f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"419fdb8caced58918e6e74eb55e118f4\";a:5:{s:6:\"source\";s:32:\"419fdb8caced58918e6e74eb55e118f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"abe275dd507d37820ffa917c69781e4e\";a:5:{s:6:\"source\";s:32:\"abe275dd507d37820ffa917c69781e4e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"539bc7d7ddf826020bb64b0973a8d74d\";a:5:{s:6:\"source\";s:32:\"539bc7d7ddf826020bb64b0973a8d74d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"916776e37252ae1d4e04ce12470ad6a2\";a:5:{s:6:\"source\";s:32:\"916776e37252ae1d4e04ce12470ad6a2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2ad54f0e14f78a9ce2f5eb19176de67a\";a:5:{s:6:\"source\";s:32:\"2ad54f0e14f78a9ce2f5eb19176de67a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"41cb967889ec42f406f59e0e2adc197d\";a:5:{s:6:\"source\";s:32:\"41cb967889ec42f406f59e0e2adc197d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"af5bc61ae0205a3c7294049b859b3978\";a:5:{s:6:\"source\";s:32:\"af5bc61ae0205a3c7294049b859b3978\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"97a7f14175e7c8adde7b63a298b2b11a\";a:5:{s:6:\"source\";s:32:\"97a7f14175e7c8adde7b63a298b2b11a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"986f29aa047da83935fc7a636f3ae11a\";a:5:{s:6:\"source\";s:32:\"986f29aa047da83935fc7a636f3ae11a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"119440272efe728a20793ac9bb354ec6\";a:5:{s:6:\"source\";s:32:\"119440272efe728a20793ac9bb354ec6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"306c0667d85b53ebcba221be4a8aff41\";a:5:{s:6:\"source\";s:32:\"306c0667d85b53ebcba221be4a8aff41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"167e1d558812c992479257d511178d2a\";a:5:{s:6:\"source\";s:32:\"167e1d558812c992479257d511178d2a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a26c1a4ecd80d98fa7066b53b7b1a2bc\";a:5:{s:6:\"source\";s:32:\"a26c1a4ecd80d98fa7066b53b7b1a2bc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fbc230d2f016cbc70790019fdddcb37d\";a:5:{s:6:\"source\";s:32:\"fbc230d2f016cbc70790019fdddcb37d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b03cce245e7908a92f7a49cb24a28954\";a:5:{s:6:\"source\";s:32:\"b03cce245e7908a92f7a49cb24a28954\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"abace941f242103c0edf63779c168de8\";a:5:{s:6:\"source\";s:32:\"abace941f242103c0edf63779c168de8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7d562268b80264c1690e9ef2348bde2\";a:5:{s:6:\"source\";s:32:\"a7d562268b80264c1690e9ef2348bde2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"239643dea51b036c05365d13a2e9fdd3\";a:5:{s:6:\"source\";s:32:\"239643dea51b036c05365d13a2e9fdd3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"12ed0d86ab902e76b068f00d62895212\";a:5:{s:6:\"source\";s:32:\"12ed0d86ab902e76b068f00d62895212\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a29eebe52cb89ddab2eaa11ccce43654\";a:5:{s:6:\"source\";s:32:\"a29eebe52cb89ddab2eaa11ccce43654\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5870966038cdb08aafa5e6250d3ee963\";a:5:{s:6:\"source\";s:32:\"5870966038cdb08aafa5e6250d3ee963\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5798cd8f8033ad31e11cabf6a5f25996\";a:5:{s:6:\"source\";s:32:\"5798cd8f8033ad31e11cabf6a5f25996\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bc6536d798e02a564beafd1f8eb7122f\";a:5:{s:6:\"source\";s:32:\"bc6536d798e02a564beafd1f8eb7122f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5fd3ce63bdadc3129c852168d9226520\";a:5:{s:6:\"source\";s:32:\"5fd3ce63bdadc3129c852168d9226520\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e622171c2813b96c92709e82247eedc3\";a:5:{s:6:\"source\";s:32:\"e622171c2813b96c92709e82247eedc3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9ec90b7ed803743f6f8cac690ba94fb2\";a:5:{s:6:\"source\";s:32:\"9ec90b7ed803743f6f8cac690ba94fb2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78f468ef21ea78f0c4a1bdc2ee06b9de\";a:5:{s:6:\"source\";s:32:\"78f468ef21ea78f0c4a1bdc2ee06b9de\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d044b593d95c5f63e3e6208a58b425d2\";a:5:{s:6:\"source\";s:32:\"d044b593d95c5f63e3e6208a58b425d2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e7e17e14c816ab739e6340a40fafb23\";a:5:{s:6:\"source\";s:32:\"1e7e17e14c816ab739e6340a40fafb23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b90e9b3de931b6e90e3b878ba30e2730\";a:5:{s:6:\"source\";s:32:\"b90e9b3de931b6e90e3b878ba30e2730\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0cc60a6f4fb85ddf45b0e4ac2f51a21\";a:5:{s:6:\"source\";s:32:\"c0cc60a6f4fb85ddf45b0e4ac2f51a21\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d415914630b99cf5bc0471cdb01470d8\";a:5:{s:6:\"source\";s:32:\"d415914630b99cf5bc0471cdb01470d8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f9e29dceccba0760a51df1c6f8cdab74\";a:5:{s:6:\"source\";s:32:\"f9e29dceccba0760a51df1c6f8cdab74\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed6c2716ef4005790f8185a48865b0ec\";a:5:{s:6:\"source\";s:32:\"ed6c2716ef4005790f8185a48865b0ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a8f700652ab17d4e31f23d444fcfb3b\";a:5:{s:6:\"source\";s:32:\"2a8f700652ab17d4e31f23d444fcfb3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bdccfc95667756fc5b7de0e736455f68\";a:5:{s:6:\"source\";s:32:\"bdccfc95667756fc5b7de0e736455f68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"31aa03cce35975bed9d21778f92d047e\";a:5:{s:6:\"source\";s:32:\"31aa03cce35975bed9d21778f92d047e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0a0051bbd147cb306ebef254a7c190f4\";a:5:{s:6:\"source\";s:32:\"0a0051bbd147cb306ebef254a7c190f4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ab0784b2b9e563107cfe9f66df5f213\";a:5:{s:6:\"source\";s:32:\"8ab0784b2b9e563107cfe9f66df5f213\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6c28f85a0b1fd572fee8dac03d6786ca\";a:5:{s:6:\"source\";s:32:\"6c28f85a0b1fd572fee8dac03d6786ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c170598009ba922ae5b047d11317c0b1\";a:5:{s:6:\"source\";s:32:\"c170598009ba922ae5b047d11317c0b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5853a6909a754ee821ad0e8452d4e211\";a:5:{s:6:\"source\";s:32:\"5853a6909a754ee821ad0e8452d4e211\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"deab4e9d9ec7bb6e8e7e2331e5b56844\";a:5:{s:6:\"source\";s:32:\"deab4e9d9ec7bb6e8e7e2331e5b56844\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3dd53e24a54996b6ad6ce85cd99d6da7\";a:5:{s:6:\"source\";s:32:\"3dd53e24a54996b6ad6ce85cd99d6da7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75d2f62e70c7dbc4371306e923555605\";a:5:{s:6:\"source\";s:32:\"75d2f62e70c7dbc4371306e923555605\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0403e2fe2f6349bbb667feb1a447bea1\";a:5:{s:6:\"source\";s:32:\"0403e2fe2f6349bbb667feb1a447bea1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9c6fdb360ea0aad2e16aa2b8d16bca4c\";a:5:{s:6:\"source\";s:32:\"9c6fdb360ea0aad2e16aa2b8d16bca4c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9287631441773305a2c8a549db7f1c1\";a:5:{s:6:\"source\";s:32:\"d9287631441773305a2c8a549db7f1c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c1775f3b5607f16872849900a105cdc\";a:5:{s:6:\"source\";s:32:\"7c1775f3b5607f16872849900a105cdc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b15cfa4971cc19757da64921ea6e8b56\";a:5:{s:6:\"source\";s:32:\"b15cfa4971cc19757da64921ea6e8b56\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cc66dd03a498afcf5a2ff03ae4f09abf\";a:5:{s:6:\"source\";s:32:\"cc66dd03a498afcf5a2ff03ae4f09abf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0141a48547ab3bb9703d4c57588e229d\";a:5:{s:6:\"source\";s:32:\"0141a48547ab3bb9703d4c57588e229d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e726614f8742d231385898a409c0b2ec\";a:5:{s:6:\"source\";s:32:\"e726614f8742d231385898a409c0b2ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1c947bf2dbfff34cc9c0fe976922d2d\";a:5:{s:6:\"source\";s:32:\"f1c947bf2dbfff34cc9c0fe976922d2d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a4df938772298c2912a11ad4e510ed37\";a:5:{s:6:\"source\";s:32:\"a4df938772298c2912a11ad4e510ed37\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98c321c6c2c39830a0be8b71179a79d7\";a:5:{s:6:\"source\";s:32:\"98c321c6c2c39830a0be8b71179a79d7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d4dd4cedeecd75f71e228196b6f20f73\";a:5:{s:6:\"source\";s:32:\"d4dd4cedeecd75f71e228196b6f20f73\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"98d6cf901f9f1b644e8a1649a1e9fd96\";a:5:{s:6:\"source\";s:32:\"98d6cf901f9f1b644e8a1649a1e9fd96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"165cd4a700ff8329f6a55cd1dff0f64c\";a:5:{s:6:\"source\";s:32:\"165cd4a700ff8329f6a55cd1dff0f64c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eeccb9222109b9d3267025fad7c47e3b\";a:5:{s:6:\"source\";s:32:\"eeccb9222109b9d3267025fad7c47e3b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"754c299d581e7287e7d34bedf99debd7\";a:5:{s:6:\"source\";s:32:\"754c299d581e7287e7d34bedf99debd7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f526f012391d7e4d7a23a3b73d5f3a0\";a:5:{s:6:\"source\";s:32:\"8f526f012391d7e4d7a23a3b73d5f3a0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1cfaf7bdb35b52798f39b9b46d9b0e4\";a:5:{s:6:\"source\";s:32:\"f1cfaf7bdb35b52798f39b9b46d9b0e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c503380bff57982e0283ecf4cd4a764\";a:5:{s:6:\"source\";s:32:\"7c503380bff57982e0283ecf4cd4a764\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"59d929bb4bb78b4cbf4c28bf29b6b58f\";a:5:{s:6:\"source\";s:32:\"59d929bb4bb78b4cbf4c28bf29b6b58f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1162eb0228e0356e5d890fa497d266fe\";a:5:{s:6:\"source\";s:32:\"1162eb0228e0356e5d890fa497d266fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bde62fee8e72d3c3168f281170a2ad33\";a:5:{s:6:\"source\";s:32:\"bde62fee8e72d3c3168f281170a2ad33\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00d9c6d3dd084c1d6a7588c2ef798e28\";a:5:{s:6:\"source\";s:32:\"00d9c6d3dd084c1d6a7588c2ef798e28\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"019190c05a94dfc5495568315c1d8f19\";a:5:{s:6:\"source\";s:32:\"019190c05a94dfc5495568315c1d8f19\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8ad06a481ea1d29cfdeafbdeeaca36f3\";a:5:{s:6:\"source\";s:32:\"8ad06a481ea1d29cfdeafbdeeaca36f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d36683a37d0a490ed4d504fb1d8bd92c\";a:5:{s:6:\"source\";s:32:\"d36683a37d0a490ed4d504fb1d8bd92c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"255172868858fc1aac72102793436093\";a:5:{s:6:\"source\";s:32:\"255172868858fc1aac72102793436093\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"34d83fd674a9fe4e86b9351a4d368fde\";a:5:{s:6:\"source\";s:32:\"34d83fd674a9fe4e86b9351a4d368fde\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7ecb51fdd2966f929370c33e543c717a\";a:5:{s:6:\"source\";s:32:\"7ecb51fdd2966f929370c33e543c717a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d38530ea0989dcf3639f95fd3e322ead\";a:5:{s:6:\"source\";s:32:\"d38530ea0989dcf3639f95fd3e322ead\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fccbb30a21f80edc358f9a9fc1edee60\";a:5:{s:6:\"source\";s:32:\"fccbb30a21f80edc358f9a9fc1edee60\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d56537c11bf90490d5e6ade7ad834ad\";a:5:{s:6:\"source\";s:32:\"4d56537c11bf90490d5e6ade7ad834ad\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7174d5985dca8e8fedc06b0985a69896\";a:5:{s:6:\"source\";s:32:\"7174d5985dca8e8fedc06b0985a69896\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d9c618f7abdbd281ee2f293059c42f4f\";a:5:{s:6:\"source\";s:32:\"d9c618f7abdbd281ee2f293059c42f4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d6ffec966f6cb77d5d1a3892da0fda39\";a:5:{s:6:\"source\";s:32:\"d6ffec966f6cb77d5d1a3892da0fda39\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0466ef4068fb455f4e80028b029decc8\";a:5:{s:6:\"source\";s:32:\"0466ef4068fb455f4e80028b029decc8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"acbe84c3a17866e89eb5c969e9aac901\";a:5:{s:6:\"source\";s:32:\"acbe84c3a17866e89eb5c969e9aac901\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1329569af04cbd2fc6ea809c55ad9b1e\";a:5:{s:6:\"source\";s:32:\"1329569af04cbd2fc6ea809c55ad9b1e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"41357acbe2bb1ef19bd4e6be597b0d90\";a:5:{s:6:\"source\";s:32:\"41357acbe2bb1ef19bd4e6be597b0d90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"529f0ede3e05ceda121824c0076fcdd5\";a:5:{s:6:\"source\";s:32:\"529f0ede3e05ceda121824c0076fcdd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"27080b596a31896ce8ae36dfb91516b8\";a:5:{s:6:\"source\";s:32:\"27080b596a31896ce8ae36dfb91516b8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c38977fa60b7b34137ec3a5efbedb141\";a:5:{s:6:\"source\";s:32:\"c38977fa60b7b34137ec3a5efbedb141\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5dc8ea2309e4c1bda91cce02abb65371\";a:5:{s:6:\"source\";s:32:\"5dc8ea2309e4c1bda91cce02abb65371\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3d8851e9465ddc258dc797a4f40f2841\";a:5:{s:6:\"source\";s:32:\"3d8851e9465ddc258dc797a4f40f2841\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"115bbd97073b2b1b7ba8591445617305\";a:5:{s:6:\"source\";s:32:\"115bbd97073b2b1b7ba8591445617305\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1d9d608bc03c1a0f7337ff54169379c4\";a:5:{s:6:\"source\";s:32:\"1d9d608bc03c1a0f7337ff54169379c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0851ea72a3cc828a0ee2e7330659b2c\";a:5:{s:6:\"source\";s:32:\"c0851ea72a3cc828a0ee2e7330659b2c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"20d83039ca955c3678a4c020bdb6fb44\";a:5:{s:6:\"source\";s:32:\"20d83039ca955c3678a4c020bdb6fb44\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"67d3924362b9a4cc43534b2dfe51ff47\";a:5:{s:6:\"source\";s:32:\"67d3924362b9a4cc43534b2dfe51ff47\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ae1772ab88ec975ef390f0c50bf67105\";a:5:{s:6:\"source\";s:32:\"ae1772ab88ec975ef390f0c50bf67105\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01bcbba743b853718ca8de8e95900624\";a:5:{s:6:\"source\";s:32:\"01bcbba743b853718ca8de8e95900624\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26e4cd733f2a497b66419e45e48661ef\";a:5:{s:6:\"source\";s:32:\"26e4cd733f2a497b66419e45e48661ef\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca2418ef9d74852915d3a5cc9e867b46\";a:5:{s:6:\"source\";s:32:\"ca2418ef9d74852915d3a5cc9e867b46\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f538e76fd0cda3d8f9bfa14eb9bfd41\";a:5:{s:6:\"source\";s:32:\"5f538e76fd0cda3d8f9bfa14eb9bfd41\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"87d786ceeabe0ae1cd93bb29ffd7b91d\";a:5:{s:6:\"source\";s:32:\"87d786ceeabe0ae1cd93bb29ffd7b91d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c406e2e4fb3265f16737da6ed786daa0\";a:5:{s:6:\"source\";s:32:\"c406e2e4fb3265f16737da6ed786daa0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48d2bb05e4c1d23ea6ccdc0a6d0196c4\";a:5:{s:6:\"source\";s:32:\"48d2bb05e4c1d23ea6ccdc0a6d0196c4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5866c828be31d7667937cffef791282\";a:5:{s:6:\"source\";s:32:\"f5866c828be31d7667937cffef791282\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6510b4cad4d0a10116486cb072d0b6f2\";a:5:{s:6:\"source\";s:32:\"6510b4cad4d0a10116486cb072d0b6f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b053a77636623208015d2e295c1e70ea\";a:5:{s:6:\"source\";s:32:\"b053a77636623208015d2e295c1e70ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea7ea2db1e7ed49b8f7e660e387ef250\";a:5:{s:6:\"source\";s:32:\"ea7ea2db1e7ed49b8f7e660e387ef250\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3cde39929943e634391ff58ce8148fe3\";a:5:{s:6:\"source\";s:32:\"3cde39929943e634391ff58ce8148fe3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"83bae6232b3fbfffb032dd4c7c649ead\";a:5:{s:6:\"source\";s:32:\"83bae6232b3fbfffb032dd4c7c649ead\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c5d843ac0fbe5cea3372f230b397288\";a:5:{s:6:\"source\";s:32:\"3c5d843ac0fbe5cea3372f230b397288\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54ed695b796c14ab1396e2ab203b9f1a\";a:5:{s:6:\"source\";s:32:\"54ed695b796c14ab1396e2ab203b9f1a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e465316bb1fdc9120bfce0eee27236e1\";a:5:{s:6:\"source\";s:32:\"e465316bb1fdc9120bfce0eee27236e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"844df7d6e0459952371ca35b46d83a09\";a:5:{s:6:\"source\";s:32:\"844df7d6e0459952371ca35b46d83a09\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ad38599649365fa2d31ac500cfaf115a\";a:5:{s:6:\"source\";s:32:\"ad38599649365fa2d31ac500cfaf115a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6657123dac36ae94f4ef7bb02127730\";a:5:{s:6:\"source\";s:32:\"b6657123dac36ae94f4ef7bb02127730\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"551eeec8a19a0213c35e1e2368b99e97\";a:5:{s:6:\"source\";s:32:\"551eeec8a19a0213c35e1e2368b99e97\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3253d7ce888f8132821caa255def8dff\";a:5:{s:6:\"source\";s:32:\"3253d7ce888f8132821caa255def8dff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b3e135cc8c677d50f18266a39033073f\";a:5:{s:6:\"source\";s:32:\"b3e135cc8c677d50f18266a39033073f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26d7a7efd0ccb1abc382c89efb6c788b\";a:5:{s:6:\"source\";s:32:\"26d7a7efd0ccb1abc382c89efb6c788b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8375cd0e5472f0acea46439d39d5d568\";a:5:{s:6:\"source\";s:32:\"8375cd0e5472f0acea46439d39d5d568\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2bbad662403fc611e31bb9b859fad27d\";a:5:{s:6:\"source\";s:32:\"2bbad662403fc611e31bb9b859fad27d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11a53ffbba3672810acbe1cd9814396c\";a:5:{s:6:\"source\";s:32:\"11a53ffbba3672810acbe1cd9814396c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"36ce69d920a9c293933c087ce9c1a097\";a:5:{s:6:\"source\";s:32:\"36ce69d920a9c293933c087ce9c1a097\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"601f30048860871b9501ce2da4bc35f1\";a:5:{s:6:\"source\";s:32:\"601f30048860871b9501ce2da4bc35f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64f09c4969642e5c531b8c43d3b54138\";a:5:{s:6:\"source\";s:32:\"64f09c4969642e5c531b8c43d3b54138\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6e1ad2d39235e7cf51611a4f2e547115\";a:5:{s:6:\"source\";s:32:\"6e1ad2d39235e7cf51611a4f2e547115\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a6e135ebf6b5682d9d307a1dd29d2d37\";a:5:{s:6:\"source\";s:32:\"a6e135ebf6b5682d9d307a1dd29d2d37\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4a1e5f7e106db1702480dca69b25fae4\";a:5:{s:6:\"source\";s:32:\"4a1e5f7e106db1702480dca69b25fae4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2911f26bf8484e0e233f3804c7640c51\";a:5:{s:6:\"source\";s:32:\"2911f26bf8484e0e233f3804c7640c51\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9affef7b1749dfbd0d3b741b9471207d\";a:5:{s:6:\"source\";s:32:\"9affef7b1749dfbd0d3b741b9471207d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b6743415b1e5d1777ea1481ee973ae08\";a:5:{s:6:\"source\";s:32:\"b6743415b1e5d1777ea1481ee973ae08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f847e4394e3d60b529bedd2ac8087bc6\";a:5:{s:6:\"source\";s:32:\"f847e4394e3d60b529bedd2ac8087bc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c5e4b4c0a42ea519b706066d26a56532\";a:5:{s:6:\"source\";s:32:\"c5e4b4c0a42ea519b706066d26a56532\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a57fecc80f7c090e65174c0d54d631a5\";a:5:{s:6:\"source\";s:32:\"a57fecc80f7c090e65174c0d54d631a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6612bc42bbca76ab32d371a9734fd538\";a:5:{s:6:\"source\";s:32:\"6612bc42bbca76ab32d371a9734fd538\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"634d733974cfaee3115b4b20ab254b08\";a:5:{s:6:\"source\";s:32:\"634d733974cfaee3115b4b20ab254b08\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7c2997ef22ab01cc13bb28f2d63ec907\";a:5:{s:6:\"source\";s:32:\"7c2997ef22ab01cc13bb28f2d63ec907\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c9a6b514ddcd890e77602e80dc187438\";a:5:{s:6:\"source\";s:32:\"c9a6b514ddcd890e77602e80dc187438\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ffc6299eb707c57c9d27eb039f0c2f2\";a:5:{s:6:\"source\";s:32:\"6ffc6299eb707c57c9d27eb039f0c2f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f93848fa9701975a8ee6867a4f884084\";a:5:{s:6:\"source\";s:32:\"f93848fa9701975a8ee6867a4f884084\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f862a53214da74cf369111ebdc7a6585\";a:5:{s:6:\"source\";s:32:\"f862a53214da74cf369111ebdc7a6585\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0654ab5d18bcdbe13c8bb962f29d0a29\";a:5:{s:6:\"source\";s:32:\"0654ab5d18bcdbe13c8bb962f29d0a29\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4bee92e9e842cd85d65027a02410921e\";a:5:{s:6:\"source\";s:32:\"4bee92e9e842cd85d65027a02410921e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"577d8ac5b9b548b5769649272ffd697a\";a:5:{s:6:\"source\";s:32:\"577d8ac5b9b548b5769649272ffd697a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c7b92c179bea88101df94af7c6585e9\";a:5:{s:6:\"source\";s:32:\"4c7b92c179bea88101df94af7c6585e9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"21f1d3d4a7cd4573874b05ef9c03049e\";a:5:{s:6:\"source\";s:32:\"21f1d3d4a7cd4573874b05ef9c03049e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9a7d6d768640d5dc807c33db741a21ed\";a:5:{s:6:\"source\";s:32:\"9a7d6d768640d5dc807c33db741a21ed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f5d43fd3806cd2e20ebb68abee5546ff\";a:5:{s:6:\"source\";s:32:\"f5d43fd3806cd2e20ebb68abee5546ff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"966aff2e1208f0032aa19c95068af22e\";a:5:{s:6:\"source\";s:32:\"966aff2e1208f0032aa19c95068af22e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1247400589f798d8d9c367b353bd026f\";a:5:{s:6:\"source\";s:32:\"1247400589f798d8d9c367b353bd026f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42cbb8736de2989e3e781e8f5c64d6c3\";a:5:{s:6:\"source\";s:32:\"42cbb8736de2989e3e781e8f5c64d6c3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5a38bca5e3fe9be3b01b450363f775b6\";a:5:{s:6:\"source\";s:32:\"5a38bca5e3fe9be3b01b450363f775b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c8c3125831a155eee870afe6f004a37f\";a:5:{s:6:\"source\";s:32:\"c8c3125831a155eee870afe6f004a37f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ef6e2fbcca43403e6a775b27b0b3be3\";a:5:{s:6:\"source\";s:32:\"0ef6e2fbcca43403e6a775b27b0b3be3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d2ca4d5e54332c481633cb242b62c93a\";a:5:{s:6:\"source\";s:32:\"d2ca4d5e54332c481633cb242b62c93a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"112e9164f43a8fb6b3bb47cb7ad64e00\";a:5:{s:6:\"source\";s:32:\"112e9164f43a8fb6b3bb47cb7ad64e00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a162e17bb2e69f3606ff6e4d5ddd7cf\";a:5:{s:6:\"source\";s:32:\"3a162e17bb2e69f3606ff6e4d5ddd7cf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b545e809a8c78a2cdaaba70d34623723\";a:5:{s:6:\"source\";s:32:\"b545e809a8c78a2cdaaba70d34623723\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c29b27ca1c916167977a59f0b794234\";a:5:{s:6:\"source\";s:32:\"4c29b27ca1c916167977a59f0b794234\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"823f97f7e9e01f436c933c28842661d6\";a:5:{s:6:\"source\";s:32:\"823f97f7e9e01f436c933c28842661d6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1aee95b31757d68d2df49bb2db6f4e4\";a:5:{s:6:\"source\";s:32:\"a1aee95b31757d68d2df49bb2db6f4e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c28af12711320e2174cfd0fba8e1b302\";a:5:{s:6:\"source\";s:32:\"c28af12711320e2174cfd0fba8e1b302\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45db8e113e246af04d4f2432ae8019db\";a:5:{s:6:\"source\";s:32:\"45db8e113e246af04d4f2432ae8019db\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d0a39fbd9944afbe2efd4513b620f7c2\";a:5:{s:6:\"source\";s:32:\"d0a39fbd9944afbe2efd4513b620f7c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d70a5c346a1df5b2221ae0aaef85329a\";a:5:{s:6:\"source\";s:32:\"d70a5c346a1df5b2221ae0aaef85329a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"169835093e98b3e88cc718f3dec6818e\";a:5:{s:6:\"source\";s:32:\"169835093e98b3e88cc718f3dec6818e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da13ede8882d13d39ab5fa00e57f2756\";a:5:{s:6:\"source\";s:32:\"da13ede8882d13d39ab5fa00e57f2756\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"42cbe9e6309c7da4c22955335844b0d5\";a:5:{s:6:\"source\";s:32:\"42cbe9e6309c7da4c22955335844b0d5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d4a9121b72808bae6a2e9cf4b5c5788\";a:5:{s:6:\"source\";s:32:\"2d4a9121b72808bae6a2e9cf4b5c5788\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5195cc89feba8dc34a669a1120bbaedb\";a:5:{s:6:\"source\";s:32:\"5195cc89feba8dc34a669a1120bbaedb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2d0bf48a56313b7280a5d5c20c2b2531\";a:5:{s:6:\"source\";s:32:\"2d0bf48a56313b7280a5d5c20c2b2531\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bf4de0cedd777e6fd2a2afc9211bcb52\";a:5:{s:6:\"source\";s:32:\"bf4de0cedd777e6fd2a2afc9211bcb52\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b91acd0d2c31e5e4fd5f70f6163974b9\";a:5:{s:6:\"source\";s:32:\"b91acd0d2c31e5e4fd5f70f6163974b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fb10c15e13b2f9b8f2e7580967af7156\";a:5:{s:6:\"source\";s:32:\"fb10c15e13b2f9b8f2e7580967af7156\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"336921ce7a39f93c05b3a5dbf4d7a4af\";a:5:{s:6:\"source\";s:32:\"336921ce7a39f93c05b3a5dbf4d7a4af\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d36d6446ca49ae662e9fdd8d06576a4\";a:5:{s:6:\"source\";s:32:\"4d36d6446ca49ae662e9fdd8d06576a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c06598a739ea81f3af9491faf3e855d1\";a:5:{s:6:\"source\";s:32:\"c06598a739ea81f3af9491faf3e855d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"408fbe08b899fc7fdf6255d9cea5efb1\";a:5:{s:6:\"source\";s:32:\"408fbe08b899fc7fdf6255d9cea5efb1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"258a2073f2beb00b48580ad8c51c40fb\";a:5:{s:6:\"source\";s:32:\"258a2073f2beb00b48580ad8c51c40fb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5f524acf159f91b031222a835ca786f1\";a:5:{s:6:\"source\";s:32:\"5f524acf159f91b031222a835ca786f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"93b3f2324143f0f1eacc44ea0f318401\";a:5:{s:6:\"source\";s:32:\"93b3f2324143f0f1eacc44ea0f318401\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b600d2c2bd08e48166c1e7a47590daa4\";a:5:{s:6:\"source\";s:32:\"b600d2c2bd08e48166c1e7a47590daa4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6cbe394d24e4706c4dca43debcf02d23\";a:5:{s:6:\"source\";s:32:\"6cbe394d24e4706c4dca43debcf02d23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75bbc1bbba6f3e610d308acc088af69f\";a:5:{s:6:\"source\";s:32:\"75bbc1bbba6f3e610d308acc088af69f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6390514a0185d99e15899ff783cc204c\";a:5:{s:6:\"source\";s:32:\"6390514a0185d99e15899ff783cc204c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f1841279183a040f3dde981747221a5\";a:5:{s:6:\"source\";s:32:\"7f1841279183a040f3dde981747221a5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea966657f1d81dbc5bf9ff7bf8a8cbce\";a:5:{s:6:\"source\";s:32:\"ea966657f1d81dbc5bf9ff7bf8a8cbce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73729171c9102aacae37674aa6e49ece\";a:5:{s:6:\"source\";s:32:\"73729171c9102aacae37674aa6e49ece\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f1ea6ec3e38dd9c4430931b68b702ffe\";a:5:{s:6:\"source\";s:32:\"f1ea6ec3e38dd9c4430931b68b702ffe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9d6d85864ff0cd3835dad04f0900fc20\";a:5:{s:6:\"source\";s:32:\"9d6d85864ff0cd3835dad04f0900fc20\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01661fab8454180b5e5205fbdb023c61\";a:5:{s:6:\"source\";s:32:\"01661fab8454180b5e5205fbdb023c61\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5b5b208a924ad307ad6fcd4af198fc9e\";a:5:{s:6:\"source\";s:32:\"5b5b208a924ad307ad6fcd4af198fc9e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6bf48563a6e0d8f4e5542f27bf73720\";a:5:{s:6:\"source\";s:32:\"f6bf48563a6e0d8f4e5542f27bf73720\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c93ec110b827fcc59a12cc9541bf50da\";a:5:{s:6:\"source\";s:32:\"c93ec110b827fcc59a12cc9541bf50da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"171ee80847eb95d053bfac6e3aeaf115\";a:5:{s:6:\"source\";s:32:\"171ee80847eb95d053bfac6e3aeaf115\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"872be9356eea8dbf4029a59d5c671a2e\";a:5:{s:6:\"source\";s:32:\"872be9356eea8dbf4029a59d5c671a2e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2ab3ee5870ec62024975840951b6868\";a:5:{s:6:\"source\";s:32:\"f2ab3ee5870ec62024975840951b6868\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7f429161740e1bd75dcc9cbfdb0e438d\";a:5:{s:6:\"source\";s:32:\"7f429161740e1bd75dcc9cbfdb0e438d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"125f3d8ed5ffc1ae07736d3c9c3e2d3f\";a:5:{s:6:\"source\";s:32:\"125f3d8ed5ffc1ae07736d3c9c3e2d3f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1b78f2cbe818c6de4c068cd3ec978558\";a:5:{s:6:\"source\";s:32:\"1b78f2cbe818c6de4c068cd3ec978558\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1271eb477f89c574572730cacc8d1add\";a:5:{s:6:\"source\";s:32:\"1271eb477f89c574572730cacc8d1add\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"eafa2c7bfd808b6e040a6bc55fb10798\";a:5:{s:6:\"source\";s:32:\"eafa2c7bfd808b6e040a6bc55fb10798\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"48d9f2d6586fe3b0d197adf1ea75cb8b\";a:5:{s:6:\"source\";s:32:\"48d9f2d6586fe3b0d197adf1ea75cb8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9e06e6b9f50b24c8346462e0328ee1b2\";a:5:{s:6:\"source\";s:32:\"9e06e6b9f50b24c8346462e0328ee1b2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ce4bee0a6a389029b67f499689a78fa\";a:5:{s:6:\"source\";s:32:\"6ce4bee0a6a389029b67f499689a78fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a36b9c49bdf78fefacbd6673498a413\";a:5:{s:6:\"source\";s:32:\"7a36b9c49bdf78fefacbd6673498a413\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"226e23f914231a7981d63fe59e1fe747\";a:5:{s:6:\"source\";s:32:\"226e23f914231a7981d63fe59e1fe747\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea3105d8399bfc41dd08566b59060dc6\";a:5:{s:6:\"source\";s:32:\"ea3105d8399bfc41dd08566b59060dc6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1a462bdde73ad4420920b43a7491e819\";a:5:{s:6:\"source\";s:32:\"1a462bdde73ad4420920b43a7491e819\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8a4819ccd233672054b9562e7ebb15c1\";a:5:{s:6:\"source\";s:32:\"8a4819ccd233672054b9562e7ebb15c1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0523d4f9fa01b2318d398ce3861624ca\";a:5:{s:6:\"source\";s:32:\"0523d4f9fa01b2318d398ce3861624ca\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"27b8bb6cbeac68441543fd15f20be148\";a:5:{s:6:\"source\";s:32:\"27b8bb6cbeac68441543fd15f20be148\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b255fddba3fb0160c1b9fdd03c119d18\";a:5:{s:6:\"source\";s:32:\"b255fddba3fb0160c1b9fdd03c119d18\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a120162cd97f430612c6a1505ce7029a\";a:5:{s:6:\"source\";s:32:\"a120162cd97f430612c6a1505ce7029a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c041109cd7ad70f6cfc230a4592792da\";a:5:{s:6:\"source\";s:32:\"c041109cd7ad70f6cfc230a4592792da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60b2f157eb7aec726875b4e765876081\";a:5:{s:6:\"source\";s:32:\"60b2f157eb7aec726875b4e765876081\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8cbc34ad654a899936660fb853189417\";a:5:{s:6:\"source\";s:32:\"8cbc34ad654a899936660fb853189417\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d984560a50a7a210c2add7b2035d624f\";a:5:{s:6:\"source\";s:32:\"d984560a50a7a210c2add7b2035d624f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6b46d06b6e2db0d8594876d390e3998a\";a:5:{s:6:\"source\";s:32:\"6b46d06b6e2db0d8594876d390e3998a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"72efb1c0ed5a3fc6e9fc2c43cf30dd85\";a:5:{s:6:\"source\";s:32:\"72efb1c0ed5a3fc6e9fc2c43cf30dd85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5d8e3b2f01fbc5c5c06db0505ee8e6b\";a:5:{s:6:\"source\";s:32:\"e5d8e3b2f01fbc5c5c06db0505ee8e6b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"05a2c0cf9242502979df8e3725cd927d\";a:5:{s:6:\"source\";s:32:\"05a2c0cf9242502979df8e3725cd927d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"181e126ff0e32750c97d88b91ababcd0\";a:5:{s:6:\"source\";s:32:\"181e126ff0e32750c97d88b91ababcd0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"550fb7c8d1b838e477d86756849f71a3\";a:5:{s:6:\"source\";s:32:\"550fb7c8d1b838e477d86756849f71a3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"683a020dbb67117bb1e26cec67cfc2d0\";a:5:{s:6:\"source\";s:32:\"683a020dbb67117bb1e26cec67cfc2d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"912712aa13daca601fd86f452550caa5\";a:5:{s:6:\"source\";s:32:\"912712aa13daca601fd86f452550caa5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f983ea673525e691111b8b368ba2bf1b\";a:5:{s:6:\"source\";s:32:\"f983ea673525e691111b8b368ba2bf1b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4fc81bb30c59e7cecc4a25de2af79c96\";a:5:{s:6:\"source\";s:32:\"4fc81bb30c59e7cecc4a25de2af79c96\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"abb1a04156b2ec9b2937ef2a61fb073f\";a:5:{s:6:\"source\";s:32:\"abb1a04156b2ec9b2937ef2a61fb073f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"509e8b7630fc49284b5226e71f8f2a91\";a:5:{s:6:\"source\";s:32:\"509e8b7630fc49284b5226e71f8f2a91\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3c5924621d3b491bc3c5d13cd4d004d0\";a:5:{s:6:\"source\";s:32:\"3c5924621d3b491bc3c5d13cd4d004d0\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab7e2af14d8b11a56b9868d4f82319a4\";a:5:{s:6:\"source\";s:32:\"ab7e2af14d8b11a56b9868d4f82319a4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"416715b4f8091b2382be8d3c943342b6\";a:5:{s:6:\"source\";s:32:\"416715b4f8091b2382be8d3c943342b6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"57e8ea920d68099d7519a24e79c0c705\";a:5:{s:6:\"source\";s:32:\"57e8ea920d68099d7519a24e79c0c705\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8f783fe6b55b14617a3a202e4486415a\";a:5:{s:6:\"source\";s:32:\"8f783fe6b55b14617a3a202e4486415a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6df943ffb39b36bbb9d03461ff39a994\";a:5:{s:6:\"source\";s:32:\"6df943ffb39b36bbb9d03461ff39a994\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2e639a7eb1c831eff53737bca5933ca6\";a:5:{s:6:\"source\";s:32:\"2e639a7eb1c831eff53737bca5933ca6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1ed598e32b311325780f3d8de9baa612\";a:5:{s:6:\"source\";s:32:\"1ed598e32b311325780f3d8de9baa612\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"18e7b813d23a941eda6b173e3d55690c\";a:5:{s:6:\"source\";s:32:\"18e7b813d23a941eda6b173e3d55690c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"164a99ab090afb3da3b458c8b23f2641\";a:5:{s:6:\"source\";s:32:\"164a99ab090afb3da3b458c8b23f2641\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"062f2e89a19a24c8ba6d2f6326a0c388\";a:5:{s:6:\"source\";s:32:\"062f2e89a19a24c8ba6d2f6326a0c388\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"26e3157493bc77ddacf452857770572c\";a:5:{s:6:\"source\";s:32:\"26e3157493bc77ddacf452857770572c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"041f0e44d7b37ab6ddf565f23eb8d337\";a:5:{s:6:\"source\";s:32:\"041f0e44d7b37ab6ddf565f23eb8d337\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b3ab910af977263053e452250837e94\";a:5:{s:6:\"source\";s:32:\"0b3ab910af977263053e452250837e94\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef5181cfd50c54d4833fc251ee0d9ac6\";a:5:{s:6:\"source\";s:32:\"ef5181cfd50c54d4833fc251ee0d9ac6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d558e63c2c157814f2b365f2116c8571\";a:5:{s:6:\"source\";s:32:\"d558e63c2c157814f2b365f2116c8571\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d000c124a09c9824f1effdfa69f0e751\";a:5:{s:6:\"source\";s:32:\"d000c124a09c9824f1effdfa69f0e751\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d17ea3baa702c9e82781f9a30cd6abc\";a:5:{s:6:\"source\";s:32:\"4d17ea3baa702c9e82781f9a30cd6abc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"80a39d68904d9e6e60544734b877854c\";a:5:{s:6:\"source\";s:32:\"80a39d68904d9e6e60544734b877854c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"78f5ef810b625dab460bc6946e94b1e4\";a:5:{s:6:\"source\";s:32:\"78f5ef810b625dab460bc6946e94b1e4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fc0cbc8c9c0ba9671362ea1569d4cc22\";a:5:{s:6:\"source\";s:32:\"fc0cbc8c9c0ba9671362ea1569d4cc22\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4b06631f28115e542496d91c747d46c6\";a:5:{s:6:\"source\";s:32:\"4b06631f28115e542496d91c747d46c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5cb3b78297055e68ddc633f4d0104f8b\";a:5:{s:6:\"source\";s:32:\"5cb3b78297055e68ddc633f4d0104f8b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a204d0acbd00d2d53753461880497d4b\";a:5:{s:6:\"source\";s:32:\"a204d0acbd00d2d53753461880497d4b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cb2539cfab1e3afd9a8d2ea50f8fb356\";a:5:{s:6:\"source\";s:32:\"cb2539cfab1e3afd9a8d2ea50f8fb356\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3c84be1ec527926c16fec39ad31a03c\";a:5:{s:6:\"source\";s:32:\"d3c84be1ec527926c16fec39ad31a03c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7662a10f894ca4cf7f906b80e281c02\";a:5:{s:6:\"source\";s:32:\"a7662a10f894ca4cf7f906b80e281c02\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"fdfc6b04877bd29e861486fbe31e14ce\";a:5:{s:6:\"source\";s:32:\"fdfc6b04877bd29e861486fbe31e14ce\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"271d6f7ea34d96f867e09a7ad06dae98\";a:5:{s:6:\"source\";s:32:\"271d6f7ea34d96f867e09a7ad06dae98\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a28ef76f0d1df0152338ea136ad8d32b\";a:5:{s:6:\"source\";s:32:\"a28ef76f0d1df0152338ea136ad8d32b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c0012498a2cf0a88b14e489c9ad50d57\";a:5:{s:6:\"source\";s:32:\"c0012498a2cf0a88b14e489c9ad50d57\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0c07437f67aeb42074dd148a370f98b\";a:5:{s:6:\"source\";s:32:\"a0c07437f67aeb42074dd148a370f98b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bafe7333c7fbadc067826a319c70cd00\";a:5:{s:6:\"source\";s:32:\"bafe7333c7fbadc067826a319c70cd00\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8332b5b5edb4dd5c77a2610fbbfb320d\";a:5:{s:6:\"source\";s:32:\"8332b5b5edb4dd5c77a2610fbbfb320d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f46c3ba3df578daa162ca9eb0cf3bf4f\";a:5:{s:6:\"source\";s:32:\"f46c3ba3df578daa162ca9eb0cf3bf4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4d35213613946732ae99c2c47424e756\";a:5:{s:6:\"source\";s:32:\"4d35213613946732ae99c2c47424e756\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"05932b339e007b2ca3625ee6c467e213\";a:5:{s:6:\"source\";s:32:\"05932b339e007b2ca3625ee6c467e213\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5580503823cb4af3a0eec40488855edf\";a:5:{s:6:\"source\";s:32:\"5580503823cb4af3a0eec40488855edf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"45292fd697bf43985946421ccca45fc5\";a:5:{s:6:\"source\";s:32:\"45292fd697bf43985946421ccca45fc5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ed5ee0bdbb9de1d7196345aad41a8ecc\";a:5:{s:6:\"source\";s:32:\"ed5ee0bdbb9de1d7196345aad41a8ecc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e25fa4dc1901cbb5f6a46dbbaeb2aee9\";a:5:{s:6:\"source\";s:32:\"e25fa4dc1901cbb5f6a46dbbaeb2aee9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f3e602f5798c2b8f30ba7cbf9c9f5168\";a:5:{s:6:\"source\";s:32:\"f3e602f5798c2b8f30ba7cbf9c9f5168\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a903daf83efc843f00f93b0d5184d408\";a:5:{s:6:\"source\";s:32:\"a903daf83efc843f00f93b0d5184d408\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"00f9b231db216acc782ce42321fdc324\";a:5:{s:6:\"source\";s:32:\"00f9b231db216acc782ce42321fdc324\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a18880ee437ef44e26025ef2f0e5342\";a:5:{s:6:\"source\";s:32:\"3a18880ee437ef44e26025ef2f0e5342\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f8d8eb969a864a2353d14f83400b009a\";a:5:{s:6:\"source\";s:32:\"f8d8eb969a864a2353d14f83400b009a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1635826a9fec60ef165af954e5af6038\";a:5:{s:6:\"source\";s:32:\"1635826a9fec60ef165af954e5af6038\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff13dfd446c34f7ebb20a81bad99cb7a\";a:5:{s:6:\"source\";s:32:\"ff13dfd446c34f7ebb20a81bad99cb7a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"75f3d5545ceeddfbcf77d403f6859e74\";a:5:{s:6:\"source\";s:32:\"75f3d5545ceeddfbcf77d403f6859e74\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d23f9cdc417c01e72b6d65917b5182b1\";a:5:{s:6:\"source\";s:32:\"d23f9cdc417c01e72b6d65917b5182b1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3b952ee6ab15ca64a9388ddfa8dd6f1c\";a:5:{s:6:\"source\";s:32:\"3b952ee6ab15ca64a9388ddfa8dd6f1c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d75c3a6088f07aff3a2ce2dc5d682c11\";a:5:{s:6:\"source\";s:32:\"d75c3a6088f07aff3a2ce2dc5d682c11\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a25413264c0e23e725438737d69fbd5\";a:5:{s:6:\"source\";s:32:\"3a25413264c0e23e725438737d69fbd5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8052ee92875c17944a374728dc85d1d3\";a:5:{s:6:\"source\";s:32:\"8052ee92875c17944a374728dc85d1d3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1820465944083e29c64261f273a57fdc\";a:5:{s:6:\"source\";s:32:\"1820465944083e29c64261f273a57fdc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a28215f75bdb5ce08fc8ac66a2b6736d\";a:5:{s:6:\"source\";s:32:\"a28215f75bdb5ce08fc8ac66a2b6736d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a7c7a7c442a5eacc441d613e8dee56d9\";a:5:{s:6:\"source\";s:32:\"a7c7a7c442a5eacc441d613e8dee56d9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a74c69dcf79f580c0950e096e8a89af3\";a:5:{s:6:\"source\";s:32:\"a74c69dcf79f580c0950e096e8a89af3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"458e214e1e45ca5dd4765d3a33234b68\";a:5:{s:6:\"source\";s:32:\"458e214e1e45ca5dd4765d3a33234b68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6e56371034df48fd2741a1a2ddba4c2\";a:5:{s:6:\"source\";s:32:\"f6e56371034df48fd2741a1a2ddba4c2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5ef219fd9a568263fee2c107fdc90f7\";a:5:{s:6:\"source\";s:32:\"d5ef219fd9a568263fee2c107fdc90f7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7a812fb5900af0830580cd5db9fa4f62\";a:5:{s:6:\"source\";s:32:\"7a812fb5900af0830580cd5db9fa4f62\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e57a91c4db230bb6d54f85452bf20b80\";a:5:{s:6:\"source\";s:32:\"e57a91c4db230bb6d54f85452bf20b80\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a368a7cfdb05a5a8045562915115a49d\";a:5:{s:6:\"source\";s:32:\"a368a7cfdb05a5a8045562915115a49d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e5073e3118b6fb6e33d9475c11be012c\";a:5:{s:6:\"source\";s:32:\"e5073e3118b6fb6e33d9475c11be012c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"350f05fc76af2094bf890d7bc1443240\";a:5:{s:6:\"source\";s:32:\"350f05fc76af2094bf890d7bc1443240\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4606be195c853898b9cd30bdb6f5fe2f\";a:5:{s:6:\"source\";s:32:\"4606be195c853898b9cd30bdb6f5fe2f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b235fed2738b6da0d4cedc13b45add80\";a:5:{s:6:\"source\";s:32:\"b235fed2738b6da0d4cedc13b45add80\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7391dc1a3336707e60d00b488a8f1baa\";a:5:{s:6:\"source\";s:32:\"7391dc1a3336707e60d00b488a8f1baa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"76feb35870ace78772a63e9d01a0fefa\";a:5:{s:6:\"source\";s:32:\"76feb35870ace78772a63e9d01a0fefa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1199c148e07d4327a5f22a0a0789e353\";a:5:{s:6:\"source\";s:32:\"1199c148e07d4327a5f22a0a0789e353\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0b0acd176c9a254e29f25d68dcaa899e\";a:5:{s:6:\"source\";s:32:\"0b0acd176c9a254e29f25d68dcaa899e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2710bd766edefe789da7c936573f62b3\";a:5:{s:6:\"source\";s:32:\"2710bd766edefe789da7c936573f62b3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2be2c5bb8d11ab7f88d306392655364\";a:5:{s:6:\"source\";s:32:\"f2be2c5bb8d11ab7f88d306392655364\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"026014e3d0a24dd44c538eab2531ecb8\";a:5:{s:6:\"source\";s:32:\"026014e3d0a24dd44c538eab2531ecb8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ff73d6cf21058d1e4b663957d36e10da\";a:5:{s:6:\"source\";s:32:\"ff73d6cf21058d1e4b663957d36e10da\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73e2314b96c8f5e82e9a7bb364d2aeff\";a:5:{s:6:\"source\";s:32:\"73e2314b96c8f5e82e9a7bb364d2aeff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1746728119352a712a1d7dd41c92cf24\";a:5:{s:6:\"source\";s:32:\"1746728119352a712a1d7dd41c92cf24\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"73796b35c3f9269b34a2d1d9f22f7f6e\";a:5:{s:6:\"source\";s:32:\"73796b35c3f9269b34a2d1d9f22f7f6e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"219da14a2684b2e0a1cb4e176604691a\";a:5:{s:6:\"source\";s:32:\"219da14a2684b2e0a1cb4e176604691a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f2ddaec7ca4985a87f96e4a847084b68\";a:5:{s:6:\"source\";s:32:\"f2ddaec7ca4985a87f96e4a847084b68\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e4aa0fe09fb64bbe137d08eb4dbbdc6c\";a:5:{s:6:\"source\";s:32:\"e4aa0fe09fb64bbe137d08eb4dbbdc6c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2240150d1b4d94ee6b3e3199a0a3f31\";a:5:{s:6:\"source\";s:32:\"e2240150d1b4d94ee6b3e3199a0a3f31\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"64919a9631142339412183c14f7da1ea\";a:5:{s:6:\"source\";s:32:\"64919a9631142339412183c14f7da1ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b65af2613bf8ca44846fa3a8136d5a9b\";a:5:{s:6:\"source\";s:32:\"b65af2613bf8ca44846fa3a8136d5a9b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6f9b3d7b7d2f55edd482b7fb876aad76\";a:5:{s:6:\"source\";s:32:\"6f9b3d7b7d2f55edd482b7fb876aad76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ef83fed0beccac181b43b4ad861d93b5\";a:5:{s:6:\"source\";s:32:\"ef83fed0beccac181b43b4ad861d93b5\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a36591bd6a09a7d73f503d4602e6f4f\";a:5:{s:6:\"source\";s:32:\"3a36591bd6a09a7d73f503d4602e6f4f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3e735697a7a1d61beaec6297fcc5ffa1\";a:5:{s:6:\"source\";s:32:\"3e735697a7a1d61beaec6297fcc5ffa1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6d36e677c6d8c4a39a267ec5cb7759c\";a:5:{s:6:\"source\";s:32:\"c6d36e677c6d8c4a39a267ec5cb7759c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"261297bb2a532664170fd66c9bec3210\";a:5:{s:6:\"source\";s:32:\"261297bb2a532664170fd66c9bec3210\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a746b9b74bb03d815b6ab03ae9eb14dd\";a:5:{s:6:\"source\";s:32:\"a746b9b74bb03d815b6ab03ae9eb14dd\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"257442790f8b8a39d4b2cda0bf843a23\";a:5:{s:6:\"source\";s:32:\"257442790f8b8a39d4b2cda0bf843a23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d99b9fb321d03210d6daeb24926d3a76\";a:5:{s:6:\"source\";s:32:\"d99b9fb321d03210d6daeb24926d3a76\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2f83955f9b8b347924027c971d82d3cb\";a:5:{s:6:\"source\";s:32:\"2f83955f9b8b347924027c971d82d3cb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"19b2c93304a3079e707565790a2fd18d\";a:5:{s:6:\"source\";s:32:\"19b2c93304a3079e707565790a2fd18d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a5e7b766207d8b699f597c1d94d1bf43\";a:5:{s:6:\"source\";s:32:\"a5e7b766207d8b699f597c1d94d1bf43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"993e76324175c5df4ba3dd38a8d79cf4\";a:5:{s:6:\"source\";s:32:\"993e76324175c5df4ba3dd38a8d79cf4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2a67cf82cda9d0efc3982315492404bb\";a:5:{s:6:\"source\";s:32:\"2a67cf82cda9d0efc3982315492404bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"44e20faf07fabbaae241ca56aa2a3358\";a:5:{s:6:\"source\";s:32:\"44e20faf07fabbaae241ca56aa2a3358\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"559fcb3b81ae1ff26c99ddc999538b6d\";a:5:{s:6:\"source\";s:32:\"559fcb3b81ae1ff26c99ddc999538b6d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9394458fdb640aec7dcb09ec38512f23\";a:5:{s:6:\"source\";s:32:\"9394458fdb640aec7dcb09ec38512f23\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4933460025d8bacf398f85f5cf5f5a46\";a:5:{s:6:\"source\";s:32:\"4933460025d8bacf398f85f5cf5f5a46\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"54fda9e90ed786dcc4ed09f9443207bf\";a:5:{s:6:\"source\";s:32:\"54fda9e90ed786dcc4ed09f9443207bf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c23842014fc40b47abffc1c61b90c639\";a:5:{s:6:\"source\";s:32:\"c23842014fc40b47abffc1c61b90c639\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6ed043562ff04935c9155f99810a0e60\";a:5:{s:6:\"source\";s:32:\"6ed043562ff04935c9155f99810a0e60\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da84f408e9269701294ddc31e1a51eea\";a:5:{s:6:\"source\";s:32:\"da84f408e9269701294ddc31e1a51eea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5d2ec1ba93692bd52e6b46ca577ce3ea\";a:5:{s:6:\"source\";s:32:\"5d2ec1ba93692bd52e6b46ca577ce3ea\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a2de23b231dab6285f7c5fcc030198e\";a:5:{s:6:\"source\";s:32:\"3a2de23b231dab6285f7c5fcc030198e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"893138c7e4a1801d010bf630c24da4f2\";a:5:{s:6:\"source\";s:32:\"893138c7e4a1801d010bf630c24da4f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d09e2db7730abdf964c6158c50d68f8e\";a:5:{s:6:\"source\";s:32:\"d09e2db7730abdf964c6158c50d68f8e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"95bec94ada9ff15bf7824ec142316979\";a:5:{s:6:\"source\";s:32:\"95bec94ada9ff15bf7824ec142316979\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3a1155c9d8e61cf655cbd5ffe3c952c9\";a:5:{s:6:\"source\";s:32:\"3a1155c9d8e61cf655cbd5ffe3c952c9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"837e2309f8d395a3f714dd48d84512fe\";a:5:{s:6:\"source\";s:32:\"837e2309f8d395a3f714dd48d84512fe\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"452ec3c83a91577687174cb947c92bed\";a:5:{s:6:\"source\";s:32:\"452ec3c83a91577687174cb947c92bed\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"680879ef7772f2acd3935de8723e4442\";a:5:{s:6:\"source\";s:32:\"680879ef7772f2acd3935de8723e4442\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c794d477f1a825e224f5b0869817b335\";a:5:{s:6:\"source\";s:32:\"c794d477f1a825e224f5b0869817b335\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"84f6171c2d3f48399d2502d3f89042ba\";a:5:{s:6:\"source\";s:32:\"84f6171c2d3f48399d2502d3f89042ba\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a67813d6eb7eec4113de731551c9f529\";a:5:{s:6:\"source\";s:32:\"a67813d6eb7eec4113de731551c9f529\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"573d97dca1d469f1717e2a81a1c62aff\";a:5:{s:6:\"source\";s:32:\"573d97dca1d469f1717e2a81a1c62aff\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ab2dd104a18dc0e3e50fc632732d0ac2\";a:5:{s:6:\"source\";s:32:\"ab2dd104a18dc0e3e50fc632732d0ac2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"bd8644d4097ea39ac62c086609ea9c8d\";a:5:{s:6:\"source\";s:32:\"bd8644d4097ea39ac62c086609ea9c8d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9f53683771a58a250fd0ac9bc86959f2\";a:5:{s:6:\"source\";s:32:\"9f53683771a58a250fd0ac9bc86959f2\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"342fd9d93e4902776b1c34107d004062\";a:5:{s:6:\"source\";s:32:\"342fd9d93e4902776b1c34107d004062\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"c6c85e88801982204032b4e38bcbbf85\";a:5:{s:6:\"source\";s:32:\"c6c85e88801982204032b4e38bcbbf85\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a132f673991ab1dc711df165e484d533\";a:5:{s:6:\"source\";s:32:\"a132f673991ab1dc711df165e484d533\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f83eca2b3aa2bb06200e063f3f11a6e1\";a:5:{s:6:\"source\";s:32:\"f83eca2b3aa2bb06200e063f3f11a6e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e270f1698c42fee4169fc10a2e54d43\";a:5:{s:6:\"source\";s:32:\"7e270f1698c42fee4169fc10a2e54d43\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"641103e5a11ea6c46f426954581102a6\";a:5:{s:6:\"source\";s:32:\"641103e5a11ea6c46f426954581102a6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"51cd626474bbbfe502f01fb73eb60798\";a:5:{s:6:\"source\";s:32:\"51cd626474bbbfe502f01fb73eb60798\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1250fb23d9a75553167b3f0b199f943e\";a:5:{s:6:\"source\";s:32:\"1250fb23d9a75553167b3f0b199f943e\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"615482e8fa4e8e2987e2295d5c38db6a\";a:5:{s:6:\"source\";s:32:\"615482e8fa4e8e2987e2295d5c38db6a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"79273e04b434de44cd89bf6238f0bf14\";a:5:{s:6:\"source\";s:32:\"79273e04b434de44cd89bf6238f0bf14\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f6a5096b5072d1461968ee5be77cd3b4\";a:5:{s:6:\"source\";s:32:\"f6a5096b5072d1461968ee5be77cd3b4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0088a9dbd86b4af81d6f6ac7c10f30a9\";a:5:{s:6:\"source\";s:32:\"0088a9dbd86b4af81d6f6ac7c10f30a9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4274999c116be807d9005396727e17a7\";a:5:{s:6:\"source\";s:32:\"4274999c116be807d9005396727e17a7\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"8d2235999ae9c83e86a3bd0199876cf4\";a:5:{s:6:\"source\";s:32:\"8d2235999ae9c83e86a3bd0199876cf4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3894de40021064e5f9ca4c31e224a542\";a:5:{s:6:\"source\";s:32:\"3894de40021064e5f9ca4c31e224a542\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"5e85ea4adb3139c7f5361a2e4614f49c\";a:5:{s:6:\"source\";s:32:\"5e85ea4adb3139c7f5361a2e4614f49c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f76a6a57a3564a7db97cff759abd40fa\";a:5:{s:6:\"source\";s:32:\"f76a6a57a3564a7db97cff759abd40fa\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4e7f64ae80f2e37339f6591c1ac29e79\";a:5:{s:6:\"source\";s:32:\"4e7f64ae80f2e37339f6591c1ac29e79\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"666a88ff4a791309b67d974f3a25bcfc\";a:5:{s:6:\"source\";s:32:\"666a88ff4a791309b67d974f3a25bcfc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"11f9769ee5131e46b230077f90c2b46c\";a:5:{s:6:\"source\";s:32:\"11f9769ee5131e46b230077f90c2b46c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4c1f7ae20a0ba132cb6834827e23d023\";a:5:{s:6:\"source\";s:32:\"4c1f7ae20a0ba132cb6834827e23d023\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"37abfaa3ac00334d0e06194889339acf\";a:5:{s:6:\"source\";s:32:\"37abfaa3ac00334d0e06194889339acf\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"60fce8b4b05b6cfff0a8790a7f0f5b75\";a:5:{s:6:\"source\";s:32:\"60fce8b4b05b6cfff0a8790a7f0f5b75\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4ef29dc1be7b413d210f83559ded3ef4\";a:5:{s:6:\"source\";s:32:\"4ef29dc1be7b413d210f83559ded3ef4\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"b574e11ccbafdaf3fff13f47c3575108\";a:5:{s:6:\"source\";s:32:\"b574e11ccbafdaf3fff13f47c3575108\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d3233e58f8d01e7dbc2c250911f1e56d\";a:5:{s:6:\"source\";s:32:\"d3233e58f8d01e7dbc2c250911f1e56d\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aada0ab738e7122cf871668583ce069c\";a:5:{s:6:\"source\";s:32:\"aada0ab738e7122cf871668583ce069c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f9b1d823c260dc35f8afb90d04930c0b\";a:5:{s:6:\"source\";s:32:\"f9b1d823c260dc35f8afb90d04930c0b\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"be32ec94dd6af10cde0f8addbfe2c649\";a:5:{s:6:\"source\";s:32:\"be32ec94dd6af10cde0f8addbfe2c649\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0414ad6bcc71289127e02bc9568ceb03\";a:5:{s:6:\"source\";s:32:\"0414ad6bcc71289127e02bc9568ceb03\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0ccdafae832cf36f537b86fdbce8f4f1\";a:5:{s:6:\"source\";s:32:\"0ccdafae832cf36f537b86fdbce8f4f1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f222142546e6540cb9602a4cd674b708\";a:5:{s:6:\"source\";s:32:\"f222142546e6540cb9602a4cd674b708\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"9125b63847c9174918059f1edfeff7f3\";a:5:{s:6:\"source\";s:32:\"9125b63847c9174918059f1edfeff7f3\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"aff2f95fc973da5fd6be940ed0968083\";a:5:{s:6:\"source\";s:32:\"aff2f95fc973da5fd6be940ed0968083\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"7e0d8648c08149bfc5e5f2d6d405a21f\";a:5:{s:6:\"source\";s:32:\"7e0d8648c08149bfc5e5f2d6d405a21f\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"0cc81248266b16c5f714356adac46440\";a:5:{s:6:\"source\";s:32:\"0cc81248266b16c5f714356adac46440\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"d5181c542c0f8a91bdbac23e50eab7bb\";a:5:{s:6:\"source\";s:32:\"d5181c542c0f8a91bdbac23e50eab7bb\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"01a455547a6f8f935b1acab1e398ddd6\";a:5:{s:6:\"source\";s:32:\"01a455547a6f8f935b1acab1e398ddd6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a0920026553ff4c0775e7c76676dd7b9\";a:5:{s:6:\"source\";s:32:\"a0920026553ff4c0775e7c76676dd7b9\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"f99bacc14d1abd7e106df38c7006ad5c\";a:5:{s:6:\"source\";s:32:\"f99bacc14d1abd7e106df38c7006ad5c\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"a1640c3890b9fb9db868dc986c4688e1\";a:5:{s:6:\"source\";s:32:\"a1640c3890b9fb9db868dc986c4688e1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"81f7f22fea65b3739973735399c9546a\";a:5:{s:6:\"source\";s:32:\"81f7f22fea65b3739973735399c9546a\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"781dcf7553a3c7a896b78b55289be047\";a:5:{s:6:\"source\";s:32:\"781dcf7553a3c7a896b78b55289be047\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"385767340706cafa291b6f941e024f90\";a:5:{s:6:\"source\";s:32:\"385767340706cafa291b6f941e024f90\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"da7e1d56741acf3ad6d7f51961e5df45\";a:5:{s:6:\"source\";s:32:\"da7e1d56741acf3ad6d7f51961e5df45\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e183040fff63024ed5dd1552f334b2ec\";a:5:{s:6:\"source\";s:32:\"e183040fff63024ed5dd1552f334b2ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ca0ae085c7ad3e1f2d0947faabe100f8\";a:5:{s:6:\"source\";s:32:\"ca0ae085c7ad3e1f2d0947faabe100f8\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"2efa26d11e524ea098481d5c83bb97ec\";a:5:{s:6:\"source\";s:32:\"2efa26d11e524ea098481d5c83bb97ec\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"ea473fcc35a854f26a7ee1b06c688870\";a:5:{s:6:\"source\";s:32:\"ea473fcc35a854f26a7ee1b06c688870\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e91fc0710e60ff84a1656c4a21111d1\";a:5:{s:6:\"source\";s:32:\"1e91fc0710e60ff84a1656c4a21111d1\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"6bae3257700e42be504096f0815cf823\";a:5:{s:6:\"source\";s:32:\"6bae3257700e42be504096f0815cf823\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"4cb8897eeb416916c722bef7a0303867\";a:5:{s:6:\"source\";s:32:\"4cb8897eeb416916c722bef7a0303867\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"e2b2042de3fb3bd60c00e85e086a3182\";a:5:{s:6:\"source\";s:32:\"e2b2042de3fb3bd60c00e85e086a3182\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"727795864a4e08e3edd49f437d60f349\";a:5:{s:6:\"source\";s:32:\"727795864a4e08e3edd49f437d60f349\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"3da86ea497b2286d8745fb9ebc2eddae\";a:5:{s:6:\"source\";s:32:\"3da86ea497b2286d8745fb9ebc2eddae\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"cd3f0d3cc48c4723f869256229720efc\";a:5:{s:6:\"source\";s:32:\"cd3f0d3cc48c4723f869256229720efc\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}s:32:\"1e45e4b3a72a35a0a050a813134db1c6\";a:5:{s:6:\"source\";s:32:\"1e45e4b3a72a35a0a050a813134db1c6\";s:11:\"destination\";b:0;s:6:\"map_by\";b:0;s:11:\"map_by_path\";b:0;s:12:\"map_by_title\";b:0;}}','no');
INSERT INTO `cuB_options` VALUES (3613,'flum_map_collection_5986','a:0:{}','no'),(3614,'flum_map_summary_5986','a:5:{s:6:\"source\";a:2:{s:7:\"success\";i:2446;s:4:\"fail\";i:3567;}s:11:\"destination\";a:2:{s:7:\"success\";i:261;s:4:\"fail\";i:0;}s:11:\"map_by_path\";i:0;s:12:\"map_by_title\";i:0;s:13:\"map_by_custom\";i:0;}','no'),(3615,'flum_map_stored_5986','1','no'),(3627,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":6,\"critical\":3}','yes'),(3703,'options_aliases_phones_2_alias','3','no'),(3704,'_options_aliases_phones_2_alias','field_59fwef239878231','no'),(3705,'options_aliases_phones_2_vanity_label','CALL','no'),(3706,'_options_aliases_phones_2_vanity_label','field_57239lksjdflksdf','no'),(3707,'options_aliases_phones_2_value','97450','no'),(3708,'_options_aliases_phones_2_value','field_59sdfjelwif48858','no'),(4156,'Tribe\\Project\\Site_Init\\DIVI_Before_Migration_Settings-schema','1','yes'),(4563,'enable_media_replace','a:4:{s:12:\"replace_type\";s:7:\"replace\";s:17:\"timestamp_replace\";i:2;s:12:\"new_location\";b:0;s:16:\"new_location_dir\";s:7:\"2022/02\";}','no'),(5035,'Tribe\\Project\\Site_Init\\All_In_One_SEO-schema','20','yes'),(5036,'action_scheduler_hybrid_store_demarkation','48567','yes'),(5037,'schema-ActionScheduler_StoreSchema','3.0.1639376019','yes'),(5038,'schema-ActionScheduler_LoggerSchema','2.0.1639376019','yes'),(5039,'widget_aioseo-breadcrumb-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5040,'widget_aioseo-html-sitemap-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5043,'aioseo_options','{\"internal\":[],\"webmasterTools\":{\"google\":\"ScncfkqfnkgA3msczh6NQg3J5O-vWrl_0zNbtW_XwJg\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"microsoftClarityProjectId\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"»\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"<p>The post #post_link first appeared on #site_link.<\\/p>\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":false,\"announcements\":false,\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\",\"people\",\"landing-page\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":false,\"linksPerIndex\":50000,\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\",\"people\"]},\"taxonomies\":{\"all\":false,\"included\":[]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":true,\"excludeImages\":false,\"excludePosts\":[\"{\\\"value\\\":45970,\\\"type\\\":\\\"landing-page\\\",\\\"label\\\":\\\"Disclaimer\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/www.getmad.today\\\\\\/lp\\\\\\/disclaimer\\\\\\/\\\"}\",\"{\\\"value\\\":45971,\\\"type\\\":\\\"landing-page\\\",\\\"label\\\":\\\"Privacy Policy\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/www.getmad.today\\\\\\/lp\\\\\\/privacy\\\\\\/\\\"}\",\"{\\\"value\\\":45972,\\\"type\\\":\\\"landing-page\\\",\\\"label\\\":\\\"Thank You - Landing Page\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/www.getmad.today\\\\\\/lp\\\\\\/thank-you\\\\\\/\\\"}\",\"{\\\"value\\\":45930,\\\"type\\\":\\\"page\\\",\\\"label\\\":\\\"Thank You\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/3602675.findlaw5.flsitebuilder.com\\\\\\/thank-you\\\\\\/\\\"}\",\"{\\\"value\\\":46049,\\\"type\\\":\\\"page\\\",\\\"label\\\":\\\"All Pages List\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/www.getmad.today\\\\\\/?page_id=46049\\\"}\"],\"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\":false,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"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},\"additionalUrls\":null},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/OgImage_New.png\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":false,\"siteName\":\"The Law Offices of Melissa A. Day, PLLC\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"article\"},\"advanced\":{\"enable\":true,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary_large_image\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/OgImage_New.png\",\"showAuthor\":false,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary_large_image\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"|\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"The Law Offices of Melissa A. Day, PLLC\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":null,\"contactTypeManual\":null}},\"advanced\":{\"globalRobotsMeta\":{\"default\":false,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":false,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":true,\"dynamicallyGenerateKeywords\":true,\"pagedFormat\":\"- Part #page_number\",\"runShortcodes\":true,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false},\"removeUnrecognizedQueryArgs\":true,\"allowedQueryArgs\":\"\\/^utm_*\\/\"}},\"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_date | #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\":false,\"title\":\"#search_term | #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}}}},\"tools\":{\"robots\":{\"enable\":true,\"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\":false}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":true,\"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'),(5044,'aioseo_options_pro','{\"internal\":[],\"breadcrumbs\":{\"advanced\":{\"taxonomySkipUnselected\":false,\"showPaged\":true,\"pagedFormat\":\"Page #breadcrumb_format_page_number\"}},\"advanced\":{\"adminBarMenu\":false,\"usageTracking\":true,\"autoUpdates\":\"none\"},\"sitemap\":{\"video\":{\"enable\":false,\"filename\":\"video-sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\"]},\"taxonomies\":{\"all\":true,\"included\":[\"product_cat\",\"product_tag\"]},\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludePosts\":[],\"excludeTerms\":[],\"dynamic\":true,\"customFields\":false}},\"news\":{\"enable\":true,\"publicationName\":\"The Law Offices of Melissa A. Day, PLLC\",\"genre\":null,\"postTypes\":{\"all\":false,\"included\":[\"post\"]},\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludePosts\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}}},\"social\":{\"facebook\":{\"general\":{\"defaultImageSourceTerms\":\"default\",\"customFieldImageTerms\":null,\"defaultImageTerms\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/OgImage_New.png\",\"defaultImageTermsWidth\":\"\",\"defaultImageTermsHeight\":\"\"}},\"twitter\":{\"general\":{\"defaultImageSourceTerms\":\"default\",\"customFieldImageTerms\":null,\"defaultImageTerms\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-contentthelomad.com/getmad.today\\/wp-content\\/uploads\\/2021\\/10\\/OgImage_New.png\"}}},\"searchAppearance\":{\"advanced\":{\"removeCatBase\":false}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"trackOutboundForms\":false,\"trackEvents\":false,\"trackUrlChanges\":false,\"trackVisibility\":false,\"trackMediaQueries\":false,\"trackImpressions\":false,\"trackScrollbar\":false,\"trackSocial\":false,\"trackCleanUrl\":false,\"gtmContainerId\":null}},\"sitemap\":{\"video\":{\"advancedSettings\":{\"dynamic\":false}}}},\"general\":{\"licenseKey\":\"8T691609LC565611C\"},\"accessControl\":{\"administrator\":{\"useDefault\":false,\"dashboard\":false,\"generalSettings\":true,\"searchAppearanceSettings\":true,\"socialNetworksSettings\":true,\"sitemapSettings\":true,\"redirectsManage\":false,\"pageRedirectsManage\":false,\"redirectsSettings\":false,\"seoAnalysisSettings\":true,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":true,\"pageGeneralSettings\":true,\"pageAdvancedSettings\":true,\"pageSchemaSettings\":false,\"pageSocialSettings\":true,\"localSeoSettings\":false,\"pageLocalSeoSettings\":false,\"linkAssistantSettings\":true,\"pageLinkAssistantSettings\":true,\"setupWizard\":false},\"editor\":{\"useDefault\":false,\"dashboard\":false,\"generalSettings\":false,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":false,\"redirectsManage\":false,\"pageRedirectsManage\":false,\"redirectsSettings\":false,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":false,\"pageGeneralSettings\":false,\"pageAdvancedSettings\":false,\"pageSchemaSettings\":false,\"pageSocialSettings\":false,\"localSeoSettings\":false,\"pageLocalSeoSettings\":false,\"linkAssistantSettings\":false,\"pageLinkAssistantSettings\":false,\"setupWizard\":false},\"author\":{\"useDefault\":false,\"dashboard\":false,\"generalSettings\":false,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":false,\"redirectsManage\":false,\"pageRedirectsManage\":false,\"redirectsSettings\":false,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":false,\"pageGeneralSettings\":false,\"pageAdvancedSettings\":false,\"pageSchemaSettings\":false,\"pageSocialSettings\":false,\"localSeoSettings\":false,\"pageLocalSeoSettings\":false,\"linkAssistantSettings\":false,\"pageLinkAssistantSettings\":false,\"setupWizard\":false},\"contributor\":{\"useDefault\":false,\"dashboard\":false,\"generalSettings\":false,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":false,\"redirectsManage\":false,\"pageRedirectsManage\":false,\"redirectsSettings\":false,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":false,\"pageGeneralSettings\":false,\"pageAdvancedSettings\":false,\"pageSchemaSettings\":false,\"pageSocialSettings\":false,\"localSeoSettings\":false,\"pageLocalSeoSettings\":false,\"linkAssistantSettings\":false,\"pageLinkAssistantSettings\":false,\"setupWizard\":false},\"seoManager\":{\"useDefault\":true,\"dashboard\":true,\"generalSettings\":true,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":true,\"redirectsManage\":true,\"pageRedirectsManage\":true,\"redirectsSettings\":true,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":true,\"pageGeneralSettings\":true,\"pageAdvancedSettings\":true,\"pageSchemaSettings\":true,\"pageSocialSettings\":true,\"localSeoSettings\":true,\"pageLocalSeoSettings\":true,\"linkAssistantSettings\":true,\"pageLinkAssistantSettings\":true,\"setupWizard\":true},\"seoEditor\":{\"useDefault\":true,\"dashboard\":false,\"generalSettings\":false,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":false,\"redirectsManage\":true,\"pageRedirectsManage\":true,\"redirectsSettings\":false,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":true,\"pageGeneralSettings\":true,\"pageAdvancedSettings\":true,\"pageSchemaSettings\":true,\"pageSocialSettings\":true,\"localSeoSettings\":false,\"pageLocalSeoSettings\":true,\"linkAssistantSettings\":true,\"pageLinkAssistantSettings\":true,\"setupWizard\":false}},\"image\":{\"format\":{\"title\":\"#image_title #separator_sa #site_title\",\"altTag\":\"#alt_tag\"},\"stripPunctuation\":{\"title\":false,\"altTag\":false}},\"localBusiness\":{\"locations\":{\"general\":{\"multiple\":false,\"display\":null,\"singleLabel\":null,\"pluralLabel\":null,\"permalink\":null,\"categoryPermalink\":null,\"useCustomSlug\":false,\"customSlug\":null,\"useCustomCategorySlug\":false,\"customCategorySlug\":null,\"enhancedSearch\":false,\"enhancedSearchExcerpt\":false},\"business\":{\"name\":null,\"businessType\":\"LocalBusiness\",\"image\":null,\"areaServed\":null,\"urls\":{\"website\":\"https:\\/\\/thelomad.com/getmad.today\\/wp-content3602675.findlaw5.flsitebuilder.com\",\"aboutPage\":null,\"contactPage\":null},\"address\":{\"streetLine1\":null,\"streetLine2\":null,\"zipCode\":null,\"city\":null,\"state\":null,\"country\":null,\"addressFormat\":null},\"contact\":{\"email\":null,\"phone\":null,\"phoneFormatted\":null,\"fax\":null,\"faxFormatted\":null},\"ids\":{\"vat\":null,\"tax\":null,\"chamberOfCommerce\":null},\"payment\":{\"priceRange\":null,\"currenciesAccepted\":null,\"methods\":null}}},\"openingHours\":{\"show\":true,\"display\":null,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":null,\"labels\":{\"closed\":null,\"alwaysOpen\":null},\"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\"}}},\"maps\":{\"apiKey\":null,\"apiKeyValid\":null,\"mapsEmbedApiEnabled\":false,\"mapOptions\":{\"center\":{\"lat\":47.6205063,\"lng\":-122.3492774},\"zoom\":16,\"mapTypeId\":\"roadmap\",\"streetViewControl\":false},\"customMarker\":null,\"placeId\":null}}}','yes'),(5045,'aioseo_options_v3','a:116:{s:17:\"aiosp_license_key\";s:17:\"8T691609LC565611C\";s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";s:0:\"\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"1\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:2:\"on\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";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:23:\"aiosp_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_post_title_format\";s:12:\"%post_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %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:17:\"aiosp_cpostactive\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";i:3;s:12:\"landing-page\";}s:15:\"aiosp_taxactive\";a:1:{i:0;s:8:\"category\";}s:18:\"aiosp_cpostnoindex\";a:11:{i:0;s:10:\"attachment\";i:1;s:12:\"oembed_cache\";i:2;s:12:\"user_request\";i:3;s:8:\"wp_block\";i:4;s:16:\"dwd_map_posttype\";i:5;s:7:\"project\";i:6;s:15:\"acf-field-group\";i:7;s:9:\"acf-field\";i:8;s:6:\"nf_sub\";i:9;s:12:\"landing-page\";i:10;s:16:\"wp_stream_alerts\";}s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";i:3;s:12:\"landing-page\";}s:19:\"aiosp_google_verify\";s:43:\"ScncfkqfnkgA3msczh6NQg3J5O-vWrl_0zNbtW_XwJg\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:2:\"on\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";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_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:2:\"on\";s:20:\"aiosp_search_noindex\";s:2:\"on\";s:17:\"aiosp_404_noindex\";s:2:\"on\";s:17:\"aiosp_tax_noindex\";a:4:{i:0;s:17:\"divi_map_category\";i:1;s:16:\"project_category\";i:2;s:11:\"project_tag\";i:3;s:7:\"posttag\";}s:23:\"aiosp_paginated_noindex\";s:2:\"on\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:2:\"on\";s:18:\"aiosp_skip_excerpt\";s:2:\"on\";s:20:\"aiosp_run_shortcodes\";s:2:\"on\";s:33:\"aiosp_hide_paginated_descriptions\";s:2:\"on\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:0:\"\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:2:\"on\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:17:\"aiosp_showseonews\";s:0:\"\";s:15:\"aiosp_admin_bar\";s:0:\"\";s:23:\"aiosp_custom_menu_order\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_forms\";s:0:\"\";s:21:\"aiosp_ga_track_events\";s:0:\"\";s:26:\"aiosp_ga_track_url_changes\";s:0:\"\";s:25:\"aiosp_ga_track_visibility\";s:0:\"\";s:26:\"aiosp_ga_track_media_query\";s:0:\"\";s:26:\"aiosp_ga_track_impressions\";s:0:\"\";s:23:\"aiosp_ga_track_scroller\";s:0:\"\";s:21:\"aiosp_ga_track_social\";s:0:\"\";s:24:\"aiosp_ga_track_clean_url\";s:0:\"\";s:19:\"last_active_version\";s:5:\"3.1.1\";s:21:\"version_feature_flags\";a:1:{s:18:\"term_meta_migrated\";s:3:\"yes\";}s:7:\"modules\";a:3:{s:29:\"aiosp_feature_manager_options\";a:8:{s:36:\"aiosp_feature_manager_enable_sitemap\";s:2:\"on\";s:38:\"aiosp_feature_manager_enable_opengraph\";s:2:\"on\";s:35:\"aiosp_feature_manager_enable_robots\";s:2:\"on\";s:40:\"aiosp_feature_manager_enable_file_editor\";s:0:\"\";s:46:\"aiosp_feature_manager_enable_importer_exporter\";s:0:\"\";s:39:\"aiosp_feature_manager_enable_bad_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_performance\";s:2:\"on\";s:42:\"aiosp_feature_manager_enable_video_sitemap\";s:0:\"\";}s:21:\"aiosp_sitemap_options\";a:47:{s:25:\"aiosp_sitemap_rss_sitemap\";s:0:\"\";s:24:\"aiosp_sitemap_daily_cron\";s:1:\"0\";s:21:\"aiosp_sitemap_indexes\";s:0:\"\";s:23:\"aiosp_sitemap_max_posts\";s:5:\"50000\";s:23:\"aiosp_sitemap_posttypes\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";}s:24:\"aiosp_sitemap_taxonomies\";s:0:\"\";s:21:\"aiosp_sitemap_archive\";s:0:\"\";s:20:\"aiosp_sitemap_author\";s:0:\"\";s:20:\"aiosp_sitemap_images\";s:0:\"\";s:21:\"aiosp_sitemap_gzipped\";s:2:\"on\";s:20:\"aiosp_sitemap_robots\";s:2:\"on\";s:21:\"aiosp_sitemap_rewrite\";s:2:\"On\";s:24:\"aiosp_sitemap_addl_pages\";a:0:{}s:29:\"aiosp_sitemap_excl_categories\";s:0:\"\";s:24:\"aiosp_sitemap_excl_pages\";s:0:\"\";s:27:\"aiosp_sitemap_prio_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_prio_post\";s:2:\"no\";s:36:\"aiosp_sitemap_prio_post_landing-page\";s:2:\"no\";s:30:\"aiosp_sitemap_prio_post_people\";s:2:\"no\";s:34:\"aiosp_sitemap_prio_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_prio_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_prio_taxonomies\";s:2:\"no\";s:37:\"aiosp_sitemap_prio_taxonomies_posttag\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_project_tag\";s:2:\"no\";s:46:\"aiosp_sitemap_prio_taxonomies_project_category\";s:2:\"no\";s:47:\"aiosp_sitemap_prio_taxonomies_divi_map_category\";s:2:\"no\";s:41:\"aiosp_sitemap_prio_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_prio_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_prio_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_prio_author\";s:2:\"no\";s:27:\"aiosp_sitemap_freq_homepage\";s:2:\"no\";s:23:\"aiosp_sitemap_freq_post\";s:2:\"no\";s:36:\"aiosp_sitemap_freq_post_landing-page\";s:2:\"no\";s:30:\"aiosp_sitemap_freq_post_people\";s:2:\"no\";s:34:\"aiosp_sitemap_freq_post_attachment\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_page\";s:2:\"no\";s:28:\"aiosp_sitemap_freq_post_post\";s:2:\"no\";s:29:\"aiosp_sitemap_freq_taxonomies\";s:2:\"no\";s:37:\"aiosp_sitemap_freq_taxonomies_posttag\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_project_tag\";s:2:\"no\";s:46:\"aiosp_sitemap_freq_taxonomies_project_category\";s:2:\"no\";s:47:\"aiosp_sitemap_freq_taxonomies_divi_map_category\";s:2:\"no\";s:41:\"aiosp_sitemap_freq_taxonomies_post_format\";s:2:\"no\";s:38:\"aiosp_sitemap_freq_taxonomies_category\";s:2:\"no\";s:26:\"aiosp_sitemap_freq_archive\";s:2:\"no\";s:25:\"aiosp_sitemap_freq_author\";s:2:\"no\";}s:23:\"aiosp_opengraph_options\";a:64:{s:27:\"aiosp_opengraph_scan_header\";s:0:\"\";s:23:\"aiosp_opengraph_setmeta\";s:2:\"on\";s:19:\"aiosp_opengraph_key\";s:0:\"\";s:21:\"aiosp_opengraph_appid\";s:0:\"\";s:32:\"aiosp_opengraph_title_shortcodes\";s:2:\"on\";s:38:\"aiosp_opengraph_description_shortcodes\";s:2:\"on\";s:24:\"aiosp_opengraph_sitename\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:25:\"aiosp_opengraph_hometitle\";s:0:\"\";s:27:\"aiosp_opengraph_description\";s:0:\"\";s:25:\"aiosp_opengraph_homeimage\";s:0:\"\";s:37:\"aiosp_opengraph_generate_descriptions\";s:2:\"on\";s:22:\"aiosp_opengraph_defimg\";s:0:\"\";s:24:\"aiosp_opengraph_fallback\";s:2:\"on\";s:20:\"aiosp_opengraph_dimg\";s:108:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/2021/10/OgImage_New.png\";s:25:\"aiosp_opengraph_dimgwidth\";s:0:\"\";s:26:\"aiosp_opengraph_dimgheight\";s:0:\"\";s:24:\"aiosp_opengraph_meta_key\";s:0:\"\";s:21:\"aiosp_opengraph_image\";N;s:25:\"aiosp_opengraph_customimg\";N;s:26:\"aiosp_opengraph_imagewidth\";s:0:\"\";s:27:\"aiosp_opengraph_imageheight\";s:0:\"\";s:21:\"aiosp_opengraph_video\";N;s:26:\"aiosp_opengraph_videowidth\";s:0:\"\";s:27:\"aiosp_opengraph_videoheight\";s:0:\"\";s:23:\"aiosp_opengraph_defcard\";s:19:\"summary_large_image\";s:23:\"aiosp_opengraph_setcard\";N;s:28:\"aiosp_opengraph_twitter_site\";s:0:\"\";s:31:\"aiosp_opengraph_twitter_creator\";s:0:\"\";s:30:\"aiosp_opengraph_twitter_domain\";s:0:\"\";s:33:\"aiosp_opengraph_customimg_twitter\";N;s:24:\"aiosp_opengraph_gen_tags\";s:0:\"\";s:28:\"aiosp_opengraph_gen_keywords\";s:2:\"on\";s:30:\"aiosp_opengraph_gen_categories\";s:2:\"on\";s:29:\"aiosp_opengraph_gen_post_tags\";s:2:\"on\";s:21:\"aiosp_opengraph_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"people\";}s:21:\"aiosp_opengraph_title\";s:0:\"\";s:20:\"aiosp_opengraph_desc\";s:0:\"\";s:24:\"aiosp_opengraph_category\";s:0:\"\";s:23:\"aiosp_opengraph_section\";s:0:\"\";s:19:\"aiosp_opengraph_tag\";s:0:\"\";s:34:\"aiosp_opengraph_facebook_publisher\";s:0:\"\";s:31:\"aiosp_opengraph_facebook_author\";s:0:\"\";s:29:\"aiosp_opengraph_profile_links\";s:0:\"\";s:29:\"aiosp_opengraph_person_or_org\";s:0:\"\";s:27:\"aiosp_opengraph_social_name\";s:0:\"\";s:35:\"aiosp_opengraph_post_fb_object_type\";s:7:\"article\";s:35:\"aiosp_opengraph_page_fb_object_type\";s:7:\"website\";s:41:\"aiosp_opengraph_attachment_fb_object_type\";s:7:\"article\";s:43:\"aiosp_opengraph_oembed_cache_fb_object_type\";s:7:\"article\";s:43:\"aiosp_opengraph_user_request_fb_object_type\";s:7:\"article\";s:39:\"aiosp_opengraph_wp_block_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_dwd_map_posttype_fb_object_type\";s:7:\"article\";s:38:\"aiosp_opengraph_project_fb_object_type\";s:7:\"article\";s:46:\"aiosp_opengraph_acf-field-group_fb_object_type\";s:7:\"article\";s:40:\"aiosp_opengraph_acf-field_fb_object_type\";s:7:\"article\";s:37:\"aiosp_opengraph_nf_sub_fb_object_type\";s:7:\"article\";s:37:\"aiosp_opengraph_people_fb_object_type\";s:7:\"profile\";s:43:\"aiosp_opengraph_landing-page_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_wp_stream_alerts_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_et_theme_builder_fb_object_type\";s:7:\"article\";s:42:\"aiosp_opengraph_et_template_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_et_header_layout_fb_object_type\";s:7:\"article\";s:45:\"aiosp_opengraph_et_body_layout_fb_object_type\";s:7:\"article\";s:47:\"aiosp_opengraph_et_footer_layout_fb_object_type\";s:7:\"article\";}}s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_wp_block_title_format\";s:27:\"%post_title% | %blog_title%\";s:35:\"aiosp_dwd_map_posttype_title_format\";s:27:\"%post_title% | %blog_title%\";s:26:\"aiosp_project_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_acf-field-group_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_acf-field_title_format\";s:27:\"%post_title% | %blog_title%\";s:25:\"aiosp_nf_sub_title_format\";s:27:\"%post_title% | %blog_title%\";s:25:\"aiosp_people_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_landing-page_title_format\";s:27:\"%post_title% | %blog_title%\";s:35:\"aiosp_wp_stream_alerts_title_format\";s:27:\"%post_title% | %blog_title%\";s:40:\"aiosp_divi_map_category_tax_title_format\";s:31:\"%taxonomy_title% | %blog_title%\";s:39:\"aiosp_project_category_tax_title_format\";s:31:\"%taxonomy_title% | %blog_title%\";s:34:\"aiosp_project_tag_tax_title_format\";s:31:\"%taxonomy_title% | %blog_title%\";s:30:\"aiosp_posttag_tax_title_format\";s:31:\"%taxonomy_title% | %blog_title%\";s:19:\"aiosp_yandex_verify\";s:0:\"\";s:18:\"aiosp_baidu_verify\";s:0:\"\";s:35:\"aiosp_et_theme_builder_title_format\";s:27:\"%post_title% | %site_title%\";s:30:\"aiosp_et_template_title_format\";s:27:\"%post_title% | %site_title%\";s:35:\"aiosp_et_header_layout_title_format\";s:27:\"%post_title% | %site_title%\";s:33:\"aiosp_et_body_layout_title_format\";s:27:\"%post_title% | %site_title%\";s:35:\"aiosp_et_footer_layout_title_format\";s:27:\"%post_title% | %site_title%\";}','yes'),(5046,'aioseo_options_dynamic_localized','a:21:{s:37:\"searchAppearance_postTypes_post_title\";s:11:\"#post_title\";s:37:\"searchAppearance_postTypes_page_title\";s:11:\"#post_title\";s:43:\"searchAppearance_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:42:\"searchAppearance_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:49:\"searchAppearance_taxonomies_layout_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:59:\"searchAppearance_taxonomies_layout_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_layout_pack_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_layout_pack_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_layout_type_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_layout_type_metaDescription\";s:21:\"#taxonomy_description\";s:39:\"searchAppearance_taxonomies_scope_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:49:\"searchAppearance_taxonomies_scope_metaDescription\";s:21:\"#taxonomy_description\";s:46:\"searchAppearance_taxonomies_module_width_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:56:\"searchAppearance_taxonomies_module_width_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_project_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_project_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_project_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_project_tag_metaDescription\";s:21:\"#taxonomy_description\";s:41:\"searchAppearance_taxonomies_posttag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:51:\"searchAppearance_taxonomies_posttag_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),(5047,'aioseo_options_localized','a:1:{s:32:\"social_facebook_general_siteName\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";}','yes'),(5048,'aioseo_dynamic_settings_backup','{}','yes'),(5051,'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\\\"}\"},\"people\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"landing-page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":{\"category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"layout_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"layout_pack\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"layout_type\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"scope\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"module_width\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"posttag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"website\"},\"attachment\":{\"objectType\":\"article\"},\"people\":{\"objectType\":\"profile\"},\"landing-page\":{\"objectType\":\"article\"}},\"taxonomies\":{\"category\":{\"objectType\":\"article\"},\"layout_category\":{\"objectType\":\"article\"},\"layout_pack\":{\"objectType\":\"article\"},\"layout_type\":{\"objectType\":\"article\"},\"scope\":{\"objectType\":\"article\"},\"module_width\":{\"objectType\":\"article\"},\"project_category\":{\"objectType\":\"article\"},\"project_tag\":{\"objectType\":\"article\"},\"posttag\":{\"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\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":null},\"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\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"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,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"attachment_parent\"},\"people\":{\"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 #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"landing-page\":{\"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,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null}},\"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\"},\"layout_category\":{\"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 #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_pack\":{\"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 #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_type\":{\"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 #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"scope\":{\"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 #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"module_width\":{\"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 #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_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 #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_tag\":{\"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 #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"posttag\":{\"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 #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":[]}}','yes'),(5052,'aioseo_options_dynamic_pro','{\"social\":{\"facebook\":{\"general\":{\"taxonomies\":[]}}},\"breadcrumbs\":{\"postTypes\":{\"post\":{\"useDefaultTemplate\":true,\"taxonomy\":\"\",\"showArchiveCrumb\":true,\"showTaxonomyCrumbs\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_post_title">#breadcrumb_post_title<\\/a>\\n<\\/span>\"},\"page\":{\"useDefaultTemplate\":true,\"taxonomy\":\"\",\"showArchiveCrumb\":true,\"showTaxonomyCrumbs\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_post_title">#breadcrumb_post_title<\\/a>\\n<\\/span>\",\"parentTemplate\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_post_title">#breadcrumb_post_title<\\/a>\\n<\\/span>\"},\"attachment\":{\"useDefaultTemplate\":true,\"taxonomy\":\"\",\"showArchiveCrumb\":true,\"showTaxonomyCrumbs\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_post_title">#breadcrumb_post_title<\\/a>\\n<\\/span>\"},\"people\":{\"useDefaultTemplate\":true,\"taxonomy\":\"\",\"showArchiveCrumb\":true,\"showTaxonomyCrumbs\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_post_title">#breadcrumb_post_title<\\/a>\\n<\\/span>\"},\"landing-page\":{\"useDefaultTemplate\":true,\"taxonomy\":\"\",\"showArchiveCrumb\":true,\"showTaxonomyCrumbs\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_post_title">#breadcrumb_post_title<\\/a>\\n<\\/span>\",\"parentTemplate\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_post_title">#breadcrumb_post_title<\\/a>\\n<\\/span>\"}},\"taxonomies\":{\"category\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\",\"parentTemplate\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"},\"layout_category\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\",\"parentTemplate\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"},\"layout_pack\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"},\"layout_type\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"},\"scope\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"},\"module_width\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"},\"project_category\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\",\"parentTemplate\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"},\"project_tag\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"},\"posttag\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"showParentCrumbs\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\",\"parentTemplate\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_taxonomy_title">#breadcrumb_taxonomy_title<\\/a>\\n<\\/span>\"}},\"archives\":{\"postTypes\":[],\"date\":{\"useDefaultTemplate\":true,\"template\":{\"year\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_date_archive_year">#breadcrumb_date_archive_year<\\/a>\\n<\\/span>\",\"month\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_date_archive_month">#breadcrumb_date_archive_month<\\/a>\\n<\\/span>\",\"day\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_date_archive_day">#breadcrumb_date_archive_day<\\/a>\\n<\\/span>\"},\"showHomeCrumb\":true,\"showPrefixCrumb\":true},\"search\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_search_result_format">#breadcrumb_search_result_format<\\/a>\\n<\\/span>\"},\"notFound\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_404_error_format">#breadcrumb_404_error_format<\\/a>\\n<\\/span>\"},\"author\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_author_display_name">#breadcrumb_author_display_name<\\/a>\\n<\\/span>\"},\"blog\":{\"useDefaultTemplate\":true,\"showHomeCrumb\":true,\"showPrefixCrumb\":true,\"template\":\"<span class="aioseo-breadcrumb">\\n\\t<a href="#breadcrumb_link" title="#breadcrumb_blog_page_title">#breadcrumb_blog_page_title<\\/a>\\n<\\/span>\"}}},\"accessControl\":{\"advanced-customer\":{\"useDefault\":false,\"dashboard\":false,\"generalSettings\":false,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":false,\"redirectsManage\":false,\"pageRedirectsManage\":false,\"redirectsSettings\":false,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":false,\"pageGeneralSettings\":true,\"pageAdvancedSettings\":true,\"pageSchemaSettings\":false,\"pageSocialSettings\":true,\"localSeoSettings\":false,\"pageLocalSeoSettings\":false,\"linkAssistantSettings\":false,\"pageLinkAssistantSettings\":false,\"setupWizard\":false},\"copywriter-vendor\":{\"useDefault\":false,\"dashboard\":false,\"generalSettings\":false,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":false,\"redirectsManage\":false,\"pageRedirectsManage\":false,\"redirectsSettings\":false,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":false,\"pageGeneralSettings\":true,\"pageAdvancedSettings\":true,\"pageSchemaSettings\":false,\"pageSocialSettings\":true,\"localSeoSettings\":false,\"pageLocalSeoSettings\":false,\"linkAssistantSettings\":false,\"pageLinkAssistantSettings\":false,\"setupWizard\":false},\"customer\":{\"useDefault\":false,\"dashboard\":false,\"generalSettings\":false,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":false,\"redirectsManage\":false,\"pageRedirectsManage\":false,\"redirectsSettings\":false,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":false,\"pageGeneralSettings\":false,\"pageAdvancedSettings\":false,\"pageSchemaSettings\":false,\"pageSocialSettings\":false,\"localSeoSettings\":false,\"pageLocalSeoSettings\":false,\"linkAssistantSettings\":false,\"pageLinkAssistantSettings\":false,\"setupWizard\":false},\"design-vendor\":{\"useDefault\":false,\"dashboard\":false,\"generalSettings\":false,\"searchAppearanceSettings\":false,\"socialNetworksSettings\":false,\"sitemapSettings\":false,\"redirectsManage\":false,\"pageRedirectsManage\":false,\"redirectsSettings\":false,\"seoAnalysisSettings\":false,\"toolsSettings\":false,\"featureManagerSettings\":false,\"pageAnalysis\":false,\"pageGeneralSettings\":true,\"pageAdvancedSettings\":true,\"pageSchemaSettings\":false,\"pageSocialSettings\":true,\"localSeoSettings\":false,\"pageLocalSeoSettings\":false,\"linkAssistantSettings\":false,\"pageLinkAssistantSettings\":false,\"setupWizard\":false}}}','yes'),(5059,'action_scheduler_lock_async-request-runner','1661168171','yes'),(6892,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6894,'simple_sitemap_options','a:2:{s:26:\"new_features_numbered_icon\";s:5:\"false\";s:14:\"plugin_version\";s:5:\"3.5.7\";}','yes'),(7084,'wp_force_deactivated_plugins','a:0:{}','off'),(7162,'bsr_data','a:11:{s:13:\"select_tables\";a:2:{i:0;s:19:\"wp_1503150_postmeta\";i:1;s:16:\"wp_1503150_posts\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:11:\"Kelsey Kunz\";s:12:\"replace_with\";s:14:\"Kelsey X. Kunz\";s:15:\"completed_pages\";i:2;s:9:\"is_import\";b:0;s:9:\"is_backup\";b:0;s:12:\"save_profile\";s:0:\"\";s:11:\"total_pages\";i:2;}','yes'),(12252,'jch-optimize_settings','a:68:{s:20:\"combine_files_enable\";s:1:\"1\";s:14:\"cache_lifetime\";s:4:\"1800\";s:17:\"html_minify_level\";s:1:\"0\";s:8:\"htaccess\";s:1:\"2\";s:9:\"try_catch\";s:1:\"1\";s:3:\"css\";s:1:\"1\";s:10:\"javascript\";s:1:\"1\";s:4:\"gzip\";s:1:\"1\";s:10:\"css_minify\";s:1:\"1\";s:9:\"js_minify\";s:1:\"1\";s:11:\"html_minify\";s:1:\"1\";s:20:\"includeAllExtensions\";s:1:\"1\";s:14:\"replaceImports\";s:1:\"1\";s:14:\"phpAndExternal\";s:1:\"1\";s:11:\"inlineStyle\";s:1:\"1\";s:13:\"inlineScripts\";s:1:\"1\";s:9:\"bottom_js\";s:1:\"1\";s:16:\"loadAsynchronous\";s:1:\"1\";s:11:\"url_exclude\";a:2:{i:0;s:11:\"sitemap.xsl\";i:1;s:7:\"et_fb=1\";}s:10:\"excludeCss\";a:2:{i:0;s:20:\"fonts.googleapis.com\";i:1;s:12:\"google-fonts\";}s:13:\"excludeStyles\";a:3:{i:0;s:22:\"divi-stop-stacking-row\";i:1;s:18:\"da11y-submenu-show\";i:2;s:34:\".mobile_nav.closed .et_mobile_menu\";}s:13:\"excludeJs_peo\";a:2:{i:0;s:46:\"3602675.findlaw5.flsitebuilder.com/tag-manager\";i:1;s:7:\"launch-\";}s:18:\"excludeScripts_peo\";a:2:{i:0;s:18:\"var FL=FL||{};FL={\";i:1;s:17:\"var FLDataLayer={\";}s:16:\"excludeAllStyles\";s:1:\"0\";s:17:\"excludeAllScripts\";s:1:\"0\";s:9:\"excludeJs\";a:2:{i:0;s:46:\"3602675.findlaw5.flsitebuilder.com/tag-manager\";i:1;s:7:\"launch-\";}s:14:\"excludeScripts\";a:2:{i:0;s:18:\"var FL=FL||{};FL={\";i:1;s:17:\"var FLDataLayer={\";}s:10:\"dontmoveJs\";a:2:{i:0;s:46:\"3602675.findlaw5.flsitebuilder.com/tag-manager\";i:1;s:7:\"launch-\";}s:15:\"dontmoveScripts\";a:2:{i:0;s:18:\"var FL=FL||{};FL={\";i:1;s:17:\"var FLDataLayer={\";}s:14:\"pro_downloadid\";s:0:\"\";s:12:\"order_plugin\";s:1:\"1\";s:5:\"debug\";s:1:\"0\";s:23:\"disable_logged_in_users\";s:1:\"0\";s:21:\"img_attributes_enable\";s:1:\"1\";s:12:\"cache_enable\";s:1:\"0\";s:18:\"pro_cache_platform\";s:1:\"0\";s:19:\"page_cache_lifetime\";s:4:\"1800\";s:25:\"pro_optimize_gfont_enable\";s:1:\"0\";s:26:\"optimizeCssDelivery_enable\";s:1:\"1\";s:19:\"optimizeCssDelivery\";s:3:\"600\";s:21:\"pro_remove_unused_css\";s:1:\"0\";s:10:\"csg_enable\";s:1:\"0\";s:13:\"csg_direction\";s:8:\"vertical\";s:15:\"csg_wrap_images\";s:1:\"0\";s:17:\"http2_push_enable\";s:1:\"0\";s:26:\"pro_http2_exclude_deferred\";s:1:\"1\";s:18:\"pro_http2_push_cdn\";s:1:\"0\";s:20:\"pro_http2_file_types\";a:4:{i:0;s:5:\"style\";i:1;s:6:\"script\";i:2;s:4:\"font\";i:3;s:5:\"image\";}s:15:\"lazyload_enable\";s:1:\"0\";s:19:\"pro_lazyload_iframe\";s:1:\"0\";s:21:\"pro_lazyload_bgimages\";s:1:\"0\";s:23:\"pro_lazyload_audiovideo\";s:1:\"0\";s:20:\"pro_lazyload_effects\";s:1:\"0\";s:17:\"lazyload_autosize\";s:1:\"0\";s:23:\"cookielessdomain_enable\";s:1:\"0\";s:18:\"pro_cdn_preconnect\";s:1:\"1\";s:10:\"cdn_scheme\";s:1:\"0\";s:16:\"cookielessdomain\";s:0:\"\";s:11:\"staticfiles\";a:10:{i:0;s:3:\"css\";i:1;s:3:\"png\";i:2;s:3:\"gif\";i:3;s:3:\"ico\";i:4;s:3:\"pdf\";i:5;s:2:\"js\";i:6;s:5:\"jpe?g\";i:7;s:3:\"bmp\";i:8;s:4:\"webp\";i:9;s:3:\"svg\";}s:22:\"pro_cookielessdomain_2\";s:0:\"\";s:17:\"pro_staticfiles_2\";a:10:{i:0;s:3:\"css\";i:1;s:3:\"png\";i:2;s:3:\"gif\";i:3;s:3:\"ico\";i:4;s:3:\"pdf\";i:5;s:2:\"js\";i:6;s:5:\"jpe?g\";i:7;s:3:\"bmp\";i:8;s:4:\"webp\";i:9;s:3:\"svg\";}s:22:\"pro_cookielessdomain_3\";s:0:\"\";s:17:\"pro_staticfiles_3\";a:10:{i:0;s:3:\"css\";i:1;s:3:\"png\";i:2;s:3:\"gif\";i:3;s:3:\"ico\";i:4;s:3:\"pdf\";i:5;s:2:\"js\";i:6;s:5:\"jpe?g\";i:7;s:3:\"bmp\";i:8;s:4:\"webp\";i:9;s:3:\"svg\";}s:16:\"ignore_optimized\";s:1:\"1\";s:19:\"pro_next_gen_images\";s:1:\"1\";s:17:\"hidden_containsgf\";s:0:\"\";s:17:\"hidden_api_secret\";s:8:\"11e603aa\";s:15:\"menuexcludedurl\";a:3:{i:0;s:7:\"et_fb=1\";i:1;s:11:\"sitemap.xsl\";i:2;s:9:\"/wp-admin\";}}','yes'),(12253,'disable_comment_version','2.3.5','yes'),(12254,'aioseo_index_now_options','{\"indexNow\":{\"apiKey\":\"e78bd3dc44b940878084506c39f57a9c\"}}','yes'),(12255,'Tribe\\Project\\Site_Init\\AIOSEO_Link_Assistant-schema','2','yes'),(12256,'Tribe\\Project\\Site_Init\\AIOSEO_Index_Now-schema','1','yes'),(12257,'aioseo_link_assistant_options_internal','{\"internal\":{\"lastActiveVersion\":\"1.0.2\",\"minimumLinkScanDate\":\"2022-04-04 05:16:19\",\"minimumSuggestionScanDate\":\"2022-04-04 05:16:19\",\"dismissedAlerts\":{\"suggestions\":false}}}','yes'),(12258,'aioseo_options_internal','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.3.1\",\"migratedVersion\":null,\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[\"enableSchemaMarkup\"]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_1503150_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_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"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\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"link_scan_date\\\",\\\"link_suggestions_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"options\\\",\\\"created\\\",\\\"updated\\\"],\\\"wp_1503150_actionscheduler_actions\\\":[],\\\"wp_1503150_actionscheduler_logs\\\":[],\\\"wp_1503150_actionscheduler_groups\\\":[],\\\"wp_1503150_actionscheduler_claims\\\":[],\\\"wp_1503150_aioseo_notifications\\\":[]}\"}}','yes'),(12259,'aioseo_options_internal_pro','{\"internal\":{\"activated\":0,\"firstActivated\":1659622924,\"installed\":0,\"license\":{\"expires\":1675296000,\"expired\":false,\"invalid\":false,\"disabled\":false,\"connectionError\":false,\"activationsError\":false,\"requestError\":false,\"lastChecked\":1661181373,\"level\":\"elite\",\"addons\":\"[\\\"aioseo-image-seo\\\",\\\"aioseo-video-sitemap\\\",\\\"aioseo-local-business\\\",\\\"aioseo-news-sitemap\\\",\\\"aioseo-redirects\\\",\\\"aioseo-link-assistant\\\",\\\"aioseo-index-now\\\",\\\"aioseo-rest-api\\\"]\"}}}','yes'),(13435,'action_scheduler_migration_status','complete','yes'),(14822,'Tribe\\Project\\Site_Init\\Accessibility_Enable_Aria_Mobile_Menu-schema','2','yes'),(17952,'Tribe\\Project\\Site_Init\\AIOSEO_Dashboard_Widgets_Hide-schema','1','yes'),(18126,'et_uploaded_fonts','a:1:{s:15:\"Metropolis Thin\";a:4:{s:9:\"font_file\";a:1:{s:3:\"otf\";s:85:\"/home/getmadto/public_html/lomad_test/wp-content/uploads/et-fonts/Metropolis-Thin.otf\";}s:8:\"font_url\";a:1:{s:3:\"otf\";s:113:\"https://thelomad.com/getmad.today/wp-contentthelomad.com/getmad.today/wp-content/uploads/et-fonts/Metropolis-Thin.otf\";}s:6:\"styles\";s:35:\"100,200,300,400,500,600,700,800,900\";s:4:\"type\";s:10:\"sans-serif\";}}','yes'),(18632,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:3:{i:3826;a:3:{s:4:\"slug\";s:11:\"prime-mover\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:27:\"prime-mover/prime-mover.php\";}i:7135;a:3:{s:4:\"slug\";s:15:\"addons-for-divi\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:35:\"addons-for-divi/addons-for-divi.php\";}i:4087;a:3:{s:4:\"slug\";s:14:\"simple-sitemap\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:33:\"simple-sitemap/simple-sitemap.php\";}}s:11:\"plugin_data\";a:3:{s:11:\"prime-mover\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:27:\"prime-mover/prime-mover.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1752346758;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.5\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.6.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:23:\"thelomad.com\";s:9:\"server_ip\";s:13:\"27.111.84.227\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1752347816;s:7:\"version\";s:5:\"1.6.5\";}s:15:\"prev_is_premium\";b:0;}s:15:\"addons-for-divi\";a:14:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:35:\"addons-for-divi/addons-for-divi.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1752346758;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.5\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"3.5.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:23:\"thelomad.com\";s:9:\"server_ip\";s:13:\"27.111.84.227\";s:9:\"is_active\";b:0;s:9:\"timestamp\";i:1752347816;s:7:\"version\";s:5:\"3.5.0\";}}s:14:\"simple-sitemap\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:33:\"simple-sitemap/simple-sitemap.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1752346758;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.5\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"3.5.7\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:23:\"thelomad.com\";s:9:\"server_ip\";s:13:\"27.111.84.227\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1752347816;s:7:\"version\";s:5:\"3.5.7\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:3:{s:27:\"prime-mover/prime-mover.php\";s:11:\"prime-mover\";s:35:\"addons-for-divi/addons-for-divi.php\";s:15:\"addons-for-divi\";s:33:\"simple-sitemap/simple-sitemap.php\";s:14:\"simple-sitemap\";}s:7:\"plugins\";a:3:{s:11:\"prime-mover\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:11:\"Prime Mover\";s:4:\"slug\";s:11:\"prime-mover\";s:12:\"premium_slug\";s:15:\"prime-mover-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:27:\"prime-mover/prime-mover.php\";s:7:\"version\";s:5:\"1.6.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_a69fd5401be20bf46608b1c38165b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3826\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:15:\"addons-for-divi\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"DiviTorque\";s:4:\"slug\";s:15:\"addons-for-divi\";s:12:\"premium_slug\";s:23:\"addons-for-divi-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:35:\"addons-for-divi/addons-for-divi.php\";s:7:\"version\";s:5:\"3.5.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_c7283f055cecf2bc84f0c13a22b7c\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"7135\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:14:\"simple-sitemap\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:14:\"Simple Sitemap\";s:4:\"slug\";s:14:\"simple-sitemap\";s:12:\"premium_slug\";s:18:\"simple-sitemap-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:33:\"simple-sitemap/simple-sitemap.php\";s:7:\"version\";s:5:\"3.5.7\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_d7776ef9a819e02b17ef810b17551\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4087\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"9dc586316d419f90af7d565623e556b3\";}','auto'),(18633,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:20:\"prime-mover/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.5\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1752347576;s:11:\"plugin_path\";s:27:\"prime-mover/prime-mover.php\";}}s:7:\"abspath\";s:27:\"/home/getmadto/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:27:\"prime-mover/prime-mover.php\";s:8:\"sdk_path\";s:20:\"prime-mover/freemius\";s:7:\"version\";s:5:\"2.4.5\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1752347576;}}','yes'),(18634,'fs_api_cache','a:1:{s:55:\"get:/v1/plugins/7135/addons.json?enriched=true&count=50\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:7:\"plugins\";a:0:{}}s:7:\"created\";i:1741870843;s:9:\"timestamp\";i:1741957243;}}','off'),(18635,'fs_debug_mode','','yes'),(18636,'fs_gdpr','a:2:{s:2:\"u1\";a:2:{s:8:\"required\";b:0;s:18:\"show_opt_in_notice\";b:0;}s:2:\"u0\";a:1:{s:8:\"required\";b:0;}}','yes'),(18637,'active_plugins','a:27:{i:0;s:27:\"prime-mover/prime-mover.php\";i:1;s:29:\"jch-optimize/jch-optimize.php\";i:2;s:63:\"Migrate-Divi-Theme-Settings-1-1/Migrate_Divi_Theme_Settings.php\";i:3;s:35:\"addons-for-divi/addons-for-divi.php\";i:4;s:30:\"advanced-custom-fields/acf.php\";i:5;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:6;s:44:\"breadcrumbs-divi-module/divi-breadcrumbs.php\";i:7;s:33:\"classic-editor/classic-editor.php\";i:8;s:21:\"depicter/depicter.php\";i:9;s:43:\"disable-comments-rb/disable-comments-rb.php\";i:10;s:43:\"divi-blurb-extended/divi-blurb-extended.php\";i:12;s:33:\"ds-divi-rocket/ds-divi-rocket.php\";i:13;s:45:\"enable-media-replace/enable-media-replace.php\";i:14;s:55:\"filebird-document-library/filebird-document-library.php\";i:15;s:21:\"filebird/filebird.php\";i:16;s:22:\"font-awesome/index.php\";i:17;s:45:\"movabletype-importer/movabletype-importer.php\";i:18;s:41:\"ninja-forms-conditionals/conditionals.php\";i:19;s:37:\"ninja-forms-multi-part/multi-part.php\";i:20;s:39:\"ninja-forms-style/ninja-forms-style.php\";i:21;s:36:\"ninja-forms-uploads/file-uploads.php\";i:22;s:27:\"ninja-forms/ninja-forms.php\";i:23;s:61:\"quick-bulk-post-page-creator/quick-bulk-post-page-creator.php\";i:24;s:27:\"redirection/redirection.php\";i:25;s:45:\"simple-page-ordering/simple-page-ordering.php\";i:26;s:33:\"simple-sitemap/simple-sitemap.php\";i:27;s:17:\"stream/stream.php\";}','yes'),(18639,'user_count','4','no'),(18643,'wp_stream_db','3.9.1','no'),(18657,'et_account_status','active','no'),(18665,'initial_db_version','49752','yes'),(18666,'recovery_keys','a:0:{}','off'),(18686,'theme_mods_twentytwentytwo','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1661789384;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:17:\"recent-comments-2\";i:1;s:8:\"search-2\";i:2;s:14:\"recent-posts-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"text-2\";i:6;s:10:\"nav_menu-2\";i:7;s:10:\"nav_menu-3\";}}}}','no'),(18687,'theme_mods_Divi','a:5:{s:18:\"custom_css_post_id\";i:49382;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:12;}s:13:\"et_pb_widgets\";a:2:{s:5:\"areas\";a:1:{s:19:\"et_pb_widget_area_1\";s:13:\"LOMAD Sidebar\";}s:6:\"number\";i:1;}}','yes'),(18697,'et_divi_builder_plugin','a:51:{s:30:\"et_flush_rewrite_rules_library\";s:0:\"\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:22:\"builder_global_presets\";O:8:\"stdClass\":0:{}s:29:\"custom_defaults_migrated_flag\";b:1;s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:29:\"_gf_enable_all_character_sets\";s:2:\"on\";s:23:\"_skip_font_subset_force\";b:1;s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:5:\"right\";s:21:\"et_fb_pref_modal_snap\";s:4:\"true\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:400;s:33:\"et_fb_pref_modal_dimension_height\";i:400;s:27:\"et_fb_pref_modal_position_x\";i:30;s:27:\"et_fb_pref_modal_position_y\";i:50;s:32:\"et_fb_pref_limited_toolbar_click\";s:5:\"false\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:18:\"divi_color_palette\";s:63:\"#000000|#FFFFFF|#E02B20|#211865|#EDF000|#7CDA24|#0C71C3|#8300E9\";}','yes'),(18698,'_transient_et_updated_plugins_data','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1664288377;}','yes'),(18846,'et_pb_cache_notice','a:1:{s:6:\"4.18.0\";s:6:\"ignore\";}','yes'),(18847,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(18848,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(18849,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(18862,'et_pb_builder_plugin_status','activated','yes'),(18918,'mm_cache_settings','a:2:{s:4:\"page\";s:7:\"enabled\";s:7:\"browser\";s:7:\"enabled\";}','yes'),(18919,'epc_filetype_expirations','a:9:{s:9:\"image/jpg\";s:8:\"24 hours\";s:10:\"image/jpeg\";s:8:\"24 hours\";s:9:\"image/gif\";s:8:\"24 hours\";s:9:\"image/png\";s:8:\"24 hours\";s:8:\"text/css\";s:8:\"24 hours\";s:15:\"application/pdf\";s:6:\"1 week\";s:15:\"text/javascript\";s:8:\"24 hours\";s:9:\"text/html\";s:7:\"2 hours\";s:7:\"default\";s:8:\"24 hours\";}','yes'),(18920,'endurance_cache_level','2','yes'),(18921,'epc_skip_404_handling','','yes'),(18973,'rb_disable_comments','a:2:{s:17:\"remove_everywhere\";b:1;s:19:\"disabled_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:7:\"project\";}}','yes'),(18974,'font-awesome-releases','a:2:{s:12:\"refreshed_at\";i:1662040035;s:4:\"data\";a:3:{s:16:\"latest_version_5\";s:6:\"5.15.4\";s:16:\"latest_version_6\";s:5:\"6.2.0\";s:8:\"releases\";a:50:{s:5:\"5.0.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-VVoO3UHXsmXwXvf1kJx2jV3b1LbOfTqKL46DdeLG8z4pImkQ4GAP9GMy+MxHMDYG\";s:14:\"css/brands.css\";s:71:\"sha384-JT52EiskN0hkvVxJA8d2wg8W/tLxrC02M4u5+YAezNnBlY/N2yy3X51pKC1QaPkw\";s:19:\"css/fontawesome.css\";s:71:\"sha384-7mC9VNNEUg5vt0kVQGblkna/29L8CpTJ5fkpo0nlmTbfCoDXyuK/gPO3wx8bglOz\";s:15:\"css/regular.css\";s:71:\"sha384-JZ2w5NHrKZS6hqVAVlhUO3eHPVzjDZqOpWBZZ6opcmMwVjN7uoagKSSftrq8F0pn\";s:13:\"css/solid.css\";s:71:\"sha384-TQW9cJIp+U8M7mByg5ZKUQoIxj0ac36aOpNzqQ04HpwyrJivS38EQsKHO2rR5eit\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-X1ZQAmDHBeo7eaAJwWMyyA3mva9mMK10CpRFvX8PejR0XIUjwvGDqr2TwJqwbH9S\";s:9:\"js/all.js\";s:71:\"sha384-2CD5KZ3lSO1FK9XJ2hsLsEPy5/TBISgKIk2NSEcS03GbEnWEfhzd0x6DBIkqgPN1\";s:12:\"js/brands.js\";s:71:\"sha384-i3UPn8g8uJGiS6R/++68nHyfYAnr/lE/biTuWYbya2dONccicnZZPlAH6P8EWf28\";s:17:\"js/fontawesome.js\";s:71:\"sha384-tqpP2rDLsdWkeBrG3Jachyp0yzl/pmhnsdV88ySUFZATuziAnHWsHRSS97l5D9jn\";s:13:\"js/regular.js\";s:71:\"sha384-hXqI+wajk6jJu2DXwf2oqBg6q5+HqXM5yz9smX94pDjiLzH81gAuVtjter66i1Ct\";s:11:\"js/solid.js\";s:71:\"sha384-kbPfTyGdGugnvSKEBJCd6+vYipOQ6a+2np5O4Ty3sW7tgI0MpwPyAh+QwUpMujV9\";s:14:\"js/v4-shims.js\";s:71:\"sha384-BRge2B8T+0rmvB/KszFfdQ0PDvPnhV2J80JMKrnq21Fq6tHeKFhSIrdoroXvk7eB\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-bJB2Wn8ZuuMwYA12t6nmPqVTqT64ruKTAWqdxs/Oal3vexA7RPAo3FtVU5hIil2E\";s:14:\"css/brands.css\";s:71:\"sha384-F8vNf2eNIHep58ofQztLhhWsZXaTzzfZRqFfWmh7Cup7LqrF0HCtB6UCAIIkZZYZ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CTTGZltCsihOiEwOCbT7p1lhij8kYk6lapCladmNzxj4yXj/AKp6q3+CRoNN3UCG\";s:15:\"css/regular.css\";s:71:\"sha384-GtLUznQ3nMgus15JP1pAE2UH9HAQi8gjQTNfIT+Gq6zFPeeq3y+Xtxt5HUBFF0YO\";s:13:\"css/solid.css\";s:71:\"sha384-WEKepgUDOaHRK2/r+qA7W/Srd+36IIOmBm/+wm9aSz6acYC0LkyM9UJElLVNy95T\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-sV6Qj6KRPF7HrXfo5NK0evVt+YbNxUuGZU2udYKDAxwxPVTuEE6lofcZJhRMK4WT\";s:9:\"js/all.js\";s:71:\"sha384-xiGKJ+4CP2p2WkTifyjHDeZVAg1zBrnJV8LU33N7J+5BWp1biPcSpEJJY7hFiRLn\";s:12:\"js/brands.js\";s:71:\"sha384-V+scQ15NnQuKVajRBsSery7bV87d0xDAoCs4pB8ZcwW74+zzW5CkgRmIFOYw8kKX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-CxMnuVDquTXcsJnW1rAfSm4uzGr12HENF1oe+JRZm4jcQDerJ6VeA1XLvAso396r\";s:13:\"js/regular.js\";s:71:\"sha384-ihKlq3j4PocIYMPkNra+ieEVsLuFzj4rp1yjn3jq+La7r4G9kf9COpWfOI8SGapM\";s:11:\"js/solid.js\";s:71:\"sha384-KDEuZV2OBU0Q264kBX2Idu9gYr5z/fQrtvUsKfuKGEDkDxV0GBVN/qi3QoLZPmbJ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-0nloDHslShcnKvH94Zv8nb0zPlzTFCzfZGx9YxR2ngUWs9HXXHVx1PUQw0u9/7LE\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-KFTzeUQSHjcfuC8qqdFm+laWVqpkucx/3uXo41hhKQzUEtbNnNSk8KEEBZ+2lEQy\";s:14:\"css/brands.css\";s:71:\"sha384-J6h7hpR0mfr79Ck/ZfDrhN14FnkbkLbd+mm0yTw5spSpK08yOK/AB9IRR/Dcg8EJ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-l2oTZy4pLseT/J6oW0mwsjKPhjpTctOfU191uVonzezZiqw9PPcz4AMKsIAeyR4P\";s:15:\"css/regular.css\";s:71:\"sha384-cDXlx+8npD3wa2ahyeSZvsi9VlRrMmJVIB1rpK7Ftyq4cppWM9d2mBhrlOqYBljt\";s:13:\"css/solid.css\";s:71:\"sha384-ioYc/tyAAvPTKdlEWH/BDO/Fn0RGAWisNzyfZNt74mHfA6UPN2tzjD6Nm4ieQfBR\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-bnoXyQHIAXdkrtQTtvuajtPgmWqHQ8657dQ4vzySapygDMqzijBpEq96AwgX2u4N\";s:9:\"js/all.js\";s:71:\"sha384-4OPaVeLgwRHdGJplmRGxGcoGYwxBAdR8Qr9z/Av7blRYPlRIPtjTygdtpQlD1HHv\";s:12:\"js/brands.js\";s:71:\"sha384-68dqWCRgViK/UsBTW5vGfntS6GdBDT5D4KWUBXTf6IkF2NFFD+X/0QNs0FZaIELt\";s:17:\"js/fontawesome.js\";s:71:\"sha384-sBtO3o3oG61AtAKrg74kfk50JP0YHcRTwOXgTeUobbJJBgYiCcmtkh784fmHww23\";s:13:\"js/regular.js\";s:71:\"sha384-J0ggktpCvzBHSxd/a8EBQgQDIWBtASK5rhHMvGWuR/UyjuPgX0iCAcb3OlfhvlQz\";s:11:\"js/solid.js\";s:71:\"sha384-DX1/9hggbc1yKVl40n2dNF9OzLf9ZPwZm87WzIW+FinkgjSq18PXpUxOL4I0iS1+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-kysXtDCmCTYxM55rHL+9xPu6+Inoi3ZzZHvcxkXs+iPj5nymJKlauQdXyzubyD0b\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.4\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-DmABxgPhJN5jlTwituIyzIUk6oqyzf3+XuP7q3VfcWA2unxgim7OSSZKKf0KSsnh\";s:14:\"css/brands.css\";s:71:\"sha384-1beec9tTZuu+KrTudmvRnGpK81r78DKCAXdphCvdG+PR+n/WCczsYPqTBTvYsM7z\";s:19:\"css/fontawesome.css\";s:71:\"sha384-xdTUmhbcetyLRVL4PAriRajOve+/5pjOiy5sJABnhXMcRMVc9HI9s2KmOCjjDK/P\";s:15:\"css/regular.css\";s:71:\"sha384-nM5tBytXTc1HDZ/A3My2gNT2TxLk/M/5yFi0QrOxaZjBi7QpKUfA2QqT+fcSxSlg\";s:13:\"css/solid.css\";s:71:\"sha384-g2aKxiZcFezoVOq4MsjaxuBbSxSlXD/NRQ5GaPLfvCtcTLgP3fYZKKAGxCM/wMfe\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MCR8qGTbdyK+hklwz1eKgGiAjT57F5HEJMs/uHRAwZ6GI5602TyGI89FyrbUwiIc\";s:9:\"js/all.js\";s:71:\"sha384-nVi8MaibAtVMFZb4R1zHUW/DsTJpG/YwPknbGABVOgk5s6Vhopl6XQD/pTCG/DKB\";s:12:\"js/brands.js\";s:71:\"sha384-dl3ONr32uA3YqpqKWzhXLs5k1YbKOn3dwiMbEP1S/XQMa3LPRwvJrhW7+lomL/uc\";s:17:\"js/fontawesome.js\";s:71:\"sha384-l7FyBM+wFIWpfmy8RYkWgEu/Me6Hrz98ijLu4nP3PkGbTtTCvtHB5ktI8hLEgEG3\";s:13:\"js/regular.js\";s:71:\"sha384-lwwoO5Gg19TptbILrLBjV28EVJ9RW3tD3cGyjCRn3OY9IuLua/YRlE47btZIXfMv\";s:11:\"js/solid.js\";s:71:\"sha384-4KkAk2UXMS9Xl3FoAAN43VJxRZ/emjElCz60xUTegPOZlbPLZGylvor2v7wQ0JNb\";s:14:\"js/v4-shims.js\";s:71:\"sha384-yfrMPoFcXUzdvECrvYRYE7wlxouXxjRSge5x6BlPPOb38tW4n0e8EW79RGU7VY0R\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-1RxicL8bcQJWgpr/clvtGVG7DVFJvDX/DVsJsbjKhXtdo8r5WVZQqB9AHTNPr08A\";s:14:\"css/brands.css\";s:71:\"sha384-sFwP5Zsnp6I4zQxUMPHvv8Bk16eEzU0YhaNbMCftDHPKDD+BR8WdXAHKL4xpipII\";s:19:\"css/fontawesome.css\";s:71:\"sha384-VFi8UvBDvM8muKO8ogMXi2j8vdJiu8hq1uxpX/NS8BsftBiJpheM5AuhFH1dvURx\";s:13:\"css/light.css\";s:71:\"sha384-4FGoKudkcpRXgx5UNFa5TxzaHUhnvCGFDeZKncEn9KJx/l07kcid3VbpwajrvrFW\";s:15:\"css/regular.css\";s:71:\"sha384-eyjlqgvgpHiWM0GoL4/hsTh22piTKmMTM+sfJYacddG2n9AEubqQB/w4CPJK1/1b\";s:13:\"css/solid.css\";s:71:\"sha384-TlWtvBj4TXNlpJC5Qq4aHel0R/dywVcP/6eOFC0qptQ71WWSxJCvuTajjGb1duS9\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-rHay3RzsgCtbjvDmBLThu6ESXlU4Al5STjlHSpNygnbeyt04OP1uKZVXB2Zy16+T\";s:9:\"js/all.js\";s:71:\"sha384-vV0064GQjt+TcoZxVPm/f6vyAivSNofFvOHKLWxcDl784Dzm9W4BBpoTvUG4vi5a\";s:12:\"js/brands.js\";s:71:\"sha384-/877azmwW/YhoBsPeM9dh61dNr5XGbuk24lyjPbFWyrPaZPyU2oxgOY6PE1OH4z4\";s:17:\"js/fontawesome.js\";s:71:\"sha384-7L9/YJQEf9kLPc6sdtoVIsuBNxCVi4OmHPcszcY685IJIcB52hgYoL1OiwTawJS/\";s:11:\"js/light.js\";s:71:\"sha384-iXxa9ExuZ0Fi2N2VO/buuWuAgYIUXNtOaJiKLa40Bjt43KJpzJdhg2TBHyBVqCPh\";s:13:\"js/regular.js\";s:71:\"sha384-YzSStfq1m16y1v5M97ViNRpiQUCVpagVVOkqlmww8otyjFkY6EXT4dShlKNuxRDu\";s:11:\"js/solid.js\";s:71:\"sha384-WJDZ/GI6pz1VoELs6i44T3f00fguksrLXIx3LXHdlaAzmOvX/mTK5j+qzHJdKejC\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8XZ16R7aSGin4NRuv6gn5xfbsvad5H8LR41g48iduwkfZEqDgXlvUjkJKgxqZUiW\";}}}s:5:\"5.0.6\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-VY3F8aCQDLImi4L+tPX4XjtiJwXDwwyXNbkH7SHts0Jlo85t1R15MlXVBKLNx+dj\";s:14:\"css/brands.css\";s:71:\"sha384-rK0EPNdv8UCeRNPzX+96ARRlf9hZM+OukGceDTdbPH30DYcSI1x5QyBU7d2I2kHX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-dbkYY2NmVwxaFrr4gq04oVh6w39ovmevsgD80Il1Od3hwpgREqyPb3XqbpaSwN4x\";s:15:\"css/regular.css\";s:71:\"sha384-HGbVnizaFNw8zW+vIol9xMwBFWdV7/k61278Zo1bnMy9dLmjv48D7rtpgYRTe5Pd\";s:13:\"css/solid.css\";s:71:\"sha384-GfC9nfESTZkjCPFbevBVig3FTd6wkjRRYMtj+qFgK8mMBvGIje2rrALgiBy6pwRL\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-U2b24h7gWqOYespg+vI5yiIn4ZYlTevT0N96xkGrw7ktP1gg9XwqEslsdTLJdlGg\";s:9:\"js/all.js\";s:71:\"sha384-0AJY8UERsBUKdWcyF3o2kisLKeIo6G4Tbd8Y6fbyw6qYmn4WBuqcvxokp8m2UzSD\";s:12:\"js/brands.js\";s:71:\"sha384-4iSpDug9fizYiQRPpPafdAh5NaF8yzNMjOvu3veWgaFm0iIo8y4vUi7f3Yyz5WP1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-rttr/ldR2uHigckjTCjMDe47ySeFVaL3Q7xUkJZir56u8Z8h/XnHJXHocgyfb25F\";s:13:\"js/regular.js\";s:71:\"sha384-G375DXNEVfALvsggywPWDYrRxNOvXaCYt/kiq/GXmbaDW8/B0XtbC8iuLpXXm1jF\";s:11:\"js/solid.js\";s:71:\"sha384-U0ZJ7q5xbT8hEoRqj61HzpvsqNOQ8bsHY2VqSRPqGOzjHXmmV70Aw+DBC/PT00p4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-L8zntmMOcCbOxXiL5Rjn6ubB7KunZiQ8U3bb9x6FFTGDEvVEESW9n+x49jm34K3W\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-ldFHeX3xCFvM4uf7m0mCMIoCPVwM71jopwqLZRldf+ojynoGVSxDiphfScLukkwO\";s:14:\"css/brands.css\";s:71:\"sha384-Ks7IvHjmJ4FIFxhK4iNrtW0rAVo1DlCYpe/nDsK8CnU+yactd38YiNE1GT018WPg\";s:19:\"css/fontawesome.css\";s:71:\"sha384-sATKZbJwxaEIU3unIoL1VMbIyrNNh7PlgnaiWlicWXeRA7qdnzfFzMP9AaN2wfTU\";s:13:\"css/light.css\";s:71:\"sha384-YWWfxaKIDrbFXuVQnpxASJDHmFl2K5f2vDgrcROb+rYycoqcQVdMlfu3U38boTg/\";s:15:\"css/regular.css\";s:71:\"sha384-CydLcYoDSbudHX/6hygyQD4jBMPsv91d/RwdtH1qxI79KG8kII/OzxKDwsswywA4\";s:13:\"css/solid.css\";s:71:\"sha384-uBARwTxpZ7FB08kQlCOS/dUaN3TrGGcHthrXYIhZBpdq7YtUdVDM1sAUH9NIozMl\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-BptPo+4C0N+fnMTnfw7ddW/zYUJhuNEe7edve8UrMbs+fCpfDJvJcC/lpa5Nvaky\";s:9:\"js/all.js\";s:71:\"sha384-FrB6Se1Wkxlx66xA4rPuOoOolLyQt5B1uptDmtLJSIVRJDbNkmE3QOLipnMuAbUW\";s:12:\"js/brands.js\";s:71:\"sha384-G12tjfNd/W8L4IrE5+f13LUbpzVowwhNDv+WNecvxjbaGN9bbSY7epBOqUlRqXnq\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ln5PcCmuH8v+AF9nt+HkM2GfXjsn1CtVc0n+ciM8+oe3nwGyPCceDVva7bUjNfo0\";s:11:\"js/light.js\";s:71:\"sha384-jzS22FYPy68IBBet2IRM5aQDOXjg9X1g+drXIVonDtyqGFCtUA0YIdgHdvCCX/fD\";s:13:\"js/regular.js\";s:71:\"sha384-M8TFIPAJNl8UIC8OP6GFcIE0SHkGN4zjwwjz+BBTz60XhNegOrZmjNtTQNKifmXX\";s:11:\"js/solid.js\";s:71:\"sha384-R/e3QvpS9m8HcN9b9l6nNo678ekTXL31kFY/XtRHSjrihDX8A2DF8HaXhdlAtzMx\";s:14:\"js/v4-shims.js\";s:71:\"sha384-X9eLyweB0LOTEGCwMARo9+zibrXQYmBMSrhFk4ncpT/WYnPIcpTg0IgBFDgzuPwL\";}}}s:5:\"5.0.8\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S\";s:14:\"css/brands.css\";s:71:\"sha384-IiIL1/ODJBRTrDTFk/pW8j0DUI5/z9m1KYsTm/RjZTNV8RHLGZXkUDwgRRbbQ+Jh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P\";s:15:\"css/regular.css\";s:71:\"sha384-A/oR8MwZKeyJS+Y0tLZ16QIyje/AmPduwrvjeH6NLiLsp4cdE4uRJl8zobWXBm4u\";s:13:\"css/solid.css\";s:71:\"sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-TGBI4yK0MJz2ga16RLBBt4xT4aoPMPmRYhfu1Kl5IJ0gsLyOBIKHEb49BtoO+lPS\";s:9:\"js/all.js\";s:71:\"sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ\";s:12:\"js/brands.js\";s:71:\"sha384-sCI3dTBIJuqT6AwL++zH7qL8ZdKaHpxU43dDt9SyOzimtQ9eyRhkG3B7KMl6AO19\";s:17:\"js/fontawesome.js\";s:71:\"sha384-7ox8Q2yzO/uWircfojVuCQOZl+ZZBg2D2J5nkpLqzH1HY0C1dHlTKIbpRz/LG23c\";s:13:\"js/regular.js\";s:71:\"sha384-t7yHmUlwFrLxHXNLstawVRBMeSLcXTbQ5hsd0ifzwGtN7ZF7RZ8ppM7Ldinuoiif\";s:11:\"js/solid.js\";s:71:\"sha384-+Ga2s7YBbhOD6nie0DzrZpJes+b2K1xkpKxTFFcx59QmVPaSA8c7pycsNaFwUK6l\";s:14:\"js/v4-shims.js\";s:71:\"sha384-4CnzNxEP5RK316IYY2+W4hc05uJdfd+p9iNVeNG9Ws3Qxf5tKolysO9wu/8rloj2\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-OGsxOZf8qnUumoWWSmTqXMPSNI9URpNYN35fXDb5Cv5jT6OR673ah1e5q+9xKTq6\";s:14:\"css/brands.css\";s:71:\"sha384-VRONz34zTLl4P+DLYyJ8kP8C3tB1PGtqL5p8nBAvHuoc1u32bR3RHixrjffD8Fly\";s:19:\"css/fontawesome.css\";s:71:\"sha384-+5VkSw5C1wIu2iUZEfX77QSYRb5fhjmEsRn8u4r9Ma8mvu/GvTag4LDSEAw7RjXl\";s:13:\"css/light.css\";s:71:\"sha384-shmfBA2CRxp88gq8NcvWbEN8KExYU4uvQUBEG36BStGZ5k91nGKE4wDvvWvuimbu\";s:15:\"css/regular.css\";s:71:\"sha384-0w6MzzKHIB9cUlfWSmSp1Pj6XqGGDseWSMz1Yppk3UOc1dhYhpFx1AuCkMBECEvC\";s:13:\"css/solid.css\";s:71:\"sha384-+iHwwKZGTdlVFbv4fsKmLkogfdKlp47zQGkSMDN3ANc8kXjyKudKvQwinI5VH+2C\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-b2wDmqWyAwmI2rS5ut5UweBS1V32L/k1+2Oo7eCaHdXOS/1bFwC8AKevTI6N28LN\";s:9:\"js/all.js\";s:71:\"sha384-816IUmmhAwCMonQiPZBO/PTgzgsjHtpb78rpsLzldhb4HZjFzBl06Z3eu4ZuwHTz\";s:12:\"js/brands.js\";s:71:\"sha384-gJijC/2qM/p3zm2wHECHX1OMLdzlu61sNp7YfmFQxo+OyT9hO1orX7MmnHhaoXQ4\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ht3fAeBiX/rVmKVyMwONAIIt0aRoPzZgq1FzdRgR9zFo+Kcd8YDwUbFlTItfaYW4\";s:11:\"js/light.js\";s:71:\"sha384-mfSnp84URDGC1t+cg63LgVKwEs63ulRUpjNneyDZMGMAE9ZKUNZ85rMBMHucGLYP\";s:13:\"js/regular.js\";s:71:\"sha384-SIp/+zr0hyfSVIQPkAwB/L1h4fph6T3CmU4mE7IFtGJlgwoCko0Bye/1J0sjyh4v\";s:11:\"js/solid.js\";s:71:\"sha384-jTxqWCb7UqRDQDd2Nkuh5BkHe9k+ElbFLa3NaJfid5kBK/+cVktzVRXrw0isFWxf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-w/sFNq23wbOXJOUpFyISABLXk9tA4Z8r9hl80er2mobEwgS7VXXYDANaWyrCWe3/\";}}}s:5:\"5.0.9\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1\";s:14:\"css/brands.css\";s:71:\"sha384-ATC/oZittI09GYIoscTZKDdBr/kI3lCwzw3oBMnOYCPVNJ4i7elNlCxSgLfdfFbl\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Lyz+8VfV0lv38W729WFAmn77iH5OSroyONnUva4+gYaQTic3iI2fnUKtDSpbVf0J\";s:15:\"css/regular.css\";s:71:\"sha384-seionXF7gEANg+LFxIOw3+igh1ZAWgHpNR8SvE64G/Zgmjd918dTL55e8hOy7P4T\";s:13:\"css/solid.css\";s:71:\"sha384-29Ax2Ao1SMo9Pz5CxU1KMYy+aRLHmOu6hJKgWiViCYpz3f9egAJNwjnKGgr+BXDN\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Hl6tZnMfNiJHYyFxpmnRV8+pziARxY3X/4XWfFXldG7sdkkLv+Od2Gpc57P7C1g6\";s:9:\"js/all.js\";s:71:\"sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl\";s:12:\"js/brands.js\";s:71:\"sha384-qJKAzpOXfvmSjzbmsEtlYziSrpVjh5ROPNqb8UZ60myWy7rjTObnarseSKotmJIx\";s:17:\"js/fontawesome.js\";s:71:\"sha384-2IUdwouOFWauLdwTuAyHeMMRFfeyy4vqYNjodih+28v2ReC+8j+sLF9cK339k5hY\";s:13:\"js/regular.js\";s:71:\"sha384-BazKgf1FxrIbS1eyw7mhcLSSSD1IOsynTzzleWArWaBKoA8jItTB5QR+40+4tJT1\";s:11:\"js/solid.js\";s:71:\"sha384-P4tSluxIpPk9wNy8WSD8wJDvA8YZIkC6AQ+BfAFLXcUZIPQGu4Ifv4Kqq+i2XzrM\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9f5gaI9TkuYhi5O/inzfdOXx2nkIhDsLtXqBNmtY6/c5PoqXfd0U2DAjqQVSCXQh\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-L+XK540vkePe55E7PAfByfvW0XpsyYpsifTpgh/w8WvH6asVg/c2zqp0EfZfZTbF\";s:14:\"css/brands.css\";s:71:\"sha384-+LMmZxgyldhNCY6nei3oAWJjHbpbROtVb+f5Ux/nahA+Xjm3wcNdu7zyB39Yj38S\";s:19:\"css/fontawesome.css\";s:71:\"sha384-31qpW3hduWGiGey9tdI9rBBxiog5pxZbPiAlD6YKIgy0P2V1meprKhvpk+xJDkMw\";s:13:\"css/light.css\";s:71:\"sha384-wD8IB6DSQidXyIWfwBrsFwTaHTQDsgzyeqzhd1jNdBZHvGSa7KRGb6Q5sMlroCyk\";s:15:\"css/regular.css\";s:71:\"sha384-hJbmKHxbgrH79UtKxubo1UTe96bOL4Xfhjaqr0csD1UMPEPbeV+446QAC+IGxY+b\";s:13:\"css/solid.css\";s:71:\"sha384-k8v16DuQ4ZFtRfpTeqTW4tcHIj5tkvUNQm1QiLs90XiToLzyFeV+yxujHjSZ2wim\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-yVUvm1bVSmayKKt0YHPKotNQzlBvgNhEBbQ6U1d38bjpapXMVmE+SLXrpQ9td4Ij\";s:9:\"js/all.js\";s:71:\"sha384-DtPgXIYsUR6lLmJK14ZNUi11aAoezQtw4ut26Zwy9/6QXHH8W3+gjrRDT+lHiiW4\";s:12:\"js/brands.js\";s:71:\"sha384-yIJb2TJeTM04vupX+3lv0Qp9j0Pnk8Qm9UPYlXr3H0ROCHNNLoacpS++HWDabbzi\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8QYlVHotqQzcAVhJny7MO9ZR0hASr6cRCpURV+EobTTAv5wftkn4i+U6UrMqoCis\";s:11:\"js/light.js\";s:71:\"sha384-06sraYAcw8BzUjsPn5z8Qi/QAA2/ZJl5GN3LGtRp7k+tZpu7kw+sRNXDDTU4RkOt\";s:13:\"js/regular.js\";s:71:\"sha384-C6h/8oKUfY6cVuGfFSu9uGIlFkaD1u1j+ByYGFTdFbOpHOHpw39lKxqEpRgLQg6A\";s:11:\"js/solid.js\";s:71:\"sha384-nISI3wKDp2gWn9L91zXOKXZ6JPt2mteGTnaJAMfeNgAoeLKl2AQsWLH69HMmBXHa\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vuyo8HdrwozCl2DhHOJ40ytjEx9FGy0cqu8i5GHeIoSUm6MPgqCXAVoUIsudKfuE\";}}}s:6:\"5.0.10\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg\";s:14:\"css/brands.css\";s:71:\"sha384-KtmfosZaF4BaDBojD9RXBSrq5pNEO79xGiggBxf8tsX+w2dBRpVW5o0BPto2Rb2F\";s:19:\"css/fontawesome.css\";s:71:\"sha384-8WwquHbb2jqa7gKWSoAwbJBV2Q+/rQRss9UXL5wlvXOZfSodONmVnifo/+5xJIWX\";s:15:\"css/regular.css\";s:71:\"sha384-R7FIq3bpFaYzR4ogOiz75MKHyuVK0iHja8gmH1DHlZSq4tT/78gKAa7nl4PJD7GP\";s:13:\"css/solid.css\";s:71:\"sha384-HTDlLIcgXajNzMJv5hiW5s2fwegQng6Hi+fN6t5VAcwO/9qbg2YEANIyKBlqLsiT\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ucawWSvpdgQ67m4VQzI6qBOHIsGRoY2soJtCkkp15b6IaNCLgauWkbKR8SAuiDQ7\";s:9:\"js/all.js\";s:71:\"sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+\";s:12:\"js/brands.js\";s:71:\"sha384-6jhVhr5a+Z1nLr9h+fd7ocMEo847wnGFelCHddaOOACUeZNoQwFXTxh4ysXVam8u\";s:17:\"js/fontawesome.js\";s:71:\"sha384-M2FSA4xMm1G9m4CNXM49UcDHeWcDZNucAlz1WVHxohug0Uw1K+IpUhp/Wjg0y6qG\";s:13:\"js/regular.js\";s:71:\"sha384-JWLWlnwX0pRcCBsI3ZzOEyVDoUmngnFnbXR9VedCc3ko4R3xDG+KTMYmVciWbf4N\";s:11:\"js/solid.js\";s:71:\"sha384-Q7KAHqDd5trmfsv85beYZBsUmw0lsreFBQZfsEhzUtUn5HhpjVzwY0Aq4z8DY9sA\";s:14:\"js/v4-shims.js\";s:71:\"sha384-RLvgmog5EsZMMDnT3uJo6ScffPHTtMbhtV8pcT8kP5UJzlVRU1SP9Hccelk3zYZc\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-KwxQKNj2D0XKEW5O/Y6haRH39PE/xry8SAoLbpbCMraqlX7kUP6KHOnrlrtvuJLR\";s:14:\"css/brands.css\";s:71:\"sha384-cyAsyPMdnj21FGg6BEGfZdZ99a/opKBeFa8z5VoHPsPj+tLRYSxkRlPWnGkCJGyA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HE+OCjOJOPZavEcVffA6E24sIfY2RwV4JRieXa/3N5iCY8vgnTwZemElENQ8ak/K\";s:13:\"css/light.css\";s:71:\"sha384-k/d3hya1Xwx/V3yLAr7/6ibFaFIaN+xeY1eIv42A1Bn2HgfB+/YjLscji1sHLOkb\";s:15:\"css/regular.css\";s:71:\"sha384-D4yOV+i5oKU6w8CiadBDVtSim/UXmlmQfrIdRsuKT3nYhiF/Tb6YLQtyF9l0vqQF\";s:13:\"css/solid.css\";s:71:\"sha384-WjYgBJXUWNFTzFd4wNJuzUZx28GSgjzXrPO4LJrng96HFrI/nLrG1R5NET65v1yR\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-S/uB02cfkgX8kd+j6f3gmw/PPTg8xSiE/w6d8dE852PzHXkGBYLrqpWFse9hInR2\";s:9:\"js/all.js\";s:71:\"sha384-+1nLPoB0gaUktsZJP+ycZectl3GX7wP8Xf2PE/JHrb7X1u7Emm+v7wJMbAcPr8Ge\";s:12:\"js/brands.js\";s:71:\"sha384-OwdVp9K/baqiXthTvRnYzMcsTaqwG19SfDkTRc/GBIhK9eYlWVVBEvLlueA0STAP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-TxXqLyCP6HYGVtr9V1M1rQE7IMbBEZoDdOX+MFeYNbWNwopWKVQM8NyqtU2x+5t2\";s:11:\"js/light.js\";s:71:\"sha384-rv/n2A+UxOzR1qs4wrcOtJ7Ai5Hcn3QQ8tvEkOo5lCvqCD3xwpeO3KZP18JpSXr3\";s:13:\"js/regular.js\";s:71:\"sha384-QNGmoJVI8f07j7N4+DSn4Cdob1PTBJOR6jRGwUwqSPyL2HmvWaBPXuSXOcStGo9D\";s:11:\"js/solid.js\";s:71:\"sha384-m3J/Wb6KcNkFJIpCugSSJITG80sKhEA+16UCFdq1LnpMTOCXwwpeyrE1FmyqoArv\";s:14:\"js/v4-shims.js\";s:71:\"sha384-H+U1wWQdWbEtuQPJ4ZpMl8yWydI6xc/306L/NZkpGY8BGpeSpu39V20x03S3xcMw\";}}}s:6:\"5.0.12\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9\";s:14:\"css/brands.css\";s:71:\"sha384-Pln/erVatVEIIVh7sfyudOXs5oajCSHg7l5e2Me02e3TklmDuKEhQ8resTIwyI+w\";s:19:\"css/fontawesome.css\";s:71:\"sha384-rnr8fdrJ6oj4zli02To2U/e6t1qG8dvJ8yNZZPsKHcU7wFK3MGilejY5R/cUc5kf\";s:15:\"css/regular.css\";s:71:\"sha384-RGDxJbFQcd3/Rei8rYb+3xO3YREd0abxm8WfLkYj7j4HHo5ZVuNUGVx8H8GbpFTQ\";s:13:\"css/solid.css\";s:71:\"sha384-VxweGom9fDoUf7YfLTHgO0r70LVNHP5+Oi8dcR4hbEjS8UnpRtrwTx7LpHq/MWLI\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-N44Xrku5FaDiZLZ8lncIZLh+x9xiqk1r0NTlUJQ5xanSpdORyQHP4Zp2WQJ9GlpJ\";s:9:\"js/all.js\";s:71:\"sha384-Voup2lBiiyZYkRto2XWqbzxHXwzcm4A5RfdfG6466bu5LqjwwrjXCMBQBLMWh7qR\";s:12:\"js/brands.js\";s:71:\"sha384-BPIhZF7kZGuZzBS4SP/oIqzpxWuOUtsPLUTVGpGw+EtB1wKt1hv63jb2OCroS3EX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-6AOxTjzzZLvbTJayrLOYweuPckqh0rrB4Sj+Js8Vzgr85/qm2e0DRqi+rBzyK52J\";s:13:\"js/regular.js\";s:71:\"sha384-6XNKyHeL6pEPXURVNSKQ0lUP80a5FHqN0oFqSSS8Qviyy2u0KmCMJlQ5iLiAAPBg\";s:11:\"js/solid.js\";s:71:\"sha384-652/z7yNdGONCCBu0u5h5uF9voJhBdgruAuIDVheEaQ7O/ZC9wyyV+yZsYb32Wy7\";s:14:\"js/v4-shims.js\";s:71:\"sha384-STc8Gazx86A+NmeBWQTqa5Ob1wGSRQZevexYiUkKdiqZhi5LSZ28XYAvgptHK5HH\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-HX5QvHXoIsrUAY0tE/wG8+Wt1MwvaY28d9Zciqcj6Ob7Tw99tFPo4YUXcZw9l930\";s:14:\"css/brands.css\";s:71:\"sha384-M4owBK0KiG0Vz+G5z/8v8tBb1+w9ts66Z6xKkZEPgBwzISkrcNra4GxZcvJPyaGB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ZDxYpspDwfEsC0ZJDb74i/Rqjb1CnX3a69Dz9vXv4PvvlTEkgMI02TATTRNJoZ06\";s:13:\"css/light.css\";s:71:\"sha384-PWGGmWk9+xVydf1Gzso0ouaikBBKLu4nCY52q+tBUMq5iXmRhpgTuDkjbtxZ1rXT\";s:15:\"css/regular.css\";s:71:\"sha384-tYZB+BP2inzRg01pQhSlW4Tloc0ULXYGiBaf5kSB5Tb3+l84bJy+PKerqziKz3iv\";s:13:\"css/solid.css\";s:71:\"sha384-KY40QRrgoQAM9BPN+gm7JoK30M/P6QqKRCbXUS3uWbPfycyiVeEsPkGNMhcNL3DU\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ubRAMbpAKC+ULwg5mkUQLFReIXq1yeiKIcfV7cYp+rEaeINfEglYX6JOte80PCDk\";s:9:\"js/all.js\";s:71:\"sha384-quzri7saio48xMf3ED3HiI5YaItt68Q+0J3qc9EIfk1jk3QqCJhS24l6CZpUGfEe\";s:12:\"js/brands.js\";s:71:\"sha384-QlvHmHtevrYI4s/vdiK6chTDouw2pRA5av6ZLVtENubkoCgSZz4ZaXVvplQ1FRPs\";s:17:\"js/fontawesome.js\";s:71:\"sha384-CUrLKzrygRugRUPtEJ1u4nV4Ec6GnuDMRDGaxfoFXLI+sraWS6rqGg2Sjfs6BTet\";s:11:\"js/light.js\";s:71:\"sha384-z7YlG414oqy0TO7qY/nGfC8zd1LL8JAX3iNQ3iLybUIziHzaMYqBwUvhizEwV0Fd\";s:13:\"js/regular.js\";s:71:\"sha384-p/qo0lifpToZ0ubNiv1WFzlmYJU+BOenvU+evARCvCqALvbpZuqmZQ207vmYD6QL\";s:11:\"js/solid.js\";s:71:\"sha384-y//1Knkpeyl2S568g2ECqUA4n3MKf+kpj1/sfjUQbR1WtBPONceBHrQVMiAqfjLH\";s:14:\"js/v4-shims.js\";s:71:\"sha384-6+8zJP76v3EziONR2vMd32iSU3qbdicAE8KNp+NWniM6mBmvN80NlY+sbvCO+w7M\";}}}s:6:\"5.0.13\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp\";s:14:\"css/brands.css\";s:71:\"sha384-VGCZwiSnlHXYDojsRqeMn3IVvdzTx5JEuHgqZ3bYLCLUBV8rvihHApoA1Aso2TZA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-GVa9GOgVQgOk+TNYXu7S/InPTfSDTtBalSgkgqQ7sCik56N9ztlkoTr2f/T44oKV\";s:15:\"css/regular.css\";s:71:\"sha384-EWu6DiBz01XlR6XGsVuabDMbDN6RT8cwNoY+3tIH+6pUCfaNldJYJQfQlbEIWLyA\";s:13:\"css/solid.css\";s:71:\"sha384-Rw5qeepMFvJVEZdSo1nDQD5B6wX0m7c5Z/pLNvjkB14W6Yki1hKbSEQaX9ffUbWe\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-LAtyQAMHxrIJzktG06ww5mJ0KQ+uCqQIJFjwj+ceCjUlZ2jkLwJZt1nBGw4KaFEZ\";s:9:\"js/all.js\";s:71:\"sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe\";s:12:\"js/brands.js\";s:71:\"sha384-G/XjSSGjG98ANkPn82CYar6ZFqo7iCeZwVZIbNWhAmvCF2l+9b5S21K4udM7TGNu\";s:17:\"js/fontawesome.js\";s:71:\"sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY\";s:13:\"js/regular.js\";s:71:\"sha384-IJ3h7bJ6KqiB70L7/+fc44fl+nKF5eOFkgM9l/zZii9xs7W2aJrwIlyHZiowN+Du\";s:11:\"js/solid.js\";s:71:\"sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-qqI1UsWtMEdkxgOhFCatSq+JwGYOQW+RSazfcjlyZFNGjfwT/T1iJ26+mp70qvXx\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-oi8o31xSQq8S0RpBcb4FaLB8LJi9AT8oIdmS1QldR8Ui7KUQjNAnDlJjp55Ba8FG\";s:14:\"css/brands.css\";s:71:\"sha384-t3MQUMU0g3tY/0O/50ja6YVaEFYwPpOiPbrHk9p5DmYtkHJU2U1/ujNhYruOJwcj\";s:19:\"css/fontawesome.css\";s:71:\"sha384-LDuQaX4rOgqi4rbWCyWj3XVBlgDzuxGy/E6vWN6U7c25/eSJIwyKhy9WgZCHQWXz\";s:13:\"css/light.css\";s:71:\"sha384-d8NbeymhHpk+ydwT2rk4GxrRuC9pDL/3A6EIedSEYb+LE+KQ5QKgIWTjYwHj/NBs\";s:15:\"css/regular.css\";s:71:\"sha384-HLkkol/uuRVQDnHaAwidOxb1uCbd78FoGV/teF8vONYKRP9oPQcBZKFdi3LYDy/C\";s:13:\"css/solid.css\";s:71:\"sha384-drdlAcijFWubhOfj9OS/gy2Gs34hVhVT90FgJLzrldrLI+7E7lwBxmanEEhKTRTS\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-8YpCivPy+AkMdZ0uAvEP04Gs77AN/6mS5AmZqkCwniP51zSG8rCMaH06OYuC4iXd\";s:9:\"js/all.js\";s:71:\"sha384-d84LGg2pm9KhR4mCAs3N29GQ4OYNy+K+FBHX8WhimHpPm86c839++MDABegrZ3gn\";s:12:\"js/brands.js\";s:71:\"sha384-44Hl7UlQr9JXHFcZOp9qWHk2H1lrsAN/cG3GNgB2JqbciecuJ2/B9sjelOMttzBM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-BUkEHIKZJ0ussRY3zYfFL7R0LpqWmucr9K38zMTJWdGQywTjmzbejVSNIHuNEhug\";s:11:\"js/light.js\";s:71:\"sha384-+iGqamqASU/OvBgGwlIHH6HSEgiluzJvTqcjJy8IN9QG9aUfd0z0pKpTlH7TpU7X\";s:13:\"js/regular.js\";s:71:\"sha384-1bAvs6o5Yb7MMzvTI3oq2qkreCQFDXb6KISLBhrHR+3sJ/mm7ZWfnQVRwScbPEmd\";s:11:\"js/solid.js\";s:71:\"sha384-CucLC75yxFXtBjA/DCHWMS14abAUhf5HmFRdHyKURqqLqi3OrLsyhCyqp83qjiOR\";s:14:\"js/v4-shims.js\";s:71:\"sha384-LDfu/SrM7ecLU6uUcXDDIg59Va/6VIXvEDzOZEiBJCh148mMGba7k3BUFp1fo79X\";}}}s:5:\"5.1.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt\";s:14:\"css/brands.css\";s:71:\"sha384-7xAnn7Zm3QC1jFjVc1A6v/toepoG3JXboQYzbM0jrPzou9OFXm/fY6Z/XiIebl/k\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ozJwkrqb90Oa3ZNb+yKFW2lToAWYdTiF1vt8JiH5ptTGHTGcN7qdoR1F95e0kYyG\";s:15:\"css/regular.css\";s:71:\"sha384-avJt9MoJH2rB4PKRsJRHZv7yiFZn8LrnXuzvmZoD3fh1aL6aM6s0BBcnCvBe6XSD\";s:13:\"css/solid.css\";s:71:\"sha384-TbilV5Lbhlwdyc4RuIV/JhD8NR+BfMrvz4BL5QFa2we1hQu6wvREr3v6XSRfCTRp\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-5aLiCANDiVeIiNfzcW+kXWzWdC6riDYfxLS6ifvejaqYOiEufCh0zVLMkW4nr8iC\";s:16:\"css/v4-shims.css\";s:71:\"sha384-epK5t6ciulYxBQbRDZyYJFVuWey/zPlkBIbv6UujFdGiIwQCeWOyv5PVp2UQXbr2\";s:9:\"js/all.js\";s:71:\"sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9\";s:12:\"js/brands.js\";s:71:\"sha384-ZqDZAkGUHrXxm3bvcTCmQWz4lt7QGLxzlqauKOyLwg8U0wYcYPDIIVTbZZXjbfsM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-juNb2Ils/YfoXkciRFz//Bi34FN+KKL2AN4R/COdBOMD9/sV/UsxI6++NqifNitM\";s:13:\"js/regular.js\";s:71:\"sha384-Y+AVd32cSTAMpwehrH10RiRmA28kvu879VbHTG58mUFhd+Uxl/bkAXsgcIesWn3a\";s:11:\"js/solid.js\";s:71:\"sha384-Z7p3uC4xXkxbK7/4keZjny0hTCWPXWfXl/mJ36+pW7ffAGnXzO7P+iCZ0mZv5Zt0\";s:14:\"js/v4-shims.js\";s:71:\"sha384-3qT9zZfeo1gcy2NmVv5dAhtOYkj91cMLXRkasOiRB/v+EU3G+LZUyk5uqZQdIPsV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-87DrmpqHRiY8hPLIr7ByqhPIywuSsjuQAfMXAE0sMUpY3BM7nXjf+mLIUSvhDArs\";s:14:\"css/brands.css\";s:71:\"sha384-C1HxUFJBptCeaMsYCbPUw8fdL2Cblu3mJZilxrfujE+7QLr8BfuzBl5rPLNM61F6\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PnWzJku7hTqk2JREATthkLpYeVVGcBbXG5yEzk7hD2HIr/VxffIDfNSR7p7u4HUy\";s:13:\"css/light.css\";s:71:\"sha384-ANTAgj8tbw0vj4HgQ4HsB886G2pH15LXbruHPCBcUcaPAtn66UMxh8HQcb1cH141\";s:15:\"css/regular.css\";s:71:\"sha384-6kuJOVhnZHzJdVIZJcWiMZVi/JwinbqLbVxIbR73nNqXnYJDQ5TGtf+3XyASO4Am\";s:13:\"css/solid.css\";s:71:\"sha384-rvfDcG9KDoxdTesRF/nZ/sj8CdQU+hy6JbNMwxUTqpoI2LaPK8ASQk6E4bgabrox\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-/h6SKuA/ysT91EgYEGm9B6Z6zlaxuvKeW/JB7FWdGwCFalafxmGzJE2a63hS1BLm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-2RBBYH6GaI11IJzJ6V1eL7kXXON+epoQIt+HqpzQdBrtyT7gNwKPDxo2roxUbtW9\";s:9:\"js/all.js\";s:71:\"sha384-E5SpgaZcbSJx0Iabb3Jr2AfTRiFnrdOw1mhO19DzzrT9L+wCpDyHUG2q07aQdO6E\";s:12:\"js/brands.js\";s:71:\"sha384-QPbiRUBnwCr8JYNjjm7CB0QP9h4MLvWUZhsChFX6dLzRkY22/nAxVYqa5nUTd6PL\";s:17:\"js/fontawesome.js\";s:71:\"sha384-ckjcH5WkBMAwWPjTJiy7K2LaLp37yyCVKAs3DKjhPdo0lRCDIScolBzRsuaSu+bQ\";s:11:\"js/light.js\";s:71:\"sha384-77i21WTcIcnSPKxwR794RLUQitpNqm6K3Fxsjx8hgoc3ZZbPJu5orgvU/7xS3EFq\";s:13:\"js/regular.js\";s:71:\"sha384-S21AhcbZ5SXPXH+MH7JuToqmKYXviahLaD1s9yApRbu1JDiMjPBGQIw/3PCHKUio\";s:11:\"js/solid.js\";s:71:\"sha384-q6QALO/4RSDjqnloeDcGnkB0JdK3MykIi6dUW5YD66JHE3JFf8rwtV5AQdYHdE0X\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9gfBAY6DS3wT0yuvYN1aaA1Q9R0fYQHliQWLChuYDWJJ0wQJpoNZrzlcqd4+qqny\";}}}s:5:\"5.1.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ\";s:14:\"css/brands.css\";s:71:\"sha384-SYNjKRRe+vDW0KSn/LrkhG++hqCLJg9ev1jIh8CHKuEA132pgAz+WofmKAhPpTR7\";s:19:\"css/fontawesome.css\";s:71:\"sha384-0b7ERybvrT5RZyD80ojw6KNKz6nIAlgOKXIcJ0CV7A6Iia8yt2y1bBfLBOwoc9fQ\";s:15:\"css/regular.css\";s:71:\"sha384-QNorH84/Id/CMkUkiFb5yTU3E/qqapnCVt6k5xh1PFIJ9hJ8VfovwwH/eMLQTjGS\";s:13:\"css/solid.css\";s:71:\"sha384-S2gVFTIn1tJ/Plf+40+RRAxBCiBU5oAMFUJxTXT3vOlxtXm7MGjVj62mDpbujs4C\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-EH3TEAKYd7R0QbCS4OFuYoEpaXITVg5c/gdZ/beEaAbRjMGVuVLLFjiIKOneCzGZ\";s:16:\"css/v4-shims.css\";s:71:\"sha384-LCsPWAjCFLDeFHB5Y0SBIOqgC5othK8pIZiJAdbJDiN10B2HXEm1mFNHtED8cViz\";s:9:\"js/all.js\";s:71:\"sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a\";s:12:\"js/brands.js\";s:71:\"sha384-0inRy4HkP0hJ038ZyfQ4vLl+F4POKbqnaUB6ewmU4dWP0ki8Q27A0VFiVRIpscvL\";s:17:\"js/fontawesome.js\";s:71:\"sha384-NY6PHjYLP2f+gL3uaVfqUZImmw71ArL9+Roi9o+I4+RBqArA2CfW1sJ1wkABFfPe\";s:13:\"js/regular.js\";s:71:\"sha384-sAzYCvbTTKFOxT4VHu+ZjHRMXjvfjT6TAqOng28g4jba88Peg5+hkoVIqQKGjmj1\";s:11:\"js/solid.js\";s:71:\"sha384-GXi56ipjsBwAe6v5X4xSrVNXGOmpdJYZEEh/0/GqJ3JTHsfDsF8v0YQvZCJYAiGu\";s:14:\"js/v4-shims.js\";s:71:\"sha384-T69Lzd4bE7W8/vVrxvfsx45/AAKf6QmKEg5zSl0v9aZwo/pTKseq81mxdpARTQpx\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-xyMU7RufUdPGVOZRrc2z2nRWVWBONzqa0NFctWglHmt5q5ukL22+lvHAqhqsIm3h\";s:14:\"css/brands.css\";s:71:\"sha384-E5dVkWQIVhVPtBz/KK2TS7EM9l1+5XiWFPX7l3+5ayHPwDguGsHqof3GQbk55AS3\";s:19:\"css/fontawesome.css\";s:71:\"sha384-bHoj6f1b1CQ6zapOREeYBO/JnDjeV1fLuKn3KHnbqAAnkLva11KY3m8YyKPVXYLF\";s:13:\"css/light.css\";s:71:\"sha384-EGKQAl6ZrGi/zGxZ4ykVhc/A3tFVeBiLnneETILtcxQnZpo7ejmb4BkNa3zSgo4K\";s:15:\"css/regular.css\";s:71:\"sha384-AKIrAHbICIQF+NEqtykrcdzMjExDiKLa9hOyUVsr4PlHtktH7xaD10vO98UnPjuE\";s:13:\"css/solid.css\";s:71:\"sha384-Ux3tEr1RmnxCht2XbPkWWBuotwMVXKOe0PkWN/nmiD5CSV6Tyjl+Kr0J0iX1yd0q\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-++BmJ9x4V05AhCNnLr/RjPTY4BAFuhZsESUqH5hiwZspBvy7F+DRGvSH8tGHw9P/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TUicmScQcYANFcc4OQKEX6V1Zek9o9t+dwW/2tZoXmSigBk9JqfHxZZFlSo+0oRl\";s:9:\"js/all.js\";s:71:\"sha384-cHcg4nvWPIGArJhEgL2F5e09Cn1GyPQpNYKbPatFCpDefCbezZjPA3PhLozKTZnv\";s:12:\"js/brands.js\";s:71:\"sha384-KCMfKsP/3VgeibBQRMu4bT+9041Hi2v9PIz9FLOPJBEvxCBklc4o7tRwwQu4FWsT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EWJRWU7LQt+ri8YtDjTr8adATyP7y8DwlpE8zruoUC4nHNjtWZMU+iPYK+tFaV3U\";s:11:\"js/light.js\";s:71:\"sha384-0rp6k6cJIuLV1ORowDSSKr4VbEqb664PQUWdBvhJyt6IfkshVb0r6UlOkX6yVdaI\";s:13:\"js/regular.js\";s:71:\"sha384-Mw6yr+W+X+ckaAUbsPUb2BcU3Af9aSjmPMIlMr2iplN0VQIpscDWy/VwY5w0sz9w\";s:11:\"js/solid.js\";s:71:\"sha384-PyvJtlnGBA/R+hfVbHbnzfeT8G/iTORqPhR5WKGTQXlfmLe5bV+d64NECHG4sIMa\";s:14:\"js/v4-shims.js\";s:71:\"sha384-rJQjFeDWQReL3KmIeV81jB594CgKx/MmXyAgiuu88Jo253P+PSMgWzivZQtR6N6J\";}}}s:5:\"5.2.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ\";s:14:\"css/brands.css\";s:71:\"sha384-nT8r1Kzllf71iZl81CdFzObMsaLOhqBU1JD2+XoAALbdtWaXDOlWOZTR4v1ktjPE\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6\";s:15:\"css/regular.css\";s:71:\"sha384-zkhEzh7td0PG30vxQk1D9liRKeizzot4eqkJ8gB3/I+mZ1rjgQk+BSt2F6rT2c+I\";s:13:\"css/solid.css\";s:71:\"sha384-wnAC7ln+XN0UKdcPvJvtqIH3jOjs9pnKnq9qX68ImXvOGz2JuFoEiCjT8jyZQX2z\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-jKeGgxY7zPT61fNXg6OMRDu8vsxOPRLMlgAIUHo1KVag4lyu5B03KsDLYOTMM4ld\";s:16:\"css/v4-shims.css\";s:71:\"sha384-W14o25dsDf2S/y9FS68rJKUyCoBGkLwr8owWTSTTHj4LOoHdrgSxw1cmNQMULiRb\";s:9:\"js/all.js\";s:71:\"sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy\";s:12:\"js/brands.js\";s:71:\"sha384-4BRtleJgTYsMKIVuV1Z7lNE29r4MxwKR7u88TWG2GaXsmSljIykt/YDbmKndKGID\";s:17:\"js/fontawesome.js\";s:71:\"sha384-QcnrgQuRmocjIBY6ByWMmDvUg3HO4MSdVjY7ynJwZfvTDhVPPQOUI9TRzc6/7ZO1\";s:13:\"js/regular.js\";s:71:\"sha384-YdSTwqfKxyP06Jj3UzTeumv8M+Pme60+KND4oF+5r5VeUCvdkw7NhSzFYWbe00ba\";s:11:\"js/solid.js\";s:71:\"sha384-YmNA3b9AQuWW8KZguYfqJa/YhKNTwGVD5pQc1cN0ZAVRudFFtR17HR7rooNcVXe4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-rn4uxZDX7xwNq5bkqSbpSQ3s4tK9evZrXAO1Gv9WTZK4p1+NFsJvOQmkos19ebn2\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-TXfwrfuHVznxCssTxWoPZjhcss/hp38gEOH8UPZG/JcXonvBQ6SlsIF49wUzsGno\";s:14:\"css/brands.css\";s:71:\"sha384-Ei2oxwH0wpwmp7KPdhYnajC5fWDdMENOjDw9OfzWvcFcOGn0Egy+L5AAculaqBbD\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4eP+1rYQmuI3hxrmyE+GT/EIiNbF4R85ciN3jMpmIh+bU5Hz2IU7AdcVe+JS+AJz\";s:13:\"css/light.css\";s:71:\"sha384-pcDR01P1wNxsYZiEYdROCAYhU2u8VHOctLrYRonRFtkf/TGEQFWt0rqFbPGWlyn4\";s:15:\"css/regular.css\";s:71:\"sha384-g3XsWx0Sqi7JIjLKVnwUxEvqrxTMQPIf3PN+vTdWY2AhduP/rnj0rw89v0nbD4Ro\";s:13:\"css/solid.css\";s:71:\"sha384-B/E/KxBX31kY/5sew+X4c8e6ErosbqOOsA3t4k6VVmx8Hrz//v0tEUtXmUVx9X6Q\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-O6mvz45yC1vfdu/EgUxAoSGrP+sFtepMtj7eOQIW1G3WT9Sj5djActZC0hd/F42D\";s:16:\"css/v4-shims.css\";s:71:\"sha384-2QRS8Mv2zxkE2FAZ5/vfIJ7i0j+oF15LolHAhqFp9Tm4fQ2FEOzgPj4w/mWOTdnC\";s:9:\"js/all.js\";s:71:\"sha384-yBZ34R8uZDBb7pIwm+whKmsCiRDZXCW1vPPn/3Gz0xm4E95frfRNrOmAUfGbSGqN\";s:12:\"js/brands.js\";s:71:\"sha384-eg9wHuvEPj6+GlGomBRaMHLF0QfCnjdASWDKd84DMeM9phhyDaPFou/nHJBt0bz+\";s:17:\"js/fontawesome.js\";s:71:\"sha384-FQUuiJxt9F0hPc9IP3M5ndmqK53iBCGcy4ZSx8QirhYOIs8l7x+e1/zdswyZEigi\";s:11:\"js/light.js\";s:71:\"sha384-glAz6mCeiwAe/kHHHG/OvhrjA4+AH55ZfH8fwYp48YCY61POwUmOrH/oYOaF2Ujy\";s:13:\"js/regular.js\";s:71:\"sha384-8hKZY21U4J3r9N0GFl+24YnDkbRhs8y/nXT6BaZ+sOJDNmz+1DhFawE9UYL37XzB\";s:11:\"js/solid.js\";s:71:\"sha384-1j3ph9Rf+Aaz6rrizz6cdFxU9ZbUyvkbiwQ5+T/BY4I5mk37vUpTA8S9ZZOlfdWu\";s:14:\"js/v4-shims.js\";s:71:\"sha384-aoMjEUBUPf5GpXx1WJUeTZ/gBmGqQB1u8uUc2J5LW2xnQtJKkGulESZ+rkoj182s\";}}}s:5:\"5.3.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\";s:14:\"css/brands.css\";s:71:\"sha384-rf1bqOAj3+pw6NqYrtaE1/4Se2NBwkIfeYbsFdtiR6TQz0acWiwJbv1IM/Nt/ite\";s:19:\"css/fontawesome.css\";s:71:\"sha384-1rquJLNOM3ijoueaaeS5m+McXPJCGdr5HcA03/VHXxcp2kX2sUrQDmFc3jR5i/C7\";s:15:\"css/regular.css\";s:71:\"sha384-ZlNfXjxAqKFWCwMwQFGhmMh3i89dWDnaFU2/VZg9CvsMGA7hXHQsPIqS+JIAmgEq\";s:13:\"css/solid.css\";s:71:\"sha384-VGP9aw4WtGH/uPAOseYxZ+Vz/vaTb1ehm1bwx92Fm8dTrE+3boLfF1SpAtB1z7HW\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-4K9ulTwOtsXr+7hczR7fImKfUZY5THwqvfxwPx1VUCEOt4qssi2Vm+kHY7NJQPoy\";s:16:\"css/v4-shims.css\";s:71:\"sha384-lmquXrF9qn7mMo6iRQ662vN44vTTVUBpcdtDFWPxD9uFPqC/aMn6pcQrTTupiv1A\";s:9:\"js/all.js\";s:71:\"sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB\";s:12:\"js/brands.js\";s:71:\"sha384-2vdvXGQdnt+ze3ylY5ESeZ9TOxwxlOsldUzQBwtjvRpen1FwDT767SqyVbYrltjb\";s:17:\"js/fontawesome.js\";s:71:\"sha384-2OfHGv4zQZxcNK+oL8TR9pA+ADXtUODqGpIRy1zOgioC4X3+2vbOAp5Qv7uHM4Z8\";s:13:\"js/regular.js\";s:71:\"sha384-sqmLTIuB+bQgkyOcdJ/hAvXl51Z7qqdK/lcH/rt6sdvDKFincQWI+fVgcDZM6NMz\";s:11:\"js/solid.js\";s:71:\"sha384-GJiigN/ef2B3HMj0haY+eMmG4EIIrhWgGJ2Rv0IaWnNdWdbWPr1sRLkGz7xfjOFw\";s:14:\"js/v4-shims.js\";s:71:\"sha384-DtdEw3/pBQuSag11V3is/UZMjGkGMLDRBgk1UVAOvH6cYoqKjBmCEhePm13skjRV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-9ralMzdK1QYsk4yBY680hmsb4/hJ98xK3w0TIaJ3ll4POWpWUYaA2bRjGGujGT8w\";s:14:\"css/brands.css\";s:71:\"sha384-AOiME8p6xSUbTO/93cbYmpOihKrqxrLjvkT2lOpIov+udKmjXXXFLfpKeqwTjNTC\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Yz2UJoJEWBkb0TBzOd2kozX5/G4+z5WzWMMZz1Np2vwnFjF5FypnmBUBPH2gUa1F\";s:13:\"css/light.css\";s:71:\"sha384-9QuzjQIM/Un6pY9bKVJGLW8PauASO8Mf9y3QcsHhfZSXNyXGoXt/POh3VLeiv4mw\";s:15:\"css/regular.css\";s:71:\"sha384-pofSFWh/aTwxUvfNhg+LRpOXIFViguTD++4CNlmwgXOrQZj1EOJewBT+DmUVeyJN\";s:13:\"css/solid.css\";s:71:\"sha384-wJu5pIbEyJzi+kRgVKVQkPNKI104yNC+IAyK7XXEVGgPGe+LTEERIkpSZbc/wrOx\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Hmg9TonawJaGH8ayFFnEBwvkx61BYLPAOV7b/YDGQEVIs1jh9pWQigAavMuD+Vc/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1YFoQoO5Em1oxLErpWpJuswiqPFVHl8HLDUaLjJGJH8+Nra/Y1D6uOZkEgfH5OZf\";s:9:\"js/all.js\";s:71:\"sha384-eAVkiER0fL/ySiqS7dXu8TLpoR8d9KRzIYtG0Tz7pi24qgQIIupp0fn2XA1H90fP\";s:12:\"js/brands.js\";s:71:\"sha384-am5AyalpQCEfbKe6FYiGZc2vX080nrcueZmrbkljxLdQDJ5q5Vu9QDROD/QefEp1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-u3o36ga3mMU6/lK/zdiER4h7pPtAK7wBuN0DrZPH22v01RZL8bKZkULIjxcx2/X/\";s:11:\"js/light.js\";s:71:\"sha384-2R0W5LA7dXp3ze/WhvjXlUcDaHRhtGlKYxN9QMhGDdjmj2EI1bub5ysSwofJwGfI\";s:13:\"js/regular.js\";s:71:\"sha384-EbI+OvKb7noKOfu8MSi/vCbi0KWlM61MjHDmRk4/vwJkPsMIRcJggYLDGWv7VeYY\";s:11:\"js/solid.js\";s:71:\"sha384-U4vTrZsQ4ooEtzL162EZfTtCiJNTXOwGDBzV91//DI5L/h48ibzHBiHJmPLpx2hO\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8e1r0+5VTqCqkg/9vG+cnipytzBkEh9fpESgVwBZAizMkWRfiaTkdhgdnhLGwuPd\";}}}s:5:\"5.4.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz\";s:14:\"css/brands.css\";s:71:\"sha384-Px1uYmw7+bCkOsNAiAV5nxGKJ0Ixn5nChyW8lCK1Li1ic9nbO5pC/iXaq27X5ENt\";s:19:\"css/fontawesome.css\";s:71:\"sha384-BzCy2fixOYd0HObpx3GMefNqdbA7Qjcc91RgYeDjrHTIEXqiF00jKvgQG0+zY/7I\";s:15:\"css/regular.css\";s:71:\"sha384-4e3mPOi7K1/4SAx8aMeZqaZ1Pm4l73ZnRRquHFWzPh2Pa4PMAgZm8/WNh6ydcygU\";s:13:\"css/solid.css\";s:71:\"sha384-osqezT+30O6N/vsMqwW8Ch6wKlMofqueuia2H7fePy42uC05rm1G+BUPSd2iBSJL\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-2MWWLQq91kFwloAny7gkgoeV33bD/cE3A9ZbB2rCN/YAAR/VEHVoDq6vRJJYTaxM\";s:16:\"css/v4-shims.css\";s:71:\"sha384-YIDcSvDDaIskj/WDlWwjrNdK194YAGWc1CScdo2tXl3IQVS1zS07xQaoAFlXCf1P\";s:9:\"js/all.js\";s:71:\"sha384-L469/ELG4Bg9sDQbl0hvjMq8pOcqFgkSpwhwnslzvVVGpDjYJ6wJJyYjvG3u8XW7\";s:12:\"js/brands.js\";s:71:\"sha384-lc/yFuYW3B0EW9B2QSpod2KeBxq6/ZizGwAW6mRLUe3kKUVlSBfDIVZKwKIz/DBg\";s:17:\"js/fontawesome.js\";s:71:\"sha384-ISRc+776vRkDOTSbmnyoZFmwHy7hw2UR3KJpb4YtcfOyqUqhLGou8j5YmYnvQQJ4\";s:13:\"js/regular.js\";s:71:\"sha384-SQqzt64aAzh3UJ9XghcA//GE8+NxAIRcuCrrekyDokXP6Bbt/FYAFlV6VSPrZKwH\";s:11:\"js/solid.js\";s:71:\"sha384-agDKwSYPuGlC0wD14lKXXwb94jlUkbkoSugquwmKRKWv/nDXe1kApDS/gqUlRQmZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-/s2EnwEz7C3ziRundAGzeOAoGYffu84oY4SOHjhI/2Wqk3Z0usUm9bjdduzhZ9+z\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-POYwD7xcktv3gUeZO5s/9nUbRJG/WOmV6jfEGikMJu77LGYO8Rfs2X7URG822aum\";s:14:\"css/brands.css\";s:71:\"sha384-rmUpvtaCngUop5CYz7WL1LnqkMweXskxP+1AXmkuMSbImsUuy82bUYS4A8Syd3Pf\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PPeKwWhk5XZBVVq089DuhGmjaEVB1r+jdmx6jZrqzlef8ojhZXG+E/D6SP7uO1dk\";s:13:\"css/light.css\";s:71:\"sha384-DZAoxBcs4G15aUXLX4vKbO53ye8L8AB/zg07HOVhIMVclhx8rdWye0AJSQl51ehV\";s:15:\"css/regular.css\";s:71:\"sha384-xKPOvJDwdb/n5w2kh6cxds98Ae2d5N63xkIydEdoYeA2bxIKUmmyU9lZ9j58mLYS\";s:13:\"css/solid.css\";s:71:\"sha384-oT4lQmwnKx98HRnFgaGvgCdjtKOjep9CjfMdAOPtJU8Vy6NY3X34GfqL0H43ydJn\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-j2EtHJUHBAZF9vkmX0TSA/QqYMf0Npp9P2leJGZFDbLHbcI62HH8w7FRcUMNf8Q2\";s:16:\"css/v4-shims.css\";s:71:\"sha384-aaXKvb/d7l2hTm3ZDWCy5v4ct5zXIslt+70K4xalZPLu3ifrkYcG61m4u+DIQGEk\";s:9:\"js/all.js\";s:71:\"sha384-0+tugznPwCEvPiypW+OwmFjAQvRKlgI0ZZZW3nofNlLMmbYXbmNvfX/9up9XQSRs\";s:12:\"js/brands.js\";s:71:\"sha384-ShBqjf9lFG58e2NmhnbVlhAOPCWdzkPbBmAEcQ37Liu3TwOYxIizS7J1P3rRLJHm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8vKKeD0uIV/HXM5ym3RGB4O7rZ43fCdpiXqP047w7sEE3igcK0Y1U9ApEArcRBDJ\";s:11:\"js/light.js\";s:71:\"sha384-jlaccvPpizUbHU/8pYAsDEwhhBae8MUcYqHHsKkjFcFsEp3Y6LrVXh0GA84aAkTg\";s:13:\"js/regular.js\";s:71:\"sha384-MB7Bz/7e8sBWnZgblSLUfFOOi+V1PIkRG/Ex1NMeu0CovaXCzHyCMwAwOF+FAo1s\";s:11:\"js/solid.js\";s:71:\"sha384-KlTWIsOnBg7LJobQmLsv5fQ1qbx73K+o8/xhoUDoIba13SxF4bT5W2WgV3d8mZIw\";s:14:\"js/v4-shims.js\";s:71:\"sha384-e+EZ4XUeGXVd0FDmP/mFu7FFe+qVX738ayOS2AErNIPSLz5oZ3OgVa9zEyCds3HP\";}}}s:5:\"5.4.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns\";s:14:\"css/brands.css\";s:71:\"sha384-BCEeiNUiLzxxoeYaIu7jJqq0aVVz2O2Ig4WbWEmRQ2Dx/AAxNV1wMDBXyyrxw1Zd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HU5rcgG/yUrsDGWsVACclYdzdCcn5yU8V/3V84zSrPDHwZEdjykadlgI6RHrxGrJ\";s:15:\"css/regular.css\";s:71:\"sha384-OEIzojYBMrmz48aIjVQj7VG38613/sxpP58OW9h5zBYC7biGFlv9tyu5kWmaAYlF\";s:13:\"css/solid.css\";s:71:\"sha384-uKQOWcYZKOuKmpYpvT0xCFAs/wE157X5Ua3H5onoRAOCNkJAMX/6QF0iXGGQV9cP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+moUZLBX5mmeUnjaImkzlTo5cXyQWAvzbqQapNFd7+dGIaap0koo0rtfe8lHD38R\";s:16:\"css/v4-shims.css\";s:71:\"sha384-SlbnWxwEHTVYxDLrpIRrG2BpsTpWALbJ6Tx5Fq+XNHRBL7xI6xwhVpuUGrrbLBXe\";s:9:\"js/all.js\";s:71:\"sha384-wp96dIgDl5BLlOXb4VMinXPNiB32VYBSoXOoiARzSTXY+tsK8yDTYfvdTyqzdGGN\";s:12:\"js/brands.js\";s:71:\"sha384-i1RNpxOOEnRm63Ii3TuV0aM8bJ+6Pv6XHpRSJbN7QlIzZIsl7m36R0GhOTTGN3F9\";s:17:\"js/fontawesome.js\";s:71:\"sha384-n1qPouQQJ9VNZnZeNZWSDiclpIOJwZBS2bkD6rEX+DTmMXTKXBVCZw2cGbU/I17z\";s:13:\"js/regular.js\";s:71:\"sha384-Uj7q9rRb3eJNp0j1kXwOBgEWDGbAiJ7Dcuz4hLRQdtza6pawbo/Bmwgr58THzHyR\";s:11:\"js/solid.js\";s:71:\"sha384-OQNCj138epg9A13jaL9L/d5vMlK2jyPL4aOgi37KYt07aZARbv/eFGp/wnrCxkW5\";s:14:\"js/v4-shims.js\";s:71:\"sha384-fzYnAZZYxpOQTjc3Y1eP04DGdMLAy+PeiZ8+ICh4FDLkJR/NJiAgKgK2vEpGx3au\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-zhaLg9HKxTxDljOPXpWHGn91XMDH+sYAWRSgvzHes290/ISyrNicGrd6BInTnx3L\";s:14:\"css/brands.css\";s:71:\"sha384-RjTk1OTKX8K8S4QfwhFOfbNSbQxLFgN6jqDw05QuBDDEbc/x6xlPtkPSO4vA1TtI\";s:19:\"css/fontawesome.css\";s:71:\"sha384-XkH+Vmez3OoFo52K+SkBE61xZ7vKh9tF35gL9Yf8rD3RtKUqIQGoTJTsLdR5u8rt\";s:13:\"css/light.css\";s:71:\"sha384-n0uyPlhqrQyWPPzm6+B9xDeZKCD81RgGRsTO7PQt3McgMXSR9zjhGaD5cXHwk+D8\";s:15:\"css/regular.css\";s:71:\"sha384-+OdrK32QtByk1ipA7b4+uLddrcWs2bx3nn37Dl5h98PW1AYKIrRZKveBl6AcpgcD\";s:13:\"css/solid.css\";s:71:\"sha384-SYCdBxlsgGngJi9eiKt5Tk6UtOJs1Jq5eU3yZDZ+hOe0GKk/obXhHy50IYVVdJro\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3f24zIRoR/ma/cnROK52rTVZpgCXKQ92/89RDq7GO7/9IxIl3VQV/tF6ecGgvUs8\";s:16:\"css/v4-shims.css\";s:71:\"sha384-ah4vMGE5UgKcCIB90FZl8BOcusXAVTm070n1UuOrNQA9QwkgnhqASrop/Oblr6wY\";s:9:\"js/all.js\";s:71:\"sha384-+lZy0zDh4RS9ZG6+Od6x6irKqoBH4NSy0m7IW8UGbzGZ/rupt9Cd9NdEb5S7+V9w\";s:12:\"js/brands.js\";s:71:\"sha384-LVdS6BqWBV1V0OyGzWK0HrGN4uDZbpO6hja1oVh86MhthieoER2crgKS/KsaiN8E\";s:17:\"js/fontawesome.js\";s:71:\"sha384-zMrS036pMtJ0Ukzo5x2YiTrYDGDaoeO8Yd0IHhI/PaEnfrY/nMHqvKME8C7dHhUE\";s:11:\"js/light.js\";s:71:\"sha384-hOiC7FL4572/E3aEEeWM6dF3ch/qFz59R91pAJqjYEKHBXN5u7e2oAYAgeSGF1VB\";s:13:\"js/regular.js\";s:71:\"sha384-f1yYCENdJ+9NE5J2T8weglyMCtTqRJOeGP9qaLwO43aYY0PVeuAfmsGgTegByFW6\";s:11:\"js/solid.js\";s:71:\"sha384-XlRgTEYU6HJ02+ZCuXW2/CgjnpV2+8FuQPTJSJ/+ZCQS5ZXRfIS5FHDRhMvOL++d\";s:14:\"js/v4-shims.js\";s:71:\"sha384-6TX+vqRZyQq+vB25wCb101/vY510EN37QZgs5f1dfG1+QYuIoQGdFFV8sx8W36AL\";}}}s:5:\"5.5.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU\";s:14:\"css/brands.css\";s:71:\"sha384-QT2Z8ljl3UupqMtQNmPyhSPO/d5qbrzWmFxJqmY7tqoTuT2YrQLEqzvVOP2cT5XW\";s:19:\"css/fontawesome.css\";s:71:\"sha384-u5J7JghGz0qUrmEsWzBQkfvc8nK3fUT7DCaQzNQ+q4oEXhGSx+P2OqjWsfIRB8QT\";s:15:\"css/regular.css\";s:71:\"sha384-z3ccjLyn+akM2DtvRQCXJwvT5bGZsspS4uptQKNXNg778nyzvdMqiGcqHVGiAUyY\";s:13:\"css/solid.css\";s:71:\"sha384-rdyFrfAIC05c5ph7BKz3l5NG5yEottvO/DQ0dCrwD8gzeQDjYBHNr1ucUpQuljos\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-NKdowA6EzI4CWz/dLjoC7dhVj+KczesQbwkbt6y3aRTi1JPZBy2uOocsmHmYvkux\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TTjEZR8VsD+LjNa98drkrTRYhdUEaS3gAGE7PGnx2qkePR3fZtnVNoAfxPNyf+IQ\";s:9:\"js/all.js\";s:71:\"sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0\";s:12:\"js/brands.js\";s:71:\"sha384-S2C955KPLo8/zc2J7kJTG38hvFV+SnzXM6hwfEUhGHw5wPo6uXbnbjSJgw3clO4G\";s:17:\"js/fontawesome.js\";s:71:\"sha384-bNOdVeWbABef8Lh4uZ8c3lJXVlHdf8W5hh1OpJ4dGyqIEhMmcnJrosjQ36Kniaqm\";s:13:\"js/regular.js\";s:71:\"sha384-XrvTJeiQ46fxxPrZP6fay5yejA2FV4G1XsS8E4Piz6Fz+7FaEFTw7A7GR972irVV\";s:11:\"js/solid.js\";s:71:\"sha384-Xgf/DMe1667bioB9X1UM5QX+EG6FolMT4K7G+6rqNZBSONbmPh/qZ62nBPfTx+xG\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vBDTb50BKnwbvJZ5ZC5dsGJNQydTI7ZoAjCeJkdta6nSewwGXCnppKI5lrIQX4Qu\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-j8y0ITrvFafF4EkV1mPW0BKm6dp3c+J9Fky22Man50Ofxo2wNe5pT1oZejDH9/Dt\";s:14:\"css/brands.css\";s:71:\"sha384-t0iPfoyIjBoVR2Kw/65HArpRWQy0/xKBUmdEVTs5VYBb/yiPZxMY6egc9MROr/Og\";s:19:\"css/fontawesome.css\";s:71:\"sha384-srL3Qh9R/n855m4o5fegS//B2q0R1md7z6ndDYaPj8iEp0j0IuKdFVWMY0JosKPF\";s:13:\"css/light.css\";s:71:\"sha384-33RmjeesW9BZ4wR2Gm3n4iBXOvGTto4znqL2kZleiRanWDxM59IHIq5RsbRioqxb\";s:15:\"css/regular.css\";s:71:\"sha384-UPs+YiUhgn0/I0swkJmk3PSj3SWmzDrM+S0S09xLI/UUmHBU7ivRHryI3uVL6H+m\";s:13:\"css/solid.css\";s:71:\"sha384-YIyAArzQv8q6Av1kr9cwxHhFcfNBUaolJindR2XO8E3OLp6z3d8My3oWLd33ET7M\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-a2sfkqnB9p/zq6OT4QhuD80qQZ70fGDmo4JUNqP5E7NIICvgRNPjIBkQE/Qcl3SN\";s:16:\"css/v4-shims.css\";s:71:\"sha384-SNyDPad7e8WM4Nu7W/f1x3qsDrLxMCvXurQfwNdp418WWmkkTQuPBGYDZA6rSg0X\";s:9:\"js/all.js\";s:71:\"sha384-3yBLeJ4waqGSAf4A8pjZ13UF7GuhgbdKnBQvIp/TkWoXtQbtwjlIPNjkDRJ46UCn\";s:12:\"js/brands.js\";s:71:\"sha384-oMyy7aPCmlH4ZGEaKHW+zAoaKDWIFh6iqJ53lusMpn+Kp8SN5nJ2kzkP1qd0+icb\";s:17:\"js/fontawesome.js\";s:71:\"sha384-oPma1F1txBbqTG+1O7BEx0A/qFtD+R661ULJLmI9RDQ0PfbRP1tQU3vBIBbJIAxL\";s:11:\"js/light.js\";s:71:\"sha384-SVEn5VmGP1fxV9V5TOZOTwL9dCg50Yb0Xn4fbV9Ic/kp8we6kv4zPVcs9seU0675\";s:13:\"js/regular.js\";s:71:\"sha384-gbY/GPDSEaMQ9cjqWLbLcaxUCtCeExO9oUEZLrOQHfFLoV5ouwIrqF6mGnjyIOc2\";s:11:\"js/solid.js\";s:71:\"sha384-VxezC2Q+YoC+yUILib+HlmOsFiqNzYtQIXsHYY6ST7QZVfgBNs2giKE97ijGMgUH\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8sPM0eSaqmdF9ruedfsxEZfxVcIp0cwhosrBhWl/Q4t1eQSMXl6tYenNe87MraQ6\";}}}s:5:\"5.6.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h\";s:14:\"css/brands.css\";s:71:\"sha384-oT8S/zsbHtHRVSs2Weo00ensyC4I8kyMsMhqTD4XrWxyi8NHHxnS0Hy+QEtgeKUE\";s:19:\"css/fontawesome.css\";s:71:\"sha384-J4287OME5B0yzlP80TtfccOBwJJt6xiO2KS14V7z0mVCRwpz+71z7lwP4yoFbTnD\";s:15:\"css/regular.css\";s:71:\"sha384-yWI8JeRmJFie/rrEn4skBd/XXXfUWuc7wAhaj9q71PzjdYD3JslHSEU7BXCCcVyP\";s:13:\"css/solid.css\";s:71:\"sha384-COsgLGwf6vbsibKzWojSqhIjQND/Sa0RWQ5BHFrKOz5JrUObnh5GEBUH2oZwITuM\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-nHELFCUV8tffuhz6PkFYcEl6VCneIQgaHNbLkOHukzJs12+rUiKwsVmVhbqhEAq7\";s:16:\"css/v4-shims.css\";s:71:\"sha384-HiCW4rrGA9WlUM512GMhD+YfcMidwWluZzyu+X55gfVYgAPrlIkG5BnHyAl/VHJO\";s:9:\"js/all.js\";s:71:\"sha384-z9ZOvGHHo21RqN5De4rfJMoAxYpaVoiYhuJXPyVmSs8yn20IE3PmBM534CffwSJI\";s:12:\"js/brands.js\";s:71:\"sha384-GEA3+tbEaglIUriKygE2OQX9k7YrAMJ5oZF0mb8Xx7hUmTTWDuQDtPY4l13jl99w\";s:17:\"js/fontawesome.js\";s:71:\"sha384-tHFnt8QELQGC1IJzcTUX5zFEnn/FLVa0ADTmxRyeSmWukJ4umWnJbwiMTkw/bKEK\";s:13:\"js/regular.js\";s:71:\"sha384-gy4pB6yY1j4DPCG6rZcE6NX1Lnqz8ZJEfotVUvCN2EGwlUS3WUHxcn8rrEOYiyiS\";s:11:\"js/solid.js\";s:71:\"sha384-akyniW0Jfrt1Z7kvRmaF2fkq9vuVQAPEGN4qq7s17l9PG3zz7FThoWnfVxpvnUn9\";s:14:\"js/v4-shims.js\";s:71:\"sha384-08SAgv7bDUyzB5O71dehOCZ42IpryGqW/G+GdxeFmBfaB71QIZWe5ZXBFKYFTEu4\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-rTQdcTFdT69CgbBErourkScWQ6j5WQ4aAoCF0UyPhog3PNysM/xz/kqshWKP4NLA\";s:14:\"css/brands.css\";s:71:\"sha384-84OQfm1oTwjnXmujNUnQC09L4G7mglZspQwfSNPvf5V3zAA1sdvqbIigA9AWY5DB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-NFsDS9VURN70zaqw67F1OtJ6MtdeCrHeGMD1KzqIv5ft0JiHgVtV7u+v09yR+iEZ\";s:13:\"css/light.css\";s:71:\"sha384-aofICWgqJQbZZCaWEU7H0ULLqXTBu/DAALblEYqLfQSjb2ASOw0tADOdJ5rmVDWL\";s:15:\"css/regular.css\";s:71:\"sha384-voao2F8iKUwwSMRhLJ982edrRSHOmc5v5rvQ/5aH5pvSAx1aoL6usygGSRz3jfHF\";s:13:\"css/solid.css\";s:71:\"sha384-RYuivM1ikcxEL+96Q/7B/CcvyswPRuOatldvqvk+Bm3hwVKZUjay1ohuPUyD9ZYk\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-NYMicmsVmKaI5/JVN8JamOLMuIrbzeu4Gc+cike3jcoDpaLfMtvWPJeNhnx8K8x0\";s:16:\"css/v4-shims.css\";s:71:\"sha384-L7wiz9NeFS+vFpG/jl0zBsE7EqrVfeNoaHhnvxlsfwihUr9FIbDnfQqv5r8o02wQ\";s:9:\"js/all.js\";s:71:\"sha384-rDdEqfkiaN9iEfS6XrBzTxL5wVFzBoMsyHmoAIl/T7VdxJvGYuM5bDlDOkmE6r3C\";s:12:\"js/brands.js\";s:71:\"sha384-TN18fDSDUbMxI3DK3z2G8Pl68N7jvVjWPBx8z0m7YhoWKnmGdKRJ6S90IcyeUXUy\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Oa9P+sg4Q/5Yo0a/UoRAG8zLSexWLxLgbPb12tgvs/swrfePVf6IdrwoW2RGV2pU\";s:11:\"js/light.js\";s:71:\"sha384-6DMqAgIR8HN9OqBF3zfhQ4Tmh+KO9Sf0QAwxGkiaKO51dFGBBxBTmdOSneYESZZ0\";s:13:\"js/regular.js\";s:71:\"sha384-LvwwgOzFfwTikawPye02NmwONhyBLBbmu04J+IuLBS6HdNHX3JnRqY80mscKVLTH\";s:11:\"js/solid.js\";s:71:\"sha384-71d190zi1266uo3WuvCJ77V1YdXxDfm5GPMySGFKTMHsoHaxKhPe5XkKaH9iPLWC\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Rr25noDuBAtBUFs9feRsF3EK8Pw5bWuhYxD7ztcDUJqR/eiCpNPGIeyO5Ago6pYW\";}}}s:5:\"5.6.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP\";s:14:\"css/brands.css\";s:71:\"sha384-whKHCkwP9f4MyD1vda26+XRyEg2zkyZezur14Kxc784RxUU1E7HvWVYj9EoJnUV7\";s:19:\"css/fontawesome.css\";s:71:\"sha384-WK8BzK0mpgOdhCxq86nInFqSWLzR5UAsNg0MGX9aDaIIrFWQ38dGdhwnNCAoXFxL\";s:15:\"css/regular.css\";s:71:\"sha384-l+NpTtA08hNNeMp0aMBg/cqPh507w3OvQSRoGnHcVoDCS9OtgxqgR7u8mLQv8poF\";s:13:\"css/solid.css\";s:71:\"sha384-aj0h5DVQ8jfwc8DA7JiM+Dysv7z+qYrFYZR+Qd/TwnmpDI6UaB3GJRRTdY8jYGS4\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ir31wc9kqVZclsGL3U5IucynDpj1TeEzDCvxEWqw8QuxLFETRgirOiygjXdjId3z\";s:16:\"css/v4-shims.css\";s:71:\"sha384-s0z+GcIRRdtdjGfnyKRFh9Oaw3aasU/TFotdFmreqjf+a+Mks2Umj0CrlN0S9lqi\";s:9:\"js/all.js\";s:71:\"sha384-R5JkiUweZpJjELPWqttAYmYM1P3SNEJRM6ecTQF05pFFtxmCO+Y1CiUhvuDzgSVZ\";s:12:\"js/brands.js\";s:71:\"sha384-rsLJp1pKbmeEMVcdsNJfAWZ9FQP5CrQt6Vikj/usZcTgrD28FhqYqKJn5XIaoXjm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-T6YzYwAGZAItTIkYlBzfwqa07o9R1AND3Lgt6Or6c5IdukY7tqShoryqwpKrpeIB\";s:13:\"js/regular.js\";s:71:\"sha384-+e+pqX41PD6VrFw9HZ3YKJHFT+SZoEMBmnMpLUpHrdd5BE46xHCrzap9c6kfTi9H\";s:11:\"js/solid.js\";s:71:\"sha384-8Lgyylu0vfTGCXDKe435hJgX8s96c19R+dvpH0NHKdX47GA7TmMj+BDiZZ76qqhT\";s:14:\"js/v4-shims.js\";s:71:\"sha384-LqOeBjW8oAuwB6xooSoyjAV+CcJLQGftH6m0Xoo+mhJ0TlEAVR9jBsAXXpeEJlyP\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-NJXGk7R+8gWGBdutmr+/d6XDokLwQhF1U3VA7FhvBDlOq7cNdI69z7NQdnXxcF7k\";s:14:\"css/brands.css\";s:71:\"sha384-2k7wpGHb3PA1OZUtSqAk+nIVo2wgBQdEoL1F/FnC+/HHi2bh3N9aSstY0Af72gka\";s:19:\"css/fontawesome.css\";s:71:\"sha384-GQK3B9PHv3SNzYUrdlEpL6CFKQlW/Co4va906SViL0F6U16Li47NXtvwWmFnetYk\";s:13:\"css/light.css\";s:71:\"sha384-QXb14MpvHKJr57ixwhGSXACaU/eGo/NwF/uWE97+C5QPdq8sLQhM1+WKDk6vando\";s:15:\"css/regular.css\";s:71:\"sha384-ThqFFlbk+2bnAn1zc61SL7r8sFUVUkFvtsT+jYr1Jy6xTlvdcqzcerrDGrHqWv6j\";s:13:\"css/solid.css\";s:71:\"sha384-pbj30780YbUh3WmbEAhOL8tHgoaU4xrdmAN+RewL6HsW9EOMIIE4+6rerMXTfJXq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-fjim8BUuF/D2Y8Qyr4U5iLdeKqzyQe927qD4SIdbPDyX2iSN6xNGhoyd2jTiw+Sx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-c2aTxrKw0nWEPlLqENAD5t3J3Ajs/o5LBudKFP44hexDYKKQTgRCAaECkBk+p3L9\";s:9:\"js/all.js\";s:71:\"sha384-ncMWtRMSOo+cLmfdaa6vmMGzBJKysBDF9tq5YK1MAnAjcyipdW2vgTS1jOntY4fs\";s:12:\"js/brands.js\";s:71:\"sha384-+4YdTIsot+hvYL7nKQ9cJs7OWaFvJ7ZTkVretfEoX8uDiTED9tumG/9RsRmlW3jX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ya+lFT8MCnVaSXkMxO4FEUsv4BG1VrVAMY0PiCnmJ4Sq57zoarae8T2EgioHiaMA\";s:11:\"js/light.js\";s:71:\"sha384-hy7ipunNmCKP7KpzkasGow2eTRYx9IbxV0BvBqlWLWRu8mlWMNrj9y6qOLEnxIuF\";s:13:\"js/regular.js\";s:71:\"sha384-8VWoI12VOwcfxYszEUreYXR4Jh1+oxv+mfsVISgPJTsc2Ftw4RC+bO719C+PunjY\";s:11:\"js/solid.js\";s:71:\"sha384-Pl3KUQLNwa33i6dvnL77HMDxZPk93eoi1kB5xZ0eGKgTEt39iQkHdSM6/w53By9e\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ts+GFi6rOAISeHC+EnLaj6AOSoosWr3TALIaYSeHCVsNHkGLlTtzdbMvolIe6tG7\";}}}s:5:\"5.6.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/\";s:14:\"css/brands.css\";s:71:\"sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jLuaxTTBR42U2qJ/pm4JRouHkEDHkVqH0T1nyQXn1mZ7Snycpf6Rl25VBNthU4z0\";s:15:\"css/regular.css\";s:71:\"sha384-aubIA90W7NxJ+Ly4QHAqo1JBSwQ0jejV75iHhj59KRwVjLVHjuhS3LkDAoa/ltO4\";s:13:\"css/solid.css\";s:71:\"sha384-+0VIRx+yz1WBcCTXBkVQYIBVNEFH1eP6Zknm16roZCyeNg2maWEpk/l/KsyFKs7G\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-KHV7fADs212mr+U2tmuDnxozv2BzTX1qhxPoZ/lT2QcUFkjwat694MI3AzyiVJ+q\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-EIHISlAOj4zgYieurP0SdoiBYfGJKkgWedPHH4jCzpCXLmzVsw1ouK59MuUtP4a1\";s:12:\"js/brands.js\";s:71:\"sha384-VLgz+MgaFCnsFLiBwE3ItNouuqbWV2ZnIqfsA6QRHksEAQfgbcoaQ4PP0ZeS0zS5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-treYPdjUrP4rW5q82SnECO7TPVAz4bpas16yuE9F5o7CeBn2YYw1yr5oC8s8Mf8t\";s:13:\"js/regular.js\";s:71:\"sha384-V+AkgA1cZ+p3DRK63AHCaXvO68V7B5eHoxl7QVN21zftbkFn/sGAIVR7vmQL3Zhp\";s:11:\"js/solid.js\";s:71:\"sha384-F4BRNf3onawQt7LDHDJm/hwm3wBtbLIfGk1VSB/3nn3E+7Rox1YpYcKJMsmHBJIl\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-LRlmVvLKVApDVGuspQFnRQJjkv0P7/YFrw84YYQtmYG4nK8c+M+NlmYDCv0rKWpG\";s:14:\"css/brands.css\";s:71:\"sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-toEUmnrGu+eq8XUD6ovsr/vFX+R3v9+FUGAnpef+uwGKMCeqZkcZfkXQ0Pls5WS7\";s:13:\"css/light.css\";s:71:\"sha384-ouQ4uivIto2ZdBS6+torZMbImJhWA6/m7/CAGY9z0FNDmoAF6uWAEnavvIsR1EBt\";s:15:\"css/regular.css\";s:71:\"sha384-IXqJGQI1K0IzdpdY2ASrRbDgPr1rUKzDAA90uL7iX1hPQf6Tkve9Z82TUVWm9aje\";s:13:\"css/solid.css\";s:71:\"sha384-5XPOduYq6F78ZOuHxFHpQJCD2l7aCHCf0+o8qKTD2VfqJTgPT3YkyuBGsDSrVsic\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-KHV7fADs212mr+U2tmuDnxozv2BzTX1qhxPoZ/lT2QcUFkjwat694MI3AzyiVJ+q\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-4Gm0M5DjJ0zGaEtLu0ztNIoHWiuJ5rKiaVlpZKeNqXAW49eIIa2ymxb3C4c3uEXR\";s:12:\"js/brands.js\";s:71:\"sha384-VLgz+MgaFCnsFLiBwE3ItNouuqbWV2ZnIqfsA6QRHksEAQfgbcoaQ4PP0ZeS0zS5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-treYPdjUrP4rW5q82SnECO7TPVAz4bpas16yuE9F5o7CeBn2YYw1yr5oC8s8Mf8t\";s:11:\"js/light.js\";s:71:\"sha384-E2rKHkorMllWJmt2GKXlwZ3+kPl6i3FrJ8ihFkf6F7F/AtGvuXY21bQC8mhz2Po+\";s:13:\"js/regular.js\";s:71:\"sha384-nX7teCj1FtQErhxXjr+JWXfe4EjU6KlgeVBHAzQ/L95eWzwx+W1+HuQGmxZT9VkS\";s:11:\"js/solid.js\";s:71:\"sha384-2ZaaAuh8tTVN1nHRrlXAX1tz8fGhZDgusJdBI5BBGycCq37AUonw8dHlPpx7iD6N\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-qD/MNBVMm3hVYCbRTSOW130+CWeRIKbpot9/gR1BHkd7sIct4QKhT1hOPd+2hO8K\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-av0fZBtv517ppGAYKqqaiTvWEK6WXW7W0N1ocPSPI/wi+h8qlgWck2Hikm5cxH0E\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-uyhTADGMAJuHgGNdH+rozTpOkfXUORTgjTmMBtxR8ISQjOs+IIWb8UBn9ixSd4xo\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-av0fZBtv517ppGAYKqqaiTvWEK6WXW7W0N1ocPSPI/wi+h8qlgWck2Hikm5cxH0E\";s:11:\"js/light.js\";s:71:\"sha384-Vs12SjRkIvphC81scjUNowpLYnSOLOrSGxOwVe00oEvWto49wVgjd6BfdeCPcArI\";s:13:\"js/regular.js\";s:71:\"sha384-JZmzMsvgUATRcNmXpyJHLhiqsREsPN/GBj7O5ifVfRU1o4vBp2dsjawGzYzl0QVW\";s:11:\"js/solid.js\";s:71:\"sha384-OzCiQJ65BS/RiwFjTWyem+uRtZ4/LnrVVbwHTT8fR5Q9rYqAaavyOK51RDxkXQzm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-eVEQC9zshBn0rFj4+TU78eNA19HMNigMviK/PU/FFjLXqa/GKPgX58rvt5Z8PLs7\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Qmms7kHsbqYnKkSwiePYzreT+ufFVSNBhfLOEp0sEEfEVdORDs/aEnGaJy/l4eoy\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-5atZgfYD4MHp6kAnxjw4yM3binN4Yh5XXKAIO6m2kIB9CqdRUladdvTdffLnTK3N\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Qmms7kHsbqYnKkSwiePYzreT+ufFVSNBhfLOEp0sEEfEVdORDs/aEnGaJy/l4eoy\";s:11:\"js/light.js\";s:71:\"sha384-ua13CrU9gkzyOVxhPFl96iHgwnYTuTZ96YYiG08m1fYLvz8cVyHluzkzK9WcFLpT\";s:13:\"js/regular.js\";s:71:\"sha384-SdSeoV46BZSFmxvlUQwl3ImF6ton2ST4pPzYOmTTkFUm+UjdzORM0pTtF0sIHydx\";s:11:\"js/solid.js\";s:71:\"sha384-eLZVpmyzMTRsfwRGkcmyu0PXR5qqYDBCSh5PoYLdWFfDmMIibSuru0Blk+nq1Vfm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-I3Hhe9TkmlsxzooTtbRzdeLbmkFQE9DVzX/19uTZfHk1zn/uWUyk+a+GyrHyseSq\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq\";s:11:\"js/light.js\";s:71:\"sha384-ua13CrU9gkzyOVxhPFl96iHgwnYTuTZ96YYiG08m1fYLvz8cVyHluzkzK9WcFLpT\";s:13:\"js/regular.js\";s:71:\"sha384-SdSeoV46BZSFmxvlUQwl3ImF6ton2ST4pPzYOmTTkFUm+UjdzORM0pTtF0sIHydx\";s:11:\"js/solid.js\";s:71:\"sha384-eLZVpmyzMTRsfwRGkcmyu0PXR5qqYDBCSh5PoYLdWFfDmMIibSuru0Blk+nq1Vfm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.8.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y\";s:14:\"css/brands.css\";s:71:\"sha384-5G2m52y/zN053yjBCyNXXotYpL2r5k1wg9aakiM5OgK9kdcCB68EECUce5vZiz/8\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Sbwc59I1SOoVoCGgBCwAe/M1j5a9cHixHv/7x9vOxORnT73jUaxyK0paobkk3JSt\";s:15:\"css/regular.css\";s:71:\"sha384-Vma7aWQBdmjVfr98uRd1HcA/r6wPYrlNrIvQBJhDCvZi3X9gVuHtqUKUYep/1KKk\";s:13:\"css/solid.css\";s:71:\"sha384-n4xPrkfCJ3FzmPwM/Nf1QQu7Qx6oDcsbMp+qPOxrJ5w0Tq19ZWd9ylcMWkzKEpwP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-5ywFB7dcUP6RcAWMLvCE58MQE5YMXWSPjly1IqItdN0w0TqoJD+w68U7C3ShoZRk\";s:16:\"css/v4-shims.css\";s:71:\"sha384-IaQiZkMW7NRKIS04GeT98++WyQ6RNaEQlHoHoDrhU+hhCJE4EkfL7itJyj/vanQT\";s:9:\"js/all.js\";s:71:\"sha384-ukiibbYjFS/1dhODSWD+PrZ6+CGCgf8VbyUH7bQQNUulL+2r59uGYToovytTf4Xm\";s:12:\"js/brands.js\";s:71:\"sha384-Gt4maPu5ZO/PkTh32sKMYmmCLGuWtMkv5YBtFZpx4Tu+Of3kFZPYBw9iD/pi4L6s\";s:17:\"js/fontawesome.js\";s:71:\"sha384-TAztyRuTlqgZ97tz982rMo44MRC58wyCC0pqKZY3cKWJNkK00qMd3DhQ7R25jpCe\";s:13:\"js/regular.js\";s:71:\"sha384-IQnlolMpq26nEj6AOd6JOnY2jqCa69uFBqCGBCWSm4EFZYprebVtp3Z2xVLMElvs\";s:11:\"js/solid.js\";s:71:\"sha384-prcFDC6iTvvWsx2iSZtbDdeMVWWOtxcQXXagr9uPHwi42uae31Y3Q17eehHuC0JL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-l9bFz0TmR1ecMQdb9mzBeiLLX3z0mqeK0Bsxhim3nnHB9PoA6o3FUumLH7K6W6/D\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-/pOR6TNYPdUaQQQRKQ4XHznZ4U2K/Lscb3u6jshUngC/31fLTuyX9FZb24gp4O3J\";s:14:\"css/brands.css\";s:71:\"sha384-OxPYtFc8yWHWBo2MFY4rHs5dKcTpNGuyft0hQ+K/vSUJA21jrxi+Py412o2wMvsL\";s:19:\"css/fontawesome.css\";s:71:\"sha384-/0C3VuTlEzBany89/Wf2OJLSGrduLCC28kuoGL/PCGJjGj01pVtiqOcgZZ9AtlET\";s:13:\"css/light.css\";s:71:\"sha384-YmipRqYc8Wly1koaxcpAPTnvJIqXBN4Ue5+l0drZn34sdM+UufP6v8D8/s9xxXOI\";s:15:\"css/regular.css\";s:71:\"sha384-iUhpWyroENmdb/oNEGUdCk4J+TfFOm/SNYi79nN/Hb1aQgjofylAAuRTUfpK2yP1\";s:13:\"css/solid.css\";s:71:\"sha384-maIT5Qg1FqlJhNYpN2IgLAb5XPLY8CqZ7tKBQyjHh+nx/7JXsI5bp+8JHnUgeuyw\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-BUeh/IoVXY+o863GdrQzogOOSo3ABFpxuc9xZhQVnsM2T2vKmrpHGZwaEqqX/SZs\";s:16:\"css/v4-shims.css\";s:71:\"sha384-lRITDKAHusCdCcsQiEA2IIoqExMRD36Tbn9CZj00L8klRpDyMeOoPSv6ubcNAHux\";s:9:\"js/all.js\";s:71:\"sha384-gUdv3ElxXd3gVdbCqjppYoQanRONrQDSdaZY3zn1KeASeS8YGy+T/JDaD2ohyarV\";s:12:\"js/brands.js\";s:71:\"sha384-XLy4uPbRNbMJUgEm6JLmHI784E68XjgSbheIn0fP/6GdZtCcsZmlXvceAGvhzKCh\";s:17:\"js/fontawesome.js\";s:71:\"sha384-aoV9M7ZLyivlmo8GKrkeWiOUQzBnYBpP6U8gW7WXfhssy+HtO87KzowcBokSiK3g\";s:11:\"js/light.js\";s:71:\"sha384-+itlrN2dvS1RqmWnkLQkDqzANbdKqtt6JyQfE/DXxFnhg/PXf0ufRBCSp0c6q81i\";s:13:\"js/regular.js\";s:71:\"sha384-GoKOHat5yLSUYiGMfLJkuCErUZrNlW+2FeFYuKOt7sUWbqvMQOqfB+mdpfCU/8Q4\";s:11:\"js/solid.js\";s:71:\"sha384-jOmpRjxTFmJAVhf7+H7o9joWtQWHRZLdr+B25WojM1yfhB9wFkDvQ3x0VDDn4aAI\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gaNKDFtFZuAyZDkB8Wov1Vl24lMu5MD5MXLmUSu+4HzB8tTVwemJnhqN4Zuj27wd\";}}}s:5:\"5.8.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\";s:14:\"css/brands.css\";s:71:\"sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv\";s:19:\"css/fontawesome.css\";s:71:\"sha384-vd1e11sR28tEK9YANUtpIOdjGW14pS87bUBuOIoBILVWLFnS+MCX9T6MMf0VdPGq\";s:15:\"css/regular.css\";s:71:\"sha384-FKw7x8fCxuvzBwOJmhTJJsKzBl8dnN9e2R4+pXRfYoHivikuHkzWyhKWDSMcGNK8\";s:13:\"css/solid.css\";s:71:\"sha384-QokYePQSOwpBDuhlHOsX0ymF6R/vLk/UQVz3WHa6wygxI5oGTmDTv8wahFOSspdm\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-acBDV8BDMPEP50gJeFdMIg9yE8eOPuFdBV9r+2F492NUbKhURdQvglFkG0Q+0rlE\";s:16:\"css/v4-shims.css\";s:71:\"sha384-knhdgIEP1JBPHETtXGyUk1FXV22kd1ZAN8yyExweAKAfztV5+kSBjUff4pHDG38c\";s:9:\"js/all.js\";s:71:\"sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ\";s:12:\"js/brands.js\";s:71:\"sha384-rUOIFHM3HXni/WG5pzDhA1e2Js5nn4bWudTYujHbbI9ztBIxK54CL4ZNZWwcBQeD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EMmnH+Njn8umuoSMZ3Ae3bC9hDknHKOWL2e9WJD/cN6XLeAN7tr5ZQ0Hx5HDHtkS\";s:13:\"js/regular.js\";s:71:\"sha384-Uc9toywOA44owltk1MWl0lQZ+L0mBzJkLQcdif6+JtG9izvok9DLJtCZX57Uq3k2\";s:11:\"js/solid.js\";s:71:\"sha384-IA6YnujJIO+z1m4NKyAGvZ9Wmxrd4Px8WFqhFcgRmwLaJaiwijYgApVpo1MV8p77\";s:14:\"js/v4-shims.js\";s:71:\"sha384-DWlD0qU0+4WTFKXrFbt8wXq/1NHvOGT8vwllYM0W2gIeqgaCC3bZ0U464mDtbR70\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-Bx4pytHkyTDy3aJKjGkGoHPt3tvv6zlwwjc3iqN7ktaiEMLDPqLSZYts2OjKcBx1\";s:14:\"css/brands.css\";s:71:\"sha384-9Wenwezdk1eEhfcpps+Heco4zWw6KuZ2VlevoPomUwWYYZd3nBX0kZ1hBV2zSIKF\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4HqGlagEHMyfaDQVabl1wx7GCtGw6hDl3sKJEhqQjOCrXrvizhaA2j4hK8Piewtr\";s:13:\"css/light.css\";s:71:\"sha384-3SMOAKCN8LYSMjkWz1ChDg4pHSLtD+LuKXaZoHxE1oyDneLR6Ebjm3XHMHO9fWu3\";s:15:\"css/regular.css\";s:71:\"sha384-ELBQxbOyxSZRtZPNO1mVgYkEzMOXFNmQY6CLV1nw+4IZoiHWeuwYTnABxPxxsuBE\";s:13:\"css/solid.css\";s:71:\"sha384-MkkthiFx7890Rev6vwUJO4gRT4yuH5tqMm/Wl4/n9/qptaBpiGcMyjfgq2K4h394\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-LnvOeE4ntog9dzgq63i0OoI6jKPp3p0y693Fh4Fd4eOyx/UsAw0kHXbLKqML1p9R\";s:16:\"css/v4-shims.css\";s:71:\"sha384-68zdIccmue/irEHOgRiyNsWTZAGftSb6RkEtUhgaD+8213AXnbThq7m3WsO+B02H\";s:9:\"js/all.js\";s:71:\"sha384-GBwm0s/0wYcqnK/JmrCoRqWYIWzFiGEucsfFqkB76Ouii5+d4R31vWHPQtfhv55b\";s:12:\"js/brands.js\";s:71:\"sha384-b4zU5X+9uCyU5wpeWBsEIFph6tTD8ERLbUs93uYGQGNqzbcfPDeY6c4jMhTAfBri\";s:17:\"js/fontawesome.js\";s:71:\"sha384-w6QYwIdCVqcYkHtaFutVu3VlDeu+pBFvlp7e0/tygMFwnWTl13KuVYfsp0ediPpA\";s:11:\"js/light.js\";s:71:\"sha384-avwGKnev1pyXYEbWxXSg9S4rpTsws+5vQpoj76SfcccEzOL162Ei8+z4a6AlaMeE\";s:13:\"js/regular.js\";s:71:\"sha384-lv9QOXVC8fPRX14JTtgPGx1JjQPfjnqnp+bTlEnrW2FRawdJ4V8oe4Yq4kdfgJIp\";s:11:\"js/solid.js\";s:71:\"sha384-sJjbbGVKgAaulHq0KZK5MsUx9YmPj+4G3oY2vmW12iBNEFkkhObBezK0ZhSXchIs\";s:14:\"js/v4-shims.js\";s:71:\"sha384-J8Vif9iMSqb5RK45yq6+dnrM1lTP1oQcIHtKpoH0irzUJD/1gCK0pQgIr0hO+hta\";}}}s:5:\"5.8.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay\";s:14:\"css/brands.css\";s:71:\"sha384-i2PyM6FMpVnxjRPi0KW/xIS7hkeSznkllv+Hx/MtYDaHA5VcF0yL3KVlvzp8bWjQ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-sri+NftO+0hcisDKgr287Y/1LVnInHJ1l+XC7+FOabmTTIK0HnE2ID+xxvJ21c5J\";s:15:\"css/regular.css\";s:71:\"sha384-hCIN6p9+1T+YkCd3wWjB5yufpReULIPQ21XA/ncf3oZ631q2HEhdC7JgKqbk//4+\";s:13:\"css/solid.css\";s:71:\"sha384-ioUrHig76ITq4aEJ67dHzTvqjsAP/7IzgwE7lgJcg2r7BRNGYSK0LwSmROzYtgzs\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PLvJTjM1QH/74H66d1I1vU8KYsjkbjSJn87gUIUsIO6Xjf8fRO8Hxdevr46EkV7M\";s:16:\"css/v4-shims.css\";s:71:\"sha384-XyBa62YmP9n5OJlz31oJcSVUqdJJ1dgQZriaAHtKZn/8Bu8KJ+PMJ/jjVGvhwvQi\";s:9:\"js/all.js\";s:71:\"sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH\";s:12:\"js/brands.js\";s:71:\"sha384-GtvEzzhN52RvAD7CnSR7TcPw555abR8NK28tAqa/GgIDk59o0TsaK6FHglLstzCf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ia7KZbX22R7DDSbxNmxHqPQ15ceNzg2U4h5A8dy3K47G2fV1k658BTxXjp7rdhXa\";s:13:\"js/regular.js\";s:71:\"sha384-iFYyWQkY/Zvsdq3IIxRJI2FBoXPj6g73ok7rIH3sZGulA7E5PvFqB5BOELomUuyh\";s:11:\"js/solid.js\";s:71:\"sha384-+2/MEhV42Ne5nONkjLVCZFGh5IaEQmfXyvGlsibBiATelTFbVGoLB1sqhczi0hlf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-5i8QG9UXrCZePXfj1ac87dq22tNtGoJ22fmjXaJI8iIy072+ZKv1NZHbsTMfYvnV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-xVVam1KS4+Qt2OrFa+VdRUoXygyKIuNWUUUBZYv+n27STsJ7oDOHJgfF0bNKLMJF\";s:14:\"css/brands.css\";s:71:\"sha384-BeZiOfMYSXjscewXEIJ0PDoBy27u+zVSTP5ZuW3kjEZKCn7pOB7v+oQVtAtHfY0v\";s:19:\"css/fontawesome.css\";s:71:\"sha384-fqilzf6i0kkOYm+DT4UC9pWzYf4/eFdJKroY1jZyE7n8eYLujyYM9VCucGf/LdVD\";s:13:\"css/light.css\";s:71:\"sha384-0WqtEOayxoyo7wgxUc5l2RvIbaWTyny0LrJbwsKhrKXUyopxvaNFLIoob4dXRwLO\";s:15:\"css/regular.css\";s:71:\"sha384-jyNdSTwsauV6/i9u6sKFOZBrxlr4QREAY295HsNy8laz4LYryhnPdz0ewFVERKfV\";s:13:\"css/solid.css\";s:71:\"sha384-dUUyoHgD2BplZp1AnRbRu0HPC5jscpJEJaJjqnBh7Y5PT1gW7cM6BQEgrcOsSa7e\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+BcpgpzTfqttc/C2LUPzGXIGunaa/aIuSC/BPO2BBqqMbHNRCF7d3DU54LxbCzTS\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TpRSvWoRbPKMMxDvVZgEa9wxoOZyawahRkC2P+ksDRxjPSvZjhEf5nU7pqSWBCQF\";s:9:\"js/all.js\";s:71:\"sha384-RLPiEwcAdrH2NjFcwJipJtlFoIN1xvqPYeeDX5yYtSNu+HTIkQCDvPQ9thsUnPUS\";s:12:\"js/brands.js\";s:71:\"sha384-NBtHk407eZGNubj82MbaKt5CrNLfhnYmCbpjSyDk/nWemMXE/mfvm3c1MPjfnWmU\";s:17:\"js/fontawesome.js\";s:71:\"sha384-b7K10RWf2Q3m26zPrKzM95th5yJnxEw+vpCzNITZFKV8UgxPgHb61bS0xFkKdV2I\";s:11:\"js/light.js\";s:71:\"sha384-BMiulaMo0kY9ExzwDFFjsXkU373Br7qSwYa/hdDlWEWEkE3flk4mBFvMwlpye3Aw\";s:13:\"js/regular.js\";s:71:\"sha384-uMEQdPXvyCTabszTyCxRRMDh/xIcRlT/fpq2DKkcjR6+lOqq2111EL0C1OiRVu1E\";s:11:\"js/solid.js\";s:71:\"sha384-9fQzIUDeLlrPRI2CT9AqVv6Yr0JgEY0+rr7ngyaatQAQrEHhCv5CvG8F8UFdgk7u\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Ts0FauTmSRKZNl+Uw+WC04UuoVYd2gXlJ+OcUvb1NDrV2XmDcgCr8PPv5MY/7KZR\";}}}s:5:\"5.9.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-i1LQnF23gykqWXg6jxC2ZbCbUMxyw5gLZY6UiUS98LYV5unm8GWmfkIS6jqJfb4E\";s:14:\"css/brands.css\";s:71:\"sha384-vfTtNoEyqnxivzqkzc+mvlVeCWPGwMlIIkeTkt0mcUQNmFLyyXxY5SgZIkKQIXRK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-NnhYAEceBbm5rQuNvCv6o4iIoPZlkaWfvuXVh4XkRNvHWKgu/Mk2nEjFZpPQdwiz\";s:15:\"css/regular.css\";s:71:\"sha384-5E/NXotaQSDJW8gq/9pxwQHSPRrb21suHuLPqOIlgob8QC8ltM13i6HLujrhWmBL\";s:13:\"css/solid.css\";s:71:\"sha384-ypqxM+6jj5ropInEPawU1UEhbuOuBkkz59KyIbbsTu4Sw62PfV3KUnQadMbIoAzq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Bfk4oyOug+rBqsciYilQ+iwazXsMTURz/M6Gfx7fb02KNeW5VHwt7aHTXWNU9B2W\";s:16:\"css/v4-shims.css\";s:71:\"sha384-zpflLcSaYRmTsnK2LTOdvChgML+Tt/4aE2szcblLVBXd8Jq/HGz6rhZqZ+4TkK75\";s:9:\"js/all.js\";s:71:\"sha384-7Gk1S6elg570RSJJxILsRiq8o0CO99g1zjfOISrqjFUCjxHDn3TmaWoWOqt6eswF\";s:12:\"js/brands.js\";s:71:\"sha384-CZZj1HZWqgh/CGR22Lnl6+fZC6IDR10ga+wECjipCR3zId+7ZxZP1JNI+YgdzyO/\";s:17:\"js/fontawesome.js\";s:71:\"sha384-RXRrB6R44g3RRohoKLAOK5MjNq4PVvz7iZErCckeyobGIJLpTP2qq6xjJFuKnfZu\";s:13:\"js/regular.js\";s:71:\"sha384-xrLv+W4OudHJZ6QDKuv+el28Wyr4OMO0qSQuBiPqhBsnSGKdGct/ElQm+2/fx/eS\";s:11:\"js/solid.js\";s:71:\"sha384-kDWpGOpzLEy85/cK1Df/ba6PkpDHAKUGOX4YHEt0sFzHdrTY1rGmT/gYHN3zCcF0\";s:14:\"js/v4-shims.js\";s:71:\"sha384-npD7syUhXOZUTbAzJEyIPGq/8gGAhBmei7JkUwUki9hAtz9oPkFJwx5f3vGb7SOi\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-vlOMx0hKjUCl4WzuhIhSNZSm2yQCaf0mOU1hEDK/iztH3gU4v5NMmJln9273A6Jz\";s:14:\"css/brands.css\";s:71:\"sha384-wRa49NRotGDh34aLO1Hjbu65qHSTF/ZNSBm7uTpMUa2EQ1Csq7Zlswm+FR9hcWtn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-QSCxeayZXa6bvOhHReoQRGN7utvnOnY3JoBHGxM61JQQ1EXA7AT3m7dnlHXLhnCj\";s:13:\"css/light.css\";s:71:\"sha384-/ggAGHSQWxssDRflcj0aeAlGN2rNgsnWOLv1ZU5FEvjQWxP53glq5pNPjtfldVVN\";s:15:\"css/regular.css\";s:71:\"sha384-FrLF2uGffV1P93pQZme192v/cHRu1XlgjMreWAScHPPjBz/p9pNTx/bTV83x8peQ\";s:13:\"css/solid.css\";s:71:\"sha384-KyLwW4NRDhAz4RVatBCvFATniD3ze5rJvP1usxUFectdGgG8n+7OTcZug8s4bj5H\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-dwNK02s77FqYOBDJpF4ttbI23g2UUTrI9euJ+OQGonHAy4W1kCpAyV7ozLK24GWz\";s:16:\"css/v4-shims.css\";s:71:\"sha384-tlZ/hMWxtcO6JxnBPYGsa5Oiu1gmAqp/bY7s7G6m5OOCJvcNQ6Fo39YHu4Elr+Hf\";s:9:\"js/all.js\";s:71:\"sha384-nKdXFHC25mX+ztWymakpQ8nRykznAcZ+yHi9XETJ8CuVvvSGeg/0QCPhvDb41hUb\";s:12:\"js/brands.js\";s:71:\"sha384-4Md2NBtJT8CgVnGaoonPkhRdMvGcFRH/nATvRJ0+2VsJ5bjySPpBil+KbSC+9yFv\";s:17:\"js/fontawesome.js\";s:71:\"sha384-nFIVFc2+uHHcH70YEBnMC6UmUjVxcQ0rZJe7u58lz5aUDQRz0l3xFmVSdao7Ag/K\";s:11:\"js/light.js\";s:71:\"sha384-C6XejYBP1H4YOZVReSXSBion6LKXOt7htNgjRlcKQSsMnL+/Ok1vyvI5EQs1/H1e\";s:13:\"js/regular.js\";s:71:\"sha384-GlXg5Pw5UjuoWpx2tbE3LsctnmBsngO5u5c+nK1slAwSuwN86zPzez+sFxncM+Tc\";s:11:\"js/solid.js\";s:71:\"sha384-pAEZwWHMzeWUPLx+edoghTzc+LBoBSIWMNFPeZGDiFDP6WL4g+EHr7DhQMUpjSLZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-A2MQ6ZItVBjKp0Efdmi8Xze6uRApxGoHzuGImgZGk6JfuaQ9Vkcev6HtJSQzftWE\";}}}s:6:\"5.10.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-0c38nfCMzF8w8DBI+9nTWzApOpr1z0WuyswL4y6x/2ZTtmj/Ki5TedKeUcFusC/k\";s:14:\"css/brands.css\";s:71:\"sha384-19EzMRnOAF4Gg36FukRf0Bee26rnZC49Ld5mFG+8XiQ8ddeKQYj7Rnl12YxIoHe6\";s:19:\"css/fontawesome.css\";s:71:\"sha384-YYaKmJMZQbIhKGKC1QGjVKSQ3s9OlZitN6xQQEPksarSkM0WNkq5Kke0yehyNwyT\";s:15:\"css/regular.css\";s:71:\"sha384-OVGJJ0J6OIuVjxoE5rUQPFweGgzO0xT+HKN5IChh3LTrsWQKjHocfKq+nk/8DogN\";s:13:\"css/solid.css\";s:71:\"sha384-dHM1276IWlmmltsiRRg04ASaTBbgAqnnjneOemUaqff0rqTtVHw5qqKE5i0k4Qll\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-oBn2TNb41FLJEvg05fPEoAhWHErn7PR1FiyT6NjQkoPzDDg1n/e/GrwRgh34gDmQ\";s:16:\"css/v4-shims.css\";s:71:\"sha384-R4Ah6+FGj2TWi1SbbJo01aRwLwdNunBoW4ALQ4SdcDpyQpKoP0pTL3Ce0Hf0oMOh\";s:9:\"js/all.js\";s:71:\"sha384-BfzGEucsDAHnSR99xBvG8cNHx7h6sEbKJejtvqlMrN8nMi3gP2ds+sMAjWfWnZyn\";s:12:\"js/brands.js\";s:71:\"sha384-SgCx6DCTHwPNfTrT8PeDNKVR+bLsTKTVnBbtZYSLgfp4dd+KGa6j4/Jy96HTd0nw\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-yhpUSfH+AXwjqsle/7pS92NQZivmuHw41bqBfGxkaV4ftpRTE9Z6MNd2oh9x/BBm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-LMbxIMq/Ra43sLL8MF9d0C8NDym6Cp7d2rtvvZUd5n4EuGE3GSYBmf6JV41EB7+y\";s:13:\"js/regular.js\";s:71:\"sha384-eX5P9jt8OdQQ4ME1Y4Q90r5k0qCw55F9jie73NYjcSEHIYYV+x3MW3XgqK7HDuOG\";s:11:\"js/solid.js\";s:71:\"sha384-WvtEEwvz7coGHFMqz/gUsacHkjubSgzLIieTORXey1KIpl+/r1Sk5owMdBxnGFHy\";s:14:\"js/v4-shims.js\";s:71:\"sha384-RT+uACaLSP2jOOLdRXKvxcgxA/WNa36UYkM14r9ODCgz51g7frfTdR+Jv3q46NW3\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p\";s:14:\"css/brands.css\";s:71:\"sha384-/BwiSb9M4ZqztN8bEG+VrC9ohWSBX3qEV95+/+gBJoE4+zG3KqcLj8ShUhBIALSm\";s:15:\"css/duotone.css\";s:71:\"sha384-R3QzTxyukP03CMqKFe0ssp5wUvBPEyy9ZspCB+Y01fEjhMwcXixTyeot+S40+AjZ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-eHoocPgXsiuZh+Yy6+7DsKAerLXyJmu2Hadh4QYyt+8v86geixVYwFqUvMU8X90l\";s:13:\"css/light.css\";s:71:\"sha384-2CRj/5C4pwyS5v+q0KXxQ39b3qsKQNE6T+9FFaAOlps/XjJcK+M20aMUxuQtRLaZ\";s:15:\"css/regular.css\";s:71:\"sha384-pWItZRjB6NLzlrnwcL+2alve4CtHiaLj9W5ZwGPgy6dtMzCPsGv/qEcRvrbVkW5i\";s:13:\"css/solid.css\";s:71:\"sha384-Zbnz7QaugaSWTYmuSFTHGzMLxXAu2vzmqJhA/DS3bnaZGJaatH8apOWXfFaP6PMh\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-85qDq8Thytv8iDkEBcdksps8EZiX4DEo3vh6Ijk38Xi4RVm37Ttn+HU9rsXho2fN\";s:16:\"css/v4-shims.css\";s:71:\"sha384-y51MGgwaeLjbh5fbY1GJ6PypnEoMkGu8MoR1HRE/p/hHfiEE1G9bK/79bstJpyYk\";s:9:\"js/all.js\";s:71:\"sha384-G/ZR3ntz68JZrH4pfPJyRbjW+c0+ojii5f+GYiYwldYU69A+Ejat6yIfLSxljXxD\";s:12:\"js/brands.js\";s:71:\"sha384-8TDwqaS9Kr9a/3cVS6+XkvWUM1tz6XdS8s2urD5rXY1Cz22kPF77ZuG1gIWaz6kZ\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-JB1N15Wp6AIOL3sQ9Tm4a0kATlQy9/+/nLmU9B2wv4K4gGNAUFZEU7qDcxIPJLXy\";s:13:\"js/duotone.js\";s:71:\"sha384-PcDzzpTJzDDda2YUM4EY5ZqnZQ3DTIFtoaAn7t07N0UIY1HVyaxIHRzROmFBd48z\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8YSeMunSTZdDZy7rZxfG3NqC3KnYaCKxTJMm9yoILgIoMpXeTKDrV8TeV9C5ItEc\";s:11:\"js/light.js\";s:71:\"sha384-sEc8iKGnMxm+Dm4AQabXbw0DKZU9FtFrWMppMOsxaUZsLL5pcpQs4aL/OfefTw7g\";s:13:\"js/regular.js\";s:71:\"sha384-wNQjNuGVt9TzLWqaxsZvH5uIDIxEkpSCeSPg6nF2ud6AK9jXY9yMFA6CbcZrr+cZ\";s:11:\"js/solid.js\";s:71:\"sha384-Vh+IVHoo4c4JXOfJBoUxIiEJf6bB443zoyGtwY8WbBmCU+7fAq9QX9JLtFcNSPZl\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vzU1ar4oP9lOG/JJdj1q/+3aatI/ZbpyHIMelvsAi2Ee8gCiTIb/YhqRymLLZkje\";}}}s:6:\"5.10.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-wxqG4glGB3nlqX0bi23nmgwCSjWIW13BdLUEYC4VIMehfbcro/ATkyDsF/AbIOVe\";s:14:\"css/brands.css\";s:71:\"sha384-+B+cmd37r9agFUqHw5ABups/+o97SqA/Y6S5b3ly2q0ABacloQs0HZOQAX1NpJhF\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jUGOH+gYMCfz2jbO6DW8vojES/a323h7dcoT6qI7Bvod9mew/wwTZryjccmaMOkf\";s:15:\"css/regular.css\";s:71:\"sha384-gr19od0wAxe2+mYHEXvS7Y1ppn+ESoAQzTYGPauVJYyAYYl0NBQaKveeQnzez2Rm\";s:13:\"css/solid.css\";s:71:\"sha384-VUnOJnDrNS0aVOhF6puq5SPJOP5oOvIO6n54m14E2/OHv6DU1gklJ4EImoD382c5\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-94OQehjHMl3lApC2tWmjwtxlB0oEtSE2zrTdf8uuWEaDEkkCxXK/w0vFs5J5WPU1\";s:16:\"css/v4-shims.css\";s:71:\"sha384-i1lF6V7EeiD7KOgGLtAvJiK1GAQx4ogzG6B9gpEaDuHSLZuM3sFtPZrI6H2Gzqs6\";s:9:\"js/all.js\";s:71:\"sha384-aC/bNmpJEYrEVX5KNHN+m0CmvycQX9wDnYv8X2gdXQjrbtDP5OcU5DRiXwL6bPwr\";s:12:\"js/brands.js\";s:71:\"sha384-BZIBcmKlroIkWe3e13MZbUHZdmagAU/8cnXo9mIW5p5wzf+/U5ULLQ8TVioSuCnC\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-A6TzAYakDQ9XwDY1hOPxAxI/3t6kol61Ed9hvHegEwcENzAE0vLojG6wItQDmclf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-NXKh+ixIINN/JHIorH6fcTNwaAekBk2v7azch6cKmQm7wtb0yBt8ctqn1FAspAW5\";s:13:\"js/regular.js\";s:71:\"sha384-7Sk1mIxPYoZb2I3YK86sPsPMftKqv0aWP+dgX//x1mF1mSOYydXmX7DbtHN99bea\";s:11:\"js/solid.js\";s:71:\"sha384-dc4FEGpFyXnyL9DbieF6I8Xzipdt7GRHX6k8RM/ow6+IDISjPeeTwTiAkNzjv2OI\";s:14:\"js/v4-shims.js\";s:71:\"sha384-BtUWeH6hQDQGUZewQDmWRMisAxvs1LtqoVQgmbFptFnH1GpBw2b2vZenxfFmRtOS\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-y++enYq9sdV7msNmXr08kJdkX4zEI1gMjjkw0l9ttOepH7fMdhb7CePwuRQCfwCr\";s:14:\"css/brands.css\";s:71:\"sha384-9J78p9RP9gty/jk0TJPvYSzmYYCH4cRRkDMnZGxZNh1wdaXLvXzIk90EWrxjjqr9\";s:15:\"css/duotone.css\";s:71:\"sha384-Na50X0DRTNz+Sc+4XbFXONmaknKHBHw6gvRZ4coLQCl7ZLXziulq+4wvTZxkaM+U\";s:19:\"css/fontawesome.css\";s:71:\"sha384-OvQaO09Stu8nVnOdc+6B3WjpKg9dfBxoakdLxJKAYgsz62+DzBUCvWRxPl9LRVSq\";s:13:\"css/light.css\";s:71:\"sha384-CL557/BMzDSg/4ctPpKDphHJgLqpdJ5rvOklcaHzLHpX+qsgd4V/xao6Rya4xKMQ\";s:15:\"css/regular.css\";s:71:\"sha384-yLDdP4XFV3JqISKN0JaZ0kdyks9S+U2o9uBmNbmZh85yjdF/kpu+oY3/eXQcGHhT\";s:13:\"css/solid.css\";s:71:\"sha384-BrYpEWmuPyxLgVmvUGa111AoxZ3kKwiG4TVjjewWZV9vww+dTLWpmEffDSEg9Gf5\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-V8iByeksgr2la9ceLV1jNv7uWdzI3pYZLNzgYqWmQuQZa7khs4d6QC84YnMWoKxx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-rql5zubvrhoXpo5buqgoiKryiT02OHCEtveKZrj4NX/C2Kuy7W2P7vl+RVzBUl9m\";s:9:\"js/all.js\";s:71:\"sha384-FW78RPcSpi13vjx77nPWQIrQbNSLkPBopb0qGzLCxD2x4Kr6FA8V05C/6cpgkKPL\";s:12:\"js/brands.js\";s:71:\"sha384-DGr5D3fYhGn4bylN+nFRaxvPt6s4FjV7B5EhOOFUKW0JKU2vco3q3xtgSZeeEYpw\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-++EkH6KNUkbsGzUhPmRa5yboy873FnCrHLPNWnvcfYOzCCShCQHtdQ3RQTt3WDsW\";s:13:\"js/duotone.js\";s:71:\"sha384-QwVJpiaupNLHQYsfQUftqzWXMT+SsU4AKnlvxDGzNjTq5xPXRbG/ohsvyIEyK2uf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-v97MeHGTkmNphZhn+D7412xlPlc61o4jy6CouRwKfNltfXH68HcYhmQBr2j/J/Vp\";s:11:\"js/light.js\";s:71:\"sha384-TZInz5PvbxRzxSlGI1WYKmrrBBk/XTTZymO6w+smmSVD6RFpfZd+JtSye/viSFxA\";s:13:\"js/regular.js\";s:71:\"sha384-ZlV+aQMpcvCEqNPe9qTu/S6+eBL+DfRjOxr9wtsoZyGnJ/vwQk/U2SZhZ8tJqH5F\";s:11:\"js/solid.js\";s:71:\"sha384-WtnuXyp6MLUsHy3FAqJyL7aL0a/mdUjPwIs/Ub7FXJZufo/0qH9aFsTDY5Q6Bx3m\";s:14:\"js/v4-shims.js\";s:71:\"sha384-P9HMMmM/ObyzYMvKfF0Xf40MYwNdkI08AwhSyCsAVlmXZkJ9GaI0Z23pozRg8HAe\";}}}s:6:\"5.10.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-rtJEYb85SiYWgfpCr0jn174XgJTn4rptSOQsMroFBPQSGLdOC5IbubP6lJ35qoM9\";s:14:\"css/brands.css\";s:71:\"sha384-qVnmyLTtnGPGEN3HDG2MCEOXWH1Yk/i70lKRuV+gMCDQg+jblQlFGPf1mejWUyYG\";s:19:\"css/fontawesome.css\";s:71:\"sha384-hM7EQerc09E4O3zhtvF2iqcB4ZkEu9xkLQndhXdGGCEJ/sB4JK54SuKGmIC35UTf\";s:15:\"css/regular.css\";s:71:\"sha384-zuVEAfuEXYtKnHpmwmkhzwMdR2uek5gePU1XveESmScyRJHbncv8rLEAt+ofv7ze\";s:13:\"css/solid.css\";s:71:\"sha384-qPldrzmea0i8jhonuql0da/kQWeaXdQl+krGXcTQUdRUGHcXBfSrBbZLbyMcCWcF\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-G0mvrlfkz9DnjBCRmY8Wf7nC8wTxDsHE3pGAc7/4rDLh5+v9Z00qi/uyjjcDf1nf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-updXts+unDswrMsYxLc5R+HfSmF8CuEIOe48Rj3DoVoPUIImOT1fs26H/tr/H9gC\";s:9:\"js/all.js\";s:71:\"sha384-QMu+Y+eu45Nfr9fmFOlw8EqjiUreChmoQ7k7C1pFNO8hEbGv9yzsszTmz+RzwyCh\";s:12:\"js/brands.js\";s:71:\"sha384-0kDL5YEgNJjL/kNToZYEds3evLmosarb6OU2eKqRYu6O28jcJc121tjUC40sG9VB\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-Hg1lNcVEsyCqBb1J4/U9X9IW2DEhAKIBfBIE0J0eiWGEX9LEpEULwcsqoAb6HDgG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-5WtMZ7frOu4PgR22YgRSlercgEU28i5Zn39Svk6+2cg1MOigLDSsvXccsmJO2Wxp\";s:13:\"js/regular.js\";s:71:\"sha384-CYi/gunDGMYA12KV546MNRqsjbbWSyKgPjA9BwVMBQmIMhzVrjyUJwkV9uujzHLJ\";s:11:\"js/solid.js\";s:71:\"sha384-RbVpZhfPW/1SmcShwIOauawY5vJWxTCeEnmiUCiY2SbkrbKuSGTqJ9NnBUmcP95A\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gDM1aRghQ5DRg+fSCROSYawrJhbAHqa6Teb2Br0qRJtb+vRJlyU4U4xnmN5cwJ9j\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-XxNLWSzCxOe/CFcHcAiJAZ7LarLmw3f4975gOO6QkxvULbGGNDoSOTzItGUG++Q+\";s:14:\"css/brands.css\";s:71:\"sha384-hIpb1kefRKjC/r6WxN0S6Nai7+AuherqCoHKD0HNdXkbzJkZcS4o62bJ7ODiBWAu\";s:15:\"css/duotone.css\";s:71:\"sha384-B6+5TXCEkY2Io8b+v2Ki0aEWnpCFgBYkOzXAHY3oQ4tr90JpQC1RErwFbvJ9CRt8\";s:19:\"css/fontawesome.css\";s:71:\"sha384-1sdMwbsd8X7Y+nVcEr/4D35smQEaEd6Qz+R00Y+NPUkG8MyRa97RrX5I4nqDt6X7\";s:13:\"css/light.css\";s:71:\"sha384-dlxpRYGi8Pjg49IqtrDIVZmCOQZ//oDKDkoqbn/IXrwwQDP4Uf0ys6+eH1z9sfhV\";s:15:\"css/regular.css\";s:71:\"sha384-hKM7KqUOh6F2PI59uEhofbDs/5qHHdJEULlmNWJEQcu3D/5/vl5zpwBrveC4GAbI\";s:13:\"css/solid.css\";s:71:\"sha384-FCdq+BRoY+lV7Zy7HKKQ4zoywYLRyasGk6IrmrXfmYs0xIgL0QrPeEPTu3T4Uqcc\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+OTv1mrGtdzHGeAuFSVKpPvaMXNpUu+W+Xs4xYz2RgUlrBctmMyE3noRImN5j+ot\";s:16:\"css/v4-shims.css\";s:71:\"sha384-88Tda+TyAtJK9/cRRXAWdJjyE56Tg4ai2x7RoSEqSVodcInAoV0HNQ2ofaGCidyr\";s:9:\"js/all.js\";s:71:\"sha384-lowSFbzpSYKDOsvnpi2JVneSnkrbVjOTwcHOWpC+tj/YT1mxTDIB3ZqbtllmfUSC\";s:12:\"js/brands.js\";s:71:\"sha384-nyTyvpFz3BvQZucRUSSEDlyivN7GAC2Xhgl9M92o/rt/KfEZ7LkqusFXlCjM4DvC\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-eYjh/PZbsWw6lqYWtDM+NlcRs3pUkOk8r4mxv/x0xDjmYPXTxPKQ8ZNXxOnd0UCL\";s:13:\"js/duotone.js\";s:71:\"sha384-2j1n2yG+7lkO9CjnN1DSQOGJoDEaJPEr+TPmTer3pK/yD3bQ/Kk8bqJyS3LfCK26\";s:17:\"js/fontawesome.js\";s:71:\"sha384-sy0tjZ+ivgcg2wUVVEmLMO5wfntWOSyQaD7AQec0iXINci5JAP92T8sM4YldYQIA\";s:11:\"js/light.js\";s:71:\"sha384-vh/BsPXkl02OgBjk1HJkukipMWFU6vHADY4W3u9BXIrKjcRFw5Y5XikVLoLElHee\";s:13:\"js/regular.js\";s:71:\"sha384-p89srWlrnSOel/vi/SpBD/wyTTJhu+27jcfOazOCUnLTpcxG+NVuYs/okkO2JBox\";s:11:\"js/solid.js\";s:71:\"sha384-JzK2muq5DGAdfmBP1xyuFUAYGceTmP/Y84tZvRxkdtsjwuIcd8Hpf1D+5izeBUQP\";s:14:\"js/v4-shims.js\";s:71:\"sha384-z089sTZgTLfns4lyNCTpVbdQA6JAhOs6JXwRH4ig0M6EHPg+Lzp/hdcx2OHQn/v8\";}}}s:6:\"5.11.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-XLYVh3ZsmvjnjODXg/qvDYjcINmPLORACP+Tk6qA3jNLbStl84PzAeEz2Su02511\";s:14:\"css/brands.css\";s:71:\"sha384-ngkCSSyhFgmeG9/8GICGMwnX44Q70/NN2XuNgrpMHOAjXVjYwTvtQML/2+2EH5mm\";s:19:\"css/fontawesome.css\";s:71:\"sha384-saSWCOAroWA1DTfG19axC5l7ej+/lsLpGrQjthhULGGw0FKZqZmxdjRhWqjypqgH\";s:15:\"css/regular.css\";s:71:\"sha384-NJ6bXu66piTFdxVfLXmQuxcjGye4blIA4H2DybHqY1WFdYSxbKQo6W0G53caD7MY\";s:13:\"css/solid.css\";s:71:\"sha384-1Ln0i7HCe1LMHO25AgX/9s/3XzTLIMev2SYgQz8xSyXSa3775gIb15NIpJoDRYDg\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-utbeJwkEmotPPgnsjR2cFDH5mR1JrU1EX02CRdVYlT6MuuLA6/jK0M1UcDXBVNa1\";s:16:\"css/v4-shims.css\";s:71:\"sha384-QZ/09hWMymER1waFUW4M2iM55h3bf5FVf516rOAYf9G2mHSpAj+oo/6jrxhxiVq4\";s:9:\"js/all.js\";s:71:\"sha384-Zgm+jt84FBq52ezxzG1WPrUHXPTLraCVSuBDiGgz/mX0FZxgdkTZNephFvciYglv\";s:12:\"js/brands.js\";s:71:\"sha384-FYnxcuBilMBfd4M0z3ZhTEWrorBL6P6mqaDWsYN46z3iJszwg7yqVAft8mxPhWQf\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-nDF1UhY85TnH6TtkBtlcaTXQh2EGA+oy54oi//hchZ6BIO8n0yZOdEDcqy3Lj6SH\";s:17:\"js/fontawesome.js\";s:71:\"sha384-+4PGPfaOiBMXBdbxBpjj3c78flBTf1SoDBBbEHY2P8SuIKsjNJ59vjhjpMClcRVk\";s:13:\"js/regular.js\";s:71:\"sha384-sPFXZNRvY5NMeQlqaEJyF/3Lrrcqi+EowkFdHnHe2B5/GSLq+RN8eAfpDiFzWveB\";s:11:\"js/solid.js\";s:71:\"sha384-abaNJNBN26YUz3JKjkP/eHqZP+7EaMLIkyR/I4JNQXin7CWBKc81Tmgh2//K2gfd\";s:14:\"js/v4-shims.js\";s:71:\"sha384-uQinggJhGToi55IHZla+hhoeR3xafp4JLhuIZzag3QFHKDyLLolL8IuCRM2aLdxy\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-eRd7BE4pd4YyGL79iaO+/+GQtuNU464XOqRShZHNdRwR66wJIzi0UirzOFzuoMOo\";s:14:\"css/brands.css\";s:71:\"sha384-/DL+sGDGYNVXNSXzx8omqgYJuKJWhPfJC0j3sM06CPE7CKypUtyAtAburBBMbhWn\";s:15:\"css/duotone.css\";s:71:\"sha384-JrGJDz5LRxQ3s3dW4Av8oo0oPABX1FQPzGwpVizHFqVT7RXKd2suPslh8/k6EFvo\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ASwVckljSlVqrp7J4fCNW1Zfqp4GBw13f/oq/bwtr1KNG1j5lzKrfTpvoivwJZpS\";s:13:\"css/light.css\";s:71:\"sha384-SE3odAKV/Li06jtOem3j03b4qHD5AfOLS3ip3Ie7HS0QtdLJuRozlFcEiBnKhIjj\";s:15:\"css/regular.css\";s:71:\"sha384-v0Phnxb9e1tIN8ABEpuqr9+U98eA2hbSnnxnIFWqTyvwFd4QjVV9NOCl19hLotTv\";s:13:\"css/solid.css\";s:71:\"sha384-23irw3gzc0cirSOm9k0vC4Cb8339DDxFatLW9p83F4RsFK/1HuRvePKAltYrdlBX\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-c8uzxHbCxkqcTDgRCHmj0nVIK7Z72qzR5ciNuZIQQKWVMb0Trzdh3g9EmdybHyb/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-+/X59I6aJtu7U5st0yw42TmOgz2GTi80ici4b4Zr3fVKaib7AhAhXm17vhXVqNN6\";s:9:\"js/all.js\";s:71:\"sha384-jaxx6ehyna+t5i9JERhQruWpH3C/xGZQJz6/+xqO5C/eWWJ7ysIZIe9BAULfRy+f\";s:12:\"js/brands.js\";s:71:\"sha384-om6tKqxNyejPYGBkAEpF5czG8EOB93m9G17YUGoJgRtei7kJnA4P4+w73UfDPtLl\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-I8WM/bXtfWQr8u2t0OIaUfJNpTd6LnCbNnrQpaKQN4/Pdek5IOtrXdpcXpLwzCoc\";s:13:\"js/duotone.js\";s:71:\"sha384-tit+/K18O6+uMPCuvEcobuzvT7aFly7Raxqnszuar7OzNloVr2oIugu9S/T3MNgn\";s:17:\"js/fontawesome.js\";s:71:\"sha384-kAYceFs9TzH4f4HsWzAZvbE7yJRTcOUe2UeJVCdVV8AYbspSlxAIwUg7yGHrtSKe\";s:11:\"js/light.js\";s:71:\"sha384-zam67iVIo4OJbdPFYrgsf4Te4l96q61wYKpT72nLO78ICkwXk27OlsN4SQYHOlI6\";s:13:\"js/regular.js\";s:71:\"sha384-8QzBYxpPIH9HEZ96HhicnkJ8XYzELjI6YQabAc2ANT0wExEgzeKwnNdQM3B0YPzX\";s:11:\"js/solid.js\";s:71:\"sha384-vTIqr5UHlJnlDEDAZB19P3NuSQy0Ynbzj7w5ofBkLPpN1bb7N2uZ/z0GNZGCIFxW\";s:14:\"js/v4-shims.js\";s:71:\"sha384-56L2fWZDluSTJKVxfc7PF+HoFsBrcdkn/Wj79nB2pzTgaYmqLT5T2pn6PLbMvHHq\";}}}s:6:\"5.11.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-IT8OQ5/IfeLGe8ZMxjj3QQNqT0zhBJSiFCL3uolrGgKRuenIU+mMS94kck/AHZWu\";s:14:\"css/brands.css\";s:71:\"sha384-UMAQJEtrY4iFRXQIYIXWfTd0GPzHrhSPK1SJ3fEeGGgtkC3m5qhKESA0yOXahpmJ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-8dpIy0am6bmWHK+abUbC1sgkCSD6WstSMjjNB7JVa+rprKurA6xisqNHg6DESJWW\";s:15:\"css/regular.css\";s:71:\"sha384-5JoPxivOfpG9KRKbjXkqhwpMZ7vvAATGi77NPd6sC2ruJrWa/hKqoLBIWC1n1N/U\";s:13:\"css/solid.css\";s:71:\"sha384-20Qlvv++Kgw8B9SXDkUX4JrITPco1UXcaB1mkymQFgx8cM9azG2Ig9Sy3khBpWip\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-jv39B+1DxC6iSROYUwIeI9RUDrl9ckXFPOOlys2dTXchRTodXzqX0lm6GUwN4iLA\";s:16:\"css/v4-shims.css\";s:71:\"sha384-iJU+Et4BsM2cUxdymLmM7B8IF6IkyAYIcJRKroT/XuA5+2bWL9u+KJ1ZItC4bcdo\";s:9:\"js/all.js\";s:71:\"sha384-4Uei2cJ8mOycRxb1dxppaomro+V4vHdGuT3NfYGpENdgukEOcOrNB43OdzBiHdpZ\";s:12:\"js/brands.js\";s:71:\"sha384-q5JjSRgEoLV9cBFXvjGX8xxIxWN+LcGaDFBxSid/9XwjhecfXMQK9Ak7bcPSFT0M\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-LqGhhRx8iThhBm6ytksB4x9veweiV+qNa2soZmn8V37E4Nohq1ccRoaSr4o8YAGQ\";s:17:\"js/fontawesome.js\";s:71:\"sha384-jwx8I0tSvPLf7ZV1KwBdmXpCHgduVujQNEzmHuLEiCYql63uV/C9TCtdBU7E5TL/\";s:13:\"js/regular.js\";s:71:\"sha384-W1XmDNwB/NY1P/H0BiR107pc9NC7aTrPvwXbrZewndT3nyrmFm/7IIc0AxxcHQ/N\";s:11:\"js/solid.js\";s:71:\"sha384-kDwQ866HvlesMeZEZYvoa7AceBir+K+jB/0PVVSs/1bX0JtTvAm3aFEgOCOCt3c3\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gtnOUe72T7BrqVgxbkcbbwZGJLyyHFFtefPxPZ5t/rmQ7vMNXbxml7JJkSNfHmkV\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-sr3GDThhNP8BxHFoTK4zKFgOjcrT8vzaiLwnwU+yB31BCaNj3QMX6YVXcv8AeBAy\";s:14:\"css/brands.css\";s:71:\"sha384-4sG0FgVejJMQM47pqYyG+7afeARX2P0HYkQ8JCKf3ZqTcpJ3/SWefUFX8kdm8eYV\";s:15:\"css/duotone.css\";s:71:\"sha384-q4v2/qv2HhGIAcd04NDH2XuGq8Bzu+xNYUI3gcKFfWt09m/dgZlvUC0rQJ3KtGg/\";s:19:\"css/fontawesome.css\";s:71:\"sha384-O68Og25nY+MZZRUiP6gm7XPDuHsNC5DgKWEoxn6+3CFcGLRXuFihbGO/8c5Ned0i\";s:13:\"css/light.css\";s:71:\"sha384-Rg8mXhpzJH99uBsgdsCp9zXjkcsw/pm+s4Kgu/56eRQSd8SAszYc6hssH5MLusHl\";s:15:\"css/regular.css\";s:71:\"sha384-RjVm0cyaQYehIEaR5Tt+JDfgnUUtY7GP/N4rEglG6DxLUhzozRl6HTH5NfPQ0X1/\";s:13:\"css/solid.css\";s:71:\"sha384-/SNkE+jEmgiOubdXCmBU+e2fWH200um/crHWjo/Rni9rhQuxT4demqM/PAyc+tXU\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-9q0WPwNHncxttx1Sf3c/G9lszy6f82L4rYAYW+JF0PRBNvJ1mVyYivrsep7J+Fud\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1oMR0RRrEohmWSZo0t/tezQF1gyGc/b73Bba+qyZLEGdTAPORCf4p+pQm/iycsgj\";s:9:\"js/all.js\";s:71:\"sha384-7DVhSuOn0R5KmazSuDzmwQHOIPfU4+n8x8AifcGCoSOGATBJh55ZY41LSL37PB6m\";s:12:\"js/brands.js\";s:71:\"sha384-QRf6gn0gPrg4U0aYZ5s/Sx7xXy9gplYMzh82CI51530v89R9s9xGG8ljaSqYflQU\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-jKcJk7TgESeW6RZgq9/e8kTr0jRQ/JvaM//YDKwhF9wyvXk8lQs27OQ6cgv3FXTt\";s:13:\"js/duotone.js\";s:71:\"sha384-CeUA4+L5GZZwc5CGnvQVaT/Yrv5HuRydWW/QDCiXZnuORKxut4zKDa2WUaCS7fvo\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hvER25BD06AWxsJLW7cQmGKjQp9PSZttpMIo36kIq2TTPEhP4lIT3VMFul89Ym6d\";s:11:\"js/light.js\";s:71:\"sha384-qvh52W5+cWrTxhfM559wBnsSqplMQIEjQkHnAE8c6MViBcH1OKvI1u4IGR+26hZK\";s:13:\"js/regular.js\";s:71:\"sha384-owKa0I4sfD0ooTioBE3KJEbjcmAZi2LeCbkqHr7/vkUeG/U5OyCGxYlcz8axgnSe\";s:11:\"js/solid.js\";s:71:\"sha384-hNm7JVaYkbmX1gZWRwOXVFKJ3onp68grA2bFGmFSMCQueJbgNvKR+iItAjM/PiuT\";s:14:\"js/v4-shims.js\";s:71:\"sha384-1MuEmp8vgjvrraTYbqRjvuZbLs+vFg2oeN+87QTVYX2EAXM90T4bzBm7HIFFzAp7\";}}}s:6:\"5.11.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN\";s:14:\"css/brands.css\";s:71:\"sha384-tft2+pObMD7rYFMZlLUziw/8QrQeKHU4GYYvA5jVaggC74ZrYdTASheA2vckPcX5\";s:19:\"css/fontawesome.css\";s:71:\"sha384-+pqJl+lfXqeZZHwVRNTbv2+eicpo+1TR/AEzHYYDKfAits/WRK21xLOwzOxZzJEZ\";s:15:\"css/regular.css\";s:71:\"sha384-zgXo5aJZxI4cJSgWSRtbv7q4JB6PzrmOTAWiZt2CqN25ifeKsCuQZ/pUNoPgjcTb\";s:13:\"css/solid.css\";s:71:\"sha384-doPVn+s3XZuxfJLS7K1E+sUl25XMZtTVb3O46RyV3JDU2ehfc0Aks4z0ufFpA2WC\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PCpLTPQTGcSAXFltutjYRSDJAXJItRY88oa9XgNyYJuwrgJGx+uNVmtGSDS2PPvL\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/EdpJd7d6gGFiQ/vhh7iOjiZdf4+6K4al/XrX6FxxZwDSrAdWxAynr4p/EA/vyPQ\";s:9:\"js/all.js\";s:71:\"sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1\";s:12:\"js/brands.js\";s:71:\"sha384-b2GpqFrJizV0BUEdbrITdOA5HnxnlrErt7MlEERWd6NSJ32rHeibEvyyCuA13OAS\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-b1XIrGvAvE1F4q9vHz2OmkU7bBKvxebE+Q/bW+d4lG90kACkPFm/ZQuS9tlTwVD+\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EYYaHDhIRoBhd/Ir/1fPnxg9rZLk/55lKtlNT5KrIcONoCS2kjf7ZWzMoCLLACeo\";s:13:\"js/regular.js\";s:71:\"sha384-vIxiYcREJ+yKr8tRXG0gCdepcyuhCTkHwiTdG0qVTHSQvjO0pmllh1QAy93JYsE5\";s:11:\"js/solid.js\";s:71:\"sha384-Mf3ap7OwO+bjTkzM1RsrothLh38uKXvMWJ2TQPXGHqZcqfeI/cyCV+sfV0IDnBDq\";s:14:\"js/v4-shims.js\";s:71:\"sha384-G5fIV0dSzZ1nDQSh+B5u3TRX2UtPcd5UWyi2WS1fZIpJQ/JpJCdShAZ+wmILZ7Qd\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-zrnmn8R8KkWl12rAZFt4yKjxplaDaT7/EUkKm7AovijfrQItFWR7O/JJn4DAa/gx\";s:14:\"css/brands.css\";s:71:\"sha384-dd+UlUKIkNDLBFy2GZJRdMODxfdUjx/PanzxBbsXaRBkyjHzUeDX3mj6q53uL825\";s:15:\"css/duotone.css\";s:71:\"sha384-tHth4ugEmPOZTBSN4Hi2oYiHY6vpxIL8clasFZidKyR6Gm34+U6wx6A9eZHqTs2W\";s:19:\"css/fontawesome.css\";s:71:\"sha384-bQakmC+XBF+eCf93fSR/57kAeX91i0BDyXyj8My8/e/3Bcno5zhEGM02xNvpXV+2\";s:13:\"css/light.css\";s:71:\"sha384-yNf+8hATd/MoR/yfZG0nBBtjTfxZEM1rJos9BgjBaVuLcu711wcecTXBlfS91nfj\";s:15:\"css/regular.css\";s:71:\"sha384-H5RIR1XTDkiiLdUTNtbYvWKpNd2qsPBeGzpT5PD495znZL9JCA7119EMPNfCASw1\";s:13:\"css/solid.css\";s:71:\"sha384-LkNnzh6wVxsC0m3vcQ0T5L6csSYpgSYniG/AKJqWBsHT7PVpeO0QHkBw4dW1WfVu\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Mh++Qzb28x/RVEo6SYO87IyopQpwhzveyGIVg/AfbCLCEHUINYcCy24fkArgPFNc\";s:16:\"css/v4-shims.css\";s:71:\"sha384-A1hDH1BUL9ZdoEFsPEJY4LRFhu70QJj+RaY50Zoqd568i+ONa9LHCI+uoWDT0Lut\";s:9:\"js/all.js\";s:71:\"sha384-S++1cFhwpxbtRScUliTyprAMK33gMHbukurY4rNyt9CxIniGm6PfioUsQPoAITQJ\";s:12:\"js/brands.js\";s:71:\"sha384-NuqRsJYX4n2gSY6iMRHPZJxtpR40C8Lc/CV66yyeP1Vu5W2QSuVyPxMRpRIGihE+\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-GLrjh9czojGY48hc8pYlf/3FRNEBu9OWvNAta7SMilmijx8+ciGGVZyD+VwV4FVP\";s:13:\"js/duotone.js\";s:71:\"sha384-uO8Ntsr5QW0kAl13UUiYRBDhu3foxlKI+jZjPBApRxFDX2tgO/GYiCXIYiGixOU5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-FdPoPmNNPrerz9uF/cNSTyPmNCRf6b81QDEPk0JlXAaailLV3DT9yA8plMzyffNZ\";s:11:\"js/light.js\";s:71:\"sha384-zE0WHJZIhNaysmywEoQBm6THN0uK5wAyfKWoN6lJPGOlrMB8hf0Yt4/+bex9jZi2\";s:13:\"js/regular.js\";s:71:\"sha384-+3mzeMYwSyHPQfOsqYlwcE3OSC7aI/+DjyVLkBxqWP9O+JyoEtzidrSonbNKh1uy\";s:11:\"js/solid.js\";s:71:\"sha384-9I7yL3g1YvBlMZjZ0bWzPqP1m3Ic5t3EgFq/MqNm2r8FUxDVowt7dO4S1IFleLqZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-+Onl+wOd5BbZvaC8Q/mQUO3lZAqsUyD+xqhS57VlU7gIpqXBMcS9Tw94A9uMZRwX\";}}}s:6:\"5.12.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-REHJTs1r2ErKBuJB0fCK99gCYsVjwxHrSU0N7I1zl9vZbggVJXRMsv/sLlOAGb4M\";s:14:\"css/brands.css\";s:71:\"sha384-ouytoyjvzHVJu1m+KEtJ+2Ys+WFsXUlknprEuQAUs62XNn0shj9U2QeTwdJQmPR1\";s:19:\"css/fontawesome.css\";s:71:\"sha384-VoScp22LWX8GkkUAmdkkkj+rz+/r84lmCD6FALIryJxjwBSz6kE6oebSlamQx19e\";s:15:\"css/regular.css\";s:71:\"sha384-uUtN9GUP/RxDz5kko+qO6znqTP45OrABIxrrPhm8tax1s1huRxYCF7xDm+YunNDB\";s:13:\"css/solid.css\";s:71:\"sha384-9AfJF7pZ+RYk3wXpf8ge6fc3XhPaW3Xl57Qj/mSzPckn9Tu8zJ9qUipWq+/utX20\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-e3I5IwYfes9z/NL+oosxhrbsLa9R8TaEY+Krsm07Fcz7q/R+8nswvn20QsrR8tsb\";s:16:\"css/v4-shims.css\";s:71:\"sha384-AL44/7DEVqkvY9j8IjGLGZgFmHAjuHa+2RIWKxDliMNIfSs9g14/BRpYwHrWQgz6\";s:9:\"js/all.js\";s:71:\"sha384-S+e0w/GqyDFzOU88KBBRbedIB4IMF55OzWmROqS6nlDcXlEaV8PcFi4DHZYfDk4Y\";s:12:\"js/brands.js\";s:71:\"sha384-NLUhiMQCi+OH3uxQu0Ems+2GYt6KJ89f90f4kZlK0BoDB63kHZqAICPl7nQHppJy\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-PpGSW7GgJeChJyQc4XW1MIgUrRkMZudoPYOYAqGERZ+w8ammaWDBQvHM3Qp85XCV\";s:17:\"js/fontawesome.js\";s:71:\"sha384-aolToWrR1Hn3EFHDZtvTl0mtjuJJKLxSu/6b2tlr1g9dS+RLt6QVshweU+2e1v6V\";s:13:\"js/regular.js\";s:71:\"sha384-LCyqT0dvDekY5RP1UquYgUJARvp4tHVJocO5ICwoWSyVoSXrKpJrRrDYxj7+ukHO\";s:11:\"js/solid.js\";s:71:\"sha384-QsXs4eh2k/7mk3dvvNMhJJDjh8UQ++vWm4e7ULJ1UZTbOv3wQOzn+4ULg5iLW+Ph\";s:14:\"js/v4-shims.js\";s:71:\"sha384-NNQFVmb048Dmy0GH4ex0kGVcjxaPeY6JA1+ImM4Lsfr4HOD5CNMvCSoIfjeJJWX9\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-ekOryaXPbeCpWQNxMwSWVvQ0+1VrStoPJq54shlYhR8HzQgig1v5fas6YgOqLoKz\";s:14:\"css/brands.css\";s:71:\"sha384-z3CBOpMFSI4D+GXPvBsSW5vXhm4MEzWuC/CycHv+vsuzuztOzPpomZimFLeWNOgk\";s:15:\"css/duotone.css\";s:71:\"sha384-SnqCl1xqt09zXtBnCqJWrwMR2wbeWfxeAEB8e2QuoHdWNY1V5k0HrDi889EMHehh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CtsKDnRWWHDhjRZ5qgpCFCGpib2FU2SChFu0xRt81grgvXq1P+lbpROQoBLxlU4o\";s:13:\"css/light.css\";s:71:\"sha384-i+ivMdAc0+wLEnd+UdXLpYGNTbyn/0Rjz7EqmkqEOkfat5/2T+S63wn3WDk6h4Yh\";s:15:\"css/regular.css\";s:71:\"sha384-hCQzyeTkj8xmAEG5HT7Hx6t6DUkpTM34rr6FHL04J4AWtPtryU6EjsEDb+Gf17KD\";s:13:\"css/solid.css\";s:71:\"sha384-U9f9KTMQ1TBvUUFLpp6FgAy1M59lrF3q3rYTHPRVtT8OzY3xyyFUzKevJFYHEbhq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-CpTDS+d/m1rbSfuYxoVJXNCmq6ovovJAD1qgFE+K1Vf5N/n5Nt5yEoZq1UovRsXR\";s:16:\"css/v4-shims.css\";s:71:\"sha384-w49b1IAwJTEsYuPUW2QuSzpWNnhksbL+b/1q2eGObJ2CVV/HO5ubRS4jyMLB4cGs\";s:9:\"js/all.js\";s:71:\"sha384-t1m5KR+UJYhp5D1IG6cS5MuYjxDyh/lIkrB1YUpSPfGxgR4r7pA2xW+KoAfcE5IZ\";s:12:\"js/brands.js\";s:71:\"sha384-L2A2TL70Fg2x6gHvF0zTdYDo163eb/op5YdWXAr/rWfprmIjt6Ib+mdHv60yzNh2\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-Tj7c3TfdpwGV2RqPFYgEbtUTrY+wJeAPDMsuUTvdrbMDWlP6gpUN6LNbXNf1C8BA\";s:13:\"js/duotone.js\";s:71:\"sha384-wAGnJyD+rhKARbazT5ohAk3YosShbJZGkuSG5lrKQOfQpG+7Q7o6ZmAvNqeJ7mFf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-YdKgBdzRKP5F/uorpoOtlS1fRNfveZicpRkkQTn0pQdqGWQs6AMr7Jby3mA/G53+\";s:11:\"js/light.js\";s:71:\"sha384-VuS+lIluvKV9KjbEENEaZi4Ixed0QRYlUr6DI6+U1vj/rOfMP7wl84Z53+fMZXM5\";s:13:\"js/regular.js\";s:71:\"sha384-lS00sjHGt6pxefm2C7siOngllQ0WM3NoXEgwBb79KI3nh2iB5F/vkL7q09F/Z3tj\";s:11:\"js/solid.js\";s:71:\"sha384-ejND26kSb92qqj9cH70EMoR8jytCElYWiCB0v+JkXBz6+2ccBkNJkJZuMmrXY9L+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-xCtgvUZSTFqAix3U6PrST0KLLMXPkzVPwXq3AbYkoKi81K4Ppryd5D8lUII1MeU+\";}}}s:6:\"5.12.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-v8BU367qNbs/aIZIxuivaU55N5GPF89WBerHoGA4QTcbUjYiLQtKdrfXnqAcXyTv\";s:14:\"css/brands.css\";s:71:\"sha384-+2AYGyI2bR10NExh4Lu/3NQmpNxck8EcRE7aATrMi9QQ9OAKQAQw1bcrlWkp0tdM\";s:19:\"css/fontawesome.css\";s:71:\"sha384-C1VkjHy10mh0wo7rz2xEDdqrfn5C+AJpaCpUyScFHzKb0mnAU3I//2RrdAE+LfQ6\";s:15:\"css/regular.css\";s:71:\"sha384-ZYhRqsbjqPY5BrYAS/7RLN0cbKU9T2MfB24Lb42Gyv2BHvW5sujo7gc5gXEReTq9\";s:13:\"css/solid.css\";s:71:\"sha384-yiUBjfJC2dVbhAEtVzEfH+R8ZQJ91V1C+Vtr1ZDTX+gUBZWrNyVrs/Nvc1fzi8GP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-XBFwYq8dzGeC/rGkEgveavwuEU0D16mIKfWeCX6deYzhMUaa8GX4CgA5c/YHP2xo\";s:16:\"css/v4-shims.css\";s:71:\"sha384-C8a18+Gvny8XkjAdfto/vjAUdpGuPtl1Ix/K2BgKhFaVO6w4onVVHiEaN9h9XsvX\";s:9:\"js/all.js\";s:71:\"sha384-ZbbbT1gw3joYkKRqh0kWyRp32UAvdqkpbLedQJSlnI8iLQcFVxaGyrOgOJiDQTTR\";s:12:\"js/brands.js\";s:71:\"sha384-KASsDRWwlErb8dTf+e5TxRXMnbXrVlbPbn1hS5B/yS4vNsF7mHHO+Gw1bBDhcyOt\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-fHnSzPZE3xYvvXY0y51vln9J+Jd0eK4HughCkcA0NsBpmAGgU97n65RbDqUgnWf1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-H4naMsxnUrIT8qihjWfwIKXi5biIYnqUsQ+vIJGZIKfA+7/O3FxgvMrdH77X+aID\";s:13:\"js/regular.js\";s:71:\"sha384-yUk5aOIIy62R2bRFbFq0+bo+ChWYs75cusETAJ1KYvEMRiEbQZmNU6u+PK60t536\";s:11:\"js/solid.js\";s:71:\"sha384-OSCcNUu98kEBVxq0vZaBr0wdmmd2ojuJwvWuSRKD0V10PWmvTetja8mxGfZm5PsV\";s:14:\"js/v4-shims.js\";s:71:\"sha384-/OZ1Lht4J1/FfstamqqFX1tF7PkDWDKbvat1bkWByC2KRJwGzm/H2bVuw8N4SD8y\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-TxKWSXbsweFt0o2WqfkfJRRNVaPdzXJ/YLqgStggBVRREXkwU7OKz+xXtqOU4u8+\";s:14:\"css/brands.css\";s:71:\"sha384-oRjDIXtfHT9YAjxHLAbf8PsJklTJN+dl7PmnAlOTYJhNAspi+/xgU4f12vi5xGzz\";s:15:\"css/duotone.css\";s:71:\"sha384-qrJ30c8jzW/3IOQRl4RddzzMsw3YIUWq5YhHW/8D8EJnS+5J13GpCGVEVI3ELc/W\";s:19:\"css/fontawesome.css\";s:71:\"sha384-k8n1hWo+b1vuRb6E3KATGC++lfNDnJTtJ6pS2BFF3tp/OshnO7uhzoOj/zJbGfwg\";s:13:\"css/light.css\";s:71:\"sha384-iUpVK/Fzq7teRSWAUmJsnlccV1OgC2fMpgreA8gxAm68UxbZPiMu3GP4IbKdKIUh\";s:15:\"css/regular.css\";s:71:\"sha384-QprxpKrx/cRYKXmWVkM97ert3857dCN6bbf6cRMELoa1+IYdsHoqweHwJksEfb0j\";s:13:\"css/solid.css\";s:71:\"sha384-uef1Ib3WhVuFbw7CZtyE+4IDCiKe1/bGU0vJ2naf8VQHKAeA67yU344LBk/H6nhx\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-GucW5chDMZnyGPL1yaIe1GOHu/X7ixbmNjinYEIVr8a4Q4ewZjgipeXJhVi1lsrd\";s:16:\"css/v4-shims.css\";s:71:\"sha384-58YCAaXf5eAJ+1vna1eEUPuU+Ez6EhIPG77PXmK7QciGJsDNAHt2D8ke3vDio+Hz\";s:9:\"js/all.js\";s:71:\"sha384-RiuSF/PBDHssKXqYfH16Hw3famw7Xg29hNO7Lg636dZXUg42q2UtNLPsGfihOxT9\";s:12:\"js/brands.js\";s:71:\"sha384-yrJPiY+1PdmFAwIfz5kqOJt6qBz7DmhXnjLZWLQ9FopoqnhHIBdOQk6hafYoSquV\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-bIg1sG9EStRr/9ohrrZJs0/uTEvUEEOO+NWuOAsIj3a1ZCHqvWUW6w975b4BSbqI\";s:13:\"js/duotone.js\";s:71:\"sha384-1EFXmt5rBEAK6aeEt/mZiYu0QhdFqz7oRm0Kc4xKyZ2IkrQYBc5F77PWXv3Jl4jY\";s:17:\"js/fontawesome.js\";s:71:\"sha384-P6BxA/EZmb6ypE1RKWOU6G8Ww/wI6w4R6uP6u9mkq3uaBehDQxHOLax3fLvDqkvt\";s:11:\"js/light.js\";s:71:\"sha384-08D3jBd9Co2q3IJB/9qnaukQ4ZhFWVLATRpNirJUQ+yQ/oUORDPfJ7Z2OWySf7/A\";s:13:\"js/regular.js\";s:71:\"sha384-zw99I3pdjnsTnY9W+2pz18pxMpOw12uAiVqYL4dZJOf0Lm8dio2v03Y0L2wzECI7\";s:11:\"js/solid.js\";s:71:\"sha384-Jr2b2cxzFQ84TxM+s7yh1jUu1f4FLCHQQDT3ZeBYZNQo+xvCw52PmB7GbC9yqSqA\";s:14:\"js/v4-shims.js\";s:71:\"sha384-sLzGuPzMXKEht2hBPBvC5ere217qvxFZ1AogesHLWdB5ojWBInm4wE4J+HV7PB6z\";}}}s:6:\"5.13.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V\";s:14:\"css/brands.css\";s:71:\"sha384-yZSrIKdp94pouX5Mo4J2MnZUIAuHlZhe3H2c4FRXeUcHvI2k0zNtPrBu8p3bjun5\";s:19:\"css/fontawesome.css\";s:71:\"sha384-syoT0d9IcMjfxtHzbJUlNIuL19vD9XQAdOzftC+llPALVSZdxUpVXE0niLOiw/mn\";s:15:\"css/regular.css\";s:71:\"sha384-rbtXN6sVGIr49U/9DEVUaY55JgfUhjDiDo3EC0wYxfjknaJamv0+cF3XvyaovFbC\";s:13:\"css/solid.css\";s:71:\"sha384-fZFUEa75TqnWs6kJuLABg1hDDArGv1sOKyoqc7RubztZ1lvSU7BS+rc5mwf1Is5a\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-zMDYkJEHc2iapAk7o9HXGGD5N2+GGhOFQPDdNTYvlcc0gBA5r7r5f0aSYeCvm0qn\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/7iOrVBege33/9vHFYEtviVcxjUsNCqyeMnlW/Ms+PH8uRdFkKFmqf9CbVAN0Qef\";s:9:\"js/all.js\";s:71:\"sha384-ujbKXb9V3HdK7jcWL6kHL1c+2Lj4MR4Gkjl7UtwpSHg/ClpViddK9TI7yU53frPN\";s:12:\"js/brands.js\";s:71:\"sha384-c4QRk2vaIFBj+66H3IMCeLBpgmeNbFV8HqOs55qMib1v/dM3JXdodyctPNa9hTyl\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-sDmAMseQ6ZkNcFsP2c8NLyUmSqzUpn9PdoWqr/IP+mXZANSiuN9/09SKaEaMJ39l\";s:17:\"js/fontawesome.js\";s:71:\"sha384-/uNTArWag0fq+MOMnITxuc/uQTqh5NVc+1x0LO4xG//FFwUa8Xff8zrZXIpETdf9\";s:13:\"js/regular.js\";s:71:\"sha384-5FWE8IhPJgMtacw/tJgCapT/ag4ftBYmykFO3KUsozTQ9JKaQhH2oX7RZdCDyWxg\";s:11:\"js/solid.js\";s:71:\"sha384-dCJKkv4KgC8c4IlevkK2DC4yY+rQidnMOt91EmILDbdn8M6cdsjaUbf6awWnsCaZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-XrjUu+3vbvZoLzAa5lC50XIslajkadQ9kvvTTq0odZ+LCoNEGqomuCdORdHv6wZ6\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-IIED/eyOkM6ihtOiQsX2zizxFBphgnv1zbe1bKA+njdFzkr6cDNy16jfIKWu4FNH\";s:14:\"css/brands.css\";s:71:\"sha384-YJugi/aYht+lwnwrJEOZp+tAEQ+DxNy2WByHkJcz+0oxlJu8YMSeEwsvZubB8F/E\";s:15:\"css/duotone.css\";s:71:\"sha384-oRY9z8lvkaf2a1RyLPsz9ba5IbYiz1X/udoO3kZH3WM+gidZ+eELnojAqaBwvAmB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-tSxOKkJ+YPQOZg1RZd01upxL2FeeFVkHtkL0+04oWgcm9jnvH+EQNLxhpaNYblG2\";s:13:\"css/light.css\";s:71:\"sha384-HLeT9I9TL5c2ujLOZhv6z58D+FdF5R//KTyhCOiYBp1ZX9ZEdaVKPxZmzPx/tMWY\";s:15:\"css/regular.css\";s:71:\"sha384-BPtrG4jSUTPogkW6mA5hAGjvJapJnnMa8tKHQOR9MnrINanXN/IGDInK/SngoAFb\";s:13:\"css/solid.css\";s:71:\"sha384-9mSry5MRUHIfL5zghm8hV6FRKJIMfpofq3NWCyo+Kko5c16y0um8WfF5lB2EGIHJ\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-9WuNcdGCglpaefA1oUecTWMQL/+LmrCJiJJM+pDHX+82lfkj1CKUYLc6DZJQ+1/s\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/WH+7sthk7TduL5PHd16Jew3Hd7eKInsAclAq/MoZWeyR4bMgUj12MSN79PtHEjc\";s:9:\"js/all.js\";s:71:\"sha384-Z0e6PSokCQP510gixgZGPs+obVv8eogS/eS2+/7lLSMOfmLnWBgPQppPispQXGUM\";s:12:\"js/brands.js\";s:71:\"sha384-T90KA1rFqB4OFs7EjJ9EGjXJkOXPhELY4hLaFVnB0LaTNUFGn3QyzNJZh307KVVc\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-8g5Au/J6e7pPZjkCDisd8Jd9psYpdlosRUbac9lOdXAADXrNgc20T1Xc24eIy3I7\";s:13:\"js/duotone.js\";s:71:\"sha384-dkbWEvgccxMcr38iB9BWNiExUnolXcLY54hGUJkFUqThvx5XsvcEervgRgRWz5fl\";s:17:\"js/fontawesome.js\";s:71:\"sha384-bU46hq+Od2wfS4XGCT7Ab5XmYYYY8LURSiGsr4YLIrUWBPeImW/B+OkFEcHhOzuF\";s:11:\"js/light.js\";s:71:\"sha384-ipYj2yPBG2ozjlrUCd6AheWkvEpqcCQNY7yxX8wDoIJc5Lr1zVXAE4sKB3hVfjfT\";s:13:\"js/regular.js\";s:71:\"sha384-5CC2/v59nxbyM1595fgM84ERvZXK5WbpCnB9/dd1gTJc2LyitbiKhULkaiXZNj6V\";s:11:\"js/solid.js\";s:71:\"sha384-Imz7xdjp2/vTu6azMFMusPHfSLwcYmj5ZWzOXv3esrLD8IDP9AMA28bwpJZwaR1g\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ZbnNry/TJ2Ald71QRyefS1elxArPz0oOfiNFxpfSO0Yb5lnnftVJMFbENL3j0hCf\";}}}s:6:\"5.13.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q\";s:14:\"css/brands.css\";s:71:\"sha384-pmyS4Hp0pc0tA0poF+AKYeURgyIgYLt12rD/6gLC98rTImbSYIe75vT2/3jK4zIh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-O6duc3QftgMWW3awKiGYswymy288kVFZgGWC/4YCl48Y0codWJRgs8DA0N4dX/zx\";s:15:\"css/regular.css\";s:71:\"sha384-aDoEE1PtWF0YZqVk7el3O+QPApPko7v9/7VYyuzjhHWwJ3cmn0m7xE3/FkHSpPNT\";s:13:\"css/solid.css\";s:71:\"sha384-wG7JbYjXVhle8f17qIp6KJaO/5PsPzOrT76RgvdRGLHj0yXZZ3jg98yb0GNRv1+M\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-CFCaxC5Lp+1aYrNgJjxz8bNrgnzVPnSxma3pb+m90jym25B+q2vYd3JfLQR00SNn\";s:16:\"css/v4-shims.css\";s:71:\"sha384-KkCLkpBvvcSnFQn3PbNkSgmwKGj7ln8pQe/6BOAE0i+/fU9QYEx5CtwduPRyTNob\";s:9:\"js/all.js\";s:71:\"sha384-heKROmDHlJdBb+n64p+i+wLplNYUZPaZmp2HZ4J6KCqzmd33FJ8QClrOV3IdHZm5\";s:12:\"js/brands.js\";s:71:\"sha384-Ay9V1h0l5sywM7gJ5YvOc05QytfKqZAElRgqU5kPcIIUAUBqLOYwu9gnW6p5t/FN\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-xDU4X/EdF/mFSa0TktUKBTHd/td1gTc+xWNLKdYcvrAUZExjiWhDnrLM4lGkqzeH\";s:17:\"js/fontawesome.js\";s:71:\"sha384-4NJBLvz0eHSgtSVDb+VOLh4cxmVluIBqCaNw97NvJAo18r+qV9pze1g4YnhB/X6Y\";s:13:\"js/regular.js\";s:71:\"sha384-omrmE/gvA72r1j409JaSn3V6w5f7Mx7GZpjB8xqS4nLwGpT7Zj2obev62Y9QcCZr\";s:11:\"js/solid.js\";s:71:\"sha384-81RFXCmeESYg4G/uFGo6Tu/eeK3klw0oKItW3nPhi2BuryJcE4lkOkwWsW6jzoNz\";s:14:\"js/v4-shims.js\";s:71:\"sha384-CtI1i5e/58ZMUgZkT75wgboNZAbEXBNToPY17SfEmfyKvGuJW7DP418LdXkjI++F\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-B9BoFFAuBaCfqw6lxWBZrhg/z4NkwqdBci+E+Sc2XlK/Rz25RYn8Fetb+Aw5irxa\";s:14:\"css/brands.css\";s:71:\"sha384-e0CAD3LQqbxBCI1WW9pe35Vr+ogbg41axplGx9yY6Woaw6h+zHnB7v4sVuZjHDnK\";s:15:\"css/duotone.css\";s:71:\"sha384-jZslG/z2CMKpawOGi2BzAUH7QBRu5umkFNeP0Op1SZksaT8WGx5MuZazFfE/XR9h\";s:19:\"css/fontawesome.css\";s:71:\"sha384-eKHMjnfl7jrOmk1Fw4dpPDTetBHFOho47C/omrsmBVN2ii45aI8s97OUFVtGg1CR\";s:13:\"css/light.css\";s:71:\"sha384-N45G0WPo8CMcXE4y+hOnuWLp2TJxNbhk/YbM4GQEymB5fPGzOXVH+er/7Z15oBjl\";s:15:\"css/regular.css\";s:71:\"sha384-h1Eirl+AlKkBdUtIMW1hm36KarFrx3iEfjcnTYKeeUdZTOsT8hLDc0lnlNG2jPn5\";s:13:\"css/solid.css\";s:71:\"sha384-F78AVlY1oEzT5bXRSwVzraqWTcbpglP7ILEEE3rmu1gIfm/TUo5gpdN4YVfvp7Xj\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ZFFudtU+0nvUFj6ogUZSspaq7QhLb6JJX6jSIu5UiZAbZMhnBJfNwZahptQ4MQ/i\";s:16:\"css/v4-shims.css\";s:71:\"sha384-He820UjOck3Qu+A0dH2+CmHOeYAYN0kqRW3s6hHC/Jzu8IXSeZF2pn+lgVpz4KuJ\";s:9:\"js/all.js\";s:71:\"sha384-RFburpZVVirucdjarLLIoBiT+LY5YuPB8XboZYWRuWpElr46csH7Ia2nsHfkfBZF\";s:12:\"js/brands.js\";s:71:\"sha384-bM9U2rf0yP/4jsztQkRVwJnqtVcLJzwAMaVgd4sfQYxxm0ru+TieQ4ZaxKW4vsyo\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-DuzRvwD99f8XqXEPIxkpB1F+Ik6c2AZMj6gWcEDwFUCAgtVSelRH9Dos4SMxw/+i\";s:13:\"js/duotone.js\";s:71:\"sha384-uABtWM9HIHso7RIYTkd4w0zB8IgL/hTcPNyYTVA62Qw0lK3umduLb+vIYtXCd6W8\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ta21ZAqXVyXVqLCnHENnO2ULnrJQzNdGFAbMR1nbZOSV7PcTcZVIWZJCCcRYy2Q4\";s:11:\"js/light.js\";s:71:\"sha384-+8Y6x3Roex77ZBdaQqtTN2QKu/TIOdzoswRYxryfW9ELmUxMTYLgzdz5nlA/3ndC\";s:13:\"js/regular.js\";s:71:\"sha384-sSHWg/dKYjGSJU6C17C2qGImASfPcJqy2BaW/iTzifkPJmzprIMH1tl4/tIbWq8M\";s:11:\"js/solid.js\";s:71:\"sha384-VBOdkc1roPM6EIGTBi2yraUNs04SZ9+TsLzF0vIecIKYf6oXYxAYgjzMpH8UdZYh\";s:14:\"js/v4-shims.js\";s:71:\"sha384-iwdWtJevtQK06+Bbqeb7Oo+osfnPQWsHQWR+5SeND0soWVUGjfyRC2XdttrYI2j+\";}}}s:6:\"5.14.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc\";s:14:\"css/brands.css\";s:71:\"sha384-MiOGyNsVTeSVUjE9q/52dpdZjrr7yQAjVRUs23Bir5NhrTq0YA0rny4u/qe4dxNj\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PRy/NDAXVTUcXlWA3voA+JO/UMtzWgsYuwMxjuu6DfFPgzJpciUiPwgsvp48fl3p\";s:15:\"css/regular.css\";s:71:\"sha384-e46AbGhCSICtPh8xpc35ZioOrHg2PGsH1Bpy/vyr9AhEMVhttzxc+2GSMSP+Y60P\";s:13:\"css/solid.css\";s:71:\"sha384-TN9eFVoW87zV3Q7PfVXNZFuCwsmMwkuOTOUsyESfMS9uwDTf7yrxXH78rsXT3xf0\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PB7dcmSOBXciTYYzTvxdvcCEy4k3woMwwVAtsIA3LUQyKW21C7UL9EcGtd6IRNLc\";s:16:\"css/v4-shims.css\";s:71:\"sha384-9aKO2QU3KETrRCCXFbhLK16iRd15nC+OYEmpVb54jY8/CEXz/GVRsnM73wcbYw+m\";s:9:\"js/all.js\";s:71:\"sha384-3Nqiqht3ZZEO8FKj7GR1upiI385J92VwWNLj+FqHxtLYxd9l+WYpeqSOrLh0T12c\";s:12:\"js/brands.js\";s:71:\"sha384-V7gsTxvUZaeC6NAsCa24o3WvPOXwSsUM8/SBgy+fxlzWL3xEGXHsAv2E3UO5zKcZ\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-uMs7U5rgbKM9mJ/p05oZ+z+8uK1lwLhl96KWxP5odG0wm26IfhzgKQ0ktZnc2PYP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-DNo9bmYZCHLtp0n0l0XA2UsoRHX1nx38aRP+p9yoP5A8kVTfeWG3aySMOq5FD/v3\";s:13:\"js/regular.js\";s:71:\"sha384-zHXcIX0meH+eFgqCa9QdLtYfc+0p7KcF4fVB+gMVFjV6rzYv+LxSIuF5i2eGVDlt\";s:11:\"js/solid.js\";s:71:\"sha384-4RG3cEPIlCBy6VNzxM9ZoEwZW+65ed5JDOfaJAnQqwV6ha/jZDJTXjFmvjFM4bk4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-g+ezV6Pq6549QkJkkz2wmW/wpazNaliTdSg/HX4bKsQ7S8cfyMOiyAfzfWPtlVR9\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-VhBcF/php0Z/P5ZxlxaEx1GwqTQVIBu4G4giRWxTKOCjTxsPFETUDdVL5B6vYvOt\";s:14:\"css/brands.css\";s:71:\"sha384-DkuHshSFBB5Ozmaoq36ICABPCsIIbamipzuH7NO0sxDIDrJloLD43yBzNLI3gxS6\";s:15:\"css/duotone.css\";s:71:\"sha384-QRFqAT1IRNAzMGALiXfanFtQEBoLDPPh1vnrMbxHa+UeJkCTHO3TpYXHQ+GK1pKg\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CAxg0L30Vie2vI3AniQ4UA+pSswoJmr/MK5Dl5DP9YlE1nzJn4z5updw5S3i/Nsn\";s:13:\"css/light.css\";s:71:\"sha384-LmKkPHDqucxgmrtLKWrMGZc5nnHQYAdFkSzMtl1OcvTZn4pebmVziSZPtp27MA6u\";s:15:\"css/regular.css\";s:71:\"sha384-izRgjQadEFrlAsdFZjlQ4v6Ff2E0R02RwYZwdL8lrt398rQmLNOFYYNk9qQoqjDP\";s:13:\"css/solid.css\";s:71:\"sha384-qJugmlTDyF5CNuv00JB+04BCmCVi5C2ZZhsIVMX0wxWr7U3ZuOsmO+nOLtoTxeWG\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-EjLtrKO3gucE2cOzLw8A5aJpQ9oXEJTxlTkbLrrL4JR7xGLPI8B1fyK3ygNxeLxq\";s:16:\"css/v4-shims.css\";s:71:\"sha384-oydBLEZZlqJqf0OWwXyyj91mRqrL25j/VMAvTl0BA0iIMoJGDTSksMDnqkl+TWLA\";s:9:\"js/all.js\";s:71:\"sha384-8nFttujfhbCh3CZJ34J+BtLPrg9cGflbku3ZQUTUewA7mqA8TG5Uip4fzQRbERs0\";s:12:\"js/brands.js\";s:71:\"sha384-9112PiGcvkxlUNBecZ0rk0c6zEGUKlR/enlHdLy0Xu42kfHEbIKsFVBsmEn+6cEt\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-9rbnCwKDHzpLDHYvYRqRWcyLZc3anAu+oe1dRxPOk7RcqBzjAv7CYTvAQJGkUNXS\";s:13:\"js/duotone.js\";s:71:\"sha384-HFlrQxjzjMUAiYmFuUKrkp90VMEpD/dpb8unLEWH5QXnUs2xHw5zd8aiztrPBLbT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-XULY2W1C7bGq9gruRvsk8Zyhq33b1/TgBBKzJ+8dzWkJm0kObgcry2qU+Qf+HOZw\";s:11:\"js/light.js\";s:71:\"sha384-a8Ul+Nmi3glFYXvks3ShdxGHyk09LsZ3+TIjDr2vj9lMx2F29TqTJm7U0EutxFdH\";s:13:\"js/regular.js\";s:71:\"sha384-B8V2/SCNt/naDJB0LkeljUBBYYhGFm/rUVnNsFYlutzbeSTTzVEqxRo8SN3tuHSl\";s:11:\"js/solid.js\";s:71:\"sha384-CjNAVlgtLE9uQuDgWphA+b5vXjcy5spSSezhnbGWUZl0VDkAxzeU8elFOdDs4qaU\";s:14:\"js/v4-shims.js\";s:71:\"sha384-kN/8Lc85No/I30OsF5JSmBzc0W1W0AvgBJGA1eEtVSfaiIeg8oPTJ8CerHqDREVn\";}}}s:6:\"5.15.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp\";s:14:\"css/brands.css\";s:71:\"sha384-/feuykTegPRR7MxelAQ+2VUMibQwKyO6okSsWiblZAJhUSTF9QAVR0QLk6YwNURa\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ijEtygNrZDKunAWYDdV3wAZWvTHSrGhdUfImfngIba35nhQ03lSNgfTJAKaGFjk2\";s:15:\"css/regular.css\";s:71:\"sha384-APzfePYec2VC7jyJSpgbPrqGZ365g49SgeW+7abV1GaUnDwW7dQIYFc+EuAuIx0c\";s:13:\"css/solid.css\";s:71:\"sha384-yo370P8tRI3EbMVcDU+ziwsS/s62yNv3tgdMqDSsRSILohhnOrDNl142Df8wuHA+\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-wvKQCF3aHjf73vG90/oO/tFarRthMbxfbW1DeHM+eJJYWmiFLJ0DyCzE1aSFHazB\";s:16:\"css/v4-shims.css\";s:71:\"sha384-WCuYjm/u5NsK4s/NfnJeHuMj6zzN2HFyjhBu/SnZJj7eZ6+ds4zqIM3wYgL59Clf\";s:9:\"js/all.js\";s:71:\"sha384-9/D4ECZvKMVEJ9Bhr3ZnUAF+Ahlagp1cyPC7h5yDlZdXs4DQ/vRftzfd+2uFUuqS\";s:12:\"js/brands.js\";s:71:\"sha384-GUtlu2Qit8cdodM5DbKnbDIWFJA8nWCVEwETZXY2xvKV1TFLtD/AL+bCOsPyh05M\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-sefi04js7ZytQojQsuOy097ewgefakplyIWjkCI75Wz1IxHB/9NAAinmgLG3uDt/\";s:17:\"js/fontawesome.js\";s:71:\"sha384-v0OPwyxrMWxEgAVlmUqvjeEr48Eh/SOZ2DRtVYJCx1ZNDfWBfNMWUjwUwBCJgfO4\";s:13:\"js/regular.js\";s:71:\"sha384-i9Vys31h0tPXNeAe12HKp4zkBi0S3LAH4OGYRSWKSrdnPYTS4pQgCc/HakrenJBh\";s:11:\"js/solid.js\";s:71:\"sha384-oKbh94nlFq571cjny1jaIBlQwzTJW4KYExGYjslYSoG/J/w68zUI+KHPRveXB6EY\";s:14:\"js/v4-shims.js\";s:71:\"sha384-IEHK9LKBXJdi7Y/gik7R6VYPuwx8hMiwQuaOh7BQUQ9rKmWr2N04KYFdmt5Xi0qG\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-9ZfPnbegQSumzaE7mks2IYgHoayLtuto3AS6ieArECeaR8nCfliJVuLh/GaQ1gyM\";s:14:\"css/brands.css\";s:71:\"sha384-YgEKO0tR8hhGPO9Dv3YGK+GstKp44//D72dbOA0oTX+7myWawnkifErid6FIpP9W\";s:15:\"css/duotone.css\";s:71:\"sha384-bXXzjCj9fg9FACS6tpRWhBsNqQ7j7swH/U3MKTJrZuRbF3ktmj9g/lie7L3CNSTd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RFOcGND+1HYm6OyEAF5WKkoZnwv/cXQpCX6KduKC1vAKAoohkNYWNPhkx4fsH9Fn\";s:13:\"css/light.css\";s:71:\"sha384-yWmEVLm9kM0L2w+XPDQQUv6tARNHEYPPwdDplMiVced5iOVoiUIToRveagZ56DVa\";s:15:\"css/regular.css\";s:71:\"sha384-pvlGSUiPzTZa8YsqGs23BENlf3D4ddnLRdl2q5R1ekGw7nnWJZ0AK74DUr0mzLTH\";s:13:\"css/solid.css\";s:71:\"sha384-LRz1HmzqffP7wO7piC0QSObi89cOdpFP7qMIx/UZ+qK2TdoDBdl+LidxFVnYu23p\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-mFHdQxElacASluqApikB6+SUGnAOWouxc19KqW5eZGoZ+b4A/Cj6pMUCGn6g1uZ+\";s:16:\"css/v4-shims.css\";s:71:\"sha384-r35xeRHwDKxzFjeApFdZuwo9D/nV4p0BPL4BxIVmsyKQGWWBaxG59Gr/9x7IfVog\";s:9:\"js/all.js\";s:71:\"sha384-Vipr9QSlUeD/qnhkau6GBnZnUmVkbaRZ0PgB1KjvWa1UoNBKnuzg1TgbJJn2a12T\";s:12:\"js/brands.js\";s:71:\"sha384-rdZ4AVYAMfVJRjRJzozK2JY6LOdLxKdUkHuegulAuMdllLH7M9AllgBLuYmBe+zm\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-qgGl/EYa0JYIveAO7M9W/hshMqlMyo0G/QHio/5D5r1ZbZxAoqcTTReeL4gRrL4m\";s:13:\"js/duotone.js\";s:71:\"sha384-4qqOVq7ZvSMSgZij30G8q1kOs7pBiAWrSVKqWRv32l99D/qqXlMpFQK8wLSfeQEZ\";s:17:\"js/fontawesome.js\";s:71:\"sha384-whiLNjPVOuBfSNjL/tLtRWANHP97vxmZ5OoUK496MOTzH07UdmxDLsnSBgvvjLNf\";s:11:\"js/light.js\";s:71:\"sha384-AEYbWLXnCyDCeopMCsF+A4qHLchpzJ4wMnZiE74Bcp6qLWwXIJCWY0ASqAf0qYrf\";s:13:\"js/regular.js\";s:71:\"sha384-wM50oZlS/21q6M6tlw0EWan+0yFpuRC/PrPeimdGxjCjfx45F0x3NZggS5uFp5uv\";s:11:\"js/solid.js\";s:71:\"sha384-PezVa2U3+0USHwNA7bgvfA+uSS1IPVdTat51a5IgvNGHUJjcvsj+TheZ6X30JybM\";s:14:\"js/v4-shims.js\";s:71:\"sha384-MafE1kr6MZ6PhxNeH0/kvg7f5ramk1tE+y/dBi4C6WgxaKU4mNGRxPNxcEZ5maAx\";}}}s:6:\"5.15.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu\";s:14:\"css/brands.css\";s:71:\"sha384-RTi1U6SIW2G3kUi5NslKQjA34F8CsQCVduJO50jqtxhR2KY++LR7KZS2886EwXrk\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Hx1dya9ptAdKu2hLNR5C2Cwgm+wCfwD0VMGE6jk5OUxxa9I58YfxOCwEtRog+3wk\";s:15:\"css/regular.css\";s:71:\"sha384-GMkIgTgosuQEt2PEwBHI7MMRsrQplN2sT/7bzPOIxG+Hn37iTlZXFb37m6uE+iHj\";s:13:\"css/solid.css\";s:71:\"sha384-6qO6EOFIDfvv6uzAzozX/BvMu/qkIIHxWYOVMjpVjX+NtPuNyd3YiOEflKIIV2ka\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-6iJDq4HKs21oqDV0KkGhh5uve3aJBXwTX0ACa8Fp5Sx7fcZtIumvT+GSzqSEsceV\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1CjXmylX8++C7CVZORGA9EwcbYDfZV2D4Kl1pTm3hp2I/usHDafIrgBJNuRTDQ4f\";s:9:\"js/all.js\";s:71:\"sha384-vuFJ2JiSdUpXLKGK+tDteQZBqNlMwAjhZ3TvPaDfN9QmbPb7Q8qUpbSNapQev3YF\";s:12:\"js/brands.js\";s:71:\"sha384-CFHIjJ6e4s9fugmZkgMS+xAN9t3pMb8WzxVLSL61rvRx/NfBorLHHVF+7/xxhpll\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-SY45zU2Pf71PV9B/kvEgK9jzpEbe14MiprEwrg1VcbXdBcjXbNTPwoXfp6A+ntJG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-PIP1h/CVyNo59Pr+vM6s86Zkm82HEv890eKMTpB5eqJZFZQwZuMwf73Sy5SzVrK8\";s:13:\"js/regular.js\";s:71:\"sha384-ghS5pTGfZccQRYN4cnBH4kBWGY/ePY4j4VKfFliJmM6ZYomFMIo462PxXa2RGqWR\";s:11:\"js/solid.js\";s:71:\"sha384-rKdfCFMYG2O/K+5WQDPmcKngEtAvqyIxYkazidXjp48yEiCcl//F6lxZ9cZ8MhM+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-VxtQ3wW8qt0QTDld0MGEB9IMEOyCOtvOXC7I0JU3T01V6NR+C6MP5HxC+tGNkhdV\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-yJpxAFV0Ip/w63YkZfDWDTU6re/Oc3ZiVqMa97pi8uPt92y0wzeK3UFM2yQRhEom\";s:14:\"css/brands.css\";s:71:\"sha384-rsNdgxJGzM0RuTegPn4p1eHXocyvt3ZbnTifPXmOewdRLCOqzP22d/M+WxbRiwSN\";s:15:\"css/duotone.css\";s:71:\"sha384-E4/odus3ylondNThYB3uIGSZpewOhvhh0QD8x2p7S0ot6p/JcbVd//lr7cMEUIBc\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RZW433tEsVW3OLEaC2n31z0V1DmyQdjrwNKMRLBjyZQ7r4RU0PxYhkvjKCsZMCO3\";s:13:\"css/light.css\";s:71:\"sha384-oJib4m7hS3ZSiUXjFvObb+ZFf2AGOBOUX+MFk3CuBZwz8LQSe3d3EgZHHJBkJGXT\";s:15:\"css/regular.css\";s:71:\"sha384-ffFT2jJN64hGajTqkZsA2KE2SDBO2Gcmb0wr10fRLpKNDWYcl3M3KsLuzQHg5QAh\";s:13:\"css/solid.css\";s:71:\"sha384-PfqDBw8PmSrNcYq7F4SvYoZekYP2x84SYAyG41rncZdySTjSS9eWEE7ynvJRElQY\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MeQL8xjLhct6yZa8AXEQOD0yWeV925K9YrlcgspMC+IdCbI3q1b8B7VX8NS6N3lS\";s:16:\"css/v4-shims.css\";s:71:\"sha384-vfegZgYJmcP2K/VrhAwtTtU1OgvF83Y8zoQ524YvQFIGowI3tr8C6wvpWUsSLUZA\";s:9:\"js/all.js\";s:71:\"sha384-ZbBwfM248+qoG5GJvuV2PmK9gvlW3dXpgC/jeIn45pWWroL3v+5K1ZAth+gs165y\";s:12:\"js/brands.js\";s:71:\"sha384-K53M8ZRlon+Wd3MVzcIEU1NZXEh4h98NnLM8WZ/7E98pbg0J1q17tKGgr45c5qCs\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-whZrbu3lLf9+EK7QxSHsdpAWM0drsjefOTFm3zfcUhZSInAwLaIrdOd2Qd8MKDMW\";s:13:\"js/duotone.js\";s:71:\"sha384-nTarcZNLMStpbHz1QpoaqVDyKoUrzncdV+zZ040hkinCtVKl8gTXSiyUM4h0K48M\";s:17:\"js/fontawesome.js\";s:71:\"sha384-dy2wSTcBbCGnFNjThZw/FfuNbPeoGoOSWgX7HmvH3PKcJ0Se3w3CZnalamfRuLpE\";s:11:\"js/light.js\";s:71:\"sha384-gL1IbgNyLHskDPg9uinrWBfxmDsla3neHzcEAIjbzQTx6W69Jvs9S/fRBXUt6FbW\";s:13:\"js/regular.js\";s:71:\"sha384-9JMXUFvwOD5rSQZs74FEC4SsybjccRbbwK7iiQiriFSd4sPr7pB7/ghp1KZH7tCr\";s:11:\"js/solid.js\";s:71:\"sha384-oVJ5+ellTPbci7MOrfl59xerw0M0RnQEGG0jx/JlNyOpkvrXHaZUCfKJUs08+gVi\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ht5Q/pi1VU6byhn9MctthIZ2kSBqK5GhhR9gnTzPM+BJlAyCymRS3xx74c9twxdh\";}}}s:6:\"5.15.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk\";s:14:\"css/brands.css\";s:71:\"sha384-V5Z1KgRRJyY878qCx7+zUeTDm0FgjoYrbmSortFqRPGz+Ue6XDe4uIiMqB3tB/wd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni\";s:15:\"css/regular.css\";s:71:\"sha384-Dn9L7vwedvmbdep+J8U5Zbrp+ES46dt8pm8ZMUu9iOR9isC4+Y/KP1h4StrDd/F+\";s:13:\"css/solid.css\";s:71:\"sha384-LA8Ug4T/nhVkyhrSmSirsoAo9iDrBk8E7U80aSPeD+w3vO8PzOJIS6agGcbIwwX0\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-C4KLoR3asMHYArL0nLQXEaFZIFfRMiV0Ul0DvsMfSMZ+YLJwFu0Rpxix+EZwqxOy\";s:16:\"css/v4-shims.css\";s:71:\"sha384-C2B+KlPW+WkR0Ld9loR1x3cXp7asA0iGVodhCoJ4hwrWm/d9qKS59BGisq+2Y0/D\";s:9:\"js/all.js\";s:71:\"sha384-haqrlim99xjfMxRP6EWtafs0sB1WKcMdynwZleuUSwJR0mDeRYbhtY+KPMr+JL6f\";s:12:\"js/brands.js\";s:71:\"sha384-oEE/PrsvhwsuT1MjC4sgnz39CQ84HoPt8jwH0RLyJDdDOKulN+UEbm9IgJW0aTu5\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-OwOgf6Oss8Oh+cy6VnIGLlcyMhaaOPN+3gyLv2UyvjybuPrTNNgJljGYEAqSglUM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hD97VKS04Rv8VYShf782apVZOVP6bVH/ubzrWXIIbKOwnD6gsDIcB29K03FL1A9J\";s:13:\"js/regular.js\";s:71:\"sha384-bPKzNk+f6IzEi89cU+jf3bwWzJQqo+U1/QYUijuD7XD9WO3MSrrAVVEglIOCo6VD\";s:11:\"js/solid.js\";s:71:\"sha384-9xA4r2/2cctd+IZZKLvI1hmeHZ5Yp8xXkS6J8inDtdyZCqhEHVcTGmSUCbNED5Ae\";s:14:\"js/v4-shims.js\";s:71:\"sha384-oJX16kNznlRQV8hvYpOXlQKGc8xQj+HgmxViFoFiQgx0jZ4QKELTQecpcx905Pkg\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-iKbFRxucmOHIcpWdX9NTZ5WETOPm0Goy0WmfyNcl52qSYtc2Buk0NCe6jU1sWWNB\";s:14:\"css/brands.css\";s:71:\"sha384-GTxp/8UKFkexlguDtPsFi90d++F9f26nZCM99OSQo69514FK7Of5mgM9Efhs5O9L\";s:15:\"css/duotone.css\";s:71:\"sha384-nuPd13VLdsw5iBtqelv9tQ6l6+CteSUrmoT5enzHVJodx7WdNUYXNwgVpA7bgsXn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-DHjwMcq12OEB4DQ+qulZDDroaXZqm7h9V6AjiP/RuUF8NhxUa8x6UWdv1AeZS+90\";s:13:\"css/light.css\";s:71:\"sha384-IvEgf1JJYgCtB5fP9nmT3uC7DY96POpmhUjo/98B8FMju1w295nj5yGBfwgD3MYj\";s:15:\"css/regular.css\";s:71:\"sha384-Z3GHSXKByZgv1Ri9CiFq0jYUQ982JHZOOg4awUHcuVBjTxwNd+PVQO1/PSwChyzK\";s:13:\"css/solid.css\";s:71:\"sha384-Ymp/JSUSR6EuZ4KjxcliW8lJ7wkYBR6oasX7EMi6SG0QBPmNUDAEG9rd7Ogy0Ca/\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-n/+zO4Fk1/R4EL7q+xf44zBEgvFziVgA7BUNwfjcGjHq/X6U0v25ESHqN/l5Wprm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-yV4xIIsecn1iqxJy3IC5YyRSLwtkkFuOvfPvj1hGH5NLLej9Cum4hPOUL2uQYfQ6\";s:9:\"js/all.js\";s:71:\"sha384-OF9QwbqmlzSPpIxe2GYS8lkGFyaFfrgUPD2J3qj8zGVps17Y/x8EK2U8PEl6UrpH\";s:12:\"js/brands.js\";s:71:\"sha384-5u0zCiPDAEBQPvGxnai1VRZiSs9yQmyspSLrg0Fc7ru5CeddU1cef/24itMCpcWb\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-W0jz7GGBNDbeSyOhqqJrtOVDFLX4Qlqm/5K4RqM9ZpPIZL6tmDCMkEIheypFOiSK\";s:13:\"js/duotone.js\";s:71:\"sha384-rutYU6OuFfIS5MmBE4wrpMhP633bNlRHqn/SFpcetMTKr+rsBxnoTd80mkHI7wum\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hwdDrjZFQbBwoFcHZZ/6e61XHiwY9csS0Wxi8i5jUgTurxmYITntaGLFYCssX7By\";s:11:\"js/light.js\";s:71:\"sha384-soVEahH07bOeX1Nlhdi4VQ+yvDpIGN9A/qbzm/PgfDrpvh7AaCTyMkQNk1spjHbf\";s:13:\"js/regular.js\";s:71:\"sha384-GR++czVV+1briVrgT0SHxwKuKqqXqfkRb2NxZ8O4rad/c/iKIn85PDSaZQ3cjiAZ\";s:11:\"js/solid.js\";s:71:\"sha384-JwTquvZ50ZD4wvDw99MHsjx621x02jCoiXBKy103wTwDMBbDLmhRcCV4v9mq5CV4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-xczhE4W0SRyRFalFfxUKqclGdqLDVnc/F118WebJIQ/QyS3XKXIHXTieQKG1rG/+\";}}}s:6:\"5.15.4\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm\";s:14:\"css/brands.css\";s:71:\"sha384-S5yUroXKhsCryF2hYGm7i8RQ/ThL96qmmWD+lF5AZTdOdsxChQktVW+cKP/s4eav\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7\";s:15:\"css/regular.css\";s:71:\"sha384-e7wK18mMVsIpE/BDLrCQ99c7gROAxr9czDzslePcAHgCLGCRidxq1mrNCLVF2oaj\";s:13:\"css/solid.css\";s:71:\"sha384-Tv5i09RULyHKMwX0E8wJUqSOaXlyu3SQxORObAI08iUwIalMmN5L6AvlPX2LMoSE\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-meSUsKN46Q06zfndZ6zDskLd5vJrCPwgb2izpfSMfWpQLijQApceQWIsbpLy2lAF\";s:16:\"css/v4-shims.css\";s:71:\"sha384-Vq76wejb3QJM4nDatBa5rUOve+9gkegsjCebvV/9fvXlGWo4HCMR4cJZjjcF6Viv\";s:9:\"js/all.js\";s:71:\"sha384-rOA1PnstxnOBLzCLMcre8ybwbTmemjzdNlILg8O7z1lUkLXozs4DHonlDtnE7fpc\";s:12:\"js/brands.js\";s:71:\"sha384-xf4z6gHzXeY6YwFJm8AKcD9SSq8TsfF4+UJj1JxzwQHk+VNATxkknGEzmdtYV0w1\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-b4+d5l6vwWgdPDCbk4SG+VPRplFp3JtWehGqKvfat/MWON5/PSWvf0l89dpfUDUG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-dPBGbj4Uoy1OOpM4+aRGfAOc0W37JkROT+3uynUgTHZCHZNMHfGXsmmvYTffZjYO\";s:13:\"js/regular.js\";s:71:\"sha384-EEuk6Tk/hsJ0IJMUp+btTmHLuWPGGIm8I3xmxRawuWaY1xqWEm3EKVdnHNlYX+6t\";s:11:\"js/solid.js\";s:71:\"sha384-/BxOvRagtVDn9dJ+JGCtcofNXgQO/CCCVKdMfL115s3gOgQxWaX/tSq5V8dRgsbc\";s:14:\"js/v4-shims.js\";s:71:\"sha384-bx00wqJq+zY9QLCMa/zViZPu1f0GJ3VXwF4GSw3GbfjwO28QCFr4qadCrNmJQ/9N\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-rqn26AG5Pj86AF4SO72RK5fyefcQ/x32DNQfChxWvbXIyXFePlEktwD18fEz+kQU\";s:14:\"css/brands.css\";s:71:\"sha384-Q9/9nfR6hUHbM3NjqxA59j5l/9c23JjwDDuPsV5SKplBvgLpFDtJmukyC2oCwp28\";s:15:\"css/duotone.css\";s:71:\"sha384-Zi3Yce9z7/mhFiZHlM/DEBTnheymZyqrjMoWYPP8xtNCl+LtJKnaJ0vaGnPfqc/i\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ig3RKyui4sECvuz+WE8EmFYy7sjRvEvy82mmhfV7ljRieb+0f8eEZKxHv2KC0+io\";s:13:\"css/light.css\";s:71:\"sha384-zCLzLBaV9kpBZtwZ72K00PI4UjqXZhrzMeVtYGOOHqL2N5PXSVw2MtJjaWTKYDHW\";s:15:\"css/regular.css\";s:71:\"sha384-sDvgA98ePLM7diZOYxIrDEITlUxoFxdt0CPuqjdLr/w62pPuOc73uFoigWEnVpDa\";s:13:\"css/solid.css\";s:71:\"sha384-2aj01VFITmYatwqdIKc7PHVmhLqFnnkVCilBk0Uj/fGoczNJXKvV45XlyHr/HU9g\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-cHJCnE8H1fC+puOpWCd6OSOmJ1q8KxWtIm/JUpb9705KggGjyKbMzryJWJDw2OPb\";s:16:\"css/v4-shims.css\";s:71:\"sha384-sKQhO4q55X7e4nIIO+wnutVfpIITv8+QJG6hE15hThUjV3ssIxUGT4VAoAGYmOU5\";s:9:\"js/all.js\";s:71:\"sha384-8nTbev/iV1sg3ESYOAkRPRDMDa5s0sknqroAe9z4DiM+WDr1i/VKi5xLWsn87Car\";s:12:\"js/brands.js\";s:71:\"sha384-MwpSaMFXAxVGLfxKR0S/SL1BvfRLmlowKeqIE/yF7uW5ax+r1fqRs12asOCkF9Jf\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-my7QwPFkgZPqsrDx/vNCyAMQw86Ee5ZUeCUBA7CF0l9rWFcxoH+h+NdSGyYBh2pq\";s:13:\"js/duotone.js\";s:71:\"sha384-AFpIAPhppteteZyLTXU8oPEbmuNz5WwwWSVAKJxuEn51LibO/iPZ+fC5DzmLJzoo\";s:17:\"js/fontawesome.js\";s:71:\"sha384-RTs6cAeLGZoCPlBxXNxYfQnVIrvTagXGxIhrXFjWgp4i4E5urdGFLlkfbsk1Nd+L\";s:11:\"js/light.js\";s:71:\"sha384-6EhWHErkaXt19GTK7f+5rRc16ekdzvItcFycGZi1GS/AycADXj7L2tkZ9z2O71ot\";s:13:\"js/regular.js\";s:71:\"sha384-WWzdx7E114gkDQnLVS/7s5WUTa5KQUqY5D8LGqBB7y132sxhUbrIHfqde9aenKnJ\";s:11:\"js/solid.js\";s:71:\"sha384-DfpPYefTs8qX3aeMuUJxalewnmVXDDtxcIJFo+Bz1qrNTaoEwMIaZkfoWx404GvG\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9lueRrgA8PnJBSmeS0/jHPFpZZ/hC/7n/XNQhCroAsZSoTtaEj6Q+ewHcpgFPqFw\";}}}s:11:\"6.0.0-beta1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-QTEmscQJYWW3qGP+JMq44fmHSM1SbRIn3hxdZ0RBhX7yzbDOmdhCzVDY/nCs7Yfh\";s:14:\"css/brands.css\";s:71:\"sha384-YxspAfDWGMmVGaoWFDjr/ceg8QdLKNj76+YDQ3iXiX1d64PMg/rVRUQMIcd7loDR\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Y63uHbYQVeMm+hkTj/YJpPSWvwA7maoOgWIcH/L/Zil8zxKQNclQIgNioLyE+zQT\";s:15:\"css/regular.css\";s:71:\"sha384-3+YTU1oGJl/DJPoU+JvGaD8K0waHM6gIPSWeabncnJ1y/LzxnMdPNvXxvbJtzkH4\";s:13:\"css/solid.css\";s:71:\"sha384-SVoL9P0p4yDjJ7K7qukXf8FBr4TcwUEZpvnQv80juxlb+QtrhT0zH3Gidw6aACkN\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-bhQY/O7CPf/LJ1fFQ19Hb4zwFDg7vUCZT9GLZM4RVTzxhZCINjHGSM7VaB36hnHe\";s:16:\"css/v4-shims.css\";s:71:\"sha384-4q5P4wLQvP0vMZgsfSOPe2qSqfL+Y76J/5hi9QW1QqtZ0qdgSrcFRIv5MgSNtFX4\";s:9:\"js/all.js\";s:71:\"sha384-s6zGSTvDy4KZ4ncPlsj+2l4ATGBt+gXsKFfd4lR4QKFl2RgB4iOoqZzDkRqndbvR\";s:12:\"js/brands.js\";s:71:\"sha384-gksSOJLGNOMoFqSuS5Ki/PIhYoVzeS8bWP7Gg6b/6gY3FXNGW3ZwRY12rkFGpvz9\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-JsmVGsnClQ/8mX7vDm+8UJ9XHlqIuwxPIKrIkpXt4mJZiaeCzg/uXxY3OjB7MajC\";s:17:\"js/fontawesome.js\";s:71:\"sha384-PkZHTzZps6BUB70Jc6Ujwh17lPpgjVJlG98uCR+Dg+bsDNAHk7UbcsVq9pUY0QM5\";s:13:\"js/regular.js\";s:71:\"sha384-i/4zUQF6PMLPil02YpE9smRx7XTQ0/bwaSlMl4QZRk0yFj0PCJqkv231+5hjbcsq\";s:11:\"js/solid.js\";s:71:\"sha384-ufQzc6WFPbylIrm5F6yJOtKS4KCrT6hoEuGPNEMv+9Y2ZVmEC0Jt5Tqf25Q2hOa8\";s:14:\"js/v4-shims.js\";s:71:\"sha384-3dTEd1SkEJhxEBZpeAOJF+PzflHEdVc87NLQ1dQd1UFpZNiygckU0Ku29kJavA2Q\";}s:3:\"pro\";a:0:{}}}s:11:\"6.0.0-beta2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-H8oq+jCbb0QVbhroj1DucOj59MYLAHR4vQPc0ClgJJzMS/YL7OcRJfM/ehkfKqhU\";s:14:\"css/brands.css\";s:71:\"sha384-9RVmH5wLHK5upannGNFElXHKDeCRaoz+RuosjPpGqwUmn2+p5J5IBUd0P726kTk3\";s:19:\"css/fontawesome.css\";s:71:\"sha384-m+NmQ9JGB4PGDECPUaU3EyjsUk6jyyMoM53D/n//nHSADtoSKusJc/BF/ZffIvI0\";s:15:\"css/regular.css\";s:71:\"sha384-mwb6xqj3Cg9cBoRZDNp2p4Sv49gYTCgHVLVwbErL3sJCA+RJ3Xhwq19ezzyT1KqX\";s:13:\"css/solid.css\";s:71:\"sha384-sBOgtFigRpSU/zNyZLGNKX6O+VrUJzHdITsX3+nGRutcAaSdRMmnc8LOJk8XzoDM\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-/ShrxWgDzY0RmtJK6gusdzSMS1yYysWIr6y1FFEG9B7naj2HqXMNxatmNRgmRDCx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-wA6dLShvXgKngeGUYrFpv9/zgLLUtPxBL9y1OD9u5uQmeT3wWxvZVue3BO4xo4f0\";s:9:\"js/all.js\";s:71:\"sha384-vwquPQ7YyWL/EWINiNcgCpPP9Wbx44bLyI1NbrUJmEacQGGGWUzpERymaTAjvS9H\";s:12:\"js/brands.js\";s:71:\"sha384-X5eSej258z73rxsuRybt1adaWo6MobuyduuEYgYhbJMavb1jXYBhCqd1ZwRC9/7W\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-MOke50TwkELSa34Yzu6DEGxTlT3Wdn5DynHvqLANi/pFPBZxRDnFhJnD6mE/GuoP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-vo5XH3GmQrg9pkTZYURBhzEXm7Xslw9fD0z49HVMvdquMGvwTiUKJP4he5iFSPot\";s:13:\"js/regular.js\";s:71:\"sha384-UDm7R3v5rW8y32ssB0WDalZIS8AztwsdQERaPBHTRLStI7Bfr/fhWLuXr5nYZG8M\";s:11:\"js/solid.js\";s:71:\"sha384-f199SbfL8tgeze5wETQ87SF+anBX6Dmf9bWZSBvW02HFz602Fqhv1u1iCnKgdbls\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Teg5BVlogMJp4To5SNk5eS6Ct/+y3KN9D/UWWXr4e2JhUbT1rgnLDWGXp/TG/0a/\";}s:3:\"pro\";a:0:{}}}s:11:\"6.0.0-beta3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-5e2ESR8Ycmos6g3gAKr1Jvwye8sW4U1u/cAKulfVJnkakCcMqhOudbtPnvJ+nbv7\";s:14:\"css/brands.css\";s:71:\"sha384-Lzg1sLP4sLS8KyVySlmRH4QzbOnIzlp/h2MYRTDkxMPKwaD+zxathmN655nRjRSG\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RAtjHVFRUZs4Tif4stxk4r1UN31mhO2m2ii67jtwlyWDXls6IDZ6/N2bHxt3bA48\";s:15:\"css/regular.css\";s:71:\"sha384-TvfVCWnd24+5zZ+qmyScSguhYpT7YtOajZ0b4IVLn3+T3dFYzXkgu/EE/Nrf2km5\";s:13:\"css/solid.css\";s:71:\"sha384-4veAyGk1Tas2qyx7CD/29iLDa8aarX6vdaWWVPD7K/m8FdvH9ae9yFNbWOxmP1hZ\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MLxC4sgXwbw5k1vFBDb68XNAF7UdJ7e1ibhu+ySJnAakTpweYCcq7jCcQpd5nJjU\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-LJQ43yQLnfgXK8pn645vHWEmSJrVqisZaieRPj7NGV7cCzlL/B67BDv8gMRBS53i\";s:16:\"css/v4-shims.css\";s:71:\"sha384-zCIuCI9fw3QOcUPL5/7JfB3Qw6sjEimma+57eLWmHPHyVgqGmX5XLwGi3Ak5fLzQ\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-W7b35mq2oJvzl9StEqMDWhapHEgwLh3/iohOpz2RopU0+3/eOmb8eubYCz0OwUcj\";s:9:\"js/all.js\";s:71:\"sha384-6e7nA5mhBVXnMIAtGPETl10C7oipDhu2IN/lyxyjAJG+KzNtRLqrqFJN5wJ+6/qU\";s:12:\"js/brands.js\";s:71:\"sha384-zY1eKUaz/NWcOf6xnU5eePxV3anVtTTAlu33RytBcT9jGz8dstwzZbVpp2l609NT\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-rN+BHnX2WMsUD7VYL6PykWIyqG6SyEu6IdhgM42fLyWqC7JlY2k76ufmZvMFU43a\";s:17:\"js/fontawesome.js\";s:71:\"sha384-W1qlouWJA+8MQIORaSCnwNHhaPuAMwQGosDEwU/g4kkawDb4WwLy3ZWVpa/KtRXb\";s:13:\"js/regular.js\";s:71:\"sha384-Axuj5+DJ+mQA38QqwpWCujH6bCefx3brdTdN+ffhy6oxdqSvs1evxn4iX828SSe6\";s:11:\"js/solid.js\";s:71:\"sha384-9d1SM0Z1PczSHlc0bwe5j/n1kjp14H06SgMcxbmNkp6ZSQa6CqneEHKQkfVGPcR7\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ZkRpffzN60bZU7hfI/zFR3Nv603593UFKpz6QAm3FUAUqGa60uzGmuEGLB5BZNsY\";}s:3:\"pro\";a:0:{}}}s:5:\"6.0.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-3B6NwesSXE7YJlcLI9RpRqGf2p/EgVH8BgoKTaUrmKNDkHPStTQ3EyoYjCGXaOTS\";s:14:\"css/brands.css\";s:71:\"sha384-Adcde+txsvO9VVaHmK9GsiU0ps9W6rwF+IlMCjHpCeU5j18z8lenKNx6AV7OuQKy\";s:19:\"css/fontawesome.css\";s:71:\"sha384-caIQK8zI/KcZVq2HWogTcGbcxd9c0Alp2SDcy0eOHIjipClzJQ8HEkSNcoXtKq+w\";s:15:\"css/regular.css\";s:71:\"sha384-CAcRRHVEmhGr2UjS0hlffWvnfewfvVqvDJP03d3f3NctPBCvDfPMY6L8r4to10MT\";s:13:\"css/solid.css\";s:71:\"sha384-zW4IamLJkgRrzYFdEixnM4hbhScK8Q/B0aYHqhGxQf6jrj1pxNaEzS7n65YVdFsW\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+FYTcfgXTek/jHYrY62q/wv2/QxcumMqXHB/9ZHrAwFBiACe0XD+xXBvrlpG93Qd\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-K7jXM/Fd0TzcNoMz1bK2/PRaJLYkgynKTlUyKXatOFEovvEO1Zownee30wS0rxq4\";s:16:\"css/v4-shims.css\";s:71:\"sha384-Mo3tUbn02WJ1eXNOTbemz64sjSQx9PEUk4o3BJbDNrfhSAfbPobKWeqYpV3xkTBC\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-iYWocEeLglluGxouLD/E0jzilCIbE6LTAKof7ZPB7/YSAogAA6bLTJyo2T98POzn\";s:9:\"js/all.js\";s:71:\"sha384-l+HksIGR+lyuyBo1+1zCBSRt6v4yklWu7RbG0Cv+jDLDD9WFcEIwZLHioVB4Wkau\";s:12:\"js/brands.js\";s:71:\"sha384-ZCobqGyWQ2Qg///QRAi+jqRlO/9aWmMHd6tb0emtG9QBX9t77I71IHg19T90mlfk\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-5v1FR2qOT+wEONoibSzBiWIvpXEOyyRuvOtNOfwijR3h4K7tg12vL4TNx4iSsQWX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-pULjvYk4ZbCHxvgkOUhY3s6wbSkRp/9WHqh+NdM+FkmDQsdJeg2XyOHSEQ0AZlr4\";s:13:\"js/regular.js\";s:71:\"sha384-7XHlSs/t85udVElMnHlVDct1GXjA01UIyQLQRbYc3bxChziaGT776dBUgqd/o82r\";s:11:\"js/solid.js\";s:71:\"sha384-IWq2srnodX6Z+US+NFdwALHXDvdogKkBx7sUMzfypASSeqsNzF+gAS48WnkPcYbf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ybkuz/OxDnyDU81HhdheMi5FjVHdKkPPnnfX2H5pClfR9x+aAMkenwEbVe0AdPt9\";}s:3:\"pro\";a:0:{}}}s:5:\"6.1.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-eLT4eRYPHTmTsFGFAzjcCWX+wHfUInVWNm9YnwpiatljsZOwXtwV2Hh6sHM6zZD9\";s:14:\"css/brands.css\";s:71:\"sha384-E8UvjEv9HnIyjcD0D2Nfr/M7y5wA7GK+DoLhh5Sbfd0MtCSpdREBn8Wc/SdeaBDA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RLM8Rxp/DcBfCfSI3bGwwoMMxxy34D2e58WAqXmmdnh0WYlAQ8jeOB3A1ed5KUSm\";s:15:\"css/regular.css\";s:71:\"sha384-luZMTbX5lx1yPkwYfjdCtbXx2AL3j1H+ffZ1LJSuxepC2TKyGzv3zkgftThS/BDN\";s:13:\"css/solid.css\";s:71:\"sha384-ltWlpN+Dl8XfKEnC9oW+dDRF8Z7jsYkxQ/WMRoJ2VHH5G2nQZ4if2NWwmV0ybzZ7\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-gLJsqV+iGZdsakTXDecPQLbmHTTUB6vIJ2ukjLJTPa+YXsdHu5alOSYZZTagrVSG\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-WTcUA4jr+YtMif40YOsaoMazuo9cigaWqC7Vrj6PjPzPt/VegPK08OEyRvvIauzD\";s:16:\"css/v4-shims.css\";s:71:\"sha384-k1PPow2i4/GbflsJCusORB91wBmXUDdw6pOkXu2vQWXIsmLbIL0t/aA7FroyJf1r\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-SXOfPW9HC6/r4BP4QoUVZNVol9D+ncClNpAseJsRONb9L1F7QgV6ltEXcLnYJv9H\";s:9:\"js/all.js\";s:71:\"sha384-vLLEq/Un/eZFmXAu4Xxf8F00RSSMzPcI7iDiT6hpB4zFpezCEGhb5daeR8PLyrLI\";s:12:\"js/brands.js\";s:71:\"sha384-cNUzI2P088AN66Vx9jSolJDKuj/ZWgTtbwYleQo9MedrXul9DrmthXUDN2iFVk9u\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-te3/sj8uC87v52yVrB6zr3Fm5m0AyGLAHYUIx853+yLbLffUUfXrdztSp/yFACrc\";s:17:\"js/fontawesome.js\";s:71:\"sha384-n82ItqkVbr/bDMKi4caJ2ZLCgihjr3y0aF69FTVAfwQmyFRVucR9QvBKz7DliBNY\";s:13:\"js/regular.js\";s:71:\"sha384-/wcH7fFePVuXUD0zgIUKgQwvWV21321nbGpvX01SjmZ01yE/n68/Wp8rBxpsKI/+\";s:11:\"js/solid.js\";s:71:\"sha384-A4ZBrBkKFVj3yXr0kIOFHs3vCQDJSHAU9OiRxm9X42e+amWJl68HpDCbONxiMp12\";s:14:\"js/v4-shims.js\";s:71:\"sha384-WqC1w5exlfB7/5UiHTZp/YAnoS9Ovlzh55EwGjzaMxZZtL1omDGlh7KehDlpgKUr\";}s:3:\"pro\";a:0:{}}}s:5:\"6.1.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-/frq1SRXYH/bSyou/HUp/hib7RVN1TawQYja658FEOodR/FQBKVqT9Ol+Oz3Olq5\";s:14:\"css/brands.css\";s:71:\"sha384-GjGxypaJovIS9KvmJ0F1G5aXPEfMvk9dMgnwAAw7UOfX7zTQZMapUiXX/+8HlctD\";s:19:\"css/fontawesome.css\";s:71:\"sha384-zIaWifL2YFF1qaDiAo0JFgsmasocJ/rqu7LKYH8CoBEXqGbb9eO+Xi3s6fQhgFWM\";s:15:\"css/regular.css\";s:71:\"sha384-i84Ve3MkmiZYhWmYDjLPpHYYvg36qy5F11ipncNWsQMTrwZ8nGSSX3Q2QnmwEGdR\";s:13:\"css/solid.css\";s:71:\"sha384-DhmF1FmzR9+RBLmbsAts3Sp+i6cZMWQwNTRsew7pO/e4gvzqmzcpAzhDIwllPonQ\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ET/prSuhSJFD66MbC3j2l1MrZtW8jdamNc+wmMcmh804U+5Isyo29kVkPjr+4+9P\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-DPkhMKJRq9+6LzxVlr0poYa5+EQVr/onntse7iwk6coJonLqzoCBzSKF6ccKoXRm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-4Jczmr1SlicmtiAiHGxwWtSzLJAS97HzJsKGqfC0JtZktLrPXIux1u6GJNVRRqiN\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-QmV/KObe6h/Mb8GC5urJmE9hmFaZDtdnqpCUz9P9nDHFgMeDXyI6IARqnuDRkYu1\";s:9:\"js/all.js\";s:71:\"sha384-xBXmu0dk1bEoiwd71wOonQLyH+VpgR1XcDH3rtxrLww5ajNTuMvBdL5SOiFZnNdp\";s:12:\"js/brands.js\";s:71:\"sha384-jUDsa+5FKZnKIWUpGkvYZHGEx5UxPEu6XJtEMH9ZGXZZkUNVWX1vs+a51vHKs3EY\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-SgqpzfPaFrGdMcCtSUb4dAD1aDr5a93AfPBL+tk14acF93aGDvasqDcPFbHe24pS\";s:17:\"js/fontawesome.js\";s:71:\"sha384-9zErGp+biBilRrlpD1l3ExnaqXc8QLITlNpGtb4OL6W1JChl0wwmDNs4U/0UA8L8\";s:13:\"js/regular.js\";s:71:\"sha384-5ZhDHsI9yoa8E6DaGJCLj2Lgi8w4KE42IQi4jvmqYVCaza4Iqi8/hSniWspK7fUs\";s:11:\"js/solid.js\";s:71:\"sha384-KPytPVc+hwHwX9HXl4tA7SWJ0Sob6StzjVRoxC4Q4U0JgXujpuVrkBxR0Hsf8A25\";s:14:\"js/v4-shims.js\";s:71:\"sha384-lUDzd+x9AFWWpLYlM0ZCD+x586cN20gzVDrjHh8HUz22j1QwqTKQGkmd64bfBeZi\";}s:3:\"pro\";a:0:{}}}s:5:\"6.1.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-fZCoUih8XsaUZnNDOiLqnby1tMJ0sE7oBbNk2Xxf5x8Z4SvNQ9j83vFMa/erbVrV\";s:14:\"css/brands.css\";s:71:\"sha384-bSSRmv/7zc8N//nlEscKMJrVdXnmDX0i3KY5/Z25DbCimvRgRrefGMGQORqrdfD+\";s:19:\"css/fontawesome.css\";s:71:\"sha384-X8QTME3FCg1DLb58++lPvsjbQoCT9bp3MsUU3grbIny/3ZwUJkRNO8NPW6zqzuW9\";s:15:\"css/regular.css\";s:71:\"sha384-VkONnoon0mCxG87ODS8tYdngkEsiD8Sd23d3b4KRiZfPqB9YD9hlTNWSc1pkWUct\";s:13:\"css/solid.css\";s:71:\"sha384-0BumEd2qDQ2SCps2Pnnhegpr+si0PveDhbdhKgLYwY9x611h8s22Zh8td+W7jeys\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-GCDsQfUYx2ESsVn+lTf9CyU+PGOUBXnknizovQ4IJxE5loN0RHLpN+vRHxwybMFN\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-E84k0fsWgsf0UqlJxsjgvjalIakzDn/aoXROK5S9mgTazm9ZOb/8zZ0qyqkdKDD7\";s:16:\"css/v4-shims.css\";s:71:\"sha384-iW7MVRJO9Fj06GFbRcMqdZBcVQhjBWlVXUjtY7XCppA+DZUoHBQ7B8VB+EjXUkPV\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-C2uLsOCgtzzsIRkD2hyqhqJnsO6tKm8ec1erAE0iUqF9rveCxghE19k8tc41ksjq\";s:9:\"js/all.js\";s:71:\"sha384-11X1bEJVFeFtn94r1jlvSC7tlJkV2VJctorjswdLzqOJ6ZvYBSZQkaQVXG0R4Flt\";s:12:\"js/brands.js\";s:71:\"sha384-U5yq7AQDGZ6J9YLnrFCX7Qb4jl4/ARIio5SQIZcB5bLjDxI9j3Z3rg1jows2sbu3\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-vGTTZfVQhZ4yWSot55BXgm/SDH+MsKEeG2GFPNoKnoFJmosfJzkaPyMucBkV94KT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hAYe7Q//ZOaw3fT5VW5hCn+guWuzOj8+KjXlS95ZxcRnVX+SxyugquCJURnqC7UK\";s:13:\"js/regular.js\";s:71:\"sha384-60G9FrRhST1TC039tICDDsfkkIa1Smg8kwF6wa9wYEpDqGrd5kQtp9JCsfWW7GCA\";s:11:\"js/solid.js\";s:71:\"sha384-tc7MH1B8eIPGWXxQScItgwJcDhnfKKXr7R39oJJCo9oQ5QssIq6fJM9HvdSHlmUE\";s:14:\"js/v4-shims.js\";s:71:\"sha384-JwJ3z2CNw6j4LN4k+tA6GEN2OQSUzcSBpWIsEqlngCZqnfxDsQUe5SURjhpXLhvY\";}s:3:\"pro\";a:0:{}}}s:5:\"6.2.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:16:{s:11:\"css/all.css\";s:71:\"sha384-SOnAn/m2fVJCwnbEYgD4xzrPtvsXdElhOVvR8ND1YjB5nhGNwwf7nBQlhfAwHAZC\";s:14:\"css/brands.css\";s:71:\"sha384-aPlaxY3ZTSh7uDmsF2W7hsMfri06sIyTmCDnY7ERd0fdq3Sf5bUKYZMvomNxUaXn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-z4tVnCr80ZcL0iufVdGQSUzNvJsKjEtqYZjiQrrYKlpGow+btDHDfQWkFjoaz/Zr\";s:15:\"css/regular.css\";s:71:\"sha384-wn3adrQUGPbU211xcXhUrH0E0l+tYlkc3uXQ8WiBvnHj6ZU9E1vKwzjRaCKUenlU\";s:13:\"css/solid.css\";s:71:\"sha384-0mfI7+kSnb5u0q8irmrfJVv1jYIBfeR+8BsSsgUDjP4HCYuQ+kLshHc4xpHeBqrp\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-lvs3gozt+olLidIy5GkpdCk5cvS3LPkq49a9KDlN1Xh1bkPTNGeTL6SJCX6gqyYx\";s:20:\"css/v4-font-face.css\";s:71:\"sha384-RSx4BCEB9OLjPKMTvFSenXMC8VTsramvoyHB5iSB1VvRvjZ+nendH6WKbigGUl31\";s:16:\"css/v4-shims.css\";s:71:\"sha384-MAgG0MNwzSXBbmOw4KK9yjMrRaUNSCk3WoZPkzVC1rmhXzerY4gqk/BLNYtdOFCO\";s:20:\"css/v5-font-face.css\";s:71:\"sha384-RS0a4x4GGXTod9x2HdKnveb/E8M6PuU4d/ZQVzhS+333QRA/Ozo84SeOKdLTZ2yN\";s:9:\"js/all.js\";s:71:\"sha384-W5zCdxUh9KjkijDohSc4bFCIfbZKNYcz/hdWjfRL1whrEJO6YBXMaZcAZU5YWJNW\";s:12:\"js/brands.js\";s:71:\"sha384-09m3HDo5mYd2JdkpussYgOLApaYuUblFkHtmeNGHcQv5bXjDeCFdH2iVYjUT8dQ/\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-lbmBDViH+2PwoLg/9cPkkkTMdiyjpcY/jpRNab/Tt0ZmaSdv+85nXkEXaCe/kFp0\";s:17:\"js/fontawesome.js\";s:71:\"sha384-KZ1LJTCtJ2KL1x2pH7hR3CElXzG3s0P624sTHaiTFoSKBMBlwu0mrvkjm8jKox6f\";s:13:\"js/regular.js\";s:71:\"sha384-9P5qtFxImyObPMiImjKy+Kc+r+0+br3QTmRpQSswRkuWxTlb1Jsn7wG/i1i5xJjp\";s:11:\"js/solid.js\";s:71:\"sha384-H6YBpm4VRWLTfp0nRZIrLoT2zc1rWaEEYxYC+HyWXxSKY+AUn5evalgkgT0EpMDN\";s:14:\"js/v4-shims.js\";s:71:\"sha384-FirTqNsw+MidIWcJQan+CwXPSApCil9UBGO7gSOrDvmnzlApH42azPyb5gSH12vT\";}s:3:\"pro\";a:0:{}}}}}}','no'),(18975,'font-awesome','a:8:{s:6:\"usePro\";b:0;s:6:\"compat\";b:1;s:10:\"technology\";s:7:\"webfont\";s:14:\"pseudoElements\";b:1;s:8:\"kitToken\";N;s:8:\"apiToken\";b:0;s:11:\"dataVersion\";i:4;s:7:\"version\";s:5:\"6.1.2\";}','yes'),(18976,'font-awesome-conflict-detection','a:2:{s:20:\"detectConflictsUntil\";i:0;s:19:\"unregisteredClients\";a:0:{}}','yes'),(20204,'prime_mover_validated_backups_option','a:1:{i:1;a:1:{s:40:\"8631266be5fd4aba41d1a6b7132259335a93cffc\";a:3:{s:38:\"thelawofFf8xIK001ZH9BTRblogid_1.wprime\";a:6:{s:8:\"filesize\";s:6:\"327.6M\";s:8:\"filepath\";s:124:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/prime-mover-export-files/1/thelawofFf8xIK001ZH9BTRblogid_1.wprime\";s:12:\"filesize_raw\";i:343526400;s:13:\"include_users\";s:3:\"Yes\";s:10:\"site_title\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:4:\"date\";i:1661947485;}s:38:\"thelawofI9MSWXij4z2jlIkblogid_1.wprime\";a:6:{s:8:\"filesize\";s:6:\"408.8M\";s:8:\"filepath\";s:124:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/prime-mover-export-files/1/thelawofI9MSWXij4z2jlIkblogid_1.wprime\";s:12:\"filesize_raw\";i:428707840;s:13:\"include_users\";s:3:\"Yes\";s:10:\"site_title\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:4:\"date\";i:1663701687;}s:38:\"thelawofFJcu38txmJ274UZblogid_1.wprime\";a:6:{s:8:\"filesize\";s:6:\"486.7M\";s:8:\"filepath\";s:124:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/prime-mover-export-files/1/thelawofFJcu38txmJ274UZblogid_1.wprime\";s:12:\"filesize_raw\";i:510352384;s:13:\"include_users\";s:3:\"Yes\";s:10:\"site_title\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:4:\"date\";i:1663938377;}}}}','yes'),(20208,'prime_mover_backup_sites','a:1:{i:0;i:1;}','yes'),(20311,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"mdoldan@madwcdefense.com\";s:7:\"version\";s:5:\"6.8.1\";s:9:\"timestamp\";i:1746035144;}','off'),(20969,'_mm_refresh_token','63091b6c-0f80-41e9-ab24-39170a141f2b','yes'),(21388,'_transient_ninja_forms_styles_form_2_styles','','yes'),(21389,'_transient_ninja_forms_styles_form_2_field_styles','<style>\n\n /* FIELDS STYLES */\n \n .nf-form-content .nf-field-container #nf-field-19-wrap .nf-field-element .ninja-forms-field {\n background-color:#ffffff;\n }\n </style>','yes'),(21411,'nf_sub_expiration','a:0:{}','yes'),(21416,'_transient_ninja_forms_styles_form_6_styles','','yes'),(21417,'_transient_ninja_forms_styles_form_6_field_styles','','yes'),(21829,'et_server_domain_token','eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvd3d3LmVsZWdhbnR0aGVtZXMuY29tIiwiaWF0IjoxNjYyNzI3Nzk0LCJ1c2VybmFtZSI6Im1hZHdjZGVmZW5zZSIsInN0YXR1cyI6ImFjdGl2ZSIsIm1heF9pdGVtcyI6IjUwIiwibWF4X3RyYXNoX2l0ZW1zIjoiNTAiLCJkb21haW4iOiJsb21hZC10ZXN0LmdldG1hZC50b2RheSIsIm5hbWUiOiJNZWxpc3NhIERheSIsImVtYWlsIjoiYm9va2tlZXBpbmdAbWFkd2NkZWZlbnNlLmNvbSIsIm1heF9ieXRlcyI6MH0.uRZbN7q7hylL2xSTNZkD3GXhHwt9PnaFe3G9fvnaWwjs7oVD1L3hohpw_Df3-pdjFYrciZVTwnPm7QGf56Wsx77s6otgjr4jD-hbLshXulye8Ma5zP4evTgFmYem_K0VOB8zm3pK4VelNDjyeIidZI5FVqyKRhlYYfSuzWSGt_nM575utDgZE3yyk7U4nx0Tn1tHgUFlXQx2RzlKWlBVOesGkl1hglLtLtspciOQ0-zPwKTRVTgOk0alUwyH-U3HERFuWcmHo7L11M5KpXdNkK5jVkhcT6gFNSSQCIkT3EgmQ9eThMfAUb-yYblA4aDtKEhdlyM3e4UK0IFsB1RNUbua9yNAtfK_b1lGah1PTwTUP6j6mO-QOeBkhxaUYHjzbbiN_XLUfPv3MX5W2_6PMJ8tDtTHzA8L9DLEo0LHzFU4N-0v3kgUYNdsTMb6PwGD4bX_CgON6t6EY_HZBbf5LF1vCwD_ZUuRVrAl4cWm62RiNWccIRakEtr5RRTnXc6laiSWGMAm7043WZi1Y8Bw4JRKDT5cupvoVGtM6rhGIJQZSJRujqoKwbHx0w4V3qvexYgXDcGt-S7w0496I1VsX55-Rnjght--kPKgCoFtIjtz4ePbvwqQMLQyFMKW_Qe5fo1mgS0tXfVPo62n7OU568c68pp9TPJ1Gp7whT-ZP4U','yes'),(21830,'et_cloud_refresh_token','a:1:{i:1;a:0:{}}','no'),(22083,'_transient_dirsize_cache','a:3811:{s:47:\"/home/getmadto/public_html/getmad.today/cgi-bin\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ff\";i:241;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-71/jchoptimizecache-10\";i:105842;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-71/jchoptimizecache-db\";i:596;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-71/jchoptimizecache-14\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-71/jchoptimizecache-77\";i:6772;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-71\";i:113210;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5d/jchoptimizecache-5f\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5d\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-4b\";i:121;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c9/jchoptimizecache-f0\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c9\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b1/jchoptimizecache-37\";i:19337;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b1/jchoptimizecache-65\";i:98240;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b1\";i:117577;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ea/jchoptimizecache-d4\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ea/jchoptimizecache-e0\";i:426992;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ea\";i:426992;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d0/jchoptimizecache-2e\";i:2359;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d0\";i:2359;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a7\";i:399;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-69/jchoptimizecache-90\";i:7985;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-69/jchoptimizecache-4e\";i:8222;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-69/jchoptimizecache-cc\";i:7822;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-69/jchoptimizecache-21\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-69\";i:24029;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-17/jchoptimizecache-dd\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-17\";i:111675;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-da\";i:774;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a5\";i:70;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-67\";i:1171;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ab/jchoptimizecache-14\";i:572;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ab\";i:572;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-25\";i:626;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-da/jchoptimizecache-34\";i:2679;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-da/jchoptimizecache-e7\";i:509;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-da/jchoptimizecache-b8\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-da\";i:3188;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-f0\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-63/jchoptimizecache-41\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-63\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-7f\";i:1045;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-22/jchoptimizecache-b3\";i:492274;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-22/jchoptimizecache-03\";i:2708;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-22/jchoptimizecache-1a\";i:485818;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-22\";i:980800;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-03\";i:35;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a2\";i:241;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-08\";i:35;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-97\";i:122;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-7e\";i:121;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8d/jchoptimizecache-19\";i:122760;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8d/jchoptimizecache-01\";i:493017;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8d/jchoptimizecache-9c\";i:2076;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8d/jchoptimizecache-76\";i:54720;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8d\";i:672573;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e5/jchoptimizecache-5e\";i:486148;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e5/jchoptimizecache-12\";i:6677;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e5/jchoptimizecache-1b\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e5\";i:492825;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-aa/jchoptimizecache-c7\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-aa\";i:111675;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d7/jchoptimizecache-83\";i:54720;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d7\";i:54720;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-50/jchoptimizecache-e7\";i:1538248;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-50/jchoptimizecache-95\";i:16;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-50\";i:1538264;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-15/jchoptimizecache-e6\";i:9186;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-15\";i:9186;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c4\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-23\";i:640;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-80/jchoptimizecache-88\";i:184;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-80/jchoptimizecache-5e\";i:105842;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-80/jchoptimizecache-c0\";i:337;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-80\";i:106363;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c0\";i:672;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-41\";i:274;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-d7\";i:122;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8b/jchoptimizecache-09\";i:59278;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8b/jchoptimizecache-14\";i:427045;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8b\";i:486323;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fa/jchoptimizecache-fa\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fa\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-53/jchoptimizecache-37\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-53\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-43\";i:283;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-e0\";i:35;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-d8\";i:121;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-90/jchoptimizecache-bb\";i:11951;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-90\";i:11951;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-69\";i:1360;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-45/jchoptimizecache-80\";i:8536;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-45/jchoptimizecache-83\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-45/jchoptimizecache-0e\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-45\";i:8536;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-b1\";i:773;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-d6\";i:464;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-79\";i:518;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-6d/jchoptimizecache-ad\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-6d/jchoptimizecache-93\";i:22869;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-6d\";i:22869;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0b/jchoptimizecache-2d\";i:1394;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0b\";i:1394;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-9a\";i:309;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a1\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-26/jchoptimizecache-1e\";i:493090;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-26\";i:493090;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-15\";i:273;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-39/jchoptimizecache-a1\";i:492313;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-39/jchoptimizecache-12\";i:670028;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-39/jchoptimizecache-96\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-39/jchoptimizecache-05\";i:81505;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-39\";i:1243846;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-f6\";i:555;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7c/jchoptimizecache-28\";i:6393;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7c\";i:6393;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-bb\";i:127;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-60/jchoptimizecache-cc\";i:491890;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-60/jchoptimizecache-37\";i:678870;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-60\";i:1170760;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-3b\";i:156;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ca\";i:653;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-56\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c1/jchoptimizecache-9a\";i:2896;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c1/jchoptimizecache-af\";i:105842;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c1\";i:108738;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-d0\";i:274;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4e/jchoptimizecache-a8\";i:122760;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4e/jchoptimizecache-93\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4e\";i:234435;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-b4\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5e/jchoptimizecache-0a\";i:158;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5e/jchoptimizecache-00\";i:492297;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5e/jchoptimizecache-d6\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5e\";i:492455;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-85\";i:154;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-48/jchoptimizecache-41\";i:81807;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-48/jchoptimizecache-3f\";i:27489;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-48\";i:109296;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-87/jchoptimizecache-f3\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-87\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-cc\";i:584;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-70/jchoptimizecache-91\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-70\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-9e\";i:464;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-04\";i:705;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-82\";i:1314;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-25/jchoptimizecache-e0\";i:122760;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-25/jchoptimizecache-fc\";i:1700;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-25\";i:124460;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-7b\";i:35;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-fd\";i:157;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-92/jchoptimizecache-5c\";i:22832;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-92\";i:22832;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-95\";i:310;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ae\";i:499;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-dd\";i:154;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-9e/jchoptimizecache-30\";i:17091;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-9e/jchoptimizecache-00\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-9e\";i:17091;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a1/jchoptimizecache-e9\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a1/jchoptimizecache-c2\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a1\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-2a\";i:710;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bf/jchoptimizecache-57\";i:96416;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bf/jchoptimizecache-cf\";i:492370;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bf\";i:588786;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f5/jchoptimizecache-62\";i:673091;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f5/jchoptimizecache-ae\";i:105842;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f5\";i:778933;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-6a\";i:711;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d5/jchoptimizecache-39\";i:1538248;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d5/jchoptimizecache-5b\";i:820;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d5/jchoptimizecache-05\";i:105842;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d5\";i:1644910;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fd/jchoptimizecache-39\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fd/jchoptimizecache-68\";i:81505;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fd/jchoptimizecache-43\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fd\";i:193180;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-0b\";i:156;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-cf\";i:121;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0a/jchoptimizecache-91\";i:121721;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0a/jchoptimizecache-bf\";i:1467;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0a\";i:123188;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-32\";i:1218;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a8/jchoptimizecache-5e\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a8/jchoptimizecache-38\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a8\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2a/jchoptimizecache-08\";i:158176;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2a/jchoptimizecache-db\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2a\";i:269851;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-10\";i:274;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a4\";i:191;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-8b\";i:363;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-4e\";i:243;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-99\";i:122;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-e2\";i:1388;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-62/jchoptimizecache-b9\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-62\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-34/jchoptimizecache-60\";i:81099;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-34\";i:81099;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-40/jchoptimizecache-28\";i:780;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-40\";i:780;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-07\";i:471;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8e/jchoptimizecache-71\";i:157549;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8e\";i:157549;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-64/jchoptimizecache-59\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-64\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c0/jchoptimizecache-8a\";i:122772;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c0/jchoptimizecache-72\";i:96416;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c0/jchoptimizecache-e4\";i:19589;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c0\";i:238777;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c5\";i:35;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-8e\";i:156;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4b/jchoptimizecache-77\";i:121721;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4b\";i:121721;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-80\";i:773;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-3e\";i:497;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-16/jchoptimizecache-bd\";i:59278;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-16\";i:59278;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-1b\";i:241;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3e/jchoptimizecache-b1\";i:1696;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3e/jchoptimizecache-70\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3e\";i:1696;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3b/jchoptimizecache-08\";i:1104;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3b/jchoptimizecache-1d\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3b\";i:1104;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3a/jchoptimizecache-ea\";i:88614;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3a/jchoptimizecache-57\";i:17594;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3a/jchoptimizecache-2d\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-3a\";i:106208;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-44/jchoptimizecache-9f\";i:26521;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-44\";i:26521;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-98\";i:127;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-aa\";i:122;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-08/jchoptimizecache-c1\";i:81807;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-08\";i:81807;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a5/jchoptimizecache-16\";i:678833;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a5/jchoptimizecache-55\";i:81099;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a5\";i:759932;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-32/jchoptimizecache-70\";i:426988;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-32/jchoptimizecache-cb\";i:4640;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-32/jchoptimizecache-3c\";i:5699;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-32\";i:437327;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b3/jchoptimizecache-a8\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b3/jchoptimizecache-e7\";i:217;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b3\";i:217;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ad\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a0\";i:35;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a6\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-16\";i:121;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-51/jchoptimizecache-b8\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-51/jchoptimizecache-73\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-51\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-37\";i:154;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a7/jchoptimizecache-6f\";i:139;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a7\";i:139;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-71\";i:197;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4a/jchoptimizecache-9a\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4a\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-75\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-68/jchoptimizecache-0c\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-68\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-5c\";i:241;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ee\";i:274;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cb/jchoptimizecache-4d\";i:818544;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cb/jchoptimizecache-f1\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cb\";i:818544;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ad/jchoptimizecache-55\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ad\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-65\";i:840;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ca/jchoptimizecache-f6\";i:1488;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ca/jchoptimizecache-59\";i:1538248;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ca\";i:1539736;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-47/jchoptimizecache-72\";i:485753;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-47\";i:485753;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-09\";i:431;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-dc/jchoptimizecache-aa\";i:105842;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-dc/jchoptimizecache-d4\";i:147;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-dc/jchoptimizecache-2d\";i:7282;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-dc\";i:113271;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e8/jchoptimizecache-cf\";i:670372;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e8\";i:670372;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-41/jchoptimizecache-be\";i:37368;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-41\";i:37368;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c1\";i:499;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-22\";i:431;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-59\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-04/jchoptimizecache-63\";i:8503;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-04/jchoptimizecache-44\";i:3625;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-04\";i:12128;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ed\";i:274;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-d5\";i:226;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0c/jchoptimizecache-c6\";i:122772;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0c\";i:122772;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-03/jchoptimizecache-cf\";i:81099;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-03\";i:81099;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-0e\";i:309;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c8\";i:276;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b7/jchoptimizecache-a5\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b7\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cc/jchoptimizecache-2a\";i:1694;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cc/jchoptimizecache-f3\";i:39096;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cc\";i:40790;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-27/jchoptimizecache-17\";i:177;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-27/jchoptimizecache-60\";i:3129;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-27\";i:3306;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ff/jchoptimizecache-c1\";i:670335;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ff\";i:670335;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c3\";i:780;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-0c\";i:121;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-67/jchoptimizecache-04\";i:6155;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-67/jchoptimizecache-d2\";i:179;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-67/jchoptimizecache-95\";i:37698;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-67\";i:44032;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c4/jchoptimizecache-dc\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c4/jchoptimizecache-fe\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c4\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2e/jchoptimizecache-57\";i:9576;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2e/jchoptimizecache-16\";i:426642;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2e/jchoptimizecache-84\";i:10394;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2e\";i:446612;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-20\";i:35;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-17\";i:122;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-1c\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b4/jchoptimizecache-58\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b4\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-09/jchoptimizecache-4a\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-09/jchoptimizecache-cc\";i:119822;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-09/jchoptimizecache-24\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-09\";i:119822;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-10/jchoptimizecache-25\";i:1000;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-10\";i:1000;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-13\";i:309;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7f/jchoptimizecache-ba\";i:704;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7f/jchoptimizecache-9c\";i:22869;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7f\";i:23573;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d2/jchoptimizecache-53\";i:5699;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d2/jchoptimizecache-7d\";i:5699;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d2\";i:11398;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c5/jchoptimizecache-ff\";i:15;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c5/jchoptimizecache-d3\";i:492317;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c5\";i:492332;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f6/jchoptimizecache-9d\";i:3692;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f6/jchoptimizecache-12\";i:79504;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f6\";i:83196;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-92\";i:154;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-47\";i:121;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-26\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ce/jchoptimizecache-0b\";i:491967;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ce/jchoptimizecache-39\";i:703;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ce\";i:492670;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-61/jchoptimizecache-2a\";i:1132190;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-61/jchoptimizecache-62\";i:124381;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-61\";i:1256571;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a0/jchoptimizecache-0f\";i:491890;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a0\";i:491890;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8c/jchoptimizecache-aa\";i:21424;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8c\";i:21424;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b6/jchoptimizecache-d9\";i:122760;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b6/jchoptimizecache-61\";i:5759;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b6/jchoptimizecache-cd\";i:10912;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b6\";i:139431;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-46/jchoptimizecache-ff\";i:268;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-46\";i:268;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-48\";i:309;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-fa\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-8f\";i:464;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-2b\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b2/jchoptimizecache-4a\";i:85592;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b2/jchoptimizecache-e9\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b2/jchoptimizecache-35\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b2\";i:85592;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-82/jchoptimizecache-4e\";i:468261;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-82/jchoptimizecache-18\";i:102445;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-82/jchoptimizecache-7d\";i:7115;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-82/jchoptimizecache-29\";i:1266;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-82\";i:579087;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5c/jchoptimizecache-eb\";i:426992;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5c\";i:426992;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-3a\";i:277;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ab\";i:241;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-8a\";i:121;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-9c\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e0/jchoptimizecache-16\";i:105842;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e0/jchoptimizecache-6a\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e0\";i:105842;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-db/jchoptimizecache-40\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-db/jchoptimizecache-d2\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-db\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-96\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-19/jchoptimizecache-6e\";i:5200;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-19/jchoptimizecache-fb\";i:11318;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-19\";i:16518;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8a/jchoptimizecache-06\";i:122772;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8a\";i:122772;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-12/jchoptimizecache-91\";i:2473;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-12/jchoptimizecache-34\";i:570;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-12\";i:3043;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-f4\";i:362;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-9a/jchoptimizecache-f9\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-9a/jchoptimizecache-7b\";i:60121;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-9a\";i:60121;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-36\";i:398;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c6/jchoptimizecache-ab\";i:426972;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c6/jchoptimizecache-54\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c6/jchoptimizecache-0d\";i:678852;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c6/jchoptimizecache-00\";i:37718;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c6\";i:1143542;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0d/jchoptimizecache-4b\";i:2247;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0d\";i:2247;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-27\";i:401;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-40\";i:309;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-14/jchoptimizecache-3e\";i:596;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-14/jchoptimizecache-61\";i:2420;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-14/jchoptimizecache-e2\";i:2736;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-14/jchoptimizecache-b5\";i:1187310;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-14\";i:1193062;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a4/jchoptimizecache-8e\";i:1187310;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a4/jchoptimizecache-9c\";i:492297;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a4/jchoptimizecache-79\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a4\";i:1679607;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-14\";i:781;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-cb\";i:127;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-46\";i:310;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7a/jchoptimizecache-f4\";i:670032;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7a\";i:670032;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-60\";i:70;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-af\";i:241;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-49/jchoptimizecache-f5\";i:79504;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-49/jchoptimizecache-d3\";i:649;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-49/jchoptimizecache-93\";i:122772;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-49\";i:202925;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-07/jchoptimizecache-f1\";i:274130;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-07/jchoptimizecache-af\";i:678870;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-07/jchoptimizecache-1c\";i:29769;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-07\";i:982769;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-37/jchoptimizecache-66\";i:37718;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-37\";i:37718;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5b/jchoptimizecache-7d\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5b\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-e4\";i:121;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-b9\";i:277;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a3/jchoptimizecache-90\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a3/jchoptimizecache-3d\";i:122772;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a3/jchoptimizecache-8c\";i:673;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a3\";i:123445;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-75/jchoptimizecache-39\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-75/jchoptimizecache-cc\";i:81099;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-75/jchoptimizecache-0d\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-75/jchoptimizecache-14\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-75\";i:81099;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5f/jchoptimizecache-90\";i:604;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5f/jchoptimizecache-89\";i:310;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5f/jchoptimizecache-b3\";i:492317;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5f/jchoptimizecache-77\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-5f\";i:493231;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-50\";i:522;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-7a\";i:273;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-06\";i:274;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f8/jchoptimizecache-6f\";i:486160;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f8\";i:486160;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a3\";i:586;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8f/jchoptimizecache-39\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8f/jchoptimizecache-61\";i:438;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8f/jchoptimizecache-2b\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-8f\";i:438;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fc/jchoptimizecache-52\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fc/jchoptimizecache-42\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fc/jchoptimizecache-06\";i:845556;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-fc\";i:845556;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-02/jchoptimizecache-d1\";i:17594;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-02/jchoptimizecache-3a\";i:468261;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-02/jchoptimizecache-02\";i:177;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-02\";i:486032;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ed/jchoptimizecache-6c\";i:17093;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ed/jchoptimizecache-70\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ed\";i:17093;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-0a\";i:396;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-fc\";i:280;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-13/jchoptimizecache-01\";i:444;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-13\";i:444;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-86\";i:310;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-86/jchoptimizecache-13\";i:1671;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-86\";i:1671;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-35/jchoptimizecache-32\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-35\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-bf\";i:276;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ae/jchoptimizecache-bf\";i:81099;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ae/jchoptimizecache-cc\";i:10855;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ae\";i:91954;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ee/jchoptimizecache-b6\";i:59144;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ee\";i:59144;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b9/jchoptimizecache-17\";i:122760;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b9/jchoptimizecache-20\";i:79504;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-b9\";i:202264;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7e/jchoptimizecache-ef\";i:54720;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7e\";i:54720;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bd/jchoptimizecache-4e\";i:24073;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bd/jchoptimizecache-70\";i:59278;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bd\";i:83351;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-44\";i:274;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-42\";i:241;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-85/jchoptimizecache-f2\";i:37675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-85\";i:37675;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-39\";i:311;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-65/jchoptimizecache-71\";i:11458;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-65\";i:11458;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ba/jchoptimizecache-68\";i:105842;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-ba\";i:105842;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-5e\";i:771;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a6/jchoptimizecache-c9\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a6\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-36/jchoptimizecache-1a\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-36/jchoptimizecache-a4\";i:81099;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-36/jchoptimizecache-f4\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-36/jchoptimizecache-af\";i:426972;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-36/jchoptimizecache-11\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-36\";i:619746;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ba\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-59/jchoptimizecache-af\";i:81099;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-59\";i:81099;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-61\";i:400;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-dd/jchoptimizecache-6d\";i:37771;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-dd/jchoptimizecache-4f\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-dd\";i:37771;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-45\";i:464;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-96/jchoptimizecache-05\";i:472557;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-96\";i:472557;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cf/jchoptimizecache-91\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cf/jchoptimizecache-60\";i:54720;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cf\";i:54720;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-bd\";i:430;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cd/jchoptimizecache-9b\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cd/jchoptimizecache-db\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cd/jchoptimizecache-f0\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-cd\";i:111675;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-84\";i:121;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4c/jchoptimizecache-52\";i:22851;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-4c\";i:22851;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-94/jchoptimizecache-31\";i:37714;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-94/jchoptimizecache-2e\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-94/jchoptimizecache-93\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-94/jchoptimizecache-cf\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-94/jchoptimizecache-94\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-94\";i:149389;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-f5\";i:70;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-34\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f4/jchoptimizecache-82\";i:670372;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f4/jchoptimizecache-bb\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f4\";i:782047;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-a8\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-7c\";i:464;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e1/jchoptimizecache-be\";i:88614;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e1/jchoptimizecache-3e\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e1\";i:88614;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-2e\";i:1334;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f0/jchoptimizecache-89\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-f0\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-72/jchoptimizecache-ab\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-72\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-5f\";i:963;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7d/jchoptimizecache-cf\";i:54720;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7d/jchoptimizecache-c2\";i:59278;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7d/jchoptimizecache-20\";i:4300;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7d/jchoptimizecache-de\";i:13269;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7d\";i:131567;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-30/jchoptimizecache-4a\";i:8001;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-30\";i:8001;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-6d\";i:155;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e2/jchoptimizecache-50\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e2/jchoptimizecache-92\";i:122760;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e2/jchoptimizecache-b3\";i:426949;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e2/jchoptimizecache-ad\";i:5082;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e2/jchoptimizecache-09\";i:828860;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e2\";i:1383651;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-7d\";i:1391;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-af/jchoptimizecache-d7\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-af/jchoptimizecache-9a\";i:760;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-af\";i:760;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-9c/jchoptimizecache-ea\";i:105842;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-9c\";i:105842;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-dc\";i:780;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-21/jchoptimizecache-d5\";i:1866;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-21/jchoptimizecache-e4\";i:6811;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-21\";i:8677;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-43/jchoptimizecache-36\";i:10003;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-43\";i:10003;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-00\";i:35;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-23/jchoptimizecache-b4\";i:20382;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-23/jchoptimizecache-7a\";i:54720;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-23\";i:75102;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-56/jchoptimizecache-69\";i:81099;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-56/jchoptimizecache-a8\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-56\";i:81099;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-e8\";i:241;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-30\";i:464;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-49\";i:741;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-b7\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-73/jchoptimizecache-c8\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-73\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-11/jchoptimizecache-44\";i:19058;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-11/jchoptimizecache-c3\";i:158;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-11\";i:19216;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c2/jchoptimizecache-ef\";i:54720;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c2\";i:54720;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-de\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-11\";i:436;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-b2\";i:464;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-20/jchoptimizecache-5c\";i:105842;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-20\";i:105842;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-19\";i:773;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-0d\";i:861;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-76\";i:274;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ea\";i:241;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-d2\";i:157;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-84/jchoptimizecache-2d\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-84\";i:111675;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-90\";i:241;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7b/jchoptimizecache-1e\";i:492297;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-7b\";i:492297;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-8d\";i:707;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-02\";i:826;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c3/jchoptimizecache-8b\";i:105842;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c3/jchoptimizecache-90\";i:1696;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c3/jchoptimizecache-cf\";i:216731;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c3/jchoptimizecache-72\";i:54720;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c3/jchoptimizecache-3f\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c3\";i:378989;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2f/jchoptimizecache-e8\";i:81807;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2f/jchoptimizecache-85\";i:1091;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2f\";i:82898;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-79/jchoptimizecache-d1\";i:426565;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-79/jchoptimizecache-63\";i:54720;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-79/jchoptimizecache-0f\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-79/jchoptimizecache-0e\";i:237;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-79\";i:481522;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-b3\";i:399;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-de/jchoptimizecache-de\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-de\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-95/jchoptimizecache-4a\";i:2949;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-95\";i:2949;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-00/jchoptimizecache-61\";i:558;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-00\";i:558;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-94\";i:275;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c2\";i:241;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-2f\";i:344;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-97/jchoptimizecache-b0\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-97/jchoptimizecache-be\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-97/jchoptimizecache-76\";i:1694;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-97\";i:1694;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c8/jchoptimizecache-04\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c8/jchoptimizecache-a9\";i:820;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c8/jchoptimizecache-bd\";i:486221;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-c8\";i:487041;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a2/jchoptimizecache-8b\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a2/jchoptimizecache-fb\";i:426972;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-a2\";i:426972;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-f8\";i:241;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-b6\";i:741;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-ce\";i:309;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c9\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-42/jchoptimizecache-26\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-42/jchoptimizecache-76\";i:486125;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-42\";i:486125;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-98/jchoptimizecache-8c\";i:173;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-98\";i:173;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e4/jchoptimizecache-7f\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-e4\";i:111675;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-c6\";i:430;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-e1\";i:310;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d8/jchoptimizecache-8d\";i:54720;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d8\";i:54720;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-cd\";i:121;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-12\";i:578;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-76/jchoptimizecache-0f\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-76/jchoptimizecache-d4\";i:352;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-76\";i:352;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-99/jchoptimizecache-55\";i:111675;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-99\";i:111675;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d6/jchoptimizecache-53\";i:1482;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-d6\";i:1482;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-6a/jchoptimizecache-d1\";i:122760;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-6a/jchoptimizecache-87\";i:182;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-6a/jchoptimizecache-9a\";i:0;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-6a\";i:122942;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-1c/jchoptimizecache-7f\";i:81099;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-1c\";i:81099;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2b/jchoptimizecache-63\";i:820;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-2b\";i:820;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-4c\";i:35;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-21\";i:1148;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bb/jchoptimizecache-7c\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bb/jchoptimizecache-e4\";i:0;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bb/jchoptimizecache-bb\";i:315;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-bb\";i:315;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-e5\";i:705;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-1b/jchoptimizecache-e2\";i:670372;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-1b\";i:670372;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-db\";i:0;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizetags-8c\";i:589;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-06/jchoptimizecache-79\";i:39921;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-06\";i:39921;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0e/jchoptimizecache-06\";i:89615;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize/jchoptimizecache-0e\";i:89615;s:69:\"/home/getmadto/public_html/getmad.today/wp-content/cache/jch-optimize\";i:42409476;s:56:\"/home/getmadto/public_html/getmad.today/wp-content/cache\";i:42409476;s:61:\"/home/getmadto/public_html/getmad.today/wp-content/mu-plugins\";i:66257;s:68:\"/home/getmadto/public_html/getmad.today/wp-content/et-cache/notfound\";i:113187;s:61:\"/home/getmadto/public_html/getmad.today/wp-content/et-cache/6\";i:105918;s:65:\"/home/getmadto/public_html/getmad.today/wp-content/et-cache/en_US\";i:12414339;s:59:\"/home/getmadto/public_html/getmad.today/wp-content/et-cache\";i:12641831;s:58:\"/home/getmadto/public_html/getmad.today/wp-content/upgrade\";i:0;s:50:\"/home/getmadto/public_html/getmad.today/wp-content\";i:55117592;s:66:\"/home/getmadto/public_html/getmad.today/.well-known/pki-validation\";i:0;s:51:\"/home/getmadto/public_html/getmad.today/.well-known\";i:0;s:62:\"/home/getmadto/public_html/getmad.today/wp-includes/php-compat\";i:1203;s:90:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:90:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:95:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:92:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:81:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/namespaced\";i:2698;s:83:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:83:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:87:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:81:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:88:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:85:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:74:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core\";i:452672;s:75:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/PHP52\";i:4116;s:85:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:85:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:89:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:90:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:87:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src/Core32\";i:436924;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/src\";i:1204643;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat/lib\";i:84845;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/sodium_compat\";i:1298275;s:58:\"/home/getmadto/public_html/getmad.today/wp-includes/assets\";i:11605;s:56:\"/home/getmadto/public_html/getmad.today/wp-includes/pomo\";i:53510;s:55:\"/home/getmadto/public_html/getmad.today/wp-includes/IXR\";i:33914;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/search\";i:17006;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/pullquote\";i:18862;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/table\";i:30710;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/archives\";i:6812;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/query-title\";i:1027;s:72:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/template-part\";i:8133;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-excerpt\";i:7543;s:83:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/query-pagination-numbers\";i:4670;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/embed\";i:19754;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-content\";i:439;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/categories\";i:7362;s:74:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/latest-comments\";i:7625;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/social-links\";i:56664;s:63:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/html\";i:6703;s:80:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-author-biography\";i:881;s:84:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/query-pagination-previous\";i:873;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/spacer\";i:10019;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/pattern\";i:324;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/tag-cloud\";i:5886;s:77:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-comments-form\";i:15260;s:75:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/query-no-results\";i:483;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/group\";i:15315;s:79:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-navigation-link\";i:920;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/avatar\";i:7577;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comment-edit-link\";i:995;s:73:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comments-title\";i:4520;s:75:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/term-description\";i:728;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/missing\";i:564;s:83:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comments-pagination-next\";i:870;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comment-date\";i:959;s:86:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comments-pagination-numbers\";i:4253;s:75:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comment-template\";i:4411;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/loginout\";i:510;s:77:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/navigation-submenu\";i:8840;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/video\";i:22069;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-featured-image\";i:23813;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/preformatted\";i:4338;s:63:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/more\";i:6746;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comments-query-loop\";i:3955;s:77:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comment-reply-link\";i:837;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/block\";i:4929;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/audio\";i:12016;s:72:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/legacy-widget\";i:501;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-terms\";i:4087;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/heading\";i:4933;s:74:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comment-content\";i:4213;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/column\";i:880;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/query\";i:8879;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/quote\";i:11894;s:63:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/list\";i:4797;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/read-more\";i:5292;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/freeform\";i:42245;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/media-text\";i:19937;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/calendar\";i:5144;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/verse\";i:4425;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/site-logo\";i:20569;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/home-link\";i:714;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/navigation\";i:133558;s:87:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comments-pagination-previous\";i:882;s:74:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/navigation-link\";i:17439;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/latest-posts\";i:16573;s:63:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/code\";i:7942;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-title\";i:4622;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/site-title\";i:4627;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/nextpage\";i:6021;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/page-list\";i:12661;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/widget-group\";i:319;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/separator\";i:14141;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/button\";i:21550;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/paragraph\";i:10449;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/site-tagline\";i:4317;s:72:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-template\";i:12873;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-author\";i:5670;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/columns\";i:14308;s:75:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/query-pagination\";i:13862;s:72:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-comments\";i:17063;s:62:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/rss\";i:11940;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/buttons\";i:15823;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comments-pagination\";i:14298;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/gallery\";i:84238;s:63:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/file\";i:15738;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/shortcode\";i:8171;s:80:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/query-pagination-next\";i:861;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/image\";i:29712;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/comment-author-name\";i:1032;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/text-columns\";i:8990;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/cover\";i:82890;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/post-date\";i:950;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks/social-link\";i:5172;s:58:\"/home/getmadto/public_html/getmad.today/wp-includes/blocks\";i:1368177;s:57:\"/home/getmadto/public_html/getmad.today/wp-includes/fonts\";i:289826;s:74:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/Content/Type\";i:8015;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/Content\";i:8015;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/Parse\";i:20551;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/Cache\";i:39607;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/Net\";i:7493;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/HTTP\";i:11487;s:73:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/Decode/HTML\";i:17241;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/Decode\";i:17241;s:77:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/XML/Declaration\";i:7098;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie/XML\";i:7098;s:61:\"/home/getmadto/public_html/getmad.today/wp-includes/SimplePie\";i:458625;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/block-supports\";i:65329;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/block-patterns\";i:8843;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/rest-api/search\";i:15180;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/rest-api/fields\";i:22314;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/rest-api/endpoints\";i:719276;s:60:\"/home/getmadto/public_html/getmad.today/wp-includes/rest-api\";i:842532;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Auth\";i:1939;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Transport\";i:30090;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Utility\";i:3310;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Proxy\";i:3488;s:80:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Exception/Transport\";i:919;s:75:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Exception/HTTP\";i:14365;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Exception\";i:16778;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Cookie\";i:3865;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests/Response\";i:2135;s:60:\"/home/getmadto/public_html/getmad.today/wp-includes/Requests\";i:139225;s:59:\"/home/getmadto/public_html/getmad.today/wp-includes/js/crop\";i:20004;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/js/imgareaselect\";i:49024;s:77:\"/home/getmadto/public_html/getmad.today/wp-includes/js/mediaelement/renderers\";i:18880;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/js/mediaelement\";i:719403;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/js/jquery/ui\";i:807133;s:61:\"/home/getmadto/public_html/getmad.today/wp-includes/js/jquery\";i:1321204;s:63:\"/home/getmadto/public_html/getmad.today/wp-includes/js/thickbox\";i:31185;s:63:\"/home/getmadto/public_html/getmad.today/wp-includes/js/plupload\";i:490126;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/js/codemirror\";i:1287141;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/themes/inlite\";i:452642;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/themes/modern\";i:446221;s:69:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/themes\";i:898863;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:82:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wpeditimage\";i:37713;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/media\";i:57914;s:80:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:80:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:80:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:77:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wpview\";i:8994;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/lists\";i:97383;s:83:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:80:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wordpress\";i:50609;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/paste\";i:113193;s:84:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:81:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:77:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wplink\";i:26476;s:79:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:85:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:82:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:83:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:79:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:73:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/hr\";i:1347;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/image\";i:55874;s:75:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins/link\";i:32949;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/plugins\";i:606953;s:82:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:84:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:85:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/skins\";i:233085;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/langs\";i:15529;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce/utils\";i:18822;s:62:\"/home/getmadto/public_html/getmad.today/wp-includes/js/tinymce\";i:2853635;s:60:\"/home/getmadto/public_html/getmad.today/wp-includes/js/jcrop\";i:24976;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/js/dist/vendor\";i:2361964;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/js/dist/development\";i:178306;s:59:\"/home/getmadto/public_html/getmad.today/wp-includes/js/dist\";i:14923004;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/js/swfupload\";i:8715;s:54:\"/home/getmadto/public_html/getmad.today/wp-includes/js\";i:24135210;s:61:\"/home/getmadto/public_html/getmad.today/wp-includes/PHPMailer\";i:226303;s:55:\"/home/getmadto/public_html/getmad.today/wp-includes/ID3\";i:1143654;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/sitemaps/providers\";i:16471;s:60:\"/home/getmadto/public_html/getmad.today/wp-includes/sitemaps\";i:46403;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/theme-compat\";i:15442;s:65:\"/home/getmadto/public_html/getmad.today/wp-includes/random_compat\";i:43330;s:59:\"/home/getmadto/public_html/getmad.today/wp-includes/widgets\";i:157313;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/certificates\";i:233231;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/Text/Diff/Engine\";i:31662;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/Text/Diff/Renderer\";i:5535;s:61:\"/home/getmadto/public_html/getmad.today/wp-includes/Text/Diff\";i:44010;s:56:\"/home/getmadto/public_html/getmad.today/wp-includes/Text\";i:56929;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/images/media\";i:2419;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/images/crystal\";i:15541;s:66:\"/home/getmadto/public_html/getmad.today/wp-includes/images/smilies\";i:10082;s:62:\"/home/getmadto/public_html/getmad.today/wp-includes/images/wlw\";i:4413;s:58:\"/home/getmadto/public_html/getmad.today/wp-includes/images\";i:103747;s:61:\"/home/getmadto/public_html/getmad.today/wp-includes/customize\";i:173478;s:67:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/editor\";i:91556;s:71:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/components\";i:462356;s:73:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/block-editor\";i:531331;s:64:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/nux\";i:14748;s:73:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/edit-widgets\";i:108787;s:75:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/format-library\";i:10926;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/block-directory\";i:17844;s:78:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/customize-widgets\";i:27716;s:81:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/list-reusable-blocks\";i:21928;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/edit-post\";i:210007;s:74:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/block-library\";i:696498;s:70:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/edit-site\";i:211045;s:68:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/widgets\";i:27172;s:76:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist/reusable-blocks\";i:5178;s:60:\"/home/getmadto/public_html/getmad.today/wp-includes/css/dist\";i:2437092;s:55:\"/home/getmadto/public_html/getmad.today/wp-includes/css\";i:3083615;s:51:\"/home/getmadto/public_html/getmad.today/wp-includes\";i:40583369;s:57:\"/home/getmadto/public_html/getmad.today/wp-admin/includes\";i:2903403;s:59:\"/home/getmadto/public_html/getmad.today/wp-admin/js/widgets\";i:139404;s:51:\"/home/getmadto/public_html/getmad.today/wp-admin/js\";i:1906208;s:53:\"/home/getmadto/public_html/getmad.today/wp-admin/user\";i:3418;s:54:\"/home/getmadto/public_html/getmad.today/wp-admin/maint\";i:7260;s:55:\"/home/getmadto/public_html/getmad.today/wp-admin/images\";i:390372;s:65:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors/light\";i:78840;s:69:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors/ectoplasm\";i:78210;s:66:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors/modern\";i:78738;s:65:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors/ocean\";i:75697;s:66:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors/coffee\";i:76468;s:68:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors/midnight\";i:79043;s:64:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors/blue\";i:78246;s:67:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors/sunrise\";i:78983;s:59:\"/home/getmadto/public_html/getmad.today/wp-admin/css/colors\";i:647862;s:52:\"/home/getmadto/public_html/getmad.today/wp-admin/css\";i:2512039;s:56:\"/home/getmadto/public_html/getmad.today/wp-admin/network\";i:124247;s:48:\"/home/getmadto/public_html/getmad.today/wp-admin\";i:8731608;s:39:\"/home/getmadto/public_html/getmad.today\";i:104610831;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/js\";i:19797;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/01-settings\";i:11555;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/02-tools\";i:6930;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search\";i:5410;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote\";i:4215;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table\";i:2937;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments\";i:815;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html\";i:223;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer\";i:227;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group\";i:3040;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities\";i:7640;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video\";i:324;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted\";i:189;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio\";i:113;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading\";i:2977;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote\";i:5726;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list\";i:1063;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text\";i:1389;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse\";i:127;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy\";i:1192;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould\";i:201;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation\";i:3141;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts\";i:8536;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code\";i:537;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator\";i:2204;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button\";i:5491;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph\";i:497;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop\";i:358;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns\";i:3506;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss\";i:5502;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery\";i:801;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file\";i:673;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons\";i:615;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image\";i:1914;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover\";i:4533;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/05-blocks\";i:78638;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/03-generic\";i:15944;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/04-elements\";i:12312;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/07-utilities\";i:13466;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass/06-components\";i:36750;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/sass\";i:183883;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/images\";i:2128437;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets/css\";i:302051;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/assets\";i:2634168;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/template-parts/excerpt\";i:4682;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/template-parts/header\";i:4222;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/template-parts/content\";i:6459;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/template-parts/footer\";i:307;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/template-parts/post\";i:1148;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/template-parts\";i:16818;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/classes\";i:76656;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone/inc\";i:63907;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentyone\";i:3670425;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/page-templates\";i:394;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets/fonts\";i:324705;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets/js/dev/vendors\";i:38817;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets/js/dev\";i:81339;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets/js/vendors\";i:27018;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets/js\";i:175139;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets/images\";i:16307;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets/css/compatibility\";i:199153;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets/css\";i:968838;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/assets\";i:1484989;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/woocommerce/checkout\";i:2227;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/woocommerce/cart/header-widget\";i:5620;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/woocommerce/cart\";i:16547;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/woocommerce/single-product/tabs\";i:2547;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/woocommerce/single-product\";i:5899;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/woocommerce\";i:28749;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/header/widgets\";i:1167;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/header\";i:4934;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/pre-footer\";i:2464;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/hero\";i:4262;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/content\";i:9343;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/preloader\";i:682;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/footer/copyright\";i:739;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/footer\";i:1284;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/misc\";i:798;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/topbar\";i:726;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/entry/format\";i:8108;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts/entry\";i:21114;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/template-parts\";i:47481;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/languages\";i:109068;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/compatibility/woocommerce\";i:63829;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/compatibility/socialsnap\";i:3571;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/compatibility\";i:106474;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/utilities\";i:7945;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/admin/assets/js/libs\";i:242425;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/admin/assets/js/dev\";i:4409;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/admin/assets/js\";i:249275;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/admin/assets/css\";i:104354;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/admin/assets\";i:353629;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/admin/metabox\";i:19923;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/admin\";i:407863;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/core\";i:50453;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/assets/js/dev\";i:108037;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/assets/js\";i:187928;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/assets/images\";i:19572;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/assets/css\";i:76619;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/assets\";i:284119;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/spacing\";i:16825;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/text\";i:2337;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/design-options\";i:41350;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/checkbox-group\";i:12942;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/color\";i:33841;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/background\";i:23855;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/alignment\";i:20291;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/heading\";i:9836;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/textarea\";i:2527;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/select\";i:11429;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/sortable\";i:9155;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/toggle\";i:7841;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/typography\";i:42926;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/range\";i:28491;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/button\";i:5935;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/info\";i:3883;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/radio-image\";i:7062;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls/widget\";i:33931;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/controls\";i:319979;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/widgets\";i:22846;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer/settings\";i:180234;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc/customizer\";i:849108;s:69:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra/inc\";i:1720584;s:65:\"/home/getmadto/public_html/getmad.today/wp-content/themes/sinatra\";i:3572763;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/module-customizer\";i:14381;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/compat\";i:8707;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/scripts/stores\";i:58884;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/scripts/ext\";i:408347;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/scripts/utils\";i:19996;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/scripts\";i:981707;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/api/rest\";i:7776;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/api\";i:18979;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/styles/images\";i:47225;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/styles\";i:416027;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/img\";i:7212;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/src\";i:1420;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts\";i:3469;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite\";i:131875;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern\";i:130746;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/mobile\";i:164139;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes\";i:426760;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/img\";i:2856;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts\";i:131989;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin\";i:211353;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap\";i:8601;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media\";i:16576;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table\";i:118578;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor\";i:4927;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/img\";i:13208;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help\";i:21387;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu\";i:1824;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc\";i:2941;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss\";i:3131;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode\";i:2850;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wpview\";i:2635;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor\";i:1446;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists\";i:26968;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker\";i:10308;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print\";i:465;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime\";i:2633;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak\";i:1436;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist\";i:2226;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste\";i:30837;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking\";i:1012;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen\";i:2184;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage\";i:7168;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput\";i:3402;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus\";i:1614;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality\";i:857;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars\";i:5321;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker\";i:1349;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/css\";i:5473;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks\";i:7164;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern\";i:7405;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace\";i:7352;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview\";i:2044;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template\";i:5191;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code\";i:1024;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/css\";i:2334;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample\";i:21684;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools\";i:32354;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize\";i:2074;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable\";i:1540;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr\";i:428;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount\";i:12035;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave\";i:2856;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/img\";i:5390;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons\";i:6461;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink\";i:2127;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save\";i:1426;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image\";i:15852;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link\";i:8940;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins\";i:420633;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/img\";i:2856;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts\";i:160384;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray\";i:243046;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins\";i:243046;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/langs\";i:151;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors\";i:1667770;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/block-editor\";i:149124;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images\";i:28464;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css\";i:281831;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets/backports\";i:21913;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/assets\";i:1982195;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/i18n\";i:54791;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/type\";i:4141;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query\";i:759;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/taxonomy\";i:4132;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post\";i:9032;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder\";i:299170;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder/build\";i:8830240;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/frontend-builder\";i:11358413;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/ajax-data\";i:12544;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/icon-manager\";i:351127;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/woocommerce/placeholder\";i:4168;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/checkout\";i:13532;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/global\";i:7453;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/cart\";i:14160;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates\";i:35145;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/woocommerce\";i:39313;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js\";i:426429;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/css\";i:1528363;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets\";i:1954792;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/dynamic-assets\";i:2054171;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/background-masks/pattern\";i:122429;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/background-masks/mask\";i:1901192;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/background-masks\";i:2073244;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/global-presets\";i:31219;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/gutenberg/blocks\";i:31579;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/gutenberg/utils\";i:14266;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/gutenberg\";i:69763;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/content-retriever/retrievers\";i:3345;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/content-retriever\";i:4301;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature/display-conditions\";i:19954;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/feature\";i:4955028;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/languages\";i:10844095;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/templates\";i:3008;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/tests/codeception/wpunit\";i:897;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/tests/codeception\";i:897;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/tests\";i:897;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/plugin-compat/scripts\";i:1878;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/plugin-compat\";i:142945;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/theme-compat\";i:937;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/type\";i:1806;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/field/attribute/composite\";i:2433;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/field/attribute\";i:2433;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/field/template/border\";i:3026;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/field/template\";i:7109;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/field/display-conditions\";i:62119;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/field\";i:310587;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/type\";i:32305;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/woocommerce\";i:491577;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/helpers/motion\";i:11631;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/helpers\";i:341389;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/settings/migration\";i:240997;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module/settings\";i:255073;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/module\";i:2858462;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/post/type\";i:6606;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/post/query\";i:1785;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/post/taxonomy\";i:8231;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/post\";i:19748;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder/images\";i:420543;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/builder\";i:34165201;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/functions\";i:24937;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes/widgets\";i:30020;s:71:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/includes\";i:34242466;s:65:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/js\";i:1467371;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/data\";i:42355;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/cache\";i:8577;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/mu-plugins\";i:4814;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/api/spam\";i:17558;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/api/social\";i:814;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/api/email\";i:182551;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/api\";i:230816;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/post\";i:15440;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components/lib\";i:29861;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/components\";i:739769;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/fonts/fontawesome\";i:2946412;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/fonts/modules/base\";i:36396;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/fonts/modules/all\";i:578518;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/fonts/modules/social\";i:62947;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/fonts/modules\";i:677861;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/fonts\";i:3797176;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/js\";i:145043;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/images/svg\";i:13931;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/images/epanel\";i:22958;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/images\";i:55743;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin/css\";i:84742;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/admin\";i:4082704;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core/json-data\";i:128711;s:67:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/core\";i:5042920;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/et-pagebuilder\";i:10666;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/psd\";i:57197;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/js\";i:43128;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/images\";i:92754;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/shortcodes/js\";i:17705;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/shortcodes/images\";i:18431;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/shortcodes/css\";i:39931;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/shortcodes\";i:120166;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/css\";i:42385;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/google-fonts/images\";i:131966;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel/google-fonts\";i:144106;s:69:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/epanel\";i:554577;s:67:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/lang\";i:2127241;s:69:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/images\";i:2434;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/cloud/i18n/library\";i:18455;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/cloud/i18n\";i:37816;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/cloud/fonts\";i:4828;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/cloud/images\";i:455;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/cloud/build\";i:1151461;s:68:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/cloud\";i:1207038;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/css/tinymce-skin/img\";i:2856;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/css/tinymce-skin/fonts\";i:131989;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/css/tinymce-skin\";i:211353;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/css/dynamic-assets\";i:194307;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/css\";i:450415;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/common/scripts\";i:137960;s:69:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi/common\";i:139896;s:62:\"/home/getmadto/public_html/getmad.today/wp-content/themes/Divi\";i:51551934;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/assets/videos\";i:468755;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans\";i:301601;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/assets/fonts/inter\";i:809786;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro\";i:1409152;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex\";i:423403;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/assets/fonts\";i:4348514;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/assets/images\";i:1453963;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/assets\";i:6271232;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/styles\";i:11351;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/templates\";i:13966;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/inc/patterns\";i:157180;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/inc\";i:161123;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo/parts\";i:2724;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwentytwo\";i:6643877;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/assets/fonts/inter\";i:460724;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/assets/fonts\";i:460724;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/assets/js\";i:42008;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/assets/images\";i:48358;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/assets/css\";i:114276;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/assets\";i:665366;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/template-parts\";i:22933;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/templates\";i:678;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/classes\";i:102533;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty/inc\";i:56320;s:70:\"/home/getmadto/public_html/getmad.today/wp-content/themes/twentytwenty\";i:1775141;s:57:\"/home/getmadto/public_html/getmad.today/wp-content/themes\";i:67214168;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/font-awesome/includes\";i:204908;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/font-awesome/compat-js/build\";i:1439568;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/font-awesome/compat-js\";i:1439568;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/font-awesome/admin/views\";i:89;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/font-awesome/admin/build\";i:1314488;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/font-awesome/admin\";i:1314605;s:71:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/font-awesome\";i:3025023;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/img\";i:112415;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/js\";i:13102;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/languages\";i:72307;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/scss\";i:23070;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/classes/external\";i:8752;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/classes\";i:82088;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/views\";i:25957;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/build/shortpixel/log/src\";i:14699;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/build/shortpixel/log\";i:15097;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/build/shortpixel/notices/src/css\";i:1102;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/build/shortpixel/notices/src\";i:17830;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/build/shortpixel/notices\";i:18480;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/build/shortpixel\";i:36848;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/build\";i:36848;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace/css\";i:47824;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/enable-media-replace\";i:461936;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/movabletype-importer/languages\";i:4380;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/movabletype-importer\";i:22941;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/archiver\";i:30176;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/interfaces\";i:4204;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/menus\";i:89175;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/scripts\";i:22056;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/res/img\";i:2378;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/res/js\";i:48954;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/res/css/text-security\";i:504756;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/res/css\";i:507274;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/res\";i:558606;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/utilities\";i:62485;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/app\";i:118738;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/advance\";i:31359;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/vendor/composer\";i:26275;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel/vendor\";i:26453;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines/prime-mover-panel\";i:805642;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/engines\";i:805642;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/compatibility\";i:146086;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/global\";i:15931;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/res/img\";i:3747;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/res/js/zip-library\";i:187512;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/res/js\";i:502291;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/res/css/fonts\";i:9403;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/res/css\";i:27156;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/res\";i:533194;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/utilities\";i:557566;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/assets/img\";i:56369;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/assets/js\";i:10689;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/assets/css/admin\";i:49683;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/assets/css\";i:52870;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/assets\";i:120015;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/includes/managers\";i:95908;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/includes/sdk/Exceptions\";i:3169;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/includes/sdk\";i:48619;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/includes/debug\";i:2948;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/includes/supplements\";i:2700;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/includes/entities\";i:46965;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/includes/customizer\";i:7924;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/includes\";i:1553125;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/languages\";i:1024918;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates/debug\";i:14061;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates/partials\";i:4970;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates/js\";i:4460;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates/plugin-info\";i:7012;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates/forms/deactivation\";i:22317;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates/forms\";i:153474;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates/account/partials\";i:46690;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates/account\";i:61841;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius/templates\";i:468572;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/freemius\";i:3238472;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/dependency-checks\";i:32693;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/languages\";i:245129;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/classes\";i:752300;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/users\";i:63756;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/vendor/composer\";i:59361;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/vendor\";i:59539;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/cli\";i:59032;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/ifsnop/mysqldump-php/src/Ifsnop/Mysqldump\";i:74979;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/ifsnop/mysqldump-php/src/Ifsnop\";i:74979;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/ifsnop/mysqldump-php/src\";i:74979;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/ifsnop/mysqldump-php\";i:74979;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/ifsnop\";i:74979;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/splitbrain/php-archive/src\";i:77676;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/splitbrain/php-archive\";i:77676;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/splitbrain\";i:77676;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/wp-cli/wp-config-transformer/src\";i:11747;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/wp-cli/wp-config-transformer\";i:11747;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build/wp-cli\";i:11747;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/build\";i:164402;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover/streams\";i:42508;s:70:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/prime-mover\";i:6949234;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/assets\";i:2605;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/cache/html\";i:0;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/cache/js\";i:13686244;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/cache/css\";i:18495796;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/cache\";i:32182093;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/sprites\";i:44;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/assets2\";i:468;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/jquery-ui/images\";i:36998;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/jquery-ui\";i:103892;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/assets3\";i:994;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/js\";i:8952;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/filetree/images\";i:30038;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/filetree\";i:49793;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/lazysizes\";i:34103;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/core/icons\";i:57812;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/core/js\";i:10732;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/core/images\";i:656;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/core/css\";i:5364;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/core\";i:74564;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/bootstrap/js\";i:2487608;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/bootstrap/css\";i:369228;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/bootstrap\";i:2856836;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/images\";i:49067;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/chosen-js\";i:181804;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/css\";i:4339;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media/css-element-queries\";i:12235;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/media\";i:35561833;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/languages\";i:149843;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/logs\";i:44;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/tmp\";i:44;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Service\";i:18327;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Platform\";i:25858;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Service\";i:29932;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Model\";i:4450;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Html/Callbacks\";i:26023;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Html\";i:115851;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/PageCache\";i:27377;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Css/Callbacks\";i:30164;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Css/Sprite/Handler\";i:11420;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Css/Sprite\";i:44593;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Css\";i:98029;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Interfaces\";i:13090;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Admin/Ajax\";i:8920;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Admin\";i:58063;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core/Plugin\";i:4904;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Core\";i:427857;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Log\";i:991;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Model\";i:9299;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Html/Renderer\";i:27406;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Html\";i:66603;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/View\";i:7538;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Controller\";i:22100;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src/Plugin\";i:23321;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/src\";i:605213;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/tmpl\";i:39370;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/container-interop/container-interop/src/Interop/Container/Exception\";i:737;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/container-interop/container-interop/src/Interop/Container\";i:1109;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/container-interop/container-interop/src/Interop\";i:1109;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/container-interop/container-interop/src\";i:1109;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/container-interop/container-interop\";i:2193;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/container-interop\";i:2193;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/composer/ca-bundle/res\";i:215352;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/composer/ca-bundle/src\";i:17402;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/composer/ca-bundle\";i:233806;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/composer\";i:661171;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:52093;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/symfony/polyfill-mbstring/Resources\";i:52093;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/symfony/polyfill-mbstring\";i:101020;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/symfony\";i:101020;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/webmozart/assert/src\";i:172132;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/webmozart/assert\";i:173216;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/webmozart\";i:173216;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/log/Psr/Log\";i:11604;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/log/Psr\";i:11604;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/log\";i:12689;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/http-factory/src\";i:4947;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/http-factory\";i:6011;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/http-message/src\";i:46469;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/http-message\";i:47554;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/http-client/src\";i:1949;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/http-client\";i:3034;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/container/src\";i:1362;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr/container\";i:2507;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/psr\";i:71795;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/view/src\";i:5565;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/view\";i:24083;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/renderer/src\";i:17867;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/renderer\";i:45011;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/uri/src\";i:21543;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/uri\";i:40225;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/string/src/phputf8/native\";i:16515;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/string/src/phputf8/utils\";i:53586;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/string/src/phputf8/mbstring\";i:4072;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/string/src/phputf8\";i:122173;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/string/src\";i:159292;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/string\";i:178029;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/input/src\";i:17560;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/input\";i:35376;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/utilities/src\";i:35769;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/utilities\";i:54287;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/http/src/Transport\";i:28989;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/http/src/Exception\";i:1950;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/http/src\";i:49953;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/http\";i:67769;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem/src/Support\";i:1642;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem/src/Stream\";i:6193;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem/src/Exception\";i:1079;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem/src/Clients\";i:48499;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem/src\";i:164267;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem/meta/language/en-GB\";i:722;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem/meta/language\";i:722;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem/meta\";i:722;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filesystem\";i:182805;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/controller/src\";i:2906;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/controller\";i:20722;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/di/src/Exception\";i:2008;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/di/src\";i:30511;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/di\";i:49080;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/model/src\";i:3537;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/model\";i:21353;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/registry/src/Format\";i:22479;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/registry/src\";i:46671;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/registry\";i:65189;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filter/src\";i:39697;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla/filter\";i:58266;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/joomla\";i:842195;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/codealfa/minify/src\";i:24388;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/codealfa/minify\";i:59581;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/codealfa/regextokenizer/src/Debug\";i:1707;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/codealfa/regextokenizer/src\";i:8919;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/codealfa/regextokenizer\";i:8919;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/codealfa\";i:68500;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/view/Concerns\";i:21711;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/view/Compilers/Concerns\";i:32716;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/view/Compilers\";i:67748;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/view/Engines\";i:6328;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/view/Middleware\";i:1458;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/view\";i:153079;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/events\";i:23224;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/support/Traits\";i:32727;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/support\";i:254345;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/filesystem\";i:48030;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/container\";i:47508;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/contracts/Support\";i:4187;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/contracts/Container\";i:5312;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/contracts/Events\";i:1814;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/contracts/View\";i:2805;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate/contracts\";i:14118;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/illuminate\";i:540304;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-servicemanager/src/Initializer\";i:586;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-servicemanager/src/Proxy\";i:2113;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-servicemanager/src/Factory\";i:4234;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-servicemanager/src/Exception\";i:7637;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-servicemanager/src/AbstractFactory\";i:10770;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-servicemanager/src/Tool\";i:21448;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-servicemanager/src\";i:100925;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-servicemanager\";i:137298;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache/src/Service\";i:15151;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter\";i:54428;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache/src/Storage/Plugin\";i:26115;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache/src/Storage\";i:110714;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache/src/Exception\";i:1622;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache/src/Pattern\";i:43680;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache/src\";i:173929;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache\";i:218293;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-paginator/src/Adapter/Service\";i:7786;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-paginator/src/Adapter/Exception\";i:1385;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-paginator/src/Adapter\";i:20865;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-paginator/src/ScrollingStyle\";i:4889;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-paginator/src/Exception\";i:578;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-paginator/src\";i:74573;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-paginator\";i:91256;s:156:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/Exception\";i:2271;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem\";i:16108;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src\";i:75753;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/benchmark\";i:687;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem\";i:76440;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-diactoros/src/functions\";i:19253;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-diactoros/src/Exception\";i:7468;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-diactoros/src\";i:58684;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-diactoros\";i:58684;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-serializer/src/Adapter\";i:63202;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-serializer/src/Exception\";i:1130;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-serializer/src\";i:77693;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-serializer\";i:77693;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src/Filter\";i:11617;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src/Processor\";i:6564;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src/Exception\";i:594;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src/Formatter\";i:23320;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src/Writer/ChromePhp\";i:1547;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src/Writer/FirePhp\";i:2681;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src/Writer/Factory\";i:4543;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src/Writer\";i:70015;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log/src\";i:172010;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-log\";i:172010;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-eventmanager/src/Filter\";i:3900;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-eventmanager/src/Exception\";i:889;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-eventmanager/src\";i:51946;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-eventmanager\";i:51946;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-zendframework-bridge/config\";i:23649;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-zendframework-bridge/src\";i:22783;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-zendframework-bridge\";i:59288;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-json/src/Exception\";i:669;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-json/src\";i:51377;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-json\";i:51377;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-stdlib/src/StringWrapper\";i:27094;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-stdlib/src/ArrayUtils\";i:857;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-stdlib/src/Guard\";i:3031;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-stdlib/src/Exception\";i:1395;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-stdlib/src\";i:120272;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas/laminas-stdlib\";i:140921;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor/laminas\";i:1135206;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib/vendor\";i:3607265;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize/lib\";i:4251848;s:71:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jch-optimize\";i:40021068;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/disable-comments-rb/assets/images\";i:469225;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/disable-comments-rb/assets\";i:469225;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/disable-comments-rb/languages\";i:13945;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/disable-comments-rb\";i:516881;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets/img\";i:36553;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets/js/jstree\";i:444517;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets/js\";i:472993;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets/dist/fonts\";i:28395;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets/dist/js\";i:559106;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets/dist/css\";i:264402;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets/dist\";i:851903;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets/css\";i:4279;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/assets\";i:1365728;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Support/ACF\";i:3745;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Support\";i:24306;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Page\";i:4134;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Recommended/assets/js\";i:6491;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Recommended/assets\";i:6491;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Recommended/views\";i:9737;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Recommended\";i:36049;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Classes\";i:34491;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Model\";i:8154;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Controller/Attachment\";i:285;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Controller\";i:41464;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes/Blocks\";i:2854;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/includes\";i:169149;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/i18n/languages\";i:769320;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/i18n\";i:769320;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/blocks/filebird-gallery/dist\";i:19092;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/blocks/filebird-gallery\";i:19092;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/blocks\";i:19092;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/views/pages/settings\";i:92574;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/views/pages\";i:95231;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/views/particle\";i:190;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/views/notices\";i:1398;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird/views\";i:96819;s:67:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird\";i:2448225;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/min\";i:234291;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/front-end/controllers\";i:6981;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/front-end/views\";i:6612;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/front-end/models\";i:6577;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/front-end\";i:20849;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/builder/controllers\";i:41688;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/builder/views\";i:19167;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/builder/models\";i:7565;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/builder\";i:68935;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js/lib\";i:15168;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/js\";i:339243;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/scss/front-end\";i:5407;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/scss/admin\";i:2640;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/scss\";i:8047;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets/css\";i:32396;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/assets\";i:379686;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/includes/Templates\";i:5514;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/includes/Config\";i:2377;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/includes/Admin\";i:718;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/includes\";i:8609;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/includes/display/processing\";i:9061;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/includes/display/form\";i:9690;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/includes/display\";i:38365;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/includes/fields\";i:4654;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/includes/admin\";i:17701;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/includes/deprecated\";i:43165;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/includes\";i:109236;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/js/min\";i:26400;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/js/dev\";i:46973;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/js\";i:73373;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/lang\";i:9686;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated/css\";i:3394;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/deprecated\";i:200284;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part/lib\";i:11514;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-multi-part\";i:625375;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/inc/select2/4\";i:582442;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/inc/select2/3\";i:268765;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/inc/select2\";i:851207;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/inc/timepicker\";i:130956;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/inc/color-picker-alpha\";i:27318;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/inc/datepicker/images\";i:11397;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/inc/datepicker\";i:61331;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/inc\";i:1070812;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/images\";i:17845;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/build/js\";i:1428139;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/build/css\";i:505492;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets/build\";i:1933631;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/assets\";i:3022288;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/locations\";i:49186;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/fields\";i:304932;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/api\";i:127105;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/rest-api\";i:31741;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/admin/tools\";i:16942;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/admin/views\";i:31844;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/admin\";i:112394;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/ajax\";i:22895;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/legacy\";i:1777;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/walkers\";i:5692;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes/forms\";i:76109;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/includes\";i:996199;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields/lang\";i:5058787;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/advanced-custom-fields\";i:9137658;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/includes/register-hooks\";i:4407;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/includes/admin/network-fields\";i:7818;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/includes/admin/settings-fields\";i:39984;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/includes/admin\";i:65674;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/includes\";i:104607;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/data/json\";i:46418;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/data\";i:46447;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/public/js\";i:12142;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/public/images/wpel-icons\";i:10871;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/public/images\";i:453537;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/public/css/font\";i:16319;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/public/css\";i:29327;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/public\";i:495035;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/libs/wprun\";i:15222;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/libs/fwp/component-bases\";i:13334;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/libs/fwp/filter-hooks\";i:3152;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/libs/fwp\";i:34783;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/libs\";i:50034;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates/settings-page/help-tabs\";i:1514;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates/settings-page/tab-contents\";i:4050;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates/settings-page\";i:13902;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates/partials/tab-contents\";i:8554;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates/partials\";i:10419;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates/network-page/help-tabs\";i:390;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates/network-page/tab-contents\";i:1020;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates/network-page\";i:3639;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/templates\";i:28622;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/wf-flyout/icons\";i:45866;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links/wf-flyout\";i:57476;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/wp-external-links\";i:802805;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/compat\";i:8707;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/scripts/stores\";i:58884;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/scripts/frontend\";i:582289;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/scripts/ext\";i:409586;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/scripts/utils\";i:19996;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/scripts\";i:1565235;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/api/rest\";i:7776;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/api\";i:18979;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/styles/images\";i:47225;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/styles\";i:2045923;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/img\";i:7212;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/scripts\";i:2049;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/themes/inlite\";i:131875;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/themes/modern\";i:130746;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/themes/mobile\";i:164139;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/themes\";i:426760;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/tinymce-skin/img\";i:2856;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts\";i:131989;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/tinymce-skin\";i:211353;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/charmap\";i:8601;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/media\";i:16576;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/table\";i:118578;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/textcolor\";i:4927;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/help/img\";i:13208;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/help\";i:21387;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu\";i:1824;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/toc\";i:2941;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/importcss\";i:3131;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/bbcode\";i:2850;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/wpview\";i:2635;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/anchor\";i:1446;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/lists\";i:26968;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker\";i:10308;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/print\";i:465;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime\";i:2633;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak\";i:1436;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/advlist\";i:2226;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/paste\";i:30837;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking\";i:1012;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen\";i:2184;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/fullpage\";i:7168;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput\";i:3402;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus\";i:1614;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/directionality\";i:857;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/visualchars\";i:5321;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker\";i:1349;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/css\";i:5473;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks\";i:7164;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/textpattern\";i:7405;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace\";i:7352;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/preview\";i:2044;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/template\";i:5191;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/code\";i:1024;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/codesample/css\";i:2334;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/codesample\";i:21684;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/imagetools\";i:32354;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/autoresize\";i:2074;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/noneditable\";i:1540;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/hr\";i:428;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/wordcount\";i:12035;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/autosave\";i:2856;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/img\";i:5390;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/emoticons\";i:6461;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/autolink\";i:2127;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/save\";i:1426;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/image\";i:15852;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins/link\";i:8940;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/plugins\";i:420633;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/skins/lightgray/img\";i:2856;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts\";i:160384;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/skins/lightgray\";i:243046;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/skins\";i:243046;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors/langs\";i:151;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/vendors\";i:1667770;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/css/block-editor\";i:139838;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/css/mediaelement-images\";i:28464;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/css\";i:369971;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets/backports\";i:21913;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/assets\";i:2068915;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/i18n\";i:54791;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/theme-builder/post/type\";i:4141;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/theme-builder/post/query\";i:759;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/theme-builder/post/taxonomy\";i:4132;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/theme-builder/post\";i:9032;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/theme-builder\";i:299170;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder/build\";i:8742089;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/frontend-builder\";i:11356982;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/ajax-data\";i:12544;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/icon-manager\";i:351127;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/woocommerce/placeholder\";i:4168;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/woocommerce/templates/checkout\";i:13532;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/woocommerce/templates/global\";i:7453;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/woocommerce/templates/cart\";i:14160;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/woocommerce/templates\";i:35145;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/woocommerce\";i:39313;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/dynamic-assets/assets/js\";i:426429;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/dynamic-assets/assets/css\";i:1699194;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/dynamic-assets/assets\";i:2125623;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/dynamic-assets\";i:2225002;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/background-masks/pattern\";i:122429;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/background-masks/mask\";i:1901192;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/background-masks\";i:2073244;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/global-presets\";i:31219;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/gutenberg/blocks\";i:31579;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/gutenberg/utils\";i:14266;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/gutenberg\";i:69763;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/content-retriever/retrievers\";i:3345;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/content-retriever\";i:4301;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature/display-conditions\";i:19954;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/feature\";i:5125859;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/languages\";i:10844095;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/templates\";i:3008;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/tests/codeception/wpunit\";i:897;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/tests/codeception\";i:897;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/tests\";i:897;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/plugin-compat/scripts\";i:1878;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/plugin-compat\";i:142945;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/theme-compat\";i:937;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/field/attribute/composite/type\";i:1806;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/field/attribute/composite\";i:2433;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/field/attribute\";i:2433;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/field/template/border\";i:3026;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/field/template\";i:7109;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/field/display-conditions\";i:62119;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/field\";i:310587;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/type\";i:32305;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/woocommerce\";i:491577;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/helpers/motion\";i:11631;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/helpers\";i:341389;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/settings/migration\";i:240997;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module/settings\";i:255073;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/module\";i:2858462;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/post/type\";i:6606;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/post/query\";i:1785;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/post/taxonomy\";i:8231;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/post\";i:19748;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder/images\";i:420543;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes/builder\";i:36548025;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/includes\";i:36548877;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/js\";i:805969;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/data\";i:42355;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/cache\";i:8577;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/mu-plugins\";i:4814;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/api/spam\";i:17558;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/api/social\";i:814;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/api/email\";i:182551;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/api\";i:230816;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/post\";i:15440;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components/lib\";i:29861;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/components\";i:739769;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/fonts/fontawesome\";i:2946412;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/fonts/modules/base\";i:36396;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/fonts/modules/all\";i:578518;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/fonts/modules/social\";i:62947;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/fonts/modules\";i:677861;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/fonts\";i:3797176;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/js\";i:145043;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/images/svg\";i:13931;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/images/epanel\";i:22958;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/images\";i:55743;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin/css\";i:84742;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/admin\";i:4082704;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core/json-data\";i:128711;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/core\";i:5042920;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/theme-compat/js\";i:6888;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/theme-compat/css\";i:31295;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/theme-compat\";i:103508;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/lang\";i:244630;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/images\";i:23515;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/cloud/i18n/library\";i:18455;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/cloud/i18n\";i:37816;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/cloud/fonts\";i:4828;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/cloud/images\";i:455;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/cloud/build\";i:1126803;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/cloud\";i:1182380;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/css\";i:1705186;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/common/scripts\";i:137960;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/common\";i:139896;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/includes\";i:30602;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/themes/inlite\";i:131875;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/themes/modern\";i:130746;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/themes/mobile\";i:164139;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/themes\";i:426760;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/tinymce-skin/img\";i:2856;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/tinymce-skin/fonts\";i:131989;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/tinymce-skin\";i:211353;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/charmap\";i:8601;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/media\";i:16576;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/table\";i:118578;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/textcolor\";i:4927;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/help/img\";i:13208;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/help\";i:21387;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/contextmenu\";i:1824;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/toc\";i:2941;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/importcss\";i:3131;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/bbcode\";i:2850;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/wpview\";i:2635;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/anchor\";i:1446;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/lists\";i:26968;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/spellchecker\";i:10308;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/print\";i:465;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/insertdatetime\";i:2633;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/pagebreak\";i:1436;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/advlist\";i:2226;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/paste\";i:30837;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/nonbreaking\";i:1012;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/fullscreen\";i:2184;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/fullpage\";i:7168;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/legacyoutput\";i:3402;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/tabfocus\";i:1614;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/directionality\";i:857;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/visualchars\";i:5321;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/colorpicker\";i:1349;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/visualblocks/css\";i:5473;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/visualblocks\";i:7164;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/textpattern\";i:7405;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/searchreplace\";i:7352;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/preview\";i:2044;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/template\";i:5191;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/code\";i:1024;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/codesample/css\";i:2334;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/codesample\";i:21684;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/imagetools\";i:32354;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/autoresize\";i:2074;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/noneditable\";i:1540;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/hr\";i:428;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/wordcount\";i:12035;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/autosave\";i:2856;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/emoticons/img\";i:5390;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/emoticons\";i:6461;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/autolink\";i:2127;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/save\";i:1426;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/image\";i:15852;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/link\";i:8940;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins\";i:420633;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/skins/lightgray/img\";i:2856;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/skins/lightgray/fonts\";i:160384;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/skins/lightgray\";i:243046;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/skins\";i:243046;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/langs\";i:151;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce\";i:1667642;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce/js\";i:1667642;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js/tinymce\";i:1767665;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/js\";i:1786808;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/css/fonts\";i:157831;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard/css\";i:185612;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder/dashboard\";i:2070563;s:71:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-builder\";i:48625639;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/classic-editor/js\";i:624;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/classic-editor\";i:61880;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets/js/checkout\";i:3554;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets/js/subscribe\";i:2742;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets/js/block\";i:27379;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets/js\";i:80090;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets/images/woocommerce-banners\";i:53216;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets/images/admin-dashboard-widget\";i:131994;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets/images\";i:611588;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets/css\";i:29326;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/assets\";i:721004;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog/Models\";i:2955;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog\";i:2955;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Models\";i:3383;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Emails\";i:967;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce\";i:4350;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Handlers\";i:76407;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Exceptions\";i:560;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Models\";i:6217;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Processors\";i:2574;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Services\";i:8626;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Managers\";i:820;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts\";i:95204;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Models\";i:815;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Processes\";i:1966;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api\";i:2781;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Modules\";i:112603;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Integrations\";i:3748;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe/deprecated\";i:5296;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe\";i:33682;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/blocks\";i:34466;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Exceptions\";i:230;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Models\";i:9647;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-feedback-notice\";i:2569;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-dashboard-widget\";i:8441;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/views\";i:59193;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Helpers\";i:18825;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Constants\";i:162;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Managers\";i:150978;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src/Clients\";i:3681;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/src\";i:397105;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src/Exception\";i:594;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src\";i:85915;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs/classes\";i:44946;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs\";i:72597;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/dist\";i:8509;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/bin\";i:298;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption\";i:174782;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse\";i:174782;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/composer\";i:58797;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt/src\";i:29864;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt\";i:42900;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase\";i:42900;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/other\";i:1633;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/dist\";i:703;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/lib\";i:1327;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat\";i:6592;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie\";i:6592;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/mindscape/raygun4php/src/Raygun4php/Exception\";i:1036;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/mindscape/raygun4php/src/Raygun4php\";i:322381;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/mindscape/raygun4php/src\";i:322381;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/mindscape/raygun4php/tests\";i:4853;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/mindscape/raygun4php\";i:350944;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/mindscape\";i:350944;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/bin\";i:298;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/classes\";i:13645;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing\";i:35335;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich\";i:35335;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact/vendor\";i:669826;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/creative-mail-by-constant-contact\";i:1856589;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/shared/images\";i:144777;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/shared\";i:168292;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api/assets/js\";i:4059;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api/assets/images\";i:105790;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api/assets/css\";i:5738;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api/assets\";i:115587;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api/templates/settings\";i:8663;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api/templates\";i:8663;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api/classes/modules\";i:5988;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api/classes\";i:19572;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/api\";i:143822;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/assets/img\";i:24038;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/assets/js\";i:10689;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/assets/css/admin\";i:49683;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/assets/css\";i:52870;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/assets\";i:87684;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/includes/managers\";i:95908;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/includes/sdk/Exceptions\";i:3169;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/includes/sdk\";i:48619;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/includes/debug\";i:2948;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/includes/supplements\";i:2700;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/includes/entities\";i:46965;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/includes/customizer\";i:7924;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/includes\";i:1552851;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/languages\";i:916442;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates/debug\";i:14061;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates/partials\";i:4970;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates/js\";i:4460;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates/plugin-info\";i:7012;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates/forms/deactivation\";i:22317;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates/forms\";i:153474;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates/account/partials\";i:46690;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates/account\";i:61841;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius/templates\";i:468572;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/freemius\";i:3097391;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/assets/js\";i:1440;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/assets/misc\";i:2235;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/assets/images/icons\";i:14442;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/assets/images/new-features\";i:61247;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/assets/images\";i:139211;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/assets/css\";i:13374;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/assets\";i:156260;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/block_assets/js\";i:788419;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/block_assets\";i:788419;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/src/blocks/simple-sitemap-group\";i:4330;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/src/blocks/_components\";i:12126;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/src/blocks/simple-sitemap\";i:7034;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/src/blocks\";i:36812;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/src\";i:36812;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/languages\";i:1190;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/classes/shortcodes\";i:18668;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/classes/plugin-admin-pages\";i:55417;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib/classes\";i:111442;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap/lib\";i:1094123;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-sitemap\";i:4524811;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird-document-library/assets\";i:326399;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird-document-library/includes\";i:6598;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird-document-library/blocks/assets/icons\";i:16769;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird-document-library/blocks/assets\";i:16769;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird-document-library/blocks/dist\";i:71925;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird-document-library/blocks\";i:88694;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird-document-library/languages\";i:4251;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/filebird-document-library\";i:432333;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/min\";i:250788;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/front-end/controllers\";i:11545;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/front-end/models\";i:10590;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/front-end\";i:23013;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/builder/controllers\";i:40645;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/builder/views/actions\";i:3061;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/builder/views/advanced\";i:8705;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/builder/views\";i:12199;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/builder/models\";i:3474;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/builder\";i:57232;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js/lib\";i:15168;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/js\";i:346201;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/scss/admin\";i:2749;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/scss\";i:2749;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets/css\";i:6872;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/assets\";i:355822;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/includes/Triggers\";i:2425;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/includes/Comparators\";i:2772;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/includes/Integrations\";i:2586;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/includes/Templates\";i:24464;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/includes/Config\";i:10647;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/includes/Admin\";i:763;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/includes\";i:58552;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/includes/display\";i:17050;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/includes/admin/upgrades\";i:709;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/includes/admin\";i:41350;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/includes/deprecated\";i:22179;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/includes\";i:82511;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/js/min\";i:27384;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/js/dev\";i:43983;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/js\";i:71367;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/classes\";i:5036;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/lang\";i:7876;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated/css\";i:980;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/deprecated\";i:174501;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals/lib\";i:12211;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-conditionals\";i:772205;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/actions\";i:5490;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/api\";i:58395;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/database/schema\";i:22541;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/database\";i:39225;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/matches\";i:21000;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/modules\";i:17008;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/models/log\";i:18095;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/models/url\";i:25973;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/models/redirect\";i:41568;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/models\";i:161011;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/images\";i:5548;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/locale/json\";i:1245168;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/locale\";i:4615332;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection/fileio\";i:15579;s:70:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/redirection\";i:5826729;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/includes/modules/BlurbExtended/layouts\";i:28850;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/includes/modules/BlurbExtended\";i:91291;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/includes/modules/AdvancedFlipBox/layouts\";i:23893;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/includes/modules/AdvancedFlipBox\";i:139765;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/includes/modules\";i:231056;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/includes\";i:252198;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/scripts\";i:81753;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/styles\";i:95049;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended/languages\";i:37450;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/divi-blurb-extended\";i:489346;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/assets\";i:231176;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/includes/feeds\";i:5441;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/includes/lib\";i:54724;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/includes\";i:68349;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/stream-icons/font\";i:4709;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/stream-icons\";i:25998;s:71:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/js\";i:72982;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/css\";i:56651;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/lib/select2/js/i18n\";i:41817;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/lib/select2/js\";i:487252;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/lib/select2/css\";i:32800;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/lib/select2\";i:520052;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/lib/timeago/locales\";i:32305;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/lib/timeago\";i:39325;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui/lib\";i:559377;s:68:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/ui\";i:715008;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/languages\";i:92835;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/classes\";i:278693;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/exporters\";i:2161;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/connectors\";i:340303;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/alerts/js\";i:2881;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream/alerts\";i:57652;s:65:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/stream\";i:1860347;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/assets/js\";i:1305;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/assets/css\";i:451;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/assets\";i:1756;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/includes/Templates/PluginSettings\";i:4600;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/includes/Templates\";i:6717;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/includes/Config\";i:38373;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/includes/Admin/Views\";i:1658;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/includes/Admin\";i:9625;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles/includes\";i:54715;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/styles\";i:98480;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/display\";i:11022;s:151:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs/datepicker-settings\";i:4671;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs/theme-settings\";i:2938;s:160:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs/field-type-settings/sidebars\";i:2210;s:151:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs/field-type-settings\";i:31976;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs/error-settings\";i:3978;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs/field-settings\";i:2512;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs/multipart-settings\";i:8417;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs/form-settings\";i:4292;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style/tabs\";i:58784;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-style\";i:58784;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/style\";i:3611;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-impexp/tabs\";i:3611;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms-impexp\";i:3611;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms/tabs/form-layout\";i:26254;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms/tabs\";i:26254;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages/ninja-forms\";i:26254;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin/pages\";i:88649;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes/admin\";i:110114;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/includes\";i:123119;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/js/min\";i:12511;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/js/dev\";i:22086;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/js\";i:34597;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/lang\";i:36102;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated/css\";i:7614;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/deprecated\";i:205525;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/min\";i:244027;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/front-end/controllers\";i:3280;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/front-end/views\";i:1448;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/front-end/models\";i:5258;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/front-end\";i:10404;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/builder/controllers\";i:63016;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/builder/views\";i:16683;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/builder/models\";i:8480;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/builder\";i:88721;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js/lib\";i:34984;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/js\";i:378136;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/scss/front-end\";i:922;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/scss/admin\";i:4712;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/scss\";i:5634;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets/css\";i:13994;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts/assets\";i:397764;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/layouts\";i:409636;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style/lib\";i:11319;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-style\";i:738265;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/assets/img\";i:23401;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/assets/svg\";i:14390;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/assets/js\";i:13012;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/assets/css/images\";i:35041;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/assets/css\";i:103741;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/assets\";i:154570;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/includes\";i:44412;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/languages\";i:43939;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace/templates\";i:13581;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/better-search-replace\";i:302197;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-page-ordering/assets/js/src\";i:4720;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-page-ordering/assets/js\";i:7661;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-page-ordering/assets/css/scss\";i:613;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-page-ordering/assets/css\";i:1989;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-page-ordering/assets\";i:9650;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/simple-page-ordering\";i:41924;s:70:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/sal\";i:122293;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/dialogue\";i:1226;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/revue\";i:7657;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/story\";i:15717;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/conversation\";i:1301;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/calendly\";i:8040;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/donations\";i:7255;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery\";i:5589;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/eventbrite\";i:8021;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/videopress\";i:1032;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/simple-payments\";i:2971;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/send-a-message\";i:2037;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/markdown\";i:522;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/recipe\";i:3513;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/opentable\";i:6446;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6737;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/podcast-player\";i:16278;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/payments-intro\";i:586;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/mailchimp\";i:8411;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/gif\";i:2346;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/pinterest\";i:8867;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/business-hours\";i:4448;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/social-previews\";i:519;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/rating-star\";i:7186;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/amazon\";i:955;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/anchor-fm\";i:5523;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1592;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1852;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:1881;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:33876;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:39070;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:2177;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:1116;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/premium-content\";i:49807;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/google-calendar\";i:2266;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/map\";i:6423;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/slideshow\";i:6603;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/button\";i:8070;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/wordads\";i:3533;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/contact-info\";i:4842;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/image-compare\";i:2360;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/subscriptions\";i:1282;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4568;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/blocks\";i:218175;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio\";i:530;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/extended-blocks/core-video\";i:530;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover\";i:530;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:605;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/extended-blocks\";i:2195;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/plugins/payments\";i:611;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:601;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/plugins/publicize\";i:511;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions/plugins\";i:1723;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/extensions\";i:222093;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/json-endpoints/jetpack\";i:221558;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/json-endpoints\";i:886187;s:70:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/src\";i:7384;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/3rd-party/debug-bar\";i:7110;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/3rd-party\";i:67423;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/jetpack-autoloader\";i:51772;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/composer\";i:244227;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:11009;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans\";i:32615;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/automattic\";i:34304;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/wikimedia\";i:26294;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build\";i:3282;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text\";i:235325;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter\";i:235325;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib\";i:235325;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php\";i:248528;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor/nojimage\";i:248528;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/vendor\";i:605899;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/views/admin\";i:6647;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/views\";i:6647;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/related-posts\";i:102585;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/wpcom-block-editor\";i:21182;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/carousel\";i:371220;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/google-analytics/classes\";i:35990;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/google-analytics\";i:40411;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/sharedaddy/images\";i:93298;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/sharedaddy\";i:340039;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/infinite-scroll/themes\";i:37066;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/infinite-scroll\";i:140726;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:4593;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:8424;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:52484;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/tiled-gallery/math\";i:3433;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/tiled-gallery\";i:66562;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/videopress/js\";i:34692;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/videopress/css\";i:5715;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/videopress\";i:188734;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/calypsoify/gutenberg-styles\";i:2753;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/calypsoify\";i:55704;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools/compat\";i:129624;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools/js\";i:210;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2561;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18314;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools/site-logo\";i:19082;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools/content-options\";i:48456;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools/social-menu\";i:67536;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/theme-tools\";i:328218;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/photon\";i:1760;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/protect\";i:69793;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/simple-payments\";i:32680;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors\";i:202208;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-css/custom-css/js\";i:151910;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/rtl\";i:6145;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-css/custom-css/css\";i:31714;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-css/custom-css\";i:387493;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-css/csstidy\";i:168846;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-css\";i:661885;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/comment-likes\";i:2001;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/wpcom-tos\";i:928;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/markdown\";i:30368;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/stats\";i:18582;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/scan\";i:13178;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/contact-form/js\";i:48490;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/contact-form/images\";i:5464;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/contact-form/css\";i:114045;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/contact-form\";i:391388;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl\";i:820;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-post-types/comics\";i:9498;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-post-types/js\";i:5446;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-post-types/css\";i:10649;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/custom-post-types\";i:166520;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes\";i:19753;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/woocommerce-analytics\";i:22236;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28642;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widget-visibility\";i:72464;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/plugin-search\";i:56576;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/gravatar\";i:47;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/likes\";i:46447;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/photon-cdn\";i:28536;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/admin-color-schemes\";i:5355;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list\";i:5219;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/admin-menu\";i:168350;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/inline-help\";i:6271;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/masterbar\";i:53331;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/js\";i:1207;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/css\";i:262;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css\";i:8404;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/nudges\";i:10155;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar/profile-edit\";i:10109;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/masterbar\";i:258790;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/sitemaps\";i:141566;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/cloudflare-analytics\";i:1216;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/memberships\";i:14351;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/geo-location\";i:12611;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/authors\";i:432;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/simple-payments\";i:27874;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17170;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/top-posts\";i:1696;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/image-widget\";i:210;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/milestone\";i:29111;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/migrate-to-core\";i:14298;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32856;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/flickr\";i:4068;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/instagram\";i:968;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/my-community\";i:655;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1080;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/goodreads/css\";i:2094;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/goodreads\";i:2094;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/contact-info\";i:1786;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/google-translate\";i:846;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/gallery/js\";i:6887;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/gallery/templates\";i:3361;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/gallery/css\";i:981;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/gallery\";i:11229;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/social-media-icons\";i:1221;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets/social-icons\";i:7282;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/widgets\";i:458162;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/comments\";i:42083;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/sso\";i:29783;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/publicize\";i:105885;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/verification-tools\";i:4812;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/wordads/php/networks\";i:77;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/wordads/php\";i:30058;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/wordads/js\";i:10615;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/wordads/css\";i:1508;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/wordads\";i:67697;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/shortcodes/img\";i:16498;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/shortcodes/js\";i:135066;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/shortcodes/images\";i:9815;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/shortcodes/css\";i:25038;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/shortcodes\";i:507292;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/subscriptions\";i:41794;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/post-by-email\";i:11971;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/seo-tools\";i:23625;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules/site-icon\";i:1277;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/modules\";i:5389851;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33863;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:57842;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:136404;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:161368;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js\";i:4297;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:5992;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:249379;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:84428;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:2191;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:388188;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/src\";i:2932;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest\";i:32777;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:27371;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:9091;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:34500;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3414;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:29502;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:1648;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:6417;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4399;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25036;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:55429;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:28864;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8440;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:16120;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3413;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:55041;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:12385;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:274354;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:251413;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:223561;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:247340;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:722314;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1034244;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack\";i:5362;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts\";i:5362;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/css\";i:438;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:12475;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:36507;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src\";i:3683;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images\";i:80641;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build\";i:243263;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui\";i:278780;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:65563;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:92668;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers\";i:3299;s:153:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test\";i:528;s:154:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store\";i:2275;s:148:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices\";i:5520;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test\";i:808;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle\";i:6485;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test\";i:326;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card\";i:5249;s:148:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control\";i:6423;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test\";i:900;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice\";i:8880;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test\";i:700;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button\";i:5555;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard\";i:3386;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components\";i:41498;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors\";i:1753;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test\";i:1195;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions\";i:3535;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test\";i:1691;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer\";i:2879;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store\";i:10045;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions\";i:1882;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss\";i:29561;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard\";i:88258;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src\";i:97128;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools\";i:2920;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard\";i:142581;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build\";i:142581;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads\";i:266991;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:8866;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:30516;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:5152;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:30743;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:9182;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:34939;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2281;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:32494;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:6135;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:71170;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2602;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:29261;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons\";i:6918;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead\";i:11604;s:148:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request/stories\";i:487;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request\";i:3002;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components\";i:50340;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors\";i:1027;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers\";i:785;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets\";i:62000;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks\";i:66031;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js\";i:119031;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:160982;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:6382;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:161945;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:356086;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:25177;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:10394;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:32921;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:40467;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:69776;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4366;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:29109;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors\";i:3738;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src\";i:16286;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider\";i:39007;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/js\";i:5972;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/images\";i:42;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src\";i:22510;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist\";i:20495;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images\";i:75029;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc\";i:1869;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src\";i:51674;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build\";i:67904;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis\";i:150666;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src\";i:15907;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner\";i:43328;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy\";i:21556;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/tracks\";i:1321;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:89628;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:137824;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:19843;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:48168;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:333821;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:40026;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:670154;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:720607;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/js\";i:8065;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:45617;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:19796;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:103939;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:63099;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:87978;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:1134103;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:1408250;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:1540165;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:58802;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:84666;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor/automattic\";i:6093835;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/jetpack_vendor\";i:6096715;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/images/recommendations\";i:2949724;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/images/products\";i:832002;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/images/apps\";i:13814;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/images/plans\";i:8815;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/images/rss\";i:31391;s:73:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/images\";i:5236852;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/dialogue\";i:5366;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/revue\";i:3064;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/story\";i:78234;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/calendly\";i:1819;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/recurring-payments\";i:4016;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/donations\";i:26637;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery\";i:29934;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/eventbrite\";i:2758;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/videopress\";i:1825;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/send-a-message\";i:10369;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/recipe\";i:6712;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/opentable\";i:4732;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/podcast-player\";i:105719;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/mailchimp\";i:8774;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/gif\";i:2430;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/business-hours\";i:1906;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/rating-star\";i:4013;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor\";i:3423;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/premium-content\";i:3219;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/google-calendar\";i:2019;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/map\";i:32160;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/slideshow\";i:35558;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/images\";i:1037796;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/button\";i:1295;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/contact-info\";i:1293;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/image-compare\";i:19202;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/subscriptions\";i:15865;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery\";i:6011;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/blocks\";i:7943839;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/fonts/jetpack\";i:5362;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/fonts\";i:55099;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/social-logos\";i:79323;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl\";i:28350;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/genericons/genericons\";i:192146;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/genericons\";i:222446;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/related-posts\";i:6105;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/carousel\";i:125109;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/sharedaddy\";i:16000;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/infinite-scroll\";i:13161;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3240;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/tiled-gallery\";i:3240;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/videopress/js/test\";i:73359;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/videopress/js\";i:89495;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/videopress\";i:89495;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/photon\";i:769;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js\";i:7977;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css\";i:7977;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/custom-css\";i:7977;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/comment-likes\";i:637;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/scan\";i:747;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/contact-form/js\";i:26584;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/contact-form\";i:26584;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/custom-post-types/comics\";i:2186;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/custom-post-types/js\";i:3472;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/custom-post-types\";i:5658;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor\";i:18546;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4952;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widget-visibility\";i:23498;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/likes\";i:7745;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light\";i:11829;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow\";i:33979;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm\";i:11652;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic\";i:33954;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern\";i:11679;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura\";i:34012;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh\";i:11806;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue\";i:33967;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark\";i:33941;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean\";i:11654;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee\";i:11679;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight\";i:11651;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue\";i:11681;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset\";i:33955;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise\";i:11680;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast\";i:33882;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall\";i:33955;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright\";i:33583;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors\";i:410539;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes\";i:410539;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu\";i:2321;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/masterbar\";i:4518;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js\";i:746;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css\";i:746;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar/nudges\";i:746;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/masterbar\";i:418124;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments\";i:8607;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2464;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets/milestone\";i:1268;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets/contact-info\";i:903;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets/google-translate\";i:880;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2775;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets/gallery\";i:2775;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets/social-icons\";i:2421;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/widgets\";i:22440;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/images\";i:399455;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/wordads/js\";i:4704;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/wordads\";i:4704;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/shortcodes/js\";i:51255;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build/shortcodes\";i:51255;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/build\";i:2666384;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/lib/debugger\";i:85148;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/lib/markdown\";i:104618;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields\";i:23980;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:113568;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/lib/core-api\";i:224451;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/lib/admin-pages\";i:80136;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc/lib\";i:964993;s:71:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/_inc\";i:11970649;s:70:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack/css\";i:584736;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/jetpack\";i:32474096;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log/Test\";i:9670;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log\";i:21666;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr\";i:21666;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log\";i:23368;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr\";i:23368;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3556;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1426;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8301;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1459;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:237756;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:18057;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:49549;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog\";i:352388;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src\";i:352388;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog\";i:356186;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog\";i:356186;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed\";i:379554;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils\";i:182197;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Options\";i:62365;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta\";i:48870;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Main\";i:70935;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/SeoPress\";i:37254;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/RankMath\";i:39764;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/YoastSeo\";i:38314;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport\";i:129857;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Social\";i:40753;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Integrations\";i:5753;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Core\";i:2387;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Help\";i:1673;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers\";i:132811;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits\";i:175559;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/PageBuilders\";i:12851;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/Blocks\";i:1622;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone\";i:77568;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image\";i:14762;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Html\";i:39102;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap\";i:158331;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Models\";i:41137;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Breadcrumbs\";i:42182;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Tools\";i:38229;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Migration\";i:113926;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Api\";i:92430;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Traits\";i:4598;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs\";i:26229;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema\";i:47744;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/terms\";i:344;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/posts\";i:418;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin\";i:12991;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/html\";i:7643;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/partials\";i:5707;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/templates\";i:5592;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl\";i:26121;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xml\";i:4927;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap\";i:38691;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/parts\";i:1324;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/main\";i:6775;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Views\";i:59781;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin/Notices\";i:39495;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin\";i:120114;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Common\";i:1525776;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/init\";i:11654;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite/Utils\";i:716;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite/Options\";i:1784;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite/Main\";i:2573;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite/Traits\";i:2715;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite/Api\";i:1853;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite/Views\";i:51655;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin/Notices\";i:2502;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin\";i:19028;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app/Lite\";i:80324;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/app\";i:1630710;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/languages\";i:1219763;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/data-stores\";i:90102;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts\";i:75715;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schema\";i:7503;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/actions\";i:2769;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:19518;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/migration\";i:25683;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schedules\";i:10729;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes\";i:309808;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:33205;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib\";i:37013;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler\";i:421451;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce\";i:421451;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/composer\";i:82731;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/examples\";i:754;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/data\";i:551034;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/dictionaries\";i:370305;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight\";i:932739;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib\";i:932829;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight\";i:935754;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey\";i:935754;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/vendor\";i:1440114;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/link-format\";i:78526;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/svg\";i:6794;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/js\";i:6094523;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/images\";i:446320;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css\";i:936988;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets\";i:10471924;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/dist/Lite\";i:10611603;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack/dist\";i:10611603;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/all-in-one-seo-pack\";i:15356605;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/breadcrumbs-divi-module/includes/modules/DiviBreadcrumbs\";i:7593;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/breadcrumbs-divi-module/includes/modules\";i:7593;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/breadcrumbs-divi-module/includes\";i:8756;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/breadcrumbs-divi-module/scripts\";i:4741;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/breadcrumbs-divi-module/styles\";i:1481;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/breadcrumbs-divi-module/languages\";i:0;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/breadcrumbs-divi-module\";i:70156;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/static/languages\";i:38691;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/static/images\";i:137090;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/static\";i:556883;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/languages\";i:55258;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer\";i:103621;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs/en\";i:6555;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs\";i:6555;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector\";i:9896;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common\";i:9896;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English\";i:19173;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish\";i:3871;s:155:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal\";i:2978;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish\";i:3028;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French\";i:3716;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese\";i:7749;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules\";i:46331;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector\";i:65721;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine\";i:75617;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib\";i:75617;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector\";i:83545;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine\";i:83545;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes\";i:3808;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent\";i:3808;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes\";i:25199;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers\";i:25199;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes\";i:15933;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler\";i:15933;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes\";i:2644;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options\";i:2644;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge\";i:47584;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple/pimple/src/Pimple/Tests/Fixtures\";i:5725;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple/pimple/src/Pimple/Tests/Psr11\";i:6945;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple/pimple/src/Pimple/Tests\";i:35726;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple/pimple/src/Pimple/Psr11\";i:4140;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple/pimple/src/Pimple/Exception\";i:6494;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple/pimple/src/Pimple\";i:59577;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple/pimple/src\";i:59577;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple/pimple\";i:73450;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/pimple\";i:73450;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/container/src\";i:1388;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/container\";i:2533;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr\";i:2533;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader\";i:16516;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache\";i:7050;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception\";i:5036;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source\";i:1936;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger\";i:8751;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache\";i:136927;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src\";i:136927;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/vendor/spec\";i:0;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/vendor/yaml\";i:0;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/vendor\";i:0;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/bin\";i:5435;s:109:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache\";i:143448;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache\";i:143448;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/endurance/wp-module-data/src/API\";i:6424;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/endurance/wp-module-data/src/Helpers\";i:14207;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/endurance/wp-module-data/src/Listeners\";i:17129;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/endurance/wp-module-data/src\";i:54491;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/endurance/wp-module-data\";i:73951;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/endurance\";i:73951;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/collection\";i:17148;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url\";i:7253;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar\";i:24401;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-business-reviews/assets/js\";i:2710;s:151:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-business-reviews/assets/images\";i:310733;s:148:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-business-reviews/assets/css\";i:2424;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-business-reviews/assets\";i:315867;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-business-reviews/views\";i:2209;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-business-reviews\";i:326010;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-loader/includes\";i:21448;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-loader\";i:42357;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-sso\";i:22339;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-plugin-updater\";i:6661;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/bluehost-wp-customer-data/includes\";i:12878;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/bluehost-wp-customer-data\";i:31918;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/wp-module-secure-passwords/assets/js\";i:4010;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/wp-module-secure-passwords/assets/css\";i:659;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/wp-module-secure-passwords/assets\";i:4669;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/wp-module-secure-passwords/includes\";i:14172;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/wp-module-secure-passwords\";i:30280;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-gutenframe/assets\";i:9034;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-gutenframe/src\";i:3808;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost/endurance-wp-module-gutenframe\";i:13895;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/bluehost\";i:473460;s:153:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem\";i:4478;s:149:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace\";i:4775;s:153:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList\";i:2831;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components\";i:12084;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes\";i:2872;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace\";i:15499;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes\";i:8174;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader\";i:26504;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/src/API\";i:6494;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/src/Helpers\";i:11377;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/src/Listeners\";i:17183;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/src\";i:54179;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data\";i:73599;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/TaskManagers\";i:9705;s:153:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Templates\";i:6730;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache\";i:7297;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Tasks\";i:3608;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models\";i:2239;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Data\";i:25369;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services\";i:13856;s:149:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes\";i:24218;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi\";i:53700;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes\";i:128242;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/0.0.9/images\";i:74963;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/0.0.9\";i:462619;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build\";i:462619;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding\";i:611139;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes\";i:11383;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container\";i:11383;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials\";i:4102;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data\";i:1902;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi\";i:3003;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes\";i:13584;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/languages\";i:12472;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce\";i:27208;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes\";i:8993;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso\";i:28069;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs\";i:793401;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src\";i:10739;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer\";i:12488;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli\";i:12488;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/vendor\";i:1832309;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/compat\";i:19595;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/Tours\";i:20558;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/CTB/js\";i:8297;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/CTB\";i:13913;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/admin\";i:11360;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/pages\";i:17448;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/DefaultContent\";i:20892;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/Notifications/js\";i:7987;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/Notifications\";i:25732;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/cli\";i:43177;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades\";i:3420;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi\";i:32488;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/inc\";i:295784;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/build/fonts\";i:5320;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/build/images\";i:54804;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/build\";i:5175997;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin/lib\";i:11889;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/bluehost-wordpress-plugin\";i:7933620;s:72:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/akismet/views\";i:35572;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/akismet/_inc/img\";i:5956;s:71:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/akismet/_inc\";i:42088;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/akismet\";i:270868;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets/img/promotions\";i:44640;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets/img/add-ons\";i:697694;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets/img\";i:783469;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets/fonts\";i:838395;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets/js/min\";i:3040364;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets/js/lib\";i:1079609;s:80:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets/js\";i:4147361;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets/css\";i:669141;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/assets\";i:6438366;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Actions\";i:47826;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Updates\";i:93673;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Routes\";i:32484;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Handlers\";i:54152;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Integrations/EDD\";i:28293;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Integrations\";i:34375;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Factories\";i:2613;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/MergeTags\";i:43573;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Entities\";i:27548;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Contracts\";i:6473;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Display\";i:43920;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Database/Models\";i:61035;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Database/Migrations\";i:18315;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Database\";i:184962;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Templates\";i:550202;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing/classes\";i:13886;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing\";i:14491;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Libraries/EOS\";i:25962;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Libraries/Whip\";i:2868;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Libraries/Session\";i:17294;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Libraries\";i:60615;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Adapters\";i:5084;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Fields\";i:98185;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Config\";i:221030;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Abstracts\";i:106366;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/WPCLI\";i:2640;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/AJAX/Requests\";i:605;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/AJAX/REST\";i:17522;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/AJAX/Processes\";i:771;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/AJAX/Controllers\";i:52561;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/AJAX\";i:71459;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Exports/Interfaces\";i:7451;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Exports\";i:62320;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Telemetry\";i:1837;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Admin/Menus\";i:116887;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Admin/Metaboxes\";i:7709;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Admin/Processes\";i:64738;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Admin/CPT\";i:25042;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes/Admin\";i:253123;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/includes\";i:2060750;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/blocks/views/includes/Authentication\";i:3598;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/blocks/views/includes/DataBuilder\";i:7163;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/blocks/views/includes\";i:10761;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/blocks/views\";i:10761;s:82:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/blocks/form\";i:149;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/blocks\";i:24137;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/src/components/tests/__snapshots__\";i:6179;s:91:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/src/components/tests\";i:19237;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/src/components\";i:44070;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/src/params\";i:1660;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/src\";i:49605;s:79:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/services\";i:17133;s:86:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/vendor/composer\";i:36369;s:77:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/vendor\";i:36796;s:75:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/lang\";i:9119165;s:76:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/build\";i:635828;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/lib/StepProcessing\";i:9931;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/lib/Legacy\";i:91280;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/lib/Conversion\";i:4871;s:74:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms/lib\";i:134449;s:70:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms\";i:18687864;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/quick-bulk-post-page-creator/includes\";i:18956;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/quick-bulk-post-page-creator/templates\";i:608;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/quick-bulk-post-page-creator\";i:46801;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/assets/js/front-end/controllers\";i:11734;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/assets/js/front-end\";i:11734;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/assets/js/builder/controllers\";i:7296;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/assets/js/builder\";i:7296;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/assets/js/lib\";i:74575;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/assets/js\";i:93605;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/assets/css\";i:1111;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/assets\";i:94716;s:95:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/display\";i:2868;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/fields\";i:12336;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/integrations/pdfsubmissions\";i:1928;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/integrations/layoutstyles\";i:3250;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/integrations/zapier\";i:1038;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/integrations/ninjaforms\";i:18615;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/integrations/saveprogress\";i:1026;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/integrations/postcreation\";i:1724;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/integrations\";i:27581;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/config\";i:8930;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/database/migrations\";i:1353;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/database/models\";i:2171;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/database\";i:3784;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/admin/menus\";i:4102;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/admin/controllers\";i:15606;s:93:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/admin\";i:36740;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/ajax/controllers\";i:15007;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/ajax\";i:15007;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/templates\";i:14853;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/external/abstracts\";i:18337;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/external/services/dropbox\";i:8031;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/external/services/s3\";i:11641;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/external/services/googledrive\";i:11800;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/external/services\";i:31472;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes/external\";i:64280;s:87:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/includes\";i:199807;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/polevaultweb/wp-dropbox-api/src\";i:5333;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/polevaultweb/wp-dropbox-api\";i:5333;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/polevaultweb/wp-oauth2/src\";i:13941;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/polevaultweb/wp-oauth2\";i:13941;s:103:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/polevaultweb\";i:19274;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/mtdowling/jmespath.php/src\";i:73971;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/mtdowling/jmespath.php/bin\";i:4369;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/mtdowling/jmespath.php\";i:82373;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/mtdowling\";i:82373;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/File/ASN1\";i:882;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/File\";i:245684;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/Math\";i:125486;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:5919;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/System/SSH\";i:14679;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/System\";i:14679;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/Crypt\";i:455577;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:22171;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib/Net\";i:346552;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib/phpseclib\";i:1188507;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib/phpseclib\";i:1189668;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/phpseclib\";i:1189668;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/composer/installers/src/Composer/Installers\";i:74104;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/composer/installers/src/Composer\";i:74104;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/composer/installers/src\";i:74594;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/composer/installers\";i:74594;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/composer\";i:358957;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/deliciousbrains/wp-background-processing/classes\";i:15902;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/deliciousbrains/wp-background-processing\";i:31796;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/deliciousbrains\";i:31796;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/firebase/php-jwt/src\";i:14441;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/firebase/php-jwt\";i:14441;s:99:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/firebase\";i:14441;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/symfony/polyfill-mbstring/Resources/unidata\";i:40345;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/symfony/polyfill-mbstring/Resources\";i:40345;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/symfony/polyfill-mbstring\";i:73754;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/symfony\";i:73754;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/psr7/src\";i:141822;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/psr7\";i:141822;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/promises/src\";i:42651;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/promises\";i:42651;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/guzzle/src/Handler\";i:56174;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/guzzle/src/Exception\";i:8232;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/guzzle/src/Cookie\";i:26455;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/guzzle/src\";i:188819;s:108:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp/guzzle\";i:189206;s:101:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/guzzlehttp\";i:373679;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr/log/Psr/Log/Test\";i:9034;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr/log/Psr/Log\";i:20522;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr/log/Psr\";i:20522;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr/log\";i:20522;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr/cache/src\";i:8641;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr/cache\";i:8641;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr/http-message/src\";i:46470;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr/http-message\";i:46470;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/psr\";i:75633;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/ralouphie/getallheaders/src\";i:1615;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/ralouphie/getallheaders\";i:1615;s:100:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/ralouphie\";i:1615;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Handler/GuzzleV5\";i:7437;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Handler/GuzzleV6\";i:2264;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Handler\";i:9701;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01\";i:4365;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codestar-connections\";i:4365;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23\";i:9989;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotevents-data\";i:9989;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/outposts/2019-12-03\";i:8280;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/outposts\";i:8280;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02\";i:2804;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ec2-instance-connect\";i:2804;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01\";i:22491;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/opsworkscm\";i:22491;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09\";i:95670;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/alexaforbusiness\";i:95670;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/detective/2018-10-26\";i:10306;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/detective\";i:10306;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07\";i:25744;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediapackage-vod\";i:25744;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/signer/2017-08-25\";i:19430;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/signer\";i:19430;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01\";i:24568;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/accessanalyzer\";i:24568;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sns/2010-03-31\";i:34050;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sns\";i:34050;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/xray/2016-04-12\";i:32878;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/xray\";i:32878;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/redshift/2012-12-01\";i:133214;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/redshift\";i:133214;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloud9/2017-09-23\";i:13140;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloud9\";i:13140;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/rekognition/2016-06-27\";i:65696;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/rekognition\";i:65696;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29\";i:3674;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/apigatewaymanagementapi\";i:3674;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/savingsplans/2019-06-28\";i:18992;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/savingsplans\";i:18992;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/monitoring/2010-08-01\";i:43319;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/monitoring\";i:43319;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11\";i:3256;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/entitlement.marketplace\";i:3256;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29\";i:151713;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediaconvert\";i:151713;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14\";i:19422;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iot1click-projects\";i:19422;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kendra/2019-02-03\";i:39264;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kendra\";i:39264;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25\";i:37265;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elastictranscoder\";i:37265;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/batch/2016-08-10\";i:26873;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/batch\";i:26873;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14\";i:25328;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/servicediscovery\";i:25328;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/quicksight/2018-04-01\";i:123960;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/quicksight\";i:123960;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14\";i:15726;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iot1click-devices\";i:15726;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/robomaker/2018-06-29\";i:54152;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/robomaker\";i:54152;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dlm/2018-01-12\";i:14990;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dlm\";i:14990;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/discovery/2015-11-01\";i:34577;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/discovery\";i:34577;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iot/2015-05-28\";i:269556;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iot\";i:269556;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appsync/2017-07-25\";i:49889;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appsync\";i:49889;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ssm/2014-11-06\";i:225823;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ssm\";i:225823;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2016-09-07\";i:62177;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2016-11-25\";i:64069;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2016-09-29\";i:62280;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2018-06-18\";i:94398;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2016-08-01\";i:60201;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2018-11-05\";i:96281;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2017-03-25\";i:65550;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2015-07-27\";i:59507;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2019-03-26\";i:96839;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2016-08-20\";i:61169;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2016-01-28\";i:52336;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront/2017-10-30\";i:94357;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudfront\";i:869164;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/license-manager/2018-08-01\";i:23590;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/license-manager\";i:23590;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appstream/2016-12-01\";i:56535;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appstream\";i:56535;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/pi/2018-02-27\";i:6006;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/pi\";i:6006;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticache/2015-02-02\";i:89888;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticache\";i:89888;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codestar/2017-04-19\";i:23225;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codestar\";i:23225;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appmesh/2018-10-01\";i:30244;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appmesh/2019-01-25\";i:51209;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appmesh\";i:81453;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ds/2015-04-16\";i:71395;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ds\";i:71395;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sqs/2012-11-05\";i:23875;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sqs\";i:23875;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/medialive/2017-10-14\";i:189441;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/medialive\";i:189441;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/lightsail/2016-11-28\";i:126850;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/lightsail\";i:126850;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/docdb/2014-10-31\";i:66031;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/docdb\";i:66031;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/inspector/2016-02-16\";i:56187;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/inspector\";i:56187;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05\";i:8082;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotsecuretunneling\";i:8082;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/acm/2015-12-08\";i:20899;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/acm\";i:20899;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04\";i:4656;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesis-video-signaling\";i:4656;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/worklink/2018-09-25\";i:32938;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/worklink\";i:32938;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/rds-data/2018-08-01\";i:12510;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/rds-data\";i:12510;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/workspaces/2015-04-08\";i:48190;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/workspaces\";i:48190;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/states/2016-11-23\";i:33161;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/states\";i:33161;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/translate/2017-07-01\";i:9441;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/translate\";i:9441;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/es/2015-01-01\";i:40992;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/es\";i:40992;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13\";i:3759;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/runtime.sagemaker\";i:3759;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/datapipeline/2012-10-29\";i:22983;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/datapipeline\";i:22983;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/devicefarm/2015-06-23\";i:85663;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/devicefarm\";i:85663;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/application-insights/2018-11-25\";i:27498;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/application-insights\";i:27498;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/wafv2/2019-07-29\";i:50434;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/wafv2\";i:50434;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/pinpoint/2016-12-01\";i:175977;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/pinpoint\";i:175977;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ecr/2015-09-21\";i:41579;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ecr\";i:41579;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/schemas/2019-12-02\";i:42359;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/schemas\";i:42359;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/importexport/2010-06-01\";i:14059;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/importexport\";i:14059;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/glue/2017-03-31\";i:153957;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/glue\";i:153957;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediastore/2017-09-01\";i:15744;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediastore\";i:15744;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/route53/2013-04-01\";i:85336;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/route53\";i:85336;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30\";i:3798;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesis-video-media\";i:3798;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/personalize-events/2018-03-22\";i:1984;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/personalize-events\";i:1984;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codecommit/2015-04-13\";i:150723;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codecommit\";i:150723;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/glacier/2012-06-01\";i:43462;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/glacier\";i:43462;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/groundstation/2019-05-23\";i:32032;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/groundstation\";i:32032;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sesv2/2019-09-27\";i:60892;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sesv2\";i:60892;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codebuild/2016-10-06\";i:42885;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codebuild\";i:42885;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01\";i:40213;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticloadbalancing\";i:40213;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18\";i:141001;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cognito-idp\";i:141001;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sms/2016-10-24\";i:35816;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sms\";i:35816;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mq/2017-11-27\";i:47077;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mq\";i:47077;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/neptune/2014-10-31\";i:92862;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/neptune\";i:92862;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mobile/2017-07-01\";i:12986;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mobile\";i:12986;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/config/2014-11-12\";i:113795;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/config\";i:113795;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/health/2016-08-04\";i:21488;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/health\";i:21488;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/storagegateway/2013-06-30\";i:76719;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/storagegateway\";i:76719;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/s3control/2018-08-20\";i:27878;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/s3control\";i:27878;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/workdocs/2016-05-01\";i:68165;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/workdocs\";i:68165;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/comprehend/2017-11-27\";i:67667;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/comprehend\";i:67667;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotevents/2018-07-27\";i:26046;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotevents\";i:26046;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/firehose/2015-08-04\";i:37927;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/firehose\";i:37927;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/greengrass/2017-06-07\";i:93771;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/greengrass\";i:93771;s:148:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07\";i:8724;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime\";i:8724;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/route53resolver/2018-04-01\";i:27960;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/route53resolver\";i:27960;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/lex-models/2017-04-19\";i:54166;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/lex-models\";i:54166;s:147:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14\";i:7851;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/metering.marketplace\";i:7851;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/forecast/2018-06-26\";i:33845;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/forecast\";i:33845;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/service-quotas/2019-06-24\";i:24203;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/service-quotas\";i:24203;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/organizations/2016-11-28\";i:60583;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/organizations\";i:60583;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appconfig/2019-10-09\";i:31899;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/appconfig\";i:31899;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01\";i:63660;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticbeanstalk\";i:63660;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/events/2015-10-07\";i:32334;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/events\";i:32334;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/eventbridge/2015-10-07\";i:32342;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/eventbridge\";i:32342;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/frauddetector/2019-11-15\";i:35796;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/frauddetector\";i:35796;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/opsworks/2013-02-18\";i:74080;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/opsworks\";i:74080;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/email/2010-12-01\";i:75982;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/email\";i:75982;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/data.iot/2015-05-28\";i:6025;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/data.iot\";i:6025;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/fms/2018-01-01\";i:16778;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/fms\";i:16778;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01\";i:34665;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudsearch\";i:34665;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ecs/2014-11-13\";i:77995;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ecs\";i:77995;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22\";i:3373;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/personalize-runtime\";i:3373;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/support/2013-04-15\";i:19917;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/support\";i:19917;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/resource-groups/2017-11-27\";i:16367;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/resource-groups\";i:16367;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/transcribe/2017-10-26\";i:17988;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/transcribe\";i:17988;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesis/2013-12-02\";i:33164;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesis\";i:33164;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/s3/2006-03-01\";i:152205;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/s3\";i:152205;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29\";i:127476;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/apigatewayv2\";i:127476;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23\";i:58621;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesisanalyticsv2\";i:58621;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25\";i:3697;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elastic-inference\";i:3697;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/textract/2018-06-27\";i:14664;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/textract\";i:14664;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sts/2011-06-15\";i:14575;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sts\";i:14575;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30\";i:21434;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/comprehendmedical\";i:21434;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14\";i:36976;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesisanalytics\";i:36976;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kms/2014-11-01\";i:52225;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kms\";i:52225;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/macie/2017-12-19\";i:8542;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/macie\";i:8542;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08\";i:19899;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/globalaccelerator\";i:19899;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/polly/2016-06-10\";i:18303;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/polly\";i:18303;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/lakeformation/2017-03-31\";i:16769;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/lakeformation\";i:16769;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/lambda/2015-03-31\";i:74311;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/lambda\";i:74311;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/personalize/2018-05-22\";i:45587;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/personalize\";i:45587;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06\";i:38721;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotthingsgraph\";i:38721;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/networkmanager/2019-07-05\";i:37521;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/networkmanager\";i:37521;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/guardduty/2017-11-28\";i:66684;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/guardduty\";i:66684;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/backup/2018-11-15\";i:54987;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/backup\";i:54987;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01\";i:1727;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/workmailmessageflow\";i:1727;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30\";i:36507;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cognito-sync\";i:36507;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cur/2017-01-06\";i:6348;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cur\";i:6348;s:155:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30\";i:10054;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesis-video-archived-media\";i:10054;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06\";i:21687;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/application-autoscaling\";i:21687;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01\";i:15207;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/compute-optimizer\";i:15207;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/workmail/2017-10-01\";i:37590;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/workmail\";i:37590;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/athena/2017-05-18\";i:22951;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/athena\";i:22951;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24\";i:30957;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/managedblockchain\";i:30957;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29\";i:8808;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iot-jobs-data\";i:8808;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/connect/2017-08-08\";i:45415;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/connect\";i:45415;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/acm-pca/2017-08-22\";i:26571;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/acm-pca\";i:26571;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/directconnect/2012-10-25\";i:55661;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/directconnect\";i:55661;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sagemaker/2017-07-24\";i:228945;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sagemaker\";i:228945;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/apigateway/2015-07-09\";i:121573;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/apigateway\";i:121573;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sms-voice/2018-09-05\";i:11972;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sms-voice\";i:11972;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediapackage/2017-10-12\";i:43092;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediapackage\";i:43092;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01\";i:21543;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticfilesystem\";i:21543;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/waf/2015-08-24\";i:83604;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/waf\";i:83604;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/budgets/2016-10-20\";i:18704;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/budgets\";i:18704;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01\";i:7589;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudsearchdomain\";i:7589;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/transfer/2018-11-05\";i:20947;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/transfer\";i:20947;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ram/2018-01-04\";i:35362;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ram\";i:35362;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17\";i:40659;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mturk-requester\";i:40659;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/securityhub/2018-10-26\";i:58219;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/securityhub\";i:58219;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/chime/2018-05-01\";i:108990;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/chime\";i:108990;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dataexchange/2017-07-25\";i:33245;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dataexchange\";i:33245;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codedeploy/2014-10-06\";i:82840;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codedeploy\";i:82840;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30\";i:18939;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudhsm\";i:18939;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14\";i:30425;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediaconnect\";i:30425;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/fsx/2018-03-01\";i:32026;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/fsx\";i:32026;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10\";i:7609;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sso-oidc\";i:7609;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sso/2019-06-10\";i:6683;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/sso\";i:6683;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codepipeline/2015-07-09\";i:54807;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codepipeline\";i:54807;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01\";i:8478;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediastore-data\";i:8478;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10\";i:9149;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/streams.dynamodb\";i:9149;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dynamodb/2011-12-05\";i:20840;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dynamodb/2012-08-10\";i:83023;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dynamodb\";i:103863;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06\";i:16665;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/autoscaling-plans\";i:16665;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/forecastquery/2018-06-26\";i:3382;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/forecastquery\";i:3382;s:145:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07\";i:8697;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/connectparticipant\";i:8697;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/route53domains/2014-05-15\";i:27697;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/route53domains\";i:27697;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/qldb-session/2019-07-11\";i:5718;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/qldb-session\";i:5718;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediatailor/2018-04-23\";i:9326;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mediatailor\";i:9326;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/autoscaling/2011-01-01\";i:67079;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/autoscaling\";i:67079;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01\";i:29465;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudtrail\";i:29465;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dms/2016-01-01\";i:69586;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dms\";i:69586;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ebs/2019-11-02\";i:6391;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ebs\";i:6391;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iam/2010-05-08\";i:141650;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iam\";i:141650;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30\";i:4947;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/migrationhub-config\";i:4947;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kafka/2018-11-14\";i:36764;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kafka\";i:36764;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/shield/2016-06-02\";i:20187;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/shield\";i:20187;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/waf-regional/2016-11-28\";i:86805;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/waf-regional\";i:86805;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30\";i:22856;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/kinesisvideo\";i:22856;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/logs/2014-03-28\";i:40791;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/logs\";i:40791;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/machinelearning/2014-12-12\";i:46361;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/machinelearning\";i:46361;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26\";i:52409;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/pinpoint-email\";i:52409;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30\";i:25679;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cognito-identity\";i:25679;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08\";i:34922;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/serverlessrepo\";i:34922;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10\";i:109663;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11\";i:111966;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/clouddirectory\";i:221629;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ec2/2015-10-01\";i:276672;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ec2/2016-09-15\";i:290102;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ec2/2016-11-15\";i:621467;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ec2/2016-04-01\";i:281229;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ec2\";i:1469470;s:149:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15\";i:16423;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codestar-notifications\";i:16423;s:155:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01\";i:5317;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/marketplacecommerceanalytics\";i:5317;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudformation/2010-05-15\";i:85875;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudformation\";i:85875;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17\";i:23282;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/secretsmanager\";i:23282;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02\";i:64751;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/imagebuilder\";i:64751;s:137:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28\";i:17083;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/cloudhsmv2\";i:17083;s:149:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01\";i:58254;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticloadbalancingv2\";i:58254;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/gamelift/2015-10-01\";i:91326;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/gamelift\";i:91326;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mgh/2017-05-31\";i:21949;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/mgh\";i:21949;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/amplify/2017-07-25\";i:51623;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/amplify\";i:51623;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/qldb/2019-01-02\";i:17051;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/qldb\";i:17051;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10\";i:102030;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/servicecatalog\";i:102030;s:144:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19\";i:8198;s:133:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codeguru-reviewer\";i:8198;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31\";i:56031;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/elasticmapreduce\";i:56031;s:151:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26\";i:12560;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/resourcegroupstaggingapi\";i:12560;s:134:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/pricing/2017-10-15\";i:5409;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/pricing\";i:5409;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dax/2017-04-19\";i:27189;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/dax\";i:27189;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/rds/2014-09-01\";i:80729;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/rds/2014-10-31\";i:202333;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/rds\";i:283062;s:129:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ce/2017-10-25\";i:45449;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/ce\";i:45449;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/snowball/2016-06-30\";i:22133;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/snowball\";i:22133;s:146:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17\";i:12445;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/marketplace-catalog\";i:12445;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28\";i:15656;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/runtime.lex\";i:15656;s:139:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27\";i:51221;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/iotanalytics\";i:51221;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/eks/2017-11-01\";i:33600;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/eks\";i:33600;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/swf/2012-01-25\";i:72980;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/swf\";i:72980;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/datasync/2018-11-09\";i:30504;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/datasync\";i:30504;s:143:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18\";i:14644;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data/codeguruprofiler\";i:14644;s:115:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/data\";i:12499138;s:119:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Endpoint\";i:17197;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Multipart\";i:17154;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/ClientSideMonitoring/Exception\";i:382;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/ClientSideMonitoring\";i:34647;s:140:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception\";i:380;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/S3/RegionalEndpoint\";i:8172;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/S3/UseArnRegion/Exception\";i:371;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/S3/UseArnRegion\";i:4833;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/S3/Crypto\";i:24919;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/S3/Exception\";i:4942;s:113:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/S3\";i:235096;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Api/Parser/Exception\";i:1422;s:121:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Api/Parser\";i:36239;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Api/Serializer\";i:24912;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Api/ErrorParser\";i:9687;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Api\";i:113654;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Crypto/Cipher\";i:5418;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Crypto\";i:40945;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Exception\";i:12246;s:122:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Credentials\";i:43907;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Arn/S3\";i:675;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Arn/Exception\";i:165;s:114:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Arn\";i:9720;s:138:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/EndpointDiscovery/Exception\";i:374;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/EndpointDiscovery\";i:25640;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src/Signature\";i:22069;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php/src\";i:13306502;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws/aws-sdk-php\";i:13307601;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/aws\";i:13307601;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3397;s:136:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1425;s:132:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src/Monolog/Handler/Slack\";i:8082;s:131:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src/Monolog/Handler/Curl\";i:1458;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src/Monolog/Handler\";i:229076;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src/Monolog/Processor\";i:17471;s:128:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src/Monolog/Formatter\";i:47860;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src/Monolog\";i:339702;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog/src\";i:339702;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog/monolog\";i:339702;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/monolog\";i:339702;s:94:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/bin\";i:3285;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/auth/src/HttpHandler\";i:7631;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/auth/src/Subscriber\";i:11513;s:112:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/auth/src/Cache\";i:14057;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/auth/src/Middleware\";i:11954;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/auth/src/Credentials\";i:37814;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/auth/src\";i:163935;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/auth\";i:176423;s:151:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src/Google/Service/Oauth2/Resource\";i:3397;s:142:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src/Google/Service/Oauth2\";i:11552;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src/Google/Service/Drive/Resource\";i:56376;s:141:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src/Google/Service/Drive\";i:164943;s:158:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src/Google/Service/DriveActivity/Resource\";i:1550;s:149:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src/Google/Service/DriveActivity\";i:82496;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src/Google/Service\";i:287001;s:127:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src/Google\";i:287001;s:120:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services/src\";i:287001;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient-services\";i:287428;s:124:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient/src/Google/Utils\";i:10617;s:126:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient/src/Google/Service\";i:12314;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient/src/Google/AccessToken\";i:10549;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient/src/Google/Task\";i:9064;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient/src/Google/AuthHandler\";i:7005;s:123:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient/src/Google/Http\";i:23646;s:118:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient/src/Google\";i:124422;s:111:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient/src\";i:124422;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google/apiclient\";i:124422;s:97:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist/google\";i:588273;s:90:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/vendor-dist\";i:16460349;s:88:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/languages\";i:173031;s:117:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/display/processing\";i:36454;s:106:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/display\";i:38440;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/fields\";i:18734;s:159:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/admin/pages/ninja-forms-uploads/tabs/browse-uploads/sidebars\";i:5627;s:150:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/admin/pages/ninja-forms-uploads/tabs/browse-uploads\";i:16616;s:153:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/admin/pages/ninja-forms-uploads/tabs/external-settings\";i:3349;s:151:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/admin/pages/ninja-forms-uploads/tabs/upload-settings\";i:6885;s:135:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/admin/pages/ninja-forms-uploads/tabs\";i:26850;s:130:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/admin/pages/ninja-forms-uploads\";i:26850;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/admin/pages\";i:26850;s:104:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/admin\";i:33624;s:107:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/external\";i:14125;s:125:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/lib/dropbox/OAuth/Consumer\";i:243815;s:116:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/lib/dropbox/OAuth\";i:243815;s:110:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/lib/dropbox\";i:271576;s:105:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/lib/s3\";i:93485;s:102:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes/lib\";i:365061;s:98:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/includes\";i:483259;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/js/min\";i:6555;s:96:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/js/dev\";i:2772;s:92:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated/js\";i:9327;s:89:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads/deprecated\";i:498621;s:78:\"/home/getmadto/public_html/getmad.today/wp-content/plugins/ninja-forms-uploads\";i:17449388;s:58:\"/home/getmadto/public_html/getmad.today/wp-content/plugins\";i:221832837;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/03\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/06\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/02\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/08\";i:36719105;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/12\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/05\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/04\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/10\";i:18658186;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/09\";i:21970132;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/01\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/07\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021/11\";i:40038606;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2021\";i:117386029;s:84:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/prime-mover-tmp-downloads\";i:67;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/03\";i:9642218;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/06\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/02\";i:6305388;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/08\";i:26677545;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/05\";i:592658;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/04\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/09\";i:24216;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/01\";i:22883674;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022/07\";i:1433218;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2022\";i:67558917;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2019/08\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2019/12\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2019/10\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2019/09\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2019/07\";i:354670;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2019/11\";i:0;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2019\";i:354670;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2018/05\";i:45538;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2018\";i:45538;s:85:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/prime-mover-export-files/1\";i:343526400;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/prime-mover-export-files\";i:343526477;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2016/04\";i:700370;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2016/10\";i:5298005;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2016\";i:5998375;s:83:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/prime-mover-import-files\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2014/11\";i:731294;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2014\";i:731294;s:67:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/et-fonts\";i:22920;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2013/03\";i:141197;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2013/08\";i:1781169;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2013/04\";i:117637;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2013/01\";i:446029;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2013/07\";i:893878;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2013\";i:3379910;s:81:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/prime-mover-lock-files\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/03\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/06\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/02\";i:25808;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/08\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/12\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/05\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/04\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/10\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/09\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/01\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/07\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020/11\";i:0;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2020\";i:25808;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2015/08\";i:295329;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2015/09\";i:4740898;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2015/07\";i:36297;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2015\";i:5072524;s:70:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/ninja-forms\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/et_temp\";i:0;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2017/06\";i:4856263;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2017/02\";i:35129;s:66:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2017/01\";i:75393;s:63:\"/home/getmadto/public_html/getmad.today/wp-content/uploads/2017\";i:4966785;s:58:\"/home/getmadto/public_html/getmad.today/wp-content/uploads\";i:549069314;}','yes'),(22111,'edd_sl_c8b99c88daab56b5b4a42018a1e8d4c5','a:2:{s:7:\"timeout\";i:1664306798;s:5:\"value\";s:31742:\"{\"new_version\":\"3.1\",\"stable_version\":\"3.1\",\"name\":\"Conditional Logic\",\"slug\":\"conditionals\",\"url\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?changelog=1\",\"last_updated\":\"2022-08-25 1:11:36\",\"homepage\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/\",\"package\":\"https:\\/\\/ninjaforms.com\\/edd-sl\\/package_download\\/MTY2NDM2Nzk5ODplMjM0YzgyNzYxNGJiOTdjMGY5OGJlYzBhZTM3NTVmNzoyNTc6OTQyZjZiYWQ2ZDIyOTc3NjQ0ZGEyMDc5MGUyMDc5ZTI6aHR0cHNALy9sb21hZC10ZXN0LmdldG1hZC50b2RheTow\",\"download_link\":\"https:\\/\\/ninjaforms.com\\/edd-sl\\/package_download\\/MTY2NDM2Nzk5ODplMjM0YzgyNzYxNGJiOTdjMGY5OGJlYzBhZTM3NTVmNzoyNTc6OTQyZjZiYWQ2ZDIyOTc3NjQ0ZGEyMDc5MGUyMDc5ZTI6aHR0cHNALy9sb21hZC10ZXN0LmdldG1hZC50b2RheTow\",\"sections\":{\"description\":\"<p>Create forms that change as they\'re filled out! Show and hide fields. Modify lists. Send email to different recipients conditionally, and much more!<\\/p>\\n\",\"changelog\":\"<p>3.1 (21 April 2021)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Conditions can now compare date fields. This allows users to create conditions that trigger when someone selects or enters a specific date or range.<\\/li>\\n<\\/ul>\\n<p>3.0.28 (4 August 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that was preventing file uploads from being saved properly upon submission.<\\/li>\\n<li>Conditions should no longer lose reference to fields that have been renamed in the form builder.<\\/li>\\n<\\/ul>\\n<p>3.0.27 (23 July 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that was causing conditions on actions to be ignored.<\\/li>\\n<\\/ul>\\n<p>3.0.26.2 (21 July 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue with the plugin auto-updater.<\\/li>\\n<\\/ul>\\n<p>3.0.26.1 (20 July 2020)<br \\/>\\n<em>Security:<\\/em><\\/p>\\n<ul>\\n<li>Patched a data spoofing vulnerability that allowed required fields to be bypassed.<\\/li>\\n<\\/ul>\\n<p>3.0.26 (25 September 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that sometimes prevented actions from firing, even when they had no attached conditions.<\\/li>\\n<li>Forms with a Stripe or PayPal action should now properly complete once returning from the payment screen.<\\/li>\\n<\\/ul>\\n<p>3.0.25 (16 September 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Hidden fields should now properly evaluate against empty.<\\/li>\\n<li>Recaptcha fields that are hidden will now properly render once shown.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Fields can now be conditionally set as required.<\\/li>\\n<\\/ul>\\n<p>3.0.24 (23 January 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Conditions based on calculations should now be properly triggered on form load.<\\/li>\\n<li>Resolved an issue that was sometimes causing actions to always fire, regardless of conditions.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Several incompatible field types have been removed from the list of fields that conditions can be based on.<\\/li>\\n<li>Inverse statements will no longer be created by default on new do statements.<\\/li>\\n<\\/ul>\\n<p>3.0.23 (11 January 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Action processing will now ignore incomplete conditional statements, which previously prevented the action from firing.<\\/li>\\n<\\/ul>\\n<p>3.0.22 (14 June 2018)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Fields now display admin labels (if they exist) instead of labels in condition blocks.<\\/li>\\n<\\/ul>\\n<p>3.0.21 (3 May 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Equals conditions based on calculations should now work properly.<\\/li>\\n<\\/ul>\\n<p>3.0.20 (19 April 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Duplicating a field should no longer cause conditional logic to lose track of it as a conditional trigger.<\\/li>\\n<\\/ul>\\n<p>3.0.19 (26 March 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Conditions based on the selection of single checkbox fields should now function properly.<\\/li>\\n<\\/ul>\\n<p>3.0.18 (24 February 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Checkbox values can now be updated via conditional logic again.<\\/li>\\n<\\/ul>\\n<p>3.0.17 (22 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Actions that use the greaterthan and lessthan comparators should work properly.<\\/li>\\n<li>Incorrectly setup conditions should no longer cause form display to crash.<\\/li>\\n<\\/ul>\\n<p>3.0.16 (02 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Action conditions should now properly support calculations.<\\/li>\\n<li>Fixed a bug that could cause calculations to fail when using Conditional Logic.<\\/li>\\n<\\/ul>\\n<p>3.0.15 (27 June 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>When setting up conditions, fields should now appear in alphabetical order within the field list.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Conditional Logic should now work properly with the Save Progress add-on.<\\/li>\\n<\\/ul>\\n<p>3.0.14 (31 May 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Tabbing through a checkbox list that has conditions will no longer trigger those conditions incorrectly.<\\/li>\\n<\\/ul>\\n<p>3.0.13 (02 May 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a fatal error with PHP version 7.1 and higher.<\\/li>\\n<\\/ul>\\n<p>3.0.12 (11 April 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Actions like Stripe can now be conditionally ran.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused some conditions to evaluate improperly.<\\/li>\\n<\\/ul>\\n<p>3.0.11 (19 January 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Textbox fields can now be compared to an empty string.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Help text should render properly for conditionally shown\\/hidden fields.<\\/li>\\n<\\/ul>\\n<p>3.0.10 (09 December 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the condition drawer to fail to open if a field was deleted.<\\/li>\\n<li>Conditional Logic shouldn\'t prevent or enable actions that are otherwise disabled.<\\/li>\\n<\\/ul>\\n<p>3.0.9 (15 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with list field options incorrectly triggering conditions based on partial matches.<\\/li>\\n<li>Fixed a bug with missing field values causing the form to not submit properly.<\\/li>\\n<li>Fixed a bug with false-positives when tabbing through a checkbox field.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Use the form cache for getting field data.<\\/li>\\n<li>Corrected processing for different data structures.<\\/li>\\n<li>Added a check for manually disabled actions, so as to not re-enable with conditions.<\\/li>\\n<\\/ul>\\n<p>3.0.8 (25 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>The \\\"any\\\" operator in actions should work properly in all cases.<\\/li>\\n<li>Fixed a bug that caused fatal errors when conditions weren\'t configured properly.<\\/li>\\n<\\/ul>\\n<p>3.0.7 (13 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Creating conditions can now properly be based upon calculations.<\\/li>\\n<li>Fixed a bug with radio lists and the select option trigger.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>When building conditions, fields should now show up with their admin label if one is set.<\\/li>\\n<\\/ul>\\n<p>3.0.6 (03 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Required fields should no longer attempt to valide upon show.<\\/li>\\n<li>Country fields can now be used in conditions.<\\/li>\\n<li>Fixed a couple of conversion issues with older form imports.<\\/li>\\n<li>Conditionally shown\\/hidden fields should all show properly in submission data.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Conditions can now be created using > and < with textboxes and textareas.<\\/li>\\n<\\/ul>\\n<p>3.0.5 (28 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should now show in Conditional Logic conditions.<\\/li>\\n<\\/ul>\\n<p>3.0.4 (22 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the builder to crash when fields were removed if there was a condition based upon that field.<\\/li>\\n<\\/ul>\\n<p>3.0.3 (11 September 2016)<\\/p>\\n<ul>\\n<li>Bugs:*<\\/li>\\n<li>Fixed a bug that caused the condition edit drawer to fail to open.<\\/li>\\n<\\/ul>\\n<p>3.0.2 (09 September 2016)<\\/p>\\n<ul>\\n<li>Fixed a bug with conversion.<\\/li>\\n<\\/ul>\\n<p>3.0.1 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<\\/ul>\\n<p>3.0 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<li>Deprecated Ninja Forms v2.9.x compatible code<\\/li>\\n<\\/ul>\\n<p>1.4.0 (13 April 2016)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Update for compatibility with WordPress 4.5 ( specifically the underscore.js update ).<\\/li>\\n<\\/ul>\\n<p>1.3.9 (26 May 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Changed values should now reset to defaults when using the \\\"clear form\\\" setting.<\\/li>\\n<\\/ul>\\n<p>1.3.8 (12 May 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Array elements should now work properly with the \\\"Contains\\\" action conditionals.<\\/li>\\n<li>Fixed a PHP Notice.<\\/li>\\n<li>Decimals should now be compared properly.<\\/li>\\n<li>Fixed a bug that could cause a PHP error if asp style tags are enabled in PHP.<\\/li>\\n<\\/ul>\\n<p>1.3.7 (18 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause conditional field data to submit improperly.<\\/li>\\n<\\/ul>\\n<p>1.3.6 (17 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause JavaScript to load older versions of files.<\\/li>\\n<\\/ul>\\n<p>1.3.5 (4 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause conditionally hidden calculations to fail.<\\/li>\\n<li>List options should work properly in version 2.9 of Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>1.3.4 (3 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could prevent new conditions from being added.<\\/li>\\n<\\/ul>\\n<p>1.3.3 (27 February 2015)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Preparing for the release of Ninja Forms version 2.9.<\\/li>\\n<\\/ul>\\n<p>1.3.1 (17 November 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixing bad domain\\/translation issues.<\\/li>\\n<li>Fixed a bug with checkbox lists and notification conditions.<\\/li>\\n<li>Duplicating a page with conditions using multi-part forms should now properly duplicate those conditions.<\\/li>\\n<li>Fixed several issues related to i18n.<\\/li>\\n<\\/ul>\\n<p>1.3 (28 October 2014)<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Conditional Logic now supports conditional notifications.<\\/li>\\n<li>Only show, display, or send a notification when a user submits specific form data.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Custom conditional triggers can be added for notifications.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused conditionals based upon other conditional fields to work improperly.<\\/li>\\n<li>Conditionally hidden totals should now be properly removed from the all fields table.<\\/li>\\n<\\/ul>\\n<p>1.2.7 (24 July 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Ninja Forms 2.7.<\\/li>\\n<\\/ul>\\n<p>1.2.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented some users from getting automatic updates.<\\/li>\\n<\\/ul>\\n<p>1.2.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause conditions not to work in some AJAX setups.<\\/li>\\n<\\/ul>\\n<p>1.2.4<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Conditionals should now not be applied when editing a form in the wp-admin.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with the change value setting.<\\/li>\\n<\\/ul>\\n<p>1.2.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented the \'add_value\' and \'change_value\' actions from working properly in some instances.<\\/li>\\n<\\/ul>\\n<p>1.2.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with required fields that were conditionally hidden.<\\/li>\\n<li>Removed console logs that were causing problems in IE9.<\\/li>\\n<li>Fixed a bug that caused the Add Value setting not to work properly.<\\/li>\\n<\\/ul>\\n<p>1.2.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed several bugs that related to pre-populating conditional fields with multi-part forms.<\\/li>\\n<\\/ul>\\n<p>1.2<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added support for the new Ninja Forms loading system. This should significantly improve loading speed for forms that use conditionals.<\\/li>\\n<\\/ul>\\n<p>1.1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could prevent conditionals from working properly with required fields.<\\/li>\\n<li>Fixed a bug that could cause conditional logic to break when labels contained long strings of HTML.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updating the JS so that when an element is shown\\/hidden, a jQuery event is fired after the show\\/hide is complete.<\\/li>\\n<li>Removed old licensing file.<\\/li>\\n<\\/ul>\\n<p>1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused the \\\"Change Value\\\" conditional action to fail in some cases.<\\/li>\\n<li>Fixed a bug that prevented conditionals from working properly with hidden fields.<\\/li>\\n<li>Fixed several PHP Notices.<\\/li>\\n<\\/ul>\\n<p>1.0.10<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented calculations from working properly when a field that the calculation was based upon was hidden with conditional logic.<\\/li>\\n<\\/ul>\\n<p>1.0.9<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a \\\"visible\\\" data attribute.<\\/li>\\n<li>Moved functions from Ninja Forms core to this extension.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed several bugs related to using calculation fields and conditionals.<\\/li>\\n<\\/ul>\\n<p>1.0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the license and auto-update system to the one available in Ninja Forms 2.2.47.<\\/li>\\n<\\/ul>\\n<p>1.0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed references to wpninjas.com to ninjaforms.com.<\\/li>\\n<\\/ul>\\n<p>1.0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditionals from working properly in some installs.<\\/li>\\n<\\/ul>\\n<p>1.0.5<\\/p>\\n<ul>\\n<li>Fixed a bug that caused Conditionals to break calculation fields if they were hidden.<\\/li>\\n<\\/ul>\\n<p>1.0.4<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updates for compatibility with WordPress 3.6<\\/li>\\n<\\/ul>\\n<p>1.0.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditionals from working properly with calculation fields.<\\/li>\\n<\\/ul>\\n<p>1.0.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused conditionals with multiple criteria to fail when connected with the \\\"All\\\" parameter.<\\/li>\\n<\\/ul>\\n<p>1.0.1<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>The Conditionals Extension can now be used with the Multi-Part Extension to show or hide entire pages.<\\/li>\\n<\\/ul>\\n<p>1.0<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that was causing dropdown list fields to work improperly with Conditional Logic.<\\/li>\\n<\\/ul>\\n<p>0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditionals from working properly with multi-checkbox lists and multi-radio button lists.<\\/li>\\n<\\/ul>\\n<p>0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the display JS slightly to be more efficient.<\\/li>\\n<\\/ul>\\n<p>0.7<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Conditional fields should now behave as expected when editing user submissions.<\\/li>\\n<\\/ul>\\n<p>0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditionals from working properly with checkbox and radio list types.<\\/li>\\n<\\/ul>\\n<p>0.5<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Moved a JS function from ninja-forms-conditionals-admin.js to the ninja-forms-admin.js.<\\/li>\\n<\\/ul>\\n<p>0.4<\\/p>\\n<ul>\\n<li>Fixed a bug that prevented multiple forms with conditionals from being placed on the same page.<\\/li>\\n<\\/ul>\\n<p>0.3<\\/p>\\n<ul>\\n<li>Various bug fixes including:<\\/li>\\n<li>Adding multiple forms with conditions to a single page will now work normally.<\\/li>\\n<\\/ul>\\n<p>0.2<\\/p>\\n<ul>\\n<li>Various bug fixes.<\\/li>\\n<li>Changed the way that javascript and css files are loaded in extensions.<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/ninjaforms.com\\/wp-content\\/uploads\\/edd\\/2012\\/10\\/conditional-logic.png\",\"2x\":\"https:\\/\\/ninjaforms.com\\/wp-content\\/uploads\\/edd\\/2012\\/10\\/conditional-logic.png\"},\"php_requires\":\"\",\"description\":[\"<p>Create forms that change as they\'re filled out! Show and hide fields. Modify lists. Send email to different recipients conditionally, and much more!<\\/p>\\n\"],\"changelog\":[\"<p>3.1 (21 April 2021)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Conditions can now compare date fields. This allows users to create conditions that trigger when someone selects or enters a specific date or range.<\\/li>\\n<\\/ul>\\n<p>3.0.28 (4 August 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that was preventing file uploads from being saved properly upon submission.<\\/li>\\n<li>Conditions should no longer lose reference to fields that have been renamed in the form builder.<\\/li>\\n<\\/ul>\\n<p>3.0.27 (23 July 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that was causing conditions on actions to be ignored.<\\/li>\\n<\\/ul>\\n<p>3.0.26.2 (21 July 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue with the plugin auto-updater.<\\/li>\\n<\\/ul>\\n<p>3.0.26.1 (20 July 2020)<br \\/>\\n<em>Security:<\\/em><\\/p>\\n<ul>\\n<li>Patched a data spoofing vulnerability that allowed required fields to be bypassed.<\\/li>\\n<\\/ul>\\n<p>3.0.26 (25 September 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that sometimes prevented actions from firing, even when they had no attached conditions.<\\/li>\\n<li>Forms with a Stripe or PayPal action should now properly complete once returning from the payment screen.<\\/li>\\n<\\/ul>\\n<p>3.0.25 (16 September 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Hidden fields should now properly evaluate against empty.<\\/li>\\n<li>Recaptcha fields that are hidden will now properly render once shown.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Fields can now be conditionally set as required.<\\/li>\\n<\\/ul>\\n<p>3.0.24 (23 January 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Conditions based on calculations should now be properly triggered on form load.<\\/li>\\n<li>Resolved an issue that was sometimes causing actions to always fire, regardless of conditions.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Several incompatible field types have been removed from the list of fields that conditions can be based on.<\\/li>\\n<li>Inverse statements will no longer be created by default on new do statements.<\\/li>\\n<\\/ul>\\n<p>3.0.23 (11 January 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Action processing will now ignore incomplete conditional statements, which previously prevented the action from firing.<\\/li>\\n<\\/ul>\\n<p>3.0.22 (14 June 2018)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Fields now display admin labels (if they exist) instead of labels in condition blocks.<\\/li>\\n<\\/ul>\\n<p>3.0.21 (3 May 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Equals conditions based on calculations should now work properly.<\\/li>\\n<\\/ul>\\n<p>3.0.20 (19 April 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Duplicating a field should no longer cause conditional logic to lose track of it as a conditional trigger.<\\/li>\\n<\\/ul>\\n<p>3.0.19 (26 March 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Conditions based on the selection of single checkbox fields should now function properly.<\\/li>\\n<\\/ul>\\n<p>3.0.18 (24 February 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Checkbox values can now be updated via conditional logic again.<\\/li>\\n<\\/ul>\\n<p>3.0.17 (22 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Actions that use the greaterthan and lessthan comparators should work properly.<\\/li>\\n<li>Incorrectly setup conditions should no longer cause form display to crash.<\\/li>\\n<\\/ul>\\n<p>3.0.16 (02 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Action conditions should now properly support calculations.<\\/li>\\n<li>Fixed a bug that could cause calculations to fail when using Conditional Logic.<\\/li>\\n<\\/ul>\\n<p>3.0.15 (27 June 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>When setting up conditions, fields should now appear in alphabetical order within the field list.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Conditional Logic should now work properly with the Save Progress add-on.<\\/li>\\n<\\/ul>\\n<p>3.0.14 (31 May 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Tabbing through a checkbox list that has conditions will no longer trigger those conditions incorrectly.<\\/li>\\n<\\/ul>\\n<p>3.0.13 (02 May 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a fatal error with PHP version 7.1 and higher.<\\/li>\\n<\\/ul>\\n<p>3.0.12 (11 April 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Actions like Stripe can now be conditionally ran.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused some conditions to evaluate improperly.<\\/li>\\n<\\/ul>\\n<p>3.0.11 (19 January 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Textbox fields can now be compared to an empty string.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Help text should render properly for conditionally shown\\/hidden fields.<\\/li>\\n<\\/ul>\\n<p>3.0.10 (09 December 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the condition drawer to fail to open if a field was deleted.<\\/li>\\n<li>Conditional Logic shouldn\'t prevent or enable actions that are otherwise disabled.<\\/li>\\n<\\/ul>\\n<p>3.0.9 (15 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with list field options incorrectly triggering conditions based on partial matches.<\\/li>\\n<li>Fixed a bug with missing field values causing the form to not submit properly.<\\/li>\\n<li>Fixed a bug with false-positives when tabbing through a checkbox field.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Use the form cache for getting field data.<\\/li>\\n<li>Corrected processing for different data structures.<\\/li>\\n<li>Added a check for manually disabled actions, so as to not re-enable with conditions.<\\/li>\\n<\\/ul>\\n<p>3.0.8 (25 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>The \\\"any\\\" operator in actions should work properly in all cases.<\\/li>\\n<li>Fixed a bug that caused fatal errors when conditions weren\'t configured properly.<\\/li>\\n<\\/ul>\\n<p>3.0.7 (13 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Creating conditions can now properly be based upon calculations.<\\/li>\\n<li>Fixed a bug with radio lists and the select option trigger.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>When building conditions, fields should now show up with their admin label if one is set.<\\/li>\\n<\\/ul>\\n<p>3.0.6 (03 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Required fields should no longer attempt to valide upon show.<\\/li>\\n<li>Country fields can now be used in conditions.<\\/li>\\n<li>Fixed a couple of conversion issues with older form imports.<\\/li>\\n<li>Conditionally shown\\/hidden fields should all show properly in submission data.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Conditions can now be created using > and < with textboxes and textareas.<\\/li>\\n<\\/ul>\\n<p>3.0.5 (28 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should now show in Conditional Logic conditions.<\\/li>\\n<\\/ul>\\n<p>3.0.4 (22 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the builder to crash when fields were removed if there was a condition based upon that field.<\\/li>\\n<\\/ul>\\n<p>3.0.3 (11 September 2016)<\\/p>\\n<ul>\\n<li>Bugs:*<\\/li>\\n<li>Fixed a bug that caused the condition edit drawer to fail to open.<\\/li>\\n<\\/ul>\\n<p>3.0.2 (09 September 2016)<\\/p>\\n<ul>\\n<li>Fixed a bug with conversion.<\\/li>\\n<\\/ul>\\n<p>3.0.1 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<\\/ul>\\n<p>3.0 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<li>Deprecated Ninja Forms v2.9.x compatible code<\\/li>\\n<\\/ul>\\n<p>1.4.0 (13 April 2016)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Update for compatibility with WordPress 4.5 ( specifically the underscore.js update ).<\\/li>\\n<\\/ul>\\n<p>1.3.9 (26 May 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Changed values should now reset to defaults when using the \\\"clear form\\\" setting.<\\/li>\\n<\\/ul>\\n<p>1.3.8 (12 May 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Array elements should now work properly with the \\\"Contains\\\" action conditionals.<\\/li>\\n<li>Fixed a PHP Notice.<\\/li>\\n<li>Decimals should now be compared properly.<\\/li>\\n<li>Fixed a bug that could cause a PHP error if asp style tags are enabled in PHP.<\\/li>\\n<\\/ul>\\n<p>1.3.7 (18 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause conditional field data to submit improperly.<\\/li>\\n<\\/ul>\\n<p>1.3.6 (17 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause JavaScript to load older versions of files.<\\/li>\\n<\\/ul>\\n<p>1.3.5 (4 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause conditionally hidden calculations to fail.<\\/li>\\n<li>List options should work properly in version 2.9 of Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>1.3.4 (3 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could prevent new conditions from being added.<\\/li>\\n<\\/ul>\\n<p>1.3.3 (27 February 2015)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Preparing for the release of Ninja Forms version 2.9.<\\/li>\\n<\\/ul>\\n<p>1.3.1 (17 November 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixing bad domain\\/translation issues.<\\/li>\\n<li>Fixed a bug with checkbox lists and notification conditions.<\\/li>\\n<li>Duplicating a page with conditions using multi-part forms should now properly duplicate those conditions.<\\/li>\\n<li>Fixed several issues related to i18n.<\\/li>\\n<\\/ul>\\n<p>1.3 (28 October 2014)<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Conditional Logic now supports conditional notifications.<\\/li>\\n<li>Only show, display, or send a notification when a user submits specific form data.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Custom conditional triggers can be added for notifications.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused conditionals based upon other conditional fields to work improperly.<\\/li>\\n<li>Conditionally hidden totals should now be properly removed from the all fields table.<\\/li>\\n<\\/ul>\\n<p>1.2.7 (24 July 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Ninja Forms 2.7.<\\/li>\\n<\\/ul>\\n<p>1.2.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented some users from getting automatic updates.<\\/li>\\n<\\/ul>\\n<p>1.2.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause conditions not to work in some AJAX setups.<\\/li>\\n<\\/ul>\\n<p>1.2.4<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Conditionals should now not be applied when editing a form in the wp-admin.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with the change value setting.<\\/li>\\n<\\/ul>\\n<p>1.2.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented the \'add_value\' and \'change_value\' actions from working properly in some instances.<\\/li>\\n<\\/ul>\\n<p>1.2.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with required fields that were conditionally hidden.<\\/li>\\n<li>Removed console logs that were causing problems in IE9.<\\/li>\\n<li>Fixed a bug that caused the Add Value setting not to work properly.<\\/li>\\n<\\/ul>\\n<p>1.2.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed several bugs that related to pre-populating conditional fields with multi-part forms.<\\/li>\\n<\\/ul>\\n<p>1.2<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added support for the new Ninja Forms loading system. This should significantly improve loading speed for forms that use conditionals.<\\/li>\\n<\\/ul>\\n<p>1.1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could prevent conditionals from working properly with required fields.<\\/li>\\n<li>Fixed a bug that could cause conditional logic to break when labels contained long strings of HTML.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updating the JS so that when an element is shown\\/hidden, a jQuery event is fired after the show\\/hide is complete.<\\/li>\\n<li>Removed old licensing file.<\\/li>\\n<\\/ul>\\n<p>1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused the \\\"Change Value\\\" conditional action to fail in some cases.<\\/li>\\n<li>Fixed a bug that prevented conditionals from working properly with hidden fields.<\\/li>\\n<li>Fixed several PHP Notices.<\\/li>\\n<\\/ul>\\n<p>1.0.10<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented calculations from working properly when a field that the calculation was based upon was hidden with conditional logic.<\\/li>\\n<\\/ul>\\n<p>1.0.9<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a \\\"visible\\\" data attribute.<\\/li>\\n<li>Moved functions from Ninja Forms core to this extension.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed several bugs related to using calculation fields and conditionals.<\\/li>\\n<\\/ul>\\n<p>1.0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the license and auto-update system to the one available in Ninja Forms 2.2.47.<\\/li>\\n<\\/ul>\\n<p>1.0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed references to wpninjas.com to ninjaforms.com.<\\/li>\\n<\\/ul>\\n<p>1.0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditionals from working properly in some installs.<\\/li>\\n<\\/ul>\\n<p>1.0.5<\\/p>\\n<ul>\\n<li>Fixed a bug that caused Conditionals to break calculation fields if they were hidden.<\\/li>\\n<\\/ul>\\n<p>1.0.4<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updates for compatibility with WordPress 3.6<\\/li>\\n<\\/ul>\\n<p>1.0.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditionals from working properly with calculation fields.<\\/li>\\n<\\/ul>\\n<p>1.0.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused conditionals with multiple criteria to fail when connected with the \\\"All\\\" parameter.<\\/li>\\n<\\/ul>\\n<p>1.0.1<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>The Conditionals Extension can now be used with the Multi-Part Extension to show or hide entire pages.<\\/li>\\n<\\/ul>\\n<p>1.0<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that was causing dropdown list fields to work improperly with Conditional Logic.<\\/li>\\n<\\/ul>\\n<p>0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditionals from working properly with multi-checkbox lists and multi-radio button lists.<\\/li>\\n<\\/ul>\\n<p>0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the display JS slightly to be more efficient.<\\/li>\\n<\\/ul>\\n<p>0.7<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Conditional fields should now behave as expected when editing user submissions.<\\/li>\\n<\\/ul>\\n<p>0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditionals from working properly with checkbox and radio list types.<\\/li>\\n<\\/ul>\\n<p>0.5<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Moved a JS function from ninja-forms-conditionals-admin.js to the ninja-forms-admin.js.<\\/li>\\n<\\/ul>\\n<p>0.4<\\/p>\\n<ul>\\n<li>Fixed a bug that prevented multiple forms with conditionals from being placed on the same page.<\\/li>\\n<\\/ul>\\n<p>0.3<\\/p>\\n<ul>\\n<li>Various bug fixes including:<\\/li>\\n<li>Adding multiple forms with conditions to a single page will now work normally.<\\/li>\\n<\\/ul>\\n<p>0.2<\\/p>\\n<ul>\\n<li>Various bug fixes.<\\/li>\\n<li>Changed the way that javascript and css files are loaded in extensions.<\\/li>\\n<\\/ul>\\n\"]}\";}','no'),(22112,'edd_sl_e833f75ab6b1decacd11ad1411279a27','a:2:{s:7:\"timeout\";i:1664306799;s:5:\"value\";s:28154:\"{\"new_version\":\"3.0.26\",\"stable_version\":\"3.0.26\",\"name\":\"Multi Step Forms\",\"slug\":\"multi-part\",\"url\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?changelog=1\",\"last_updated\":\"2022-04-26 11:41:39\",\"homepage\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/\",\"package\":\"https:\\/\\/ninjaforms.com\\/edd-sl\\/package_download\\/MTY2NDM2Nzk5ODplMjM0YzgyNzYxNGJiOTdjMGY5OGJlYzBhZTM3NTVmNzoyODU6ZGZjYTllNDk0YWQyOTNkZTZiNjRhZTdiMjk3MzE0ODE6aHR0cHNALy9sb21hZC10ZXN0LmdldG1hZC50b2RheTow\",\"download_link\":\"https:\\/\\/ninjaforms.com\\/edd-sl\\/package_download\\/MTY2NDM2Nzk5ODplMjM0YzgyNzYxNGJiOTdjMGY5OGJlYzBhZTM3NTVmNzoyODU6ZGZjYTllNDk0YWQyOTNkZTZiNjRhZTdiMjk3MzE0ODE6aHR0cHNALy9sb21hZC10ZXN0LmdldG1hZC50b2RheTow\",\"sections\":{\"description\":\"<p>Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!<\\/p>\\n\",\"changelog\":\"<p>3.0.26 (2 April 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that was sometimes causing an undefined index notice on activation.<\\/li>\\n<\\/ul>\\n<p>3.0.25 (23 January 2019)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Showing or hiding a part with conditional logic will no longer automatically add a reverse statement.<\\/li>\\n<\\/ul>\\n<p>3.0.24 (24 August 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Required field validation should no longer prevent navigation to the previous part.<\\/li>\\n<\\/ul>\\n<p>3.0.23 (23 May 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Part duplication should no longer be available in situations where it can cause data corruption.<\\/li>\\n<\\/ul>\\n<p>3.0.22 (7 November 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>When a part is deleted all fields associated with that part are now removed.<\\/li>\\n<li>Part order will now be consistent in form imports and exports.<\\/li>\\n<li>Google reCaptcha will now render on any form part.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updated the opinionated styles for the progress bar.<\\/li>\\n<\\/ul>\\n<p>3.0.21 (15 September 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with field duplication when Layout & Styles is also installed.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the priority of admin enqueued scripts for loading order compared to Layout & Styles.<\\/li>\\n<\\/ul>\\n<p>3.0.20 (22 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Duplicating a part should no longer cause fields to incorrectly duplicate.<\\/li>\\n<li>Removed a PHP warning that might be displayed on the front-end.<\\/li>\\n<li>Importing forms with incomplete Layout & Styles data should no longer crash import.<\\/li>\\n<\\/ul>\\n<p>3.0.19 (02 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause conditions setup with Conditional Logic to fail on forms that have multiple parts.<\\/li>\\n<\\/ul>\\n<p>3.0.18 (21 June 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused duplicating fields and parts to fail.<\\/li>\\n<\\/ul>\\n<p>3.0.17 (31 May 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Duplicating fields should now work on forms that have multiple parts.<\\/li>\\n<\\/ul>\\n<p>3.0.16 (23 May 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Help text should now work on parts beyond the first.<\\/li>\\n<\\/ul>\\n<p>3.0.15 (17 March 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Re-enabled the duplicate part functionality. It should now function properly.<\\/li>\\n<\\/ul>\\n<p>3.0.14 (09 March 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the all_fields merge tag to be empty.<\\/li>\\n<\\/ul>\\n<p>3.0.13 (07 March 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Temporarily removed the \\\"Duplicate Part\\\" feature while we work out some bugs with how it operates.<\\/li>\\n<\\/ul>\\n<p>3.0.12 (02 Februrary 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a possible PHP warning.<\\/li>\\n<\\/ul>\\n<p>3.0.11 (26 January 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter for Ninja Forms version 3.0.25 that allows Multi-Part Forms to correctly order fields in submissions.<\\/li>\\n<\\/ul>\\n<p>3.0.10 (19 January 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Google Recaptcha fields should now work properly with Multi-Part forms.<\\/li>\\n<\\/ul>\\n<p>3.0.9 (15 December 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Conditional Logic that caused conditionally shown\\/hidden parts to throw a JS error.<\\/li>\\n<\\/ul>\\n<p>3.0.8 (21 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with re-ordering of fields when also using Layouts & Styles.<\\/li>\\n<\\/ul>\\n<p>3.0.7 (15 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that can cause forms to crash on servers that have ASP-like tags turned on.<\\/li>\\n<\\/ul>\\n<p>3.0.6 (03 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused duplicating fields to create multiple duplicates.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added label settings for Previous and Next buttons.<\\/li>\\n<\\/ul>\\n<p>3.0.5 (26 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with converting from the RC of Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>3.0.4 (12 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug in Layout & Styles conversion.<\\/li>\\n<\\/ul>\\n<p>3.0.3 (09 September 2016)<\\/p>\\n<ul>\\n<li>Fixed a bug with conversion.<\\/li>\\n<\\/ul>\\n<p>3.0.2 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility licensing.<\\/li>\\n<\\/ul>\\n<p>3.0.1 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<\\/ul>\\n<p>3.0.0 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<li>Deprecated Ninja Forms v2.9.x compatible code<\\/li>\\n<\\/ul>\\n<p>1.3.5 (08 September 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the animated spinner to fail to show when building a form.<\\/li>\\n<\\/ul>\\n<p>1.3.4 (17 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>When our JS changes, users browsers shouldn\'t keep old copies in the cache.<\\/li>\\n<\\/ul>\\n<p>1.3.3 (4 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause saving a new form to fail.<\\/li>\\n<\\/ul>\\n<p>1.3.2 (4 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause issues when adding a field type and then deactivating an extension that added it.<\\/li>\\n<\\/ul>\\n<p>1.3.1 (27 February 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed several minor bugs with version 2.9 of Ninja Forms.<\\/li>\\n<li>Creating a new multi-part form should now work with older versions of Ninja Forms as well.<\\/li>\\n<\\/ul>\\n<p>1.3 (4 February 2015)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Preparing for the release of Ninja Forms 2.9.<\\/li>\\n<\\/ul>\\n<p>1.2.8 (17 November 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Next and Previous button text can now be changed in the Forms->Settings->Labels tab.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed several bugs that prevented translations from working properly.<\\/li>\\n<li>Added several strings that weren\'t translatable previously to the .po and .pot files.<\\/li>\\n<\\/ul>\\n<p>1.2.7 (16 September 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Ninja Forms 2.8.<\\/li>\\n<\\/ul>\\n<p>1.2.6 (24 July 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Ninja Forms 2.7.<\\/li>\\n<\\/ul>\\n<p>1.2.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Multi-part forms should now work properly with the Stripe extension in all implementations.<\\/li>\\n<\\/ul>\\n<p>1.2.4<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the name of the \\\"Confirmation Page\\\" to \\\"Review Page\\\" to make the option\'s purpose more clear.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug on the review page that caused hidden fields to sometimes be shown as textboxes that could be manipulated.<\\/li>\\n<\\/ul>\\n<p>1.2.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with page titles that prevented them from displaying properly on conditional pages.<\\/li>\\n<li>Fixed a bug that caused forms with several pages to have scrolling issues in the admin.<\\/li>\\n<\\/ul>\\n<p>1.2.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with confirmation pages and the conditional logic extension.<\\/li>\\n<li>Fixed a bug that could cause php errors without the conditional logic extension present.<\\/li>\\n<\\/ul>\\n<p>1.2.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with confirmation pages that could prevent them from working properly.<\\/li>\\n<\\/ul>\\n<p>1.2<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added support for the new Ninja Forms loading system. This should significantly improve loading speed for forms that use multi-part forms.<\\/li>\\n<\\/ul>\\n<p>1.1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed translation issues by adding a default language folder, fixing several bad text domains, and adding a proper translation loader.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a jQuery event for \\u2018mp_change_page\\u2019 that fires after the page has successfully changed.<\\/li>\\n<li>Added some CSS for WP 3.8 compatability.<\\/li>\\n<li>Admin scripts should now load the min or dev versions based on the NINJA_FORMS_JS_DEBUG constant.<\\/li>\\n<li>Removed old licensing file.<\\/li>\\n<\\/ul>\\n<p>1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause Multi-Part Javascript to run, even if the form wasn\'t a Multi-Part form.<\\/li>\\n<li>Fixed a bug that could cause initial page load to be incorrect with a Multi-Part form.<\\/li>\\n<\\/ul>\\n<p>1.0.14<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a class to the page title on each multi-part page so that it can be styled with Layout & Styles.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed bugs that could prevent the previous and next buttons from displaying correctly.<\\/li>\\n<\\/ul>\\n<p>1.0.13<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the license and auto-update system to the one available in Ninja Forms 2.2.47.<\\/li>\\n<\\/ul>\\n<p>1.0.12<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause Multi-Part forms to work incorrectly with the Save Progress extension.<\\/li>\\n<li>Fixed a bug that prevented form settings from being carried from Multi-Part page to Multi-Part page.<\\/li>\\n<\\/ul>\\n<p>1.0.11<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditional logic from being properly applied to pages within a multi-part form.<\\/li>\\n<\\/ul>\\n<p>1.0.10<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updated references to wpninjas.com with the new ninjaforms.com.<\\/li>\\n<\\/ul>\\n<p>1.0.9<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>When creating a multi-part form, page numbers can now be dragged and dropped to re-arrange the pages of your form.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Minor bug-fixes.<\\/li>\\n<\\/ul>\\n<p>1.0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the Javascript methods used in order to be compatible with Ninja Forms 2.2.37.<\\/li>\\n<\\/ul>\\n<p>1.0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updates for compatibility with WordPress 3.6<\\/li>\\n<\\/ul>\\n<p>1.0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed some minor visual bugs.<\\/li>\\n<\\/ul>\\n<p>1.0.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a php warning caused by a function running even if Multi-Part forms weren\'t enabled.<\\/li>\\n<li>Fixed a bug that was causing breadcrumb navigation to have the incorrect classes applied.<\\/li>\\n<\\/ul>\\n<p>1.0.4<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused the new, shorter field length to show incorrectly when the settings were saved.<\\/li>\\n<\\/ul>\\n<p>1.0.3<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Multi-Part Forms will now allow you to hide or show an entire page when used in conjunction with the Conditionals extension.<\\/li>\\n<li>A new \\\"Confirmation Page\\\" option has been added. If this is selected, the user will be presented with a page showing all of their entered data, separated by page.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the way that MP forms CSS is laid out to make it compatiable with version 2.2.18 of Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>1.0.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Multi-Part Forms and AJAX submissions that might affect some users.<\\/li>\\n<\\/ul>\\n<p>1.0.1<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Updated Multi-Part Forms so that the extension works with AJAX submissions.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>The ID of the DIV that wraps the navigation elements has been changed to ninja_forms_mp_nav_wrap from ninja-forms-mp-nav-wrap.<\\/li>\\n<li>A class of \'ninja-forms-mp-nav-wrap\' has been placed on the DIV that wraps the navigation elements.<\\/li>\\n<\\/ul>\\n<p>1.0<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented multi-part from working properly with post creation.<\\/li>\\n<\\/ul>\\n<p>0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented two multi-part forms from working properly on the same page.<\\/li>\\n<\\/ul>\\n<p>0.8<\\/p>\\n<ul>\\n<li>Field values that are emailed should now appear in the proper order.<\\/li>\\n<\\/ul>\\n<p>0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a prev\\/next wrapper, adjust default styling for breadcrumbs and progress-bar.<\\/li>\\n<\\/ul>\\n<p>0.6<\\/p>\\n<ul>\\n<li>Fixed a bug that prevented the Multi-Part extension from interacted properly with the Save Progress extension.<\\/li>\\n<\\/ul>\\n<p>0.5<\\/p>\\n<ul>\\n<li>Fixed a bug that was preventing required fields from being properly checked.<\\/li>\\n<li>Fixed a bug with breadcrumb navigation that prevented the page with the first error from reloading if a user skipped to the end of a form and submitted.<\\/li>\\n<li>Fixed a bug that was preventing a form from properly being changed into a Multi-Part form.<\\/li>\\n<\\/ul>\\n<p>0.4<\\/p>\\n<ul>\\n<li>Fixed a bug that caused design elements, especially text fields, from showing on multi-part forms.<\\/li>\\n<\\/ul>\\n<p>0.3<\\/p>\\n<ul>\\n<li>Various bug fixes including:<\\/li>\\n<li>A bug which prevented all fields from being emailed to the administrator.<\\/li>\\n<\\/ul>\\n<p>0.2<\\/p>\\n<ul>\\n<li>Various bug fixes.<\\/li>\\n<li>Changed the way that javascript and css files are loaded in extensions.<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/ninjaforms.com\\/wp-content\\/uploads\\/edd\\/2020\\/08\\/multi-step-forms-128x128.png\",\"2x\":\"https:\\/\\/ninjaforms.com\\/wp-content\\/uploads\\/edd\\/2020\\/08\\/multi-step-forms-256x256.png\"},\"php_requires\":\"\",\"description\":[\"<p>Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!<\\/p>\\n\"],\"changelog\":[\"<p>3.0.26 (2 April 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that was sometimes causing an undefined index notice on activation.<\\/li>\\n<\\/ul>\\n<p>3.0.25 (23 January 2019)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Showing or hiding a part with conditional logic will no longer automatically add a reverse statement.<\\/li>\\n<\\/ul>\\n<p>3.0.24 (24 August 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Required field validation should no longer prevent navigation to the previous part.<\\/li>\\n<\\/ul>\\n<p>3.0.23 (23 May 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Part duplication should no longer be available in situations where it can cause data corruption.<\\/li>\\n<\\/ul>\\n<p>3.0.22 (7 November 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>When a part is deleted all fields associated with that part are now removed.<\\/li>\\n<li>Part order will now be consistent in form imports and exports.<\\/li>\\n<li>Google reCaptcha will now render on any form part.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updated the opinionated styles for the progress bar.<\\/li>\\n<\\/ul>\\n<p>3.0.21 (15 September 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with field duplication when Layout & Styles is also installed.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the priority of admin enqueued scripts for loading order compared to Layout & Styles.<\\/li>\\n<\\/ul>\\n<p>3.0.20 (22 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Duplicating a part should no longer cause fields to incorrectly duplicate.<\\/li>\\n<li>Removed a PHP warning that might be displayed on the front-end.<\\/li>\\n<li>Importing forms with incomplete Layout & Styles data should no longer crash import.<\\/li>\\n<\\/ul>\\n<p>3.0.19 (02 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause conditions setup with Conditional Logic to fail on forms that have multiple parts.<\\/li>\\n<\\/ul>\\n<p>3.0.18 (21 June 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused duplicating fields and parts to fail.<\\/li>\\n<\\/ul>\\n<p>3.0.17 (31 May 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Duplicating fields should now work on forms that have multiple parts.<\\/li>\\n<\\/ul>\\n<p>3.0.16 (23 May 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Help text should now work on parts beyond the first.<\\/li>\\n<\\/ul>\\n<p>3.0.15 (17 March 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Re-enabled the duplicate part functionality. It should now function properly.<\\/li>\\n<\\/ul>\\n<p>3.0.14 (09 March 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the all_fields merge tag to be empty.<\\/li>\\n<\\/ul>\\n<p>3.0.13 (07 March 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Temporarily removed the \\\"Duplicate Part\\\" feature while we work out some bugs with how it operates.<\\/li>\\n<\\/ul>\\n<p>3.0.12 (02 Februrary 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a possible PHP warning.<\\/li>\\n<\\/ul>\\n<p>3.0.11 (26 January 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter for Ninja Forms version 3.0.25 that allows Multi-Part Forms to correctly order fields in submissions.<\\/li>\\n<\\/ul>\\n<p>3.0.10 (19 January 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Google Recaptcha fields should now work properly with Multi-Part forms.<\\/li>\\n<\\/ul>\\n<p>3.0.9 (15 December 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Conditional Logic that caused conditionally shown\\/hidden parts to throw a JS error.<\\/li>\\n<\\/ul>\\n<p>3.0.8 (21 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with re-ordering of fields when also using Layouts & Styles.<\\/li>\\n<\\/ul>\\n<p>3.0.7 (15 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that can cause forms to crash on servers that have ASP-like tags turned on.<\\/li>\\n<\\/ul>\\n<p>3.0.6 (03 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused duplicating fields to create multiple duplicates.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added label settings for Previous and Next buttons.<\\/li>\\n<\\/ul>\\n<p>3.0.5 (26 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with converting from the RC of Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>3.0.4 (12 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug in Layout & Styles conversion.<\\/li>\\n<\\/ul>\\n<p>3.0.3 (09 September 2016)<\\/p>\\n<ul>\\n<li>Fixed a bug with conversion.<\\/li>\\n<\\/ul>\\n<p>3.0.2 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility licensing.<\\/li>\\n<\\/ul>\\n<p>3.0.1 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<\\/ul>\\n<p>3.0.0 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<li>Deprecated Ninja Forms v2.9.x compatible code<\\/li>\\n<\\/ul>\\n<p>1.3.5 (08 September 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the animated spinner to fail to show when building a form.<\\/li>\\n<\\/ul>\\n<p>1.3.4 (17 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>When our JS changes, users browsers shouldn\'t keep old copies in the cache.<\\/li>\\n<\\/ul>\\n<p>1.3.3 (4 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause saving a new form to fail.<\\/li>\\n<\\/ul>\\n<p>1.3.2 (4 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause issues when adding a field type and then deactivating an extension that added it.<\\/li>\\n<\\/ul>\\n<p>1.3.1 (27 February 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed several minor bugs with version 2.9 of Ninja Forms.<\\/li>\\n<li>Creating a new multi-part form should now work with older versions of Ninja Forms as well.<\\/li>\\n<\\/ul>\\n<p>1.3 (4 February 2015)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Preparing for the release of Ninja Forms 2.9.<\\/li>\\n<\\/ul>\\n<p>1.2.8 (17 November 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Next and Previous button text can now be changed in the Forms->Settings->Labels tab.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed several bugs that prevented translations from working properly.<\\/li>\\n<li>Added several strings that weren\'t translatable previously to the .po and .pot files.<\\/li>\\n<\\/ul>\\n<p>1.2.7 (16 September 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Ninja Forms 2.8.<\\/li>\\n<\\/ul>\\n<p>1.2.6 (24 July 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Ninja Forms 2.7.<\\/li>\\n<\\/ul>\\n<p>1.2.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Multi-part forms should now work properly with the Stripe extension in all implementations.<\\/li>\\n<\\/ul>\\n<p>1.2.4<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the name of the \\\"Confirmation Page\\\" to \\\"Review Page\\\" to make the option\'s purpose more clear.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug on the review page that caused hidden fields to sometimes be shown as textboxes that could be manipulated.<\\/li>\\n<\\/ul>\\n<p>1.2.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with page titles that prevented them from displaying properly on conditional pages.<\\/li>\\n<li>Fixed a bug that caused forms with several pages to have scrolling issues in the admin.<\\/li>\\n<\\/ul>\\n<p>1.2.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with confirmation pages and the conditional logic extension.<\\/li>\\n<li>Fixed a bug that could cause php errors without the conditional logic extension present.<\\/li>\\n<\\/ul>\\n<p>1.2.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with confirmation pages that could prevent them from working properly.<\\/li>\\n<\\/ul>\\n<p>1.2<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added support for the new Ninja Forms loading system. This should significantly improve loading speed for forms that use multi-part forms.<\\/li>\\n<\\/ul>\\n<p>1.1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed translation issues by adding a default language folder, fixing several bad text domains, and adding a proper translation loader.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a jQuery event for \\u2018mp_change_page\\u2019 that fires after the page has successfully changed.<\\/li>\\n<li>Added some CSS for WP 3.8 compatability.<\\/li>\\n<li>Admin scripts should now load the min or dev versions based on the NINJA_FORMS_JS_DEBUG constant.<\\/li>\\n<li>Removed old licensing file.<\\/li>\\n<\\/ul>\\n<p>1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause Multi-Part Javascript to run, even if the form wasn\'t a Multi-Part form.<\\/li>\\n<li>Fixed a bug that could cause initial page load to be incorrect with a Multi-Part form.<\\/li>\\n<\\/ul>\\n<p>1.0.14<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a class to the page title on each multi-part page so that it can be styled with Layout & Styles.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed bugs that could prevent the previous and next buttons from displaying correctly.<\\/li>\\n<\\/ul>\\n<p>1.0.13<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the license and auto-update system to the one available in Ninja Forms 2.2.47.<\\/li>\\n<\\/ul>\\n<p>1.0.12<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause Multi-Part forms to work incorrectly with the Save Progress extension.<\\/li>\\n<li>Fixed a bug that prevented form settings from being carried from Multi-Part page to Multi-Part page.<\\/li>\\n<\\/ul>\\n<p>1.0.11<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented conditional logic from being properly applied to pages within a multi-part form.<\\/li>\\n<\\/ul>\\n<p>1.0.10<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updated references to wpninjas.com with the new ninjaforms.com.<\\/li>\\n<\\/ul>\\n<p>1.0.9<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>When creating a multi-part form, page numbers can now be dragged and dropped to re-arrange the pages of your form.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Minor bug-fixes.<\\/li>\\n<\\/ul>\\n<p>1.0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the Javascript methods used in order to be compatible with Ninja Forms 2.2.37.<\\/li>\\n<\\/ul>\\n<p>1.0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updates for compatibility with WordPress 3.6<\\/li>\\n<\\/ul>\\n<p>1.0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed some minor visual bugs.<\\/li>\\n<\\/ul>\\n<p>1.0.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a php warning caused by a function running even if Multi-Part forms weren\'t enabled.<\\/li>\\n<li>Fixed a bug that was causing breadcrumb navigation to have the incorrect classes applied.<\\/li>\\n<\\/ul>\\n<p>1.0.4<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused the new, shorter field length to show incorrectly when the settings were saved.<\\/li>\\n<\\/ul>\\n<p>1.0.3<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Multi-Part Forms will now allow you to hide or show an entire page when used in conjunction with the Conditionals extension.<\\/li>\\n<li>A new \\\"Confirmation Page\\\" option has been added. If this is selected, the user will be presented with a page showing all of their entered data, separated by page.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the way that MP forms CSS is laid out to make it compatiable with version 2.2.18 of Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>1.0.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Multi-Part Forms and AJAX submissions that might affect some users.<\\/li>\\n<\\/ul>\\n<p>1.0.1<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Updated Multi-Part Forms so that the extension works with AJAX submissions.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>The ID of the DIV that wraps the navigation elements has been changed to ninja_forms_mp_nav_wrap from ninja-forms-mp-nav-wrap.<\\/li>\\n<li>A class of \'ninja-forms-mp-nav-wrap\' has been placed on the DIV that wraps the navigation elements.<\\/li>\\n<\\/ul>\\n<p>1.0<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented multi-part from working properly with post creation.<\\/li>\\n<\\/ul>\\n<p>0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented two multi-part forms from working properly on the same page.<\\/li>\\n<\\/ul>\\n<p>0.8<\\/p>\\n<ul>\\n<li>Field values that are emailed should now appear in the proper order.<\\/li>\\n<\\/ul>\\n<p>0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a prev\\/next wrapper, adjust default styling for breadcrumbs and progress-bar.<\\/li>\\n<\\/ul>\\n<p>0.6<\\/p>\\n<ul>\\n<li>Fixed a bug that prevented the Multi-Part extension from interacted properly with the Save Progress extension.<\\/li>\\n<\\/ul>\\n<p>0.5<\\/p>\\n<ul>\\n<li>Fixed a bug that was preventing required fields from being properly checked.<\\/li>\\n<li>Fixed a bug with breadcrumb navigation that prevented the page with the first error from reloading if a user skipped to the end of a form and submitted.<\\/li>\\n<li>Fixed a bug that was preventing a form from properly being changed into a Multi-Part form.<\\/li>\\n<\\/ul>\\n<p>0.4<\\/p>\\n<ul>\\n<li>Fixed a bug that caused design elements, especially text fields, from showing on multi-part forms.<\\/li>\\n<\\/ul>\\n<p>0.3<\\/p>\\n<ul>\\n<li>Various bug fixes including:<\\/li>\\n<li>A bug which prevented all fields from being emailed to the administrator.<\\/li>\\n<\\/ul>\\n<p>0.2<\\/p>\\n<ul>\\n<li>Various bug fixes.<\\/li>\\n<li>Changed the way that javascript and css files are loaded in extensions.<\\/li>\\n<\\/ul>\\n\"]}\";}','no'),(22113,'edd_sl_7a6429fc89b380be7ffc1d35e6ee6a41','a:2:{s:7:\"timeout\";i:1664306799;s:5:\"value\";s:22616:\"{\"new_version\":\"3.0.29\",\"stable_version\":\"3.0.29\",\"name\":\"Layout and Styles\",\"slug\":\"ninja-forms-style\",\"url\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layout-styles\\/?changelog=1\",\"last_updated\":\"2022-09-16 10:46:41\",\"homepage\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layout-styles\\/\",\"package\":\"https:\\/\\/ninjaforms.com\\/edd-sl\\/package_download\\/MTY2NDM2Nzk5OTplY2NiNmMyODRlODk4YWY1NzE4NTI1OGUyZGMzNjhmYzoxMDA5Nzo5NmFjZjViN2JjZDc0NTlhZGFhNTEzNDE2Y2ZiYTg1NzpodHRwc0AvL2xvbWFkLXRlc3QuZ2V0bWFkLnRvZGF5OjA=\",\"download_link\":\"https:\\/\\/ninjaforms.com\\/edd-sl\\/package_download\\/MTY2NDM2Nzk5OTplY2NiNmMyODRlODk4YWY1NzE4NTI1OGUyZGMzNjhmYzoxMDA5Nzo5NmFjZjViN2JjZDc0NTlhZGFhNTEzNDE2Y2ZiYTg1NzpodHRwc0AvL2xvbWFkLXRlc3QuZ2V0bWFkLnRvZGF5OjA=\",\"sections\":{\"description\":\"<p>Edit form styles. Create two column forms. Multi column forms. Easily adjust form layout. You don\'t need a designer, just Layout and Styles!<\\/p>\\n\",\"changelog\":\"<p>3.0.29 (15 February 2021)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that caused fields being dragged into a repeatable fieldset to visually duplicate in the form builder.<\\/li>\\n<\\/ul>\\n<p>3.0.28 (9 October 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Styles should now be honored on all forms when there are multiple copies of the same form on a page.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added support for styling file upload fields.<\\/li>\\n<\\/ul>\\n<p>3.0.27 (12 June 2019)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Cleaned up a few older scripts that were slowing things down in the form builder. Drag and drop should now be more performant.<\\/li>\\n<\\/ul>\\n<p>3.0.26 (4 April 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that was flooding error logs with warnings in php 7.3.<\\/li>\\n<\\/ul>\\n<p>3.0.25 (19 September 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Required Fields not being properly validated on submission.<\\/li>\\n<\\/ul>\\n<p>3.0.24 (15 September 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Reverts unnecessary changes, where the compatibility issue with Multi-Part is solved in Multi-Part.<\\/li>\\n<\\/ul>\\n<p>3.0.23 (14 September 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Re-release with missing files.<\\/li>\\n<\\/ul>\\n<p>3.0.22 (13 September 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with PHP Warning messages in the generated CSS output.<\\/li>\\n<li>Fixed a bug with field duplication.<\\/li>\\n<\\/ul>\\n<p>3.0.21 (02 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused calculations to fail when using Layout & Styles, Multi-Part Forms, and Conditional Logic.<\\/li>\\n<\\/ul>\\n<p>3.0.20 (21 June 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a button to \\\"remove all styles\\\" from the plugin-wide styling section.<\\/li>\\n<\\/ul>\\n<p>3.0.19 (02 May 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added Multi-Part Forms plugin styles if the Multi-Part Forms add-on is active.<\\/li>\\n<\\/ul>\\n<p>3.0.18 (11 April 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Forms should now import with proper field orders in all installations.<\\/li>\\n<\\/ul>\\n<p>3.0.17 (17 March 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Completed a deep-dive of all plugin-wide styling settings. They should all work properly now.<\\/li>\\n<\\/ul>\\n<p>3.0.16 (07 March 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the builder to crash without warning in some instances.<\\/li>\\n<\\/ul>\\n<p>3.0.15 (02 Februrary 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a PHP warning about unset variables.<\\/li>\\n<\\/ul>\\n<p>3.0.14 (26 January 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter for Ninja Forms version 3.0.25 that allows Layout & Styles to correctly order fields in submissions.<\\/li>\\n<\\/ul>\\n<p>3.0.13 (19 January 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Saved fields can now be properly dragged onto rows and dividers.<\\/li>\\n<\\/ul>\\n<p>3.0.12 (21 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Field styles should apply properly on the front-end in all cases.<\\/li>\\n<\\/ul>\\n<p>3.0.11 (26 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that was introduced in version 3.0.10 that caused rows with empty columns to be removed.<\\/li>\\n<li>Sometimes column widths were totalling over 100%. This caused fields to wrap around to a new row.<\\/li>\\n<\\/ul>\\n<p>3.0.10 (17 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Corrupt data should no longer cause Layouts to crash the builder with an \\\"undefined ParentNode\\\" error.<\\/li>\\n<\\/ul>\\n<p>3.0.9 (12 October 2016)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added better error handling for missing field types. This should prevent some JS errors from being thrown on display.<\\/li>\\n<\\/ul>\\n<p>3.0.8 (28 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused field order to randomise when sorting fields between cells and rows.<\\/li>\\n<li>Fixed a bug with template imports that caused templates to fail.<\\/li>\\n<li>Added version number to script inclusion to help prevent caching issues.<\\/li>\\n<li>Fixed a bug with hover styles not being applied to submit buttons.<\\/li>\\n<\\/ul>\\n<p>3.0.7 (26 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with conversion from the RC of Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>3.0.6 (11 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with conversion and invalid form layouts.<\\/li>\\n<\\/ul>\\n<p>3.0.5 (09 September 2016)<\\/p>\\n<ul>\\n<li>Fixed a bug with conversion.<\\/li>\\n<\\/ul>\\n<p>3.0.4 (08 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with applying plugin wide styles.<\\/li>\\n<\\/ul>\\n<p>3.0.3 (06 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Multi-Part Forms v3.0.<\\/li>\\n<\\/ul>\\n<p>3.0.2 (06 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Improved conversion efficiency.<\\/li>\\n<li>Compatibility with Multi-Part Forms v3.0.<\\/li>\\n<\\/ul>\\n<p>3.0.1 (27 July 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could break form conversion in Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>3.0.0<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<li>Deprecated Ninja Forms v2.9.x compatible code<\\/li>\\n<\\/ul>\\n<p>1.2.7 (12 May 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause column layouts to fail even when they are correct.<\\/li>\\n<\\/ul>\\n<p>1.2.6 (17 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed an issue with browser caching that could cause older versions of JavaScript files to load.<\\/li>\\n<\\/ul>\\n<p>1.2.5 (4 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that removed the Multi-Part Styles section if that extension was also activated.<\\/li>\\n<\\/ul>\\n<p>1.2.4 (3 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause a fatal error if Ninja Forms core was deactivated.<\\/li>\\n<\\/ul>\\n<p>1.2.3 (4 February 2015)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Preparing for compatibility with Ninja Forms version 2.9.<\\/li>\\n<\\/ul>\\n<p>1.2.2 (24 November 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could prevent field layouts from saving properly.<\\/li>\\n<\\/ul>\\n<p>1.2.1 (17 November 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Adding a warning for a common invalid column layout error.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with default styling.<\\/li>\\n<li>Updated support for i18n.<\\/li>\\n<\\/ul>\\n<p>1.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented the new options from showing up.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added rating-specific styles on a per-field basis.<\\/li>\\n<li>Added individual styling to rating fields.<\\/li>\\n<li>Converting Layout and Styles over to the new Ninja Forms loading class.<\\/li>\\n<li>Added per form title styling.<\\/li>\\n<\\/ul>\\n<p>1.1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented multi-part pages from being added on the Layout and Styles tab.<\\/li>\\n<li>Fixed some CSS specificity errors with textboxes and textareas.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Admin scripts should now load the min or dev versions based on the NINJA_FORMS_JS_DEBUG constant.<\\/li>\\n<li>Added display selector.<\\/li>\\n<li>Adjusted what\'s advanced and what\'s basic.<\\/li>\\n<li>Limited some selectors from Default Field Styles.<\\/li>\\n<li>Moved styles to be output before form and not after.<\\/li>\\n<\\/ul>\\n<p>1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause multi-part forms to behave incorrectly when styled.<\\/li>\\n<li>Adjusted a CSS selector that could cause styles from not applying properly.<\\/li>\\n<\\/ul>\\n<p>1.0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a fairly major bug with Layout & Styles and Multi-Part forms that could cause multi-columned pages to behave incorrectly.<\\/li>\\n<\\/ul>\\n<p>1.0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added additional styles for core such as an error selector fix, form title, button and hover. Also added styles for MP Page Titles, and pre \\/ next hovers.<\\/li>\\n<\\/ul>\\n<p>1.0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the license and auto-update system to the one available in Ninja Forms 2.2.47.<\\/li>\\n<\\/ul>\\n<p>1.0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented previous and next button in multi-part forms to be styles.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>improved i18n compatibility.<\\/li>\\n<\\/ul>\\n<p>1.0.5<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed references to wpninjas.com to the new ninjaforms.com.<\\/li>\\n<\\/ul>\\n<p>1.0.4<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented the per form hover state styles being applied to submit buttons.<\\/li>\\n<\\/ul>\\n<p>1.0.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented List fields from working properly on the Default Field Styles tab.<\\/li>\\n<\\/ul>\\n<p>1.0.2<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updates for compatibility with WordPress 3.6<\\/li>\\n<\\/ul>\\n<p>1.0.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a visual bug with the placement of the Form Settings metabox.<\\/li>\\n<\\/ul>\\n<p>1.0<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that was preventing the \\\"Field Type Settings\\\" tab from working properly.<\\/li>\\n<\\/ul>\\n<p>0.9<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>The selector used for the \\\"next\\\" and \\\"previous\\\" buttons in Multi-Part Forms has been changed.<\\/li>\\n<li>Added \\\"Page\\\" styles for use with AJAX submissions and Multi-Part Forms.<\\/li>\\n<\\/ul>\\n<p>0.8<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Added new AJAX submissions and Multi-Part Forms styling options.<\\/li>\\n<\\/ul>\\n<p>0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter to the fields array that is output on the layout editing screen.<\\/li>\\n<\\/ul>\\n<p>0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the \\\"Error Message Styles\\\" from saving properly.<\\/li>\\n<\\/ul>\\n<p>0.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>The admin JS file should now include properly on sites using versions of WordPress before 3.5.<\\/li>\\n<\\/ul>\\n<p>0.4<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Added styling options for Multi-Part Forms elements.<\\/li>\\n<\\/ul>\\n<p>0.3<\\/p>\\n<ul>\\n<li>Fixed a bug in the minified JS.<\\/li>\\n<\\/ul>\\n<p>0.2<\\/p>\\n<ul>\\n<li>Fixed a bug that prevented some users from activating their installations.<\\/li>\\n<\\/ul>\\n<p>0.1<\\/p>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/ninjaforms.com\\/wp-content\\/uploads\\/edd\\/2013\\/01\\/layout-styles.png\",\"2x\":\"https:\\/\\/ninjaforms.com\\/wp-content\\/uploads\\/edd\\/2013\\/01\\/layout-styles.png\"},\"php_requires\":\"\",\"description\":[\"<p>Edit form styles. Create two column forms. Multi column forms. Easily adjust form layout. You don\'t need a designer, just Layout and Styles!<\\/p>\\n\"],\"changelog\":[\"<p>3.0.29 (15 February 2021)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that caused fields being dragged into a repeatable fieldset to visually duplicate in the form builder.<\\/li>\\n<\\/ul>\\n<p>3.0.28 (9 October 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Styles should now be honored on all forms when there are multiple copies of the same form on a page.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added support for styling file upload fields.<\\/li>\\n<\\/ul>\\n<p>3.0.27 (12 June 2019)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Cleaned up a few older scripts that were slowing things down in the form builder. Drag and drop should now be more performant.<\\/li>\\n<\\/ul>\\n<p>3.0.26 (4 April 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Resolved an issue that was flooding error logs with warnings in php 7.3.<\\/li>\\n<\\/ul>\\n<p>3.0.25 (19 September 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Required Fields not being properly validated on submission.<\\/li>\\n<\\/ul>\\n<p>3.0.24 (15 September 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Reverts unnecessary changes, where the compatibility issue with Multi-Part is solved in Multi-Part.<\\/li>\\n<\\/ul>\\n<p>3.0.23 (14 September 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Re-release with missing files.<\\/li>\\n<\\/ul>\\n<p>3.0.22 (13 September 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with PHP Warning messages in the generated CSS output.<\\/li>\\n<li>Fixed a bug with field duplication.<\\/li>\\n<\\/ul>\\n<p>3.0.21 (02 August 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused calculations to fail when using Layout & Styles, Multi-Part Forms, and Conditional Logic.<\\/li>\\n<\\/ul>\\n<p>3.0.20 (21 June 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a button to \\\"remove all styles\\\" from the plugin-wide styling section.<\\/li>\\n<\\/ul>\\n<p>3.0.19 (02 May 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added Multi-Part Forms plugin styles if the Multi-Part Forms add-on is active.<\\/li>\\n<\\/ul>\\n<p>3.0.18 (11 April 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Forms should now import with proper field orders in all installations.<\\/li>\\n<\\/ul>\\n<p>3.0.17 (17 March 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Completed a deep-dive of all plugin-wide styling settings. They should all work properly now.<\\/li>\\n<\\/ul>\\n<p>3.0.16 (07 March 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the builder to crash without warning in some instances.<\\/li>\\n<\\/ul>\\n<p>3.0.15 (02 Februrary 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a PHP warning about unset variables.<\\/li>\\n<\\/ul>\\n<p>3.0.14 (26 January 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter for Ninja Forms version 3.0.25 that allows Layout & Styles to correctly order fields in submissions.<\\/li>\\n<\\/ul>\\n<p>3.0.13 (19 January 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Saved fields can now be properly dragged onto rows and dividers.<\\/li>\\n<\\/ul>\\n<p>3.0.12 (21 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Field styles should apply properly on the front-end in all cases.<\\/li>\\n<\\/ul>\\n<p>3.0.11 (26 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that was introduced in version 3.0.10 that caused rows with empty columns to be removed.<\\/li>\\n<li>Sometimes column widths were totalling over 100%. This caused fields to wrap around to a new row.<\\/li>\\n<\\/ul>\\n<p>3.0.10 (17 October 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Corrupt data should no longer cause Layouts to crash the builder with an \\\"undefined ParentNode\\\" error.<\\/li>\\n<\\/ul>\\n<p>3.0.9 (12 October 2016)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added better error handling for missing field types. This should prevent some JS errors from being thrown on display.<\\/li>\\n<\\/ul>\\n<p>3.0.8 (28 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused field order to randomise when sorting fields between cells and rows.<\\/li>\\n<li>Fixed a bug with template imports that caused templates to fail.<\\/li>\\n<li>Added version number to script inclusion to help prevent caching issues.<\\/li>\\n<li>Fixed a bug with hover styles not being applied to submit buttons.<\\/li>\\n<\\/ul>\\n<p>3.0.7 (26 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with conversion from the RC of Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>3.0.6 (11 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with conversion and invalid form layouts.<\\/li>\\n<\\/ul>\\n<p>3.0.5 (09 September 2016)<\\/p>\\n<ul>\\n<li>Fixed a bug with conversion.<\\/li>\\n<\\/ul>\\n<p>3.0.4 (08 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with applying plugin wide styles.<\\/li>\\n<\\/ul>\\n<p>3.0.3 (06 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Multi-Part Forms v3.0.<\\/li>\\n<\\/ul>\\n<p>3.0.2 (06 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Improved conversion efficiency.<\\/li>\\n<li>Compatibility with Multi-Part Forms v3.0.<\\/li>\\n<\\/ul>\\n<p>3.0.1 (27 July 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could break form conversion in Ninja Forms.<\\/li>\\n<\\/ul>\\n<p>3.0.0<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<li>Deprecated Ninja Forms v2.9.x compatible code<\\/li>\\n<\\/ul>\\n<p>1.2.7 (12 May 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause column layouts to fail even when they are correct.<\\/li>\\n<\\/ul>\\n<p>1.2.6 (17 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed an issue with browser caching that could cause older versions of JavaScript files to load.<\\/li>\\n<\\/ul>\\n<p>1.2.5 (4 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that removed the Multi-Part Styles section if that extension was also activated.<\\/li>\\n<\\/ul>\\n<p>1.2.4 (3 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause a fatal error if Ninja Forms core was deactivated.<\\/li>\\n<\\/ul>\\n<p>1.2.3 (4 February 2015)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Preparing for compatibility with Ninja Forms version 2.9.<\\/li>\\n<\\/ul>\\n<p>1.2.2 (24 November 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could prevent field layouts from saving properly.<\\/li>\\n<\\/ul>\\n<p>1.2.1 (17 November 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Adding a warning for a common invalid column layout error.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with default styling.<\\/li>\\n<li>Updated support for i18n.<\\/li>\\n<\\/ul>\\n<p>1.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented the new options from showing up.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added rating-specific styles on a per-field basis.<\\/li>\\n<li>Added individual styling to rating fields.<\\/li>\\n<li>Converting Layout and Styles over to the new Ninja Forms loading class.<\\/li>\\n<li>Added per form title styling.<\\/li>\\n<\\/ul>\\n<p>1.1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented multi-part pages from being added on the Layout and Styles tab.<\\/li>\\n<li>Fixed some CSS specificity errors with textboxes and textareas.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Admin scripts should now load the min or dev versions based on the NINJA_FORMS_JS_DEBUG constant.<\\/li>\\n<li>Added display selector.<\\/li>\\n<li>Adjusted what\'s advanced and what\'s basic.<\\/li>\\n<li>Limited some selectors from Default Field Styles.<\\/li>\\n<li>Moved styles to be output before form and not after.<\\/li>\\n<\\/ul>\\n<p>1.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause multi-part forms to behave incorrectly when styled.<\\/li>\\n<li>Adjusted a CSS selector that could cause styles from not applying properly.<\\/li>\\n<\\/ul>\\n<p>1.0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a fairly major bug with Layout & Styles and Multi-Part forms that could cause multi-columned pages to behave incorrectly.<\\/li>\\n<\\/ul>\\n<p>1.0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added additional styles for core such as an error selector fix, form title, button and hover. Also added styles for MP Page Titles, and pre \\/ next hovers.<\\/li>\\n<\\/ul>\\n<p>1.0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the license and auto-update system to the one available in Ninja Forms 2.2.47.<\\/li>\\n<\\/ul>\\n<p>1.0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented previous and next button in multi-part forms to be styles.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>improved i18n compatibility.<\\/li>\\n<\\/ul>\\n<p>1.0.5<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed references to wpninjas.com to the new ninjaforms.com.<\\/li>\\n<\\/ul>\\n<p>1.0.4<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented the per form hover state styles being applied to submit buttons.<\\/li>\\n<\\/ul>\\n<p>1.0.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented List fields from working properly on the Default Field Styles tab.<\\/li>\\n<\\/ul>\\n<p>1.0.2<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updates for compatibility with WordPress 3.6<\\/li>\\n<\\/ul>\\n<p>1.0.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a visual bug with the placement of the Form Settings metabox.<\\/li>\\n<\\/ul>\\n<p>1.0<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that was preventing the \\\"Field Type Settings\\\" tab from working properly.<\\/li>\\n<\\/ul>\\n<p>0.9<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>The selector used for the \\\"next\\\" and \\\"previous\\\" buttons in Multi-Part Forms has been changed.<\\/li>\\n<li>Added \\\"Page\\\" styles for use with AJAX submissions and Multi-Part Forms.<\\/li>\\n<\\/ul>\\n<p>0.8<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Added new AJAX submissions and Multi-Part Forms styling options.<\\/li>\\n<\\/ul>\\n<p>0.7<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter to the fields array that is output on the layout editing screen.<\\/li>\\n<\\/ul>\\n<p>0.6<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the \\\"Error Message Styles\\\" from saving properly.<\\/li>\\n<\\/ul>\\n<p>0.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>The admin JS file should now include properly on sites using versions of WordPress before 3.5.<\\/li>\\n<\\/ul>\\n<p>0.4<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Added styling options for Multi-Part Forms elements.<\\/li>\\n<\\/ul>\\n<p>0.3<\\/p>\\n<ul>\\n<li>Fixed a bug in the minified JS.<\\/li>\\n<\\/ul>\\n<p>0.2<\\/p>\\n<ul>\\n<li>Fixed a bug that prevented some users from activating their installations.<\\/li>\\n<\\/ul>\\n<p>0.1<\\/p>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\n\"]}\";}','no'),(22114,'edd_sl_2e87c470ed627b0d0bd8353b36c04965','a:2:{s:7:\"timeout\";i:1664306799;s:5:\"value\";s:55257:\"{\"new_version\":\"3.3.14\",\"stable_version\":\"3.3.14\",\"name\":\"File Uploads\",\"slug\":\"file-uploads\",\"url\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?changelog=1\",\"last_updated\":\"2022-08-30 11:03:05\",\"homepage\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/\",\"package\":\"https:\\/\\/ninjaforms.com\\/edd-sl\\/package_download\\/MTY2NDM2Nzk5OTplMjM0YzgyNzYxNGJiOTdjMGY5OGJlYzBhZTM3NTVmNzoyODc6YWQ0MTFmODUxZDljZmExMGRmYzk1YmY0YmUwYTFjMmE6aHR0cHNALy9sb21hZC10ZXN0LmdldG1hZC50b2RheTow\",\"download_link\":\"https:\\/\\/ninjaforms.com\\/edd-sl\\/package_download\\/MTY2NDM2Nzk5OTplMjM0YzgyNzYxNGJiOTdjMGY5OGJlYzBhZTM3NTVmNzoyODc6YWQ0MTFmODUxZDljZmExMGRmYzk1YmY0YmUwYTFjMmE6aHR0cHNALy9sb21hZC10ZXN0LmdldG1hZC50b2RheTow\",\"sections\":{\"description\":\"<p>Create a file upload form for WordPress! Control file type & size, set custom directories, upload to WordPress, Google Drive, & more!<\\/p>\\n\",\"changelog\":\"<p>3.3.14 (7 March 2022)<br \\/>\\n<em>Bug Fixes:<\\/em><\\/p>\\n<ul>\\n<li>Fix PHP 8 error in which curly braces are no longer supported<\\/li>\\n<\\/ul>\\n<p>3.3.13 (30 November 2021)<br \\/>\\n<em>Bugs Fixes:<\\/em><\\/p>\\n<ul>\\n<li>Escape filename to prevent XSS. Credit: Nuno Correia (Blaze Security) for responsibly reporting issue<\\/li>\\n<li>Fix \'required parameter follows optional\' error<\\/li>\\n<\\/ul>\\n<p><em>Other Enhancements<\\/em><\\/p>\\n<ul>\\n<li>Automate plugin build<\\/li>\\n<\\/ul>\\n<p>3.3.12 (1 Aug 2021)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>French translations added<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Upload fields not working in Repeater Fieldsets<\\/li>\\n<li>Some string translations not loaded correctly<\\/li>\\n<li>File saved to media library even if save to server is turned off<\\/li>\\n<\\/ul>\\n<p>3.3.11 (24 Mar 2021)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Tested up to WordPress 5.7<\\/li>\\n<li>Compatibility with PHP 8<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>PHP notices when using PHP 8<\\/li>\\n<li>Cyrillic characters are removed from file names when uploading to Google Drive<\\/li>\\n<\\/ul>\\n<p>3.3.10 (27 Oct 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Advanced setting in the External File Upload action to upload files in the background<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix fatal error \'Uncaught NF_FU_VENDORGoogle_Service_Exception\' when Google Drive connection is changed when background uploading a large file<\\/li>\\n<li>Fix images not appearing when using the embed mergetag in PDFs<\\/li>\\n<li>Fix files with cyrillic characters in the filename being uploaded as unnamed-file<\\/li>\\n<\\/ul>\\n<p>3.3.9 (6 Oct 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix uploads taking a long time when renaming file directories<\\/li>\\n<li>Fix File Upload mergetags not available in PDFs created at form submission time<\\/li>\\n<li>Fix cancel button not using label defined in field display settings<\\/li>\\n<\\/ul>\\n<p>3.3.8 (7 Sept 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with the PDF Submissions addon<\\/li>\\n<\\/ul>\\n<p>3.3.7 (10 Aug 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix background upload jobs duplicating files when multiple file upload fields on a form<\\/li>\\n<\\/ul>\\n<p>3.3.6 (4 Aug 2020)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Tested on WordPress 5.5<\\/li>\\n<li>Default Amazon S3 ACL set to private<\\/li>\\n<li>Filter \'ninja_forms_uploads_default_region\' added for the default region for S3 clients<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix uploading of any size file in the background to external services<\\/li>\\n<li>Fix background uploading not working if memory_limit defined in Gigabytes<\\/li>\\n<\\/ul>\\n<p>3.3.5 (25 June 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Setting to make the URLs to files upload to external service providers accessible to non-logged in users<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updated jQuery File Upload library to v10.30.1.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix Google Drive file preview URL not working<\\/li>\\n<li>Fix cancel button doesn\'t show to allow clearing upload errors<\\/li>\\n<li>Fix files with non UTF8 characters not reloaded when using the Save Progress addon<\\/li>\\n<\\/ul>\\n<p>3.3.4 (10 June 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix mergetags variations not rendering the correct value<\\/li>\\n<li>Fix external file url redirecting to site admin home if the service is no longer connected<\\/li>\\n<\\/ul>\\n<p>3.3.3 (26 May 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Button to cancel a file upload, or clear an error after a failed upload<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File upload links being stripped from emails and success messages<\\/li>\\n<li>Fatal error when uploading multiple files to Google Drive and renaming the file names<\\/li>\\n<li>Required field validation error shows when the \'Select Files\' button clicked<\\/li>\\n<li>Missing file upload when submitting a form that had previously been saved with the Save Progress addon<\\/li>\\n<li>Multiple file upload URLs appearing as one large broken link in emails<\\/li>\\n<li>PHP notices about mergetag values when saving a form<\\/li>\\n<li>Browse uploads table losing form filter when paginating or sorting<\\/li>\\n<\\/ul>\\n<p>3.3.2 (23 March 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Some large files corrupted when uploading to Dropbox<\\/li>\\n<li>Error not displayed when uploading a file larger than the maximum defined in settings<\\/li>\\n<li>Fix PHP Notice: Undefined variable: mime_types_whitelist<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added new filter \'ninja_forms_uploads_tmp_dir\' to change the temp directory for uploads<\\/li>\\n<li>Added external service $slug parameter to the filter \'ninja_forms_uploads_should_background_upload\'<\\/li>\\n<\\/ul>\\n<p>3.3.1 (9 March 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Security flaw which could allow files with blacklisted file extensions to be uploaded<\\/li>\\n<\\/ul>\\n<p>3.3.0 (2 March 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Files larger than the server maximum upload size can now be uploaded<\\/li>\\n<li>Large files uploaded to external services in the background, no longer holding up form submission<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Uploads and External settings page can\'t be saved due to missing nonce<\\/li>\\n<li>File uploaded to multiple external services being uploaded with the incorrect timestamp filename prefix<\\/li>\\n<\\/ul>\\n<p>3.2.6 (21 January 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Unknown upload error when the same form appears twice on a page<\\/li>\\n<\\/ul>\\n<p>3.2.5 (16 January 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error: Cannot redeclare pcntl_signal() on some install<\\/li>\\n<\\/ul>\\n<p>3.2.4 (9 January 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Select File button not working on Internet Explorer 11 still<\\/li>\\n<\\/ul>\\n<p>3.2.3 (8 January 2020)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added new filter \'ninja_forms_uploads_s3_acl\' to change the Amazon S3 ACL to \'private\' when uploading to buckets that are set as private<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Drag and dropping files when using multiple File Upload fields results in uploads to all fields<\\/li>\\n<li>Google Drive connection getting disconnected incorrectly for some users<\\/li>\\n<li>Select File button not working on Internet Explorer 11<\\/li>\\n<li>Fatal errors on installs using PHP less than 7.1<\\/li>\\n<li>Translatable string containing file size data could not be translated<\\/li>\\n<\\/ul>\\n<p>3.2.2 (28 November 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error on some installs running plugins with the Google API SDK<\\/li>\\n<\\/ul>\\n<p>3.2.1 (25 November 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error Uncaught Error: Call to undefined method ComposerAutoloadClassLoader::setClassMapAuthoritative()<\\/li>\\n<li>Fatal error intermittently after connecting to Google Drive<\\/li>\\n<li>Google Drive account disconnect when issue connecting to API<\\/li>\\n<\\/ul>\\n<p>3.2.0 (5 November 2019)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>You can now use mergetags in the \'Rename Uploaded File\' field setting<\\/li>\\n<li>Different mergetags for File Upload fields can now be selected, eg. {field:my_field_key:link}<\\/li>\\n<li>New mergetag for the filename of the file, eg. {field:my_field_key:filename}<\\/li>\\n<li>New mergetags for when the file has been added to the media library, eg. {field:my_field_key:attachment_url}, {field:my_field_key:attachment_embed}<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Ability to set Amazon key and secret and other settings as constants: \'NF_FU_AMAZON_S3_ACCESS_KEY\' and \'NF_FU_AMAZON_S3_SECRET_KEY\'<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Nonce error when submitting a form on a page that has been cached<\\/li>\\n<li>Fatal error caused when running UpdraftPlus or BackupBuddy plugin<\\/li>\\n<\\/ul>\\n<p>3.1.2 (17 October 2019)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Use the external service name not the slug in the uploads browser table<\\/li>\\n<li>Make the external service \'Connect\' button stand out from the \'Disconnect\' button<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error caused when running the EDD Amazon S3 plugin<\\/li>\\n<li>Mergetag output blank when running the Conditional Logic plugin<\\/li>\\n<\\/ul>\\n<p>3.1.1 (10 October 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error when uploading to Dropbox on installs with legacy Dropbox API tokens<\\/li>\\n<li>Fatal error due to memory exhaustion on some installs due to large Google SDK<\\/li>\\n<\\/ul>\\n<p>3.1.0 (8 October 2019)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Google Drive support<\\/li>\\n<li>Full integration with Layout & Styles addon<\\/li>\\n<li>Adds support for File Upload field to the realistic form builder<\\/li>\\n<li>New minimum file size field setting<\\/li>\\n<li>Add \'View Submission\' link for each upload in the \'Browse Uploads\' screen<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixes mergetag string literal sent to actions when there are no files uploaded<\\/li>\\n<li>Fixes Undefined index: type PHP notice due to mergetag code<\\/li>\\n<li>Fixes links showing in submission table and \'Browse Uploads\' screen for files that didn\'t exist<\\/li>\\n<\\/ul>\\n<p>3.0.27 (1 July 2019)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>New filter: \'ninja_forms_upload_mime_types_whitelist\' to amend the mime types global upload whitelist<\\/li>\\n<li>New filter: \'ninja_forms_upload_check_mime_types_whitelist\' to stop checking the global mime types whitelist<\\/li>\\n<li>New translation pack for Polish, props <a href=\\\"https:\\/\\/github.com\\/DreadsSupp\\\">DreadsSupp<\\/a><\\/li>\\n<\\/ul>\\n<p>3.0.26 (15 May 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixes \'No field ID supplied\' error message when post_max_size PHP config value is lower than upload_max_filesize.<\\/li>\\n<\\/ul>\\n<p>3.0.25 (8 May 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Nonce errors should no longer occur when multiple instances of the same form exist on a page.<\\/li>\\n<\\/ul>\\n<p>3.0.24 (22 April 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixes the bypassing of a required file upload field if a previously uploaded file is deleted.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updated jQuery File Upload library to v9.30.0.<\\/li>\\n<\\/ul>\\n<p>3.0.23 (11 April 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Critical security flaws which could allow file extensions to be changed and files to be traversed (Props <a href=\\\"https:\\/\\/www.onvio.nl\\\">Jasper Weijts, Onvio<\\/a>)<\\/li>\\n<\\/ul>\\n<p>3.0.22 (30 November 2018)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Attachment ID mergetag variation to be used when saving file upload to the media library, eg. {field:file_upload_22:attachment_id}<\\/li>\\n<\\/ul>\\n<p>3.0.21 (29 November 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Form cannot be submitted if there was an error uploading a file, even after deleting it<\\/li>\\n<li>PHP Warning: count(): Parameter must be an array or an object that implements Countable<\\/li>\\n<\\/ul>\\n<p>3.0.20 (11 October 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Critical security flaw which could allow file extensions to be changed and files to be executed (Props <a href=\\\"https:\\/\\/www.warpnet.nl\\/\\\">Frank Spierings from Warpnet<\\/a>)<\\/li>\\n<li>Non UTF8 characters in the %filename% tag<\\/li>\\n<li>Embed mergetag variant not working if install was without Conditional Logic addon<\\/li>\\n<li>Animate CSS class clashing with other theme and plugin styles<\\/li>\\n<\\/ul>\\n<p>3.0.19 (26 April 2018)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with form templates in Ninja Forms 3.2.23<\\/li>\\n<li>Use file extension whitelist to restrict the file upload select box<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>upload_max_filesize php.ini config defined in units other than MB not working<\\/li>\\n<li>Dropbox connection removed if site cannot access Dropbox temporarily<\\/li>\\n<\\/ul>\\n<p>3.0.18 (27 March 2018)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Auto complete support in Ninja Forms 3.2.17<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error when Amazon Web Services plugin installed but not activated<\\/li>\\n<li>Timeout when adding new forms on certain installs<\\/li>\\n<\\/ul>\\n<p>3.0.17 (18 November 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Dropbox connection redirect 404ing on some installs<\\/li>\\n<li>Only the first \'Select Files\' button text is used for multiple fields<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Filter added for the cron time when deleting the temp file<\\/li>\\n<li>Filter added for the default \'Select Files\' button text<\\/li>\\n<\\/ul>\\n<p>3.0.16 (13 October 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that was preventing uploads from being re-saved when using the Save Progress add-on.<\\/li>\\n<\\/ul>\\n<p>3.0.15 (1 Aug 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix external URLs not sent to Zapier when using Zapier addon<\\/li>\\n<li>Fix field max upload size bigger than server limit<\\/li>\\n<\\/ul>\\n<p>3.0.14 (11 Aug 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix Dropbox file uploaded with full server path when having no custom upload path<\\/li>\\n<\\/ul>\\n<p>3.0.13 (10 Aug 2017)<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>German translation file, thanks @christophrado!<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added original filename to ninja_forms_uploads_[external service]_filename filter<\\/li>\\n<li>Added more information to the help bubble for file renames to describe creating directories<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix isset weirdness when checking for old NF format of file value<\\/li>\\n<li>Fix method not exists when creating table if using older version of NF core.<\\/li>\\n<li>Fix custom upload path not replacing %field_ shortcodes<\\/li>\\n<li>Fix custom upload path not working for external (Dropbox\\/S3) file paths<\\/li>\\n<li>Fix %formtitle% not being replaced in field rename if no custom upload path<\\/li>\\n<\\/ul>\\n<p>3.0.12 (28 July 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Dropbox uploads failing when custom path defined<\\/li>\\n<\\/ul>\\n<p>3.0.11 (25 July 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads table not created on fresh installation<\\/li>\\n<li>jQuery File Upload JavaScript files clashed with Calendarize plugin<\\/li>\\n<\\/ul>\\n<p>3.0.10 (12 July 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should work properly with non-standard WordPress databse prefixes.<\\/li>\\n<\\/ul>\\n<p>3.0.9 (06 July 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should now work properly with Multi-Part Forms.<\\/li>\\n<li>Fixed a bug with non-English characters and file name encoding.<\\/li>\\n<\\/ul>\\n<p>3.0.8 ( 26 June 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Supports Dropbox API v2<\\/li>\\n<li>Custom name of file now supports changing path with field specific data<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File appeared even if upload failed<\\/li>\\n<\\/ul>\\n<p>3.0.7 ( 5 June 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Amazon S3 uploads unable to use bucket in newer regions<\\/li>\\n<li>File not deleted from server when File Upload deleted in admin<\\/li>\\n<li>All File Uploads fields on form used the same nonce<\\/li>\\n<li>NF 2.9 submissions not displaying in admin<\\/li>\\n<li>File Upload field CSS too generic causing clashes with themes<\\/li>\\n<li>PHP notice on uploads table when submission from non-logged in user<\\/li>\\n<li>All Fields mergetag not using external URL<\\/li>\\n<li>Missing mergetag variations used for Post Creation<\\/li>\\n<li>Similar file extensions allowed even when not on file type whitelist for field<\\/li>\\n<\\/ul>\\n<p>3.0.6 (12 April 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed the description text for custom file upload paths.<\\/li>\\n<li>Fixed PHP warnings related to uploading a file to a remote server.<\\/li>\\n<li>Links to uploaded files should now always show properly.<\\/li>\\n<li>Fixed a bug that could cause unexpected output when displaying a form.<\\/li>\\n<\\/ul>\\n<p>3.0.5 (07 December 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause file upload fields to fail with Ninja Forms versions > 3.0.17.<\\/li>\\n<\\/ul>\\n<p>3.0.4 (3 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with the Max File Upload Size setting.<\\/li>\\n<li>Whitelisting file types should now work as explained in the help text.<\\/li>\\n<li>File names can now be based upon the values of other fields using merge tags.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added missing help text to the admin.<\\/li>\\n<\\/ul>\\n<p>3.0.3 (28 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should now show in Conditional Logic conditions.<\\/li>\\n<\\/ul>\\n<p>3.0.2 (09 September 2016)<\\/p>\\n<ul>\\n<li>Update to 3.0.2<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed SQL format that breaks dbdelta.<\\/li>\\n<li>Fixed Dropbox case sensitive issues.<\\/li>\\n<li>Fixed Multiple file selection bug.<\\/li>\\n<li>Fixed a bug with uploading .jpg files.<\\/li>\\n<\\/ul>\\n<p>3.0.1 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<\\/ul>\\n<p>3.0 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<li>Deprecated Ninja Forms v2.9.x compatible code<\\/li>\\n<\\/ul>\\n<p>1.4.9 (09 May 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug where duplicate file names could cause the extension to be changed. Credit to \\\"fruh of citadelo\\\" for reporting the security vulnerability.<\\/li>\\n<\\/ul>\\n<p>1.4.8 (29 March 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Dropbox that could cause uploading to Dropbox to fail.<\\/li>\\n<\\/ul>\\n<p>1.4.7 (20 September 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug related to buckets in Amazon S3.<\\/li>\\n<li>Improved how URLs are handled when saving submissions.<\\/li>\\n<\\/ul>\\n<p>1.4.6 (24 August 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed an issue with connecting to Amazon accounts.<\\/li>\\n<li>Fixed several PHP notices that appeared on the uploads settings page.<\\/li>\\n<\\/ul>\\n<p>1.4.5 (12 May 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Featured images in the Post Creation extension should now function properly.<\\/li>\\n<li>Save Progress extension tables should now show File Upload fields properly.<\\/li>\\n<\\/ul>\\n<p>1.4.4 (26 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Multiple file uploads should work properly with external services.<\\/li>\\n<li>Fixed several PHP notices.<\\/li>\\n<\\/ul>\\n<p>1.4.3 (12 January 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause Dropbox to disconnect.<\\/li>\\n<li>Fixed a bug with multi-file uploads that could cause the wrong URL to be stored in the file uploads table.<\\/li>\\n<li>Fixed a PHP notice.<\\/li>\\n<\\/ul>\\n<p>1.4.2 (9 December 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with PHP v5.6 and Dropbox uploads.<\\/li>\\n<li>Fixed a bug that caused file renaming to work incorrectly.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a new upload location of none, where files get removed after upload.<\\/li>\\n<\\/ul>\\n<p>1.4.1 (17 November 2014)<br \\/>\\n<em>Bugs<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug caused by a bad commit in the previous version.<\\/li>\\n<\\/ul>\\n<p>1.4 (17 November 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed two PHP notices.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added filter for filename $file_name = apply_filters( \'nf_fu_filename\' , $filename );<\\/li>\\n<li>The maximum file upload size can now not exceed the server PHP setting for max file uploads.<\\/li>\\n<\\/ul>\\n<p>1.3.8 (15 September 2014 )<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should now be compatible with Ninja Forms version 2.8 and the new notification system.<\\/li>\\n<li>Performance should be noticeably increased.<\\/li>\\n<\\/ul>\\n<p>1.3.7 (12 August 2014 )<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with viewing files in the edit sub page.<\\/li>\\n<\\/ul>\\n<p>1.3.6 (12 August 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixing a bug with file exports and version 2.7+ of Ninja Forms.<\\/li>\\n<li>Fixed translation issues.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added new .pot file.<\\/li>\\n<\\/ul>\\n<p>1.3.5 (24 July 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Ninja Forms 2.7.<\\/li>\\n<\\/ul>\\n<p>1.3.4<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Making sure the external upload doesn\'t fire if there is no file uploaded<\\/li>\\n<\\/ul>\\n<p>1.3.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Dropbox that could cause file uploads to be sluggish.<\\/li>\\n<li>is_dir() and mkdir() warnings should be cleared up.<\\/li>\\n<li>Multi-file upload fields should now clear correctly when a form is submitted.<\\/li>\\n<\\/ul>\\n<p>1.3.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the plugin not to activate on some systems.<\\/li>\\n<\\/ul>\\n<p>1.3.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>The extension should now properly activate on all PHP versions.<\\/li>\\n<\\/ul>\\n<p>1.3<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>You can now store uploaded files in Dropbox or Amazon S3! Simply select the storage location on a per-upload-field basis.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a PHP notice.<\\/li>\\n<li>Fixed a bug that could cause some installations to lose the ninja-forms\\/tmp\\/ directory.<\\/li>\\n<\\/ul>\\n<p>1.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented required file uploads from being validated when using AJAX submissions.<\\/li>\\n<li>Fixed some php notices.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added support for the new Ninja Forms loading class.<\\/li>\\n<li>Editing a submission from the wp-admin that includes a file will now show a link to that file instead of just the filename.<\\/li>\\n<\\/ul>\\n<p>1.1<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>The format of date searching in the Browse Files tab will now be based upon the date format in Plugin Settings. i.e. you can now search dd\\/mm\\/yyyy.<\\/li>\\n<li>Added the option to name a directory\\/file with %userid%.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused file upload fields to load multiple instances or open with pre-filled, incorrect data.<\\/li>\\n<\\/ul>\\n<p>1.0.11<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter so that when a user uploads a file, they don\'t see the directory to which it was uploaded in their email.<\\/li>\\n<\\/ul>\\n<p>1.0.10<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the license and auto-update system to the one available in Ninja Forms 2.2.47.<\\/li>\\n<\\/ul>\\n<p>1.0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause files to be added to the media library twice when used with the Post Creation extension.<\\/li>\\n<\\/ul>\\n<p>1.0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed references to wpninjas.com to the new ninjaforms.com.<\\/li>\\n<\\/ul>\\n<p>1.0.7<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented files from being emailed as attachments in multi-part forms.<\\/li>\\n<\\/ul>\\n<p>1.0.6<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updates for compatibility with WordPress 3.6<\\/li>\\n<\\/ul>\\n<p>1.0.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented Uploads from working properly with AJAX forms.<\\/li>\\n<li>Fixed a bug that prevented Uploads from working properly when they were set to required.<\\/li>\\n<\\/ul>\\n<p>1.0.4<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter so that File Uploads will work properly with the confirmation page option of Multi-Part Forms.<\\/li>\\n<\\/ul>\\n<p>1.0.3<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the way that file uploads with duplicate names are handled. In previous versions, the new file would simply replace the older file with the same name; now, if a file already exists with the same name as an upload, the upload is renamed with a sequential number. e.g. my-file.jpg -> my-file-001.jpg -> my-file-002.jpg -> etc.<\\/li>\\n<li>Added an option to add files to the WordPress Media Library. On each file upload field, you\'ll find this new option.<\\/li>\\n<li>Added three new file renaming options: %displayname%, %firstname%, %lastname%. Each of these will be replaced with the appropriate user information.<\\/li>\\n<li>Added a new filter named: ninja_forms_uploads_dir. This filter can be used to modify the location Ninja Forms uploads files.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause some files from uploading properly.<\\/li>\\n<\\/ul>\\n<p>1.0.2<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a new option to the [ninja_forms_field id=] shortcode. You can now use [ninja_forms_field id=2 method=url]. This will return just the url of the file. For example, you can now do something like this: .<\\/li>\\n<\\/ul>\\n<p>1.0.1<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Modified the way that the pre-processing is handled for more effeciency.<\\/li>\\n<\\/ul>\\n<p>1.0<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented files from being replaced on the backend.<\\/li>\\n<\\/ul>\\n<p>0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented files from being replaced when editing user submissions.<\\/li>\\n<\\/ul>\\n<p>0.8<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Added the ability to search for file uploads by User ID, User email, or User login.<\\/li>\\n<\\/ul>\\n<p>0.7<\\/p>\\n<ul>\\n<li>Updated code formatting.<\\/li>\\n<\\/ul>\\n<p>0.6<\\/p>\\n<ul>\\n<li>Fixed a bug that was causing the new [ninja_forms_field id=3] shortcode to fail when used in conjunction with the Uploads Extension.<\\/li>\\n<\\/ul>\\n<p>0.5<\\/p>\\n<ul>\\n<li>Changed the upload directory to the built-in WordPress uploads directory. This should help limit the cases of users not being able to upload files because of directory restrictions. Old files have not been moved over because it would be impossible to correctly fix links to new locations.<\\/li>\\n<li>Fixed a bug that was causing some users to lose their upload record when they deactivated and reactivated the plugin.<\\/li>\\n<li>Errors should now show properly for files that are over the file size limit set in the plugin settings.<\\/li>\\n<\\/ul>\\n<p>0.4<\\/p>\\n<ul>\\n<li>Various bug fixes including:<\\/li>\\n<li>A bug that prevented files from being moved to the proper directory.<\\/li>\\n<li>A bug that prevented the \\\"update file\\\" link from working on pages that already had a file uploaded.<\\/li>\\n<li>A bug that prevented the \\\"featured image\\\" functionality from working properly.<\\/li>\\n<li>Added a new setting to the upload settings page for file upload URLs.<\\/li>\\n<\\/ul>\\n<p>0.3<\\/p>\\n<ul>\\n<li>Various bug fixes.<\\/li>\\n<\\/ul>\\n<p>0.2<\\/p>\\n<ul>\\n<li>Various bug fixes.<\\/li>\\n<li>Changed the way that javascript and css files are loaded in extensions.<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/ninjaforms.com\\/wp-content\\/uploads\\/edd\\/2012\\/10\\/file-uploads1.png\",\"2x\":\"https:\\/\\/ninjaforms.com\\/wp-content\\/uploads\\/edd\\/2012\\/10\\/file-uploads1.png\"},\"php_requires\":\"7.2\",\"description\":[\"<p>Create a file upload form for WordPress! Control file type & size, set custom directories, upload to WordPress, Google Drive, & more!<\\/p>\\n\"],\"changelog\":[\"<p>3.3.14 (7 March 2022)<br \\/>\\n<em>Bug Fixes:<\\/em><\\/p>\\n<ul>\\n<li>Fix PHP 8 error in which curly braces are no longer supported<\\/li>\\n<\\/ul>\\n<p>3.3.13 (30 November 2021)<br \\/>\\n<em>Bugs Fixes:<\\/em><\\/p>\\n<ul>\\n<li>Escape filename to prevent XSS. Credit: Nuno Correia (Blaze Security) for responsibly reporting issue<\\/li>\\n<li>Fix \'required parameter follows optional\' error<\\/li>\\n<\\/ul>\\n<p><em>Other Enhancements<\\/em><\\/p>\\n<ul>\\n<li>Automate plugin build<\\/li>\\n<\\/ul>\\n<p>3.3.12 (1 Aug 2021)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>French translations added<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Upload fields not working in Repeater Fieldsets<\\/li>\\n<li>Some string translations not loaded correctly<\\/li>\\n<li>File saved to media library even if save to server is turned off<\\/li>\\n<\\/ul>\\n<p>3.3.11 (24 Mar 2021)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Tested up to WordPress 5.7<\\/li>\\n<li>Compatibility with PHP 8<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>PHP notices when using PHP 8<\\/li>\\n<li>Cyrillic characters are removed from file names when uploading to Google Drive<\\/li>\\n<\\/ul>\\n<p>3.3.10 (27 Oct 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Advanced setting in the External File Upload action to upload files in the background<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix fatal error \'Uncaught NF_FU_VENDORGoogle_Service_Exception\' when Google Drive connection is changed when background uploading a large file<\\/li>\\n<li>Fix images not appearing when using the embed mergetag in PDFs<\\/li>\\n<li>Fix files with cyrillic characters in the filename being uploaded as unnamed-file<\\/li>\\n<\\/ul>\\n<p>3.3.9 (6 Oct 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix uploads taking a long time when renaming file directories<\\/li>\\n<li>Fix File Upload mergetags not available in PDFs created at form submission time<\\/li>\\n<li>Fix cancel button not using label defined in field display settings<\\/li>\\n<\\/ul>\\n<p>3.3.8 (7 Sept 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with the PDF Submissions addon<\\/li>\\n<\\/ul>\\n<p>3.3.7 (10 Aug 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix background upload jobs duplicating files when multiple file upload fields on a form<\\/li>\\n<\\/ul>\\n<p>3.3.6 (4 Aug 2020)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Tested on WordPress 5.5<\\/li>\\n<li>Default Amazon S3 ACL set to private<\\/li>\\n<li>Filter \'ninja_forms_uploads_default_region\' added for the default region for S3 clients<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix uploading of any size file in the background to external services<\\/li>\\n<li>Fix background uploading not working if memory_limit defined in Gigabytes<\\/li>\\n<\\/ul>\\n<p>3.3.5 (25 June 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Setting to make the URLs to files upload to external service providers accessible to non-logged in users<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updated jQuery File Upload library to v10.30.1.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix Google Drive file preview URL not working<\\/li>\\n<li>Fix cancel button doesn\'t show to allow clearing upload errors<\\/li>\\n<li>Fix files with non UTF8 characters not reloaded when using the Save Progress addon<\\/li>\\n<\\/ul>\\n<p>3.3.4 (10 June 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix mergetags variations not rendering the correct value<\\/li>\\n<li>Fix external file url redirecting to site admin home if the service is no longer connected<\\/li>\\n<\\/ul>\\n<p>3.3.3 (26 May 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Button to cancel a file upload, or clear an error after a failed upload<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File upload links being stripped from emails and success messages<\\/li>\\n<li>Fatal error when uploading multiple files to Google Drive and renaming the file names<\\/li>\\n<li>Required field validation error shows when the \'Select Files\' button clicked<\\/li>\\n<li>Missing file upload when submitting a form that had previously been saved with the Save Progress addon<\\/li>\\n<li>Multiple file upload URLs appearing as one large broken link in emails<\\/li>\\n<li>PHP notices about mergetag values when saving a form<\\/li>\\n<li>Browse uploads table losing form filter when paginating or sorting<\\/li>\\n<\\/ul>\\n<p>3.3.2 (23 March 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Some large files corrupted when uploading to Dropbox<\\/li>\\n<li>Error not displayed when uploading a file larger than the maximum defined in settings<\\/li>\\n<li>Fix PHP Notice: Undefined variable: mime_types_whitelist<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added new filter \'ninja_forms_uploads_tmp_dir\' to change the temp directory for uploads<\\/li>\\n<li>Added external service $slug parameter to the filter \'ninja_forms_uploads_should_background_upload\'<\\/li>\\n<\\/ul>\\n<p>3.3.1 (9 March 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Security flaw which could allow files with blacklisted file extensions to be uploaded<\\/li>\\n<\\/ul>\\n<p>3.3.0 (2 March 2020)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Files larger than the server maximum upload size can now be uploaded<\\/li>\\n<li>Large files uploaded to external services in the background, no longer holding up form submission<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Uploads and External settings page can\'t be saved due to missing nonce<\\/li>\\n<li>File uploaded to multiple external services being uploaded with the incorrect timestamp filename prefix<\\/li>\\n<\\/ul>\\n<p>3.2.6 (21 January 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Unknown upload error when the same form appears twice on a page<\\/li>\\n<\\/ul>\\n<p>3.2.5 (16 January 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error: Cannot redeclare pcntl_signal() on some install<\\/li>\\n<\\/ul>\\n<p>3.2.4 (9 January 2020)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Select File button not working on Internet Explorer 11 still<\\/li>\\n<\\/ul>\\n<p>3.2.3 (8 January 2020)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added new filter \'ninja_forms_uploads_s3_acl\' to change the Amazon S3 ACL to \'private\' when uploading to buckets that are set as private<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Drag and dropping files when using multiple File Upload fields results in uploads to all fields<\\/li>\\n<li>Google Drive connection getting disconnected incorrectly for some users<\\/li>\\n<li>Select File button not working on Internet Explorer 11<\\/li>\\n<li>Fatal errors on installs using PHP less than 7.1<\\/li>\\n<li>Translatable string containing file size data could not be translated<\\/li>\\n<\\/ul>\\n<p>3.2.2 (28 November 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error on some installs running plugins with the Google API SDK<\\/li>\\n<\\/ul>\\n<p>3.2.1 (25 November 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error Uncaught Error: Call to undefined method ComposerAutoloadClassLoader::setClassMapAuthoritative()<\\/li>\\n<li>Fatal error intermittently after connecting to Google Drive<\\/li>\\n<li>Google Drive account disconnect when issue connecting to API<\\/li>\\n<\\/ul>\\n<p>3.2.0 (5 November 2019)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>You can now use mergetags in the \'Rename Uploaded File\' field setting<\\/li>\\n<li>Different mergetags for File Upload fields can now be selected, eg. {field:my_field_key:link}<\\/li>\\n<li>New mergetag for the filename of the file, eg. {field:my_field_key:filename}<\\/li>\\n<li>New mergetags for when the file has been added to the media library, eg. {field:my_field_key:attachment_url}, {field:my_field_key:attachment_embed}<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Ability to set Amazon key and secret and other settings as constants: \'NF_FU_AMAZON_S3_ACCESS_KEY\' and \'NF_FU_AMAZON_S3_SECRET_KEY\'<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Nonce error when submitting a form on a page that has been cached<\\/li>\\n<li>Fatal error caused when running UpdraftPlus or BackupBuddy plugin<\\/li>\\n<\\/ul>\\n<p>3.1.2 (17 October 2019)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Use the external service name not the slug in the uploads browser table<\\/li>\\n<li>Make the external service \'Connect\' button stand out from the \'Disconnect\' button<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error caused when running the EDD Amazon S3 plugin<\\/li>\\n<li>Mergetag output blank when running the Conditional Logic plugin<\\/li>\\n<\\/ul>\\n<p>3.1.1 (10 October 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error when uploading to Dropbox on installs with legacy Dropbox API tokens<\\/li>\\n<li>Fatal error due to memory exhaustion on some installs due to large Google SDK<\\/li>\\n<\\/ul>\\n<p>3.1.0 (8 October 2019)<br \\/>\\n<em>New:<\\/em><\\/p>\\n<ul>\\n<li>Google Drive support<\\/li>\\n<li>Full integration with Layout & Styles addon<\\/li>\\n<li>Adds support for File Upload field to the realistic form builder<\\/li>\\n<li>New minimum file size field setting<\\/li>\\n<li>Add \'View Submission\' link for each upload in the \'Browse Uploads\' screen<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixes mergetag string literal sent to actions when there are no files uploaded<\\/li>\\n<li>Fixes Undefined index: type PHP notice due to mergetag code<\\/li>\\n<li>Fixes links showing in submission table and \'Browse Uploads\' screen for files that didn\'t exist<\\/li>\\n<\\/ul>\\n<p>3.0.27 (1 July 2019)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>New filter: \'ninja_forms_upload_mime_types_whitelist\' to amend the mime types global upload whitelist<\\/li>\\n<li>New filter: \'ninja_forms_upload_check_mime_types_whitelist\' to stop checking the global mime types whitelist<\\/li>\\n<li>New translation pack for Polish, props <a href=\\\"https:\\/\\/github.com\\/DreadsSupp\\\">DreadsSupp<\\/a><\\/li>\\n<\\/ul>\\n<p>3.0.26 (15 May 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixes \'No field ID supplied\' error message when post_max_size PHP config value is lower than upload_max_filesize.<\\/li>\\n<\\/ul>\\n<p>3.0.25 (8 May 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Nonce errors should no longer occur when multiple instances of the same form exist on a page.<\\/li>\\n<\\/ul>\\n<p>3.0.24 (22 April 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixes the bypassing of a required file upload field if a previously uploaded file is deleted.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updated jQuery File Upload library to v9.30.0.<\\/li>\\n<\\/ul>\\n<p>3.0.23 (11 April 2019)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Critical security flaws which could allow file extensions to be changed and files to be traversed (Props <a href=\\\"https:\\/\\/www.onvio.nl\\\">Jasper Weijts, Onvio<\\/a>)<\\/li>\\n<\\/ul>\\n<p>3.0.22 (30 November 2018)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Attachment ID mergetag variation to be used when saving file upload to the media library, eg. {field:file_upload_22:attachment_id}<\\/li>\\n<\\/ul>\\n<p>3.0.21 (29 November 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Form cannot be submitted if there was an error uploading a file, even after deleting it<\\/li>\\n<li>PHP Warning: count(): Parameter must be an array or an object that implements Countable<\\/li>\\n<\\/ul>\\n<p>3.0.20 (11 October 2018)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Critical security flaw which could allow file extensions to be changed and files to be executed (Props <a href=\\\"https:\\/\\/www.warpnet.nl\\/\\\">Frank Spierings from Warpnet<\\/a>)<\\/li>\\n<li>Non UTF8 characters in the %filename% tag<\\/li>\\n<li>Embed mergetag variant not working if install was without Conditional Logic addon<\\/li>\\n<li>Animate CSS class clashing with other theme and plugin styles<\\/li>\\n<\\/ul>\\n<p>3.0.19 (26 April 2018)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with form templates in Ninja Forms 3.2.23<\\/li>\\n<li>Use file extension whitelist to restrict the file upload select box<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>upload_max_filesize php.ini config defined in units other than MB not working<\\/li>\\n<li>Dropbox connection removed if site cannot access Dropbox temporarily<\\/li>\\n<\\/ul>\\n<p>3.0.18 (27 March 2018)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Auto complete support in Ninja Forms 3.2.17<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fatal error when Amazon Web Services plugin installed but not activated<\\/li>\\n<li>Timeout when adding new forms on certain installs<\\/li>\\n<\\/ul>\\n<p>3.0.17 (18 November 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Dropbox connection redirect 404ing on some installs<\\/li>\\n<li>Only the first \'Select Files\' button text is used for multiple fields<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Filter added for the cron time when deleting the temp file<\\/li>\\n<li>Filter added for the default \'Select Files\' button text<\\/li>\\n<\\/ul>\\n<p>3.0.16 (13 October 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that was preventing uploads from being re-saved when using the Save Progress add-on.<\\/li>\\n<\\/ul>\\n<p>3.0.15 (1 Aug 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix external URLs not sent to Zapier when using Zapier addon<\\/li>\\n<li>Fix field max upload size bigger than server limit<\\/li>\\n<\\/ul>\\n<p>3.0.14 (11 Aug 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix Dropbox file uploaded with full server path when having no custom upload path<\\/li>\\n<\\/ul>\\n<p>3.0.13 (10 Aug 2017)<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>German translation file, thanks @christophrado!<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added original filename to ninja_forms_uploads_[external service]_filename filter<\\/li>\\n<li>Added more information to the help bubble for file renames to describe creating directories<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fix isset weirdness when checking for old NF format of file value<\\/li>\\n<li>Fix method not exists when creating table if using older version of NF core.<\\/li>\\n<li>Fix custom upload path not replacing %field_ shortcodes<\\/li>\\n<li>Fix custom upload path not working for external (Dropbox\\/S3) file paths<\\/li>\\n<li>Fix %formtitle% not being replaced in field rename if no custom upload path<\\/li>\\n<\\/ul>\\n<p>3.0.12 (28 July 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Dropbox uploads failing when custom path defined<\\/li>\\n<\\/ul>\\n<p>3.0.11 (25 July 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads table not created on fresh installation<\\/li>\\n<li>jQuery File Upload JavaScript files clashed with Calendarize plugin<\\/li>\\n<\\/ul>\\n<p>3.0.10 (12 July 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should work properly with non-standard WordPress databse prefixes.<\\/li>\\n<\\/ul>\\n<p>3.0.9 (06 July 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should now work properly with Multi-Part Forms.<\\/li>\\n<li>Fixed a bug with non-English characters and file name encoding.<\\/li>\\n<\\/ul>\\n<p>3.0.8 ( 26 June 2017)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Supports Dropbox API v2<\\/li>\\n<li>Custom name of file now supports changing path with field specific data<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File appeared even if upload failed<\\/li>\\n<\\/ul>\\n<p>3.0.7 ( 5 June 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Amazon S3 uploads unable to use bucket in newer regions<\\/li>\\n<li>File not deleted from server when File Upload deleted in admin<\\/li>\\n<li>All File Uploads fields on form used the same nonce<\\/li>\\n<li>NF 2.9 submissions not displaying in admin<\\/li>\\n<li>File Upload field CSS too generic causing clashes with themes<\\/li>\\n<li>PHP notice on uploads table when submission from non-logged in user<\\/li>\\n<li>All Fields mergetag not using external URL<\\/li>\\n<li>Missing mergetag variations used for Post Creation<\\/li>\\n<li>Similar file extensions allowed even when not on file type whitelist for field<\\/li>\\n<\\/ul>\\n<p>3.0.6 (12 April 2017)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed the description text for custom file upload paths.<\\/li>\\n<li>Fixed PHP warnings related to uploading a file to a remote server.<\\/li>\\n<li>Links to uploaded files should now always show properly.<\\/li>\\n<li>Fixed a bug that could cause unexpected output when displaying a form.<\\/li>\\n<\\/ul>\\n<p>3.0.5 (07 December 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause file upload fields to fail with Ninja Forms versions > 3.0.17.<\\/li>\\n<\\/ul>\\n<p>3.0.4 (3 November 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with the Max File Upload Size setting.<\\/li>\\n<li>Whitelisting file types should now work as explained in the help text.<\\/li>\\n<li>File names can now be based upon the values of other fields using merge tags.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added missing help text to the admin.<\\/li>\\n<\\/ul>\\n<p>3.0.3 (28 September 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should now show in Conditional Logic conditions.<\\/li>\\n<\\/ul>\\n<p>3.0.2 (09 September 2016)<\\/p>\\n<ul>\\n<li>Update to 3.0.2<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed SQL format that breaks dbdelta.<\\/li>\\n<li>Fixed Dropbox case sensitive issues.<\\/li>\\n<li>Fixed Multiple file selection bug.<\\/li>\\n<li>Fixed a bug with uploading .jpg files.<\\/li>\\n<\\/ul>\\n<p>3.0.1 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<\\/ul>\\n<p>3.0 (06 September 2016)<\\/p>\\n<ul>\\n<li>Updated with Ninja Forms v3.x compatibility<\\/li>\\n<li>Deprecated Ninja Forms v2.9.x compatible code<\\/li>\\n<\\/ul>\\n<p>1.4.9 (09 May 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug where duplicate file names could cause the extension to be changed. Credit to \\\"fruh of citadelo\\\" for reporting the security vulnerability.<\\/li>\\n<\\/ul>\\n<p>1.4.8 (29 March 2016)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Dropbox that could cause uploading to Dropbox to fail.<\\/li>\\n<\\/ul>\\n<p>1.4.7 (20 September 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug related to buckets in Amazon S3.<\\/li>\\n<li>Improved how URLs are handled when saving submissions.<\\/li>\\n<\\/ul>\\n<p>1.4.6 (24 August 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed an issue with connecting to Amazon accounts.<\\/li>\\n<li>Fixed several PHP notices that appeared on the uploads settings page.<\\/li>\\n<\\/ul>\\n<p>1.4.5 (12 May 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Featured images in the Post Creation extension should now function properly.<\\/li>\\n<li>Save Progress extension tables should now show File Upload fields properly.<\\/li>\\n<\\/ul>\\n<p>1.4.4 (26 March 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Multiple file uploads should work properly with external services.<\\/li>\\n<li>Fixed several PHP notices.<\\/li>\\n<\\/ul>\\n<p>1.4.3 (12 January 2015)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause Dropbox to disconnect.<\\/li>\\n<li>Fixed a bug with multi-file uploads that could cause the wrong URL to be stored in the file uploads table.<\\/li>\\n<li>Fixed a PHP notice.<\\/li>\\n<\\/ul>\\n<p>1.4.2 (9 December 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with PHP v5.6 and Dropbox uploads.<\\/li>\\n<li>Fixed a bug that caused file renaming to work incorrectly.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a new upload location of none, where files get removed after upload.<\\/li>\\n<\\/ul>\\n<p>1.4.1 (17 November 2014)<br \\/>\\n<em>Bugs<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug caused by a bad commit in the previous version.<\\/li>\\n<\\/ul>\\n<p>1.4 (17 November 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed two PHP notices.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added filter for filename $file_name = apply_filters( \'nf_fu_filename\' , $filename );<\\/li>\\n<li>The maximum file upload size can now not exceed the server PHP setting for max file uploads.<\\/li>\\n<\\/ul>\\n<p>1.3.8 (15 September 2014 )<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>File Uploads should now be compatible with Ninja Forms version 2.8 and the new notification system.<\\/li>\\n<li>Performance should be noticeably increased.<\\/li>\\n<\\/ul>\\n<p>1.3.7 (12 August 2014 )<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with viewing files in the edit sub page.<\\/li>\\n<\\/ul>\\n<p>1.3.6 (12 August 2014)<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixing a bug with file exports and version 2.7+ of Ninja Forms.<\\/li>\\n<li>Fixed translation issues.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added new .pot file.<\\/li>\\n<\\/ul>\\n<p>1.3.5 (24 July 2014)<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Compatibility with Ninja Forms 2.7.<\\/li>\\n<\\/ul>\\n<p>1.3.4<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Making sure the external upload doesn\'t fire if there is no file uploaded<\\/li>\\n<\\/ul>\\n<p>1.3.3<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug with Dropbox that could cause file uploads to be sluggish.<\\/li>\\n<li>is_dir() and mkdir() warnings should be cleared up.<\\/li>\\n<li>Multi-file upload fields should now clear correctly when a form is submitted.<\\/li>\\n<\\/ul>\\n<p>1.3.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause the plugin not to activate on some systems.<\\/li>\\n<\\/ul>\\n<p>1.3.1<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>The extension should now properly activate on all PHP versions.<\\/li>\\n<\\/ul>\\n<p>1.3<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>You can now store uploaded files in Dropbox or Amazon S3! Simply select the storage location on a per-upload-field basis.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a PHP notice.<\\/li>\\n<li>Fixed a bug that could cause some installations to lose the ninja-forms\\/tmp\\/ directory.<\\/li>\\n<\\/ul>\\n<p>1.2<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented required file uploads from being validated when using AJAX submissions.<\\/li>\\n<li>Fixed some php notices.<\\/li>\\n<\\/ul>\\n<p><em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added support for the new Ninja Forms loading class.<\\/li>\\n<li>Editing a submission from the wp-admin that includes a file will now show a link to that file instead of just the filename.<\\/li>\\n<\\/ul>\\n<p>1.1<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>The format of date searching in the Browse Files tab will now be based upon the date format in Plugin Settings. i.e. you can now search dd\\/mm\\/yyyy.<\\/li>\\n<li>Added the option to name a directory\\/file with %userid%.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that caused file upload fields to load multiple instances or open with pre-filled, incorrect data.<\\/li>\\n<\\/ul>\\n<p>1.0.11<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter so that when a user uploads a file, they don\'t see the directory to which it was uploaded in their email.<\\/li>\\n<\\/ul>\\n<p>1.0.10<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the license and auto-update system to the one available in Ninja Forms 2.2.47.<\\/li>\\n<\\/ul>\\n<p>1.0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause files to be added to the media library twice when used with the Post Creation extension.<\\/li>\\n<\\/ul>\\n<p>1.0.8<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed references to wpninjas.com to the new ninjaforms.com.<\\/li>\\n<\\/ul>\\n<p>1.0.7<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented files from being emailed as attachments in multi-part forms.<\\/li>\\n<\\/ul>\\n<p>1.0.6<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Updates for compatibility with WordPress 3.6<\\/li>\\n<\\/ul>\\n<p>1.0.5<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented Uploads from working properly with AJAX forms.<\\/li>\\n<li>Fixed a bug that prevented Uploads from working properly when they were set to required.<\\/li>\\n<\\/ul>\\n<p>1.0.4<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a filter so that File Uploads will work properly with the confirmation page option of Multi-Part Forms.<\\/li>\\n<\\/ul>\\n<p>1.0.3<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Changed the way that file uploads with duplicate names are handled. In previous versions, the new file would simply replace the older file with the same name; now, if a file already exists with the same name as an upload, the upload is renamed with a sequential number. e.g. my-file.jpg -> my-file-001.jpg -> my-file-002.jpg -> etc.<\\/li>\\n<li>Added an option to add files to the WordPress Media Library. On each file upload field, you\'ll find this new option.<\\/li>\\n<li>Added three new file renaming options: %displayname%, %firstname%, %lastname%. Each of these will be replaced with the appropriate user information.<\\/li>\\n<li>Added a new filter named: ninja_forms_uploads_dir. This filter can be used to modify the location Ninja Forms uploads files.<\\/li>\\n<\\/ul>\\n<p><em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that could cause some files from uploading properly.<\\/li>\\n<\\/ul>\\n<p>1.0.2<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Added a new option to the [ninja_forms_field id=] shortcode. You can now use [ninja_forms_field id=2 method=url]. This will return just the url of the file. For example, you can now do something like this: .<\\/li>\\n<\\/ul>\\n<p>1.0.1<br \\/>\\n<em>Changes:<\\/em><\\/p>\\n<ul>\\n<li>Modified the way that the pre-processing is handled for more effeciency.<\\/li>\\n<\\/ul>\\n<p>1.0<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented files from being replaced on the backend.<\\/li>\\n<\\/ul>\\n<p>0.9<br \\/>\\n<em>Bugs:<\\/em><\\/p>\\n<ul>\\n<li>Fixed a bug that prevented files from being replaced when editing user submissions.<\\/li>\\n<\\/ul>\\n<p>0.8<br \\/>\\n<em>Features:<\\/em><\\/p>\\n<ul>\\n<li>Added the ability to search for file uploads by User ID, User email, or User login.<\\/li>\\n<\\/ul>\\n<p>0.7<\\/p>\\n<ul>\\n<li>Updated code formatting.<\\/li>\\n<\\/ul>\\n<p>0.6<\\/p>\\n<ul>\\n<li>Fixed a bug that was causing the new [ninja_forms_field id=3] shortcode to fail when used in conjunction with the Uploads Extension.<\\/li>\\n<\\/ul>\\n<p>0.5<\\/p>\\n<ul>\\n<li>Changed the upload directory to the built-in WordPress uploads directory. This should help limit the cases of users not being able to upload files because of directory restrictions. Old files have not been moved over because it would be impossible to correctly fix links to new locations.<\\/li>\\n<li>Fixed a bug that was causing some users to lose their upload record when they deactivated and reactivated the plugin.<\\/li>\\n<li>Errors should now show properly for files that are over the file size limit set in the plugin settings.<\\/li>\\n<\\/ul>\\n<p>0.4<\\/p>\\n<ul>\\n<li>Various bug fixes including:<\\/li>\\n<li>A bug that prevented files from being moved to the proper directory.<\\/li>\\n<li>A bug that prevented the \\\"update file\\\" link from working on pages that already had a file uploaded.<\\/li>\\n<li>A bug that prevented the \\\"featured image\\\" functionality from working properly.<\\/li>\\n<li>Added a new setting to the upload settings page for file upload URLs.<\\/li>\\n<\\/ul>\\n<p>0.3<\\/p>\\n<ul>\\n<li>Various bug fixes.<\\/li>\\n<\\/ul>\\n<p>0.2<\\/p>\\n<ul>\\n<li>Various bug fixes.<\\/li>\\n<li>Changed the way that javascript and css files are loaded in extensions.<\\/li>\\n<\\/ul>\\n\"]}\";}','no'),(22139,'divitorque_version','3.5.0','yes'),(22143,'brainaddons_settings','a:1:{s:10:\"login_page\";i:50566;}','yes'),(22144,'divi_torque_activation_date','1662747472','yes'),(22145,'divi_torque_version','3.5.0','yes'),(22582,'ba_display_conditions','a:0:{}','yes'),(22616,'depicter_version_initial','1.2.0','yes'),(22617,'depicter_client_key','b21lIjoiaHR0cHM6XC9cL2xvbWFkLXRlc3QuZ2V0bWFkLnRvZGF5IiwidWlkIjoiIn0H2XdYzPVT1G8GlGh9fUpOw7nHzOLBJ5TRsR3B_Dw0GKaXN56Kk','yes'),(22620,'depicter_db_version','0.2.0','yes'),(22621,'depicter_capabilities_added','1','yes'),(22628,'depicter_version_previous','0','yes'),(22629,'depicter_version','1.2.0','yes'),(22630,'depicter_last_document_migration','202203091150','yes'),(22631,'depicter_imported_assets','a:8:{s:13:\"@Fd2X@HoSi292\";i:50700;s:13:\"@Fd2X@HoSi294\";i:50701;s:13:\"@Fd2X@HoSi295\";i:50702;s:13:\"@Fd2X@HoSi293\";i:50703;s:16:\"@UnSiEKy2OTRPXdw\";i:50712;s:16:\"@UnSiYjVa-F9P9kk\";i:50713;s:16:\"@UnSiVCFxt2yT1eQ\";i:50714;s:16:\"@UnSi0FRJ2SCuY4k\";i:50715;}','yes'),(23382,'_transient_ninja_forms_styles_form_7_styles','<style>\n\n /* FORM STYLES */\n \n #nf-form-7-cont .nf-response-msg {\n background-color:#d8d8d8A6;\n color:#211865;\n font-size:22px;\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important; }\n </style>','yes'),(23383,'_transient_ninja_forms_styles_form_7_field_styles','<style>\n\n /* FIELDS STYLES */\n \n .nf-form-content .nf-field-container #nf-field-49-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-49-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-50-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-50-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-51-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-51-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-52-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-52-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-53-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-53-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-53-wrap .nf-field-element li .nf-element {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-55-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-55-wrap .nf-field-element li {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-55-wrap .nf-field-element li .nf-element {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-56-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-56-wrap .nf-field-element .ninja-forms-field {\n font-size:12.5pt;\n padding:7.5px;\n }\n .nf-form-content .nf-field-container #nf-field-57-wrap {\n }\n .nf-form-content .nf-field-container #nf-field-58-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-59-wrap {\n }\n </style>','yes'),(24138,'divi_rocket_license_status','valid','yes'),(24139,'divi_rocket_license_key','D237eb7144f0622a46abbbe351f0f6aa','yes'),(24140,'ds-divi-rocket-revisions','0','yes'),(24141,'divi_rocket_lazy_on','1','yes'),(24142,'divi_rocket_footer_credit','0','yes'),(24145,'DiviRocket_rev_custom_css','13','yes'),(24169,'DiviRocket_rev_post','14','yes'),(24172,'DiviRocket_rev_page','336','yes'),(24182,'DiviRocket_rev_et_pb_layout','18','yes'),(24184,'DiviRocket_rev_revision','448','yes'),(24494,'a2979e62e2f0710679847b1496742ed3','a:2:{s:7:\"timeout\";i:1664296167;s:5:\"value\";s:33766:\"{\"new_version\":\"1.0.48\",\"stable_version\":\"1.0.48\",\"name\":\"Divi Rocket\",\"slug\":\"ds-divi-rocket\",\"url\":\"https:\\/\\/wpzone.co\\/product\\/divi-rocket\\/?changelog=1\",\"last_updated\":\"2022-01-11 16:09:44\",\"homepage\":\"https:\\/\\/wpzone.co\\/product\\/divi-rocket\\/\",\"package\":\"https:\\/\\/wpzone.co\\/edd-sl\\/package_download\\/MTY2NDU0MDk2NzpEMjM3ZWI3MTQ0ZjA2MjJhNDZhYmJiZTM1MWYwZjZhYTo2NTM0MDU6NjA0MmYwMWYxNGM5OGJkMDE0YzAwZTUxMWIxYzU1OWU6aHR0cHNALy9sb21hZC10ZXN0LmdldG1hZC50b2RheTow\",\"download_link\":\"https:\\/\\/wpzone.co\\/edd-sl\\/package_download\\/MTY2NDU0MDk2NzpEMjM3ZWI3MTQ0ZjA2MjJhNDZhYmJiZTM1MWYwZjZhYTo2NTM0MDU6NjA0MmYwMWYxNGM5OGJkMDE0YzAwZTUxMWIxYzU1OWU6aHR0cHNALy9sb21hZC10ZXN0LmdldG1hZC50b2RheTow\",\"sections\":{\"description\":\"<p>Divi Rocket is the most powerful caching plugin specifically designed for the Divi Theme \\u2013 built by Divi Users, for Divi Users.<\\/p>\\n\",\"changelog\":\"<p><em>Note: In addition to the changes listed here, there may be other minor fixes and improvements that are not noted. For more information about this product, visit the <a href=\\\"https:\\/\\/wpzone.co\\/product\\/divi-rocket\\/\\\" target=\\\"_blank\\\">Divi Rocket product page<\\/a>.<\\/em><\\/p>\\n<p><strong>Version 1.0.48 Oct 29, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix issue when saving plugin settings, related to previous release<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.47 Oct 28, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Add Miscellaneous tab > Defer Video Loading Behind Overlay setting to help optimize pages that use the Video module with an overlay set<\\/li>\\n<li>Add additional information to debug mode<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.46 Oct 21, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Some or all cached content styling may be missing due to post feature cache in Divi 4.10 (disable post feature cache for cached posts\\/pages\\/products)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.45 Oct 15, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Viewing older entries in the blog module may not work when server-side caching is enabled<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.44 Oct 7, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Potential fatal error related to empty scripts and\\/or styles queue<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.43 Sep 30, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Lazy load was active for POST requests (may result in duplicate content or other issues when a form is submitted, etc.)<\\/li>\\n<li>Fix: The System Specifications tab incorrectly recommended enabling the Static CSS setting<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.42 Sep 29, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Google Fonts may not work under Divi 4.10<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.41 Sep 8, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Disable critical CSS when server-side caching is enabled for the current main content (may fix some styling issues when used with Divi 4.10)<\\/li>\\n<li>Fix fatal error on content lazy loading<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.40 Aug 25, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Replace built-in module loader with support for Divi 4.10's new module loader (fix: dynamic modules such as contact forms cause a fatal error on cached load)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.39 Aug 23, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Additional Divi 4.10 compatibility - fix styling issues due to missing critical CSS<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.38 Aug 20, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Divi 4.10 compatibility<\\/li>\\n<li>Disable caching for Table Maker shortcodes<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.37 Aug 6, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Lazy loading may break on pages\\/posts\\/products containing the Number Counter module<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.36 July 30, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Some responsive styling may be missing in some cases<\\/li>\\n<li>Fix: Options passed to post cacher (internally) were not being applied<\\/li>\\n<li>Fix: When updating a theme builder layout, there may be styling issues until the cache is cleared<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.35 June 24, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Lazy loading may initialize content multiple times, possibly resulting in duplicate actions such as multiple emails being sent when a contact form is submitted<\\/li>\\n<li>Fix: Using a shortcode from Shortcodes for Divi in a Divi module loaded via the Post Content module can break styling for that content<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.34 June 3, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: There may be styling issues when the Post Content module is used in the theme builder with Divi Rocket server caching active<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.33 May 25, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Add AGS Info tag to the plugin header<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.32 April 23, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Compatibility: Implemented compatibility with the Embed Any Document plugin and the content lazy loading functionality of Divi Rocket (requires WordPress 5.5+)<\\/li>\\n<li>Fix: A PHP notice may be generated during cache generation for some modules<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.31 March 5, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Global modules do not update in content when they are updated outside of that content<\\/li>\\n<li>Fix: When using the theme builder to define a custom body layout for a WooCommerce product, the default WooCommerce product page may be shown in addition to the custom layout if server caching is disabled in Divi Rocket<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.30 January 22, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: The gzip compression feature may not be compatible with certain third-party plugins built on the Nextend framework, such as Smart Slider 3<\\/li>\\n<li>Fix: The server caching feature is not compatible with the Themify - WooCommerce Product Filter plugin<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.29 December 10, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Order class names may be incorrect for some cached content, resulting in display and\\/or lazy loading issues<\\/li>\\n<li>Fix: The order of certain wrapping elements may be incorrect when the theme builder is in use, possibly resulting in styling issues<\\/li>\\n<li>Fix: The output may have a duplicate closing <\\/div> tag when the theme builder is in use<\\/li>\\n<li>Fix: Some module(s) such as Pricing Tables may have styling and\\/or other issues if one or more settings fields contains dynamic content<\\/li>\\n<li>Fix: Some module(s) such as Pricing Tables may display placeholder text instead of the expected content when shortcodes are used in the module content. (Note: In the case of Pricing Tables and possibly other - modules, shortcodes may be used in content even if they are not explicitly added by the user.) This may occur only when the module is not loaded from cache, or every time the module is loaded.<\\/li>\\n<li>Fix: Scroll effects were not working in cached content. (Note: Scroll effects are not supported in content that is lazy loaded after the initial page load, if lazy load is enabled.)<\\/li>\\n<li>Fix: Sticky elements were not working cached content. (Note: Sticky elements are not supported in content that is lazy loaded after the initial page load, if lazy load is enabled.)<\\/li>\\n<li>Fix: On some modules, certain box shadow styles may not work in cached content. (Note: These combinations of modules and box shadow styles are not supported in content that is lazy loaded after the initial page load, if lazy load is enabled.)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.28 November 30, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: There may be styling issues when Divi Rocket is active but server-side caching is not enabled<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.27 November 20, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: There may be styling issues when Divi Rocket is active but server-side caching is not enabled.<\\/li>\\n<li>Miscellaneous minor changes<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.26 November 17, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix (2): Missing wrapping elements may cause styling problems in some cases<\\/li>\\n<li>Miscellaneous improvement(s)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.25 November 13, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Missing wrapping elements may cause styling problems in some cases<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.24 November 12, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Shop module pagination was broken on Divi Rocket cached pages<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.23 November 5, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Improved compatibility with the Divi Bars plugin<\\/li>\\n<li>Improved compatibility with various other plugins that render Divi content in non-default places, such as Page Builder Everywhere, Divi Mega Pro, Divi Overlays, and possibly others<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.22 October 26, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Cached output for a certain kind of content contains unwanted " characters<\\/li>\\n<li>Security fix: Disable direct access to header-extra and footer-extra cache files<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.21 October 1, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Admin menu item not visible when license key is not activated<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.20 September 28, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Styling missing for content in post content module<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.19 September 13, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Styling may be missing from content in the Post Content module when used in theme builder layouts<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.18 August 3, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Add additional debugging functionality<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.17 May 25, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Some parts of the <html> tag may be output twice<\\/li>\\n<li>Fix: Some CSS may be output after the closing tag<\\/li>\\n<li>Fix: Potential styling issue resulting from incorrect module order classes in cached content<\\/li>\\n<li>Fix: Some content on archive pages may be cached even though this is not currently supported<\\/li>\\n<li>Miscellaneous fix(es)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.16 May 5, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Certain content may not load correctly if the containing section has an ID set and lazy loading is enabled<\\/li>\\n<li>Fix: Theme builder content styling may be missing on non-Divi posts, pages, and products<\\/li>\\n<li>Fix: Hide the default comments area when a comments module is present (per default Divi behavior)<\\/li>\\n<li>Fix: Global content may be rendered twice<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.15 April 8, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: incorrect rendering of some global modules<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.14 April 3, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: PHP notice related to Gzip Compression option<\\/li>\\n<li>Fix: Error related to a missing method<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.13 January 24,, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: WooCommerce products with non-Divi content may have duplicated product descriptions<\\/li>\\n<li>Fix: In some cases when the Divi theme builder is in use, a small amount of code may be shown to the user and\\/or there may be other problems which go away the cache is cleared<\\/li>\\n<li>Fix: Divi theme builder footer styling is not applied sometimes<\\/li>\\n<li>Fix: Syntax error referencing '::' in certain versions of PHP<\\/li>\\n<li>Enable optimization of InnoDB database tables (except with MySQL < 5.7)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.12 January 22, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Divi modules may not be styled correctly when server caching is active due to a problem with stylesheet ordering<\\/li>\\n<li>Fix: Styling issue in Divi Rocket settings page<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.11 January 9, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Certain JavaScript and CSS content may be output outside the closing html tag in some instances<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.10 January 8, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Missing module styling in certain cases on subsequent loads after the first load without a cached copy of the content<\\/li>\\n<\\/ul>\\n<p><strong>Change to potentially avoid issues with the Divi Rocket update functionality<\\/strong><\\/p>\\n<p><strong>Version 1.0.9 January 3, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: The Blog module and other post-based modules and\\/or shortcodes did not filter out content with certain non-public statuses (e.g. draft, future\\/scheduled) when being regenerated in the cache on an individual module basis (not on cache regeneration for the entire page, post, or product), resulting in this non-public content being displayed to site visitors<\\/li>\\n<li>Fix: Lazy loading may result in an infinite loop in the frontend JavaScript and may disrupt page scrolling<\\/li>\\n<li>Fix: Divi's static CSS file feature was not being fully disabled in certain instances where it should have been<\\/li>\\n<li>Fix: CSS output inline in Divi builder content by Divi Rocket server caching was causing problems with styling that relied on element order (due to the addition of an extra style element); this inline CSS is now being output to the head element or the footer instead<\\/li>\\n<li>Fix: Certain module scripts and\\/or styles were missing in some cases when the theme builder was in use<\\/li>\\n<li>Fix: A PHP notice was being output during cache generation (when such output was enabled, typically in debug mode)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.8 December 30, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Unable to add module in the visual builder with Divi Rocket activated (and possibly other issues resulting from server caching page templates in contexts where caching is disabled or not supported)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.7 December 26, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Global modules missing from server cached content<\\/li>\\n<li>Fix: Changes to global library items may not be reflected in server cached content until the cache is cleared<\\/li>\\n<li>Fix: Server caching compatibility issue with Theme Builder in recent version(s) of Divi (may cause styling and\\/or other issues on page)<\\/li>\\n<li>Fix: Google Fonts used in Divi modules were not being loaded when server caching is enabled<\\/li>\\n<li>Fix: Loading animation may be shown indefinitely when lazy loading is enabled and the page, post, or product has fewer sections than the number of initial sections<\\/li>\\n<li>Fix: Server caching incompatibility with certain third-party Divi module(s), such as Smart Slider 3<\\/li>\\n<li>Fix: Fatal PHP error when server caching is enabled and certain third-party module(s) are used in the content<\\/li>\\n<li>Fix: Server caching incompatibility with certain third-party module(s) (such as Typewriter for Divi) caused by module scripts being output before other scripts in the footer<\\/li>\\n<li>Add setting to disable server caching for non-logged-in users in the Server Caching tab of Divi Rocket settings<\\/li>\\n<li>Improve handling of non-existent modules in content by the server caching engine (for example, when the plugin used to create the module is deactivated)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.6 December 19, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Add compatibility with Jetpack's image lazy loading feature<\\/li>\\n<li>Fix: Browser caching header was not sent for WEBP format images, TrueType fonts, or OpenType fonts<\\/li>\\n<li>Fix warning messages when trying to cache a theme builder section that is not in use<\\/li>\\n<li>Fix warning messages on 404 page<\\/li>\\n<li>Fix error related to certain types of non-Divi shortcodes<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.5 December 10, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fix: lazy loading breaks if section(s) are missing (such as due to being hidden)<\\/li>\\n<li>Add support for WP and Divi Icons Pro (1.1.4+)<\\/li>\\n<li>Fixes to improve compatibility with older versions of Divi 3<\\/li>\\n<li>Improve handling of references to non-existent modules in certain cases<\\/li>\\n<li>Fix\\/improve compatibility with Divi Library global layouts<\\/li>\\n<li>Fix: custom CSS in Divi page\\/post settings was not being output<\\/li>\\n<li>Fix: missing builder content wrapper elements on cached loads in certain situations<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.4 December 9, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fix: missing module styling after initial load when server side caching is enabled and lazy loading is not<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.3 December 6, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fixes conflict with certain versions of PHP that may cause sites to crash<\\/li>\\n<li>Various bug fixes and improvements<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.2 December 4, 2019<\\/strong><\\/p>\\n<ul>\\n<li>version release fix<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.1 December 4, 2019<\\/strong><\\/p>\\n<ul>\\n<li>ix: Static CSS File Generation option was not fully disabled in Divi when Divi Rocket server caching in use<\\/li>\\n<li>Fix: Certain Divi Builder content was still visible after being set to hidden on all devices<\\/li>\\n<\\/ul>\\n<p><em>Note: In addition to the changes listed here, there may be other minor fixes and improvements that are not noted. For more information about this product, visit the <a href=\\\"https:\\/\\/wpzone.co\\/product\\/divi-rocket\\/\\\" target=\\\"_blank\\\">Divi Rocket product page<\\/a>.<\\/em><\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:2:{s:2:\\\"1x\\\";s:83:\\\"https:\\/\\/wpzone.co\\/wp-content\\/uploads\\/2019\\/11\\/divi_rocket_featured_image-128x128.png\\\";s:2:\\\"2x\\\";s:83:\\\"https:\\/\\/wpzone.co\\/wp-content\\/uploads\\/2019\\/11\\/divi_rocket_featured_image-256x256.png\\\";}\",\"description\":[\"<p>Divi Rocket is the most powerful caching plugin specifically designed for the Divi Theme \\u2013 built by Divi Users, for Divi Users.<\\/p>\\n\"],\"changelog\":[\"<p><em>Note: In addition to the changes listed here, there may be other minor fixes and improvements that are not noted. For more information about this product, visit the <a href=\\\"https:\\/\\/wpzone.co\\/product\\/divi-rocket\\/\\\" target=\\\"_blank\\\">Divi Rocket product page<\\/a>.<\\/em><\\/p>\\n<p><strong>Version 1.0.48 Oct 29, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix issue when saving plugin settings, related to previous release<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.47 Oct 28, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Add Miscellaneous tab > Defer Video Loading Behind Overlay setting to help optimize pages that use the Video module with an overlay set<\\/li>\\n<li>Add additional information to debug mode<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.46 Oct 21, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Some or all cached content styling may be missing due to post feature cache in Divi 4.10 (disable post feature cache for cached posts\\/pages\\/products)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.45 Oct 15, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Viewing older entries in the blog module may not work when server-side caching is enabled<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.44 Oct 7, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Potential fatal error related to empty scripts and\\/or styles queue<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.43 Sep 30, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Lazy load was active for POST requests (may result in duplicate content or other issues when a form is submitted, etc.)<\\/li>\\n<li>Fix: The System Specifications tab incorrectly recommended enabling the Static CSS setting<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.42 Sep 29, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Google Fonts may not work under Divi 4.10<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.41 Sep 8, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Disable critical CSS when server-side caching is enabled for the current main content (may fix some styling issues when used with Divi 4.10)<\\/li>\\n<li>Fix fatal error on content lazy loading<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.40 Aug 25, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Replace built-in module loader with support for Divi 4.10's new module loader (fix: dynamic modules such as contact forms cause a fatal error on cached load)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.39 Aug 23, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Additional Divi 4.10 compatibility - fix styling issues due to missing critical CSS<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.38 Aug 20, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Divi 4.10 compatibility<\\/li>\\n<li>Disable caching for Table Maker shortcodes<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.37 Aug 6, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Lazy loading may break on pages\\/posts\\/products containing the Number Counter module<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.36 July 30, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Some responsive styling may be missing in some cases<\\/li>\\n<li>Fix: Options passed to post cacher (internally) were not being applied<\\/li>\\n<li>Fix: When updating a theme builder layout, there may be styling issues until the cache is cleared<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.35 June 24, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Lazy loading may initialize content multiple times, possibly resulting in duplicate actions such as multiple emails being sent when a contact form is submitted<\\/li>\\n<li>Fix: Using a shortcode from Shortcodes for Divi in a Divi module loaded via the Post Content module can break styling for that content<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.34 June 3, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: There may be styling issues when the Post Content module is used in the theme builder with Divi Rocket server caching active<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.33 May 25, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Add AGS Info tag to the plugin header<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.32 April 23, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Compatibility: Implemented compatibility with the Embed Any Document plugin and the content lazy loading functionality of Divi Rocket (requires WordPress 5.5+)<\\/li>\\n<li>Fix: A PHP notice may be generated during cache generation for some modules<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.31 March 5, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Global modules do not update in content when they are updated outside of that content<\\/li>\\n<li>Fix: When using the theme builder to define a custom body layout for a WooCommerce product, the default WooCommerce product page may be shown in addition to the custom layout if server caching is disabled in Divi Rocket<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.30 January 22, 2021<\\/strong><\\/p>\\n<ul>\\n<li>Fix: The gzip compression feature may not be compatible with certain third-party plugins built on the Nextend framework, such as Smart Slider 3<\\/li>\\n<li>Fix: The server caching feature is not compatible with the Themify - WooCommerce Product Filter plugin<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.29 December 10, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Order class names may be incorrect for some cached content, resulting in display and\\/or lazy loading issues<\\/li>\\n<li>Fix: The order of certain wrapping elements may be incorrect when the theme builder is in use, possibly resulting in styling issues<\\/li>\\n<li>Fix: The output may have a duplicate closing <\\/div> tag when the theme builder is in use<\\/li>\\n<li>Fix: Some module(s) such as Pricing Tables may have styling and\\/or other issues if one or more settings fields contains dynamic content<\\/li>\\n<li>Fix: Some module(s) such as Pricing Tables may display placeholder text instead of the expected content when shortcodes are used in the module content. (Note: In the case of Pricing Tables and possibly other - modules, shortcodes may be used in content even if they are not explicitly added by the user.) This may occur only when the module is not loaded from cache, or every time the module is loaded.<\\/li>\\n<li>Fix: Scroll effects were not working in cached content. (Note: Scroll effects are not supported in content that is lazy loaded after the initial page load, if lazy load is enabled.)<\\/li>\\n<li>Fix: Sticky elements were not working cached content. (Note: Sticky elements are not supported in content that is lazy loaded after the initial page load, if lazy load is enabled.)<\\/li>\\n<li>Fix: On some modules, certain box shadow styles may not work in cached content. (Note: These combinations of modules and box shadow styles are not supported in content that is lazy loaded after the initial page load, if lazy load is enabled.)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.28 November 30, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: There may be styling issues when Divi Rocket is active but server-side caching is not enabled<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.27 November 20, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: There may be styling issues when Divi Rocket is active but server-side caching is not enabled.<\\/li>\\n<li>Miscellaneous minor changes<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.26 November 17, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix (2): Missing wrapping elements may cause styling problems in some cases<\\/li>\\n<li>Miscellaneous improvement(s)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.25 November 13, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Missing wrapping elements may cause styling problems in some cases<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.24 November 12, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Shop module pagination was broken on Divi Rocket cached pages<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.23 November 5, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Improved compatibility with the Divi Bars plugin<\\/li>\\n<li>Improved compatibility with various other plugins that render Divi content in non-default places, such as Page Builder Everywhere, Divi Mega Pro, Divi Overlays, and possibly others<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.22 October 26, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Cached output for a certain kind of content contains unwanted " characters<\\/li>\\n<li>Security fix: Disable direct access to header-extra and footer-extra cache files<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.21 October 1, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Admin menu item not visible when license key is not activated<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.20 September 28, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Styling missing for content in post content module<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.19 September 13, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Styling may be missing from content in the Post Content module when used in theme builder layouts<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.18 August 3, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Add additional debugging functionality<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.17 May 25, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Some parts of the <html> tag may be output twice<\\/li>\\n<li>Fix: Some CSS may be output after the closing tag<\\/li>\\n<li>Fix: Potential styling issue resulting from incorrect module order classes in cached content<\\/li>\\n<li>Fix: Some content on archive pages may be cached even though this is not currently supported<\\/li>\\n<li>Miscellaneous fix(es)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.16 May 5, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Certain content may not load correctly if the containing section has an ID set and lazy loading is enabled<\\/li>\\n<li>Fix: Theme builder content styling may be missing on non-Divi posts, pages, and products<\\/li>\\n<li>Fix: Hide the default comments area when a comments module is present (per default Divi behavior)<\\/li>\\n<li>Fix: Global content may be rendered twice<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.15 April 8, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: incorrect rendering of some global modules<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.14 April 3, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: PHP notice related to Gzip Compression option<\\/li>\\n<li>Fix: Error related to a missing method<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.13 January 24,, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: WooCommerce products with non-Divi content may have duplicated product descriptions<\\/li>\\n<li>Fix: In some cases when the Divi theme builder is in use, a small amount of code may be shown to the user and\\/or there may be other problems which go away the cache is cleared<\\/li>\\n<li>Fix: Divi theme builder footer styling is not applied sometimes<\\/li>\\n<li>Fix: Syntax error referencing '::' in certain versions of PHP<\\/li>\\n<li>Enable optimization of InnoDB database tables (except with MySQL < 5.7)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.12 January 22, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Divi modules may not be styled correctly when server caching is active due to a problem with stylesheet ordering<\\/li>\\n<li>Fix: Styling issue in Divi Rocket settings page<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.11 January 9, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Certain JavaScript and CSS content may be output outside the closing html tag in some instances<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.10 January 8, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Missing module styling in certain cases on subsequent loads after the first load without a cached copy of the content<\\/li>\\n<\\/ul>\\n<p><strong>Change to potentially avoid issues with the Divi Rocket update functionality<\\/strong><\\/p>\\n<p><strong>Version 1.0.9 January 3, 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fix: The Blog module and other post-based modules and\\/or shortcodes did not filter out content with certain non-public statuses (e.g. draft, future\\/scheduled) when being regenerated in the cache on an individual module basis (not on cache regeneration for the entire page, post, or product), resulting in this non-public content being displayed to site visitors<\\/li>\\n<li>Fix: Lazy loading may result in an infinite loop in the frontend JavaScript and may disrupt page scrolling<\\/li>\\n<li>Fix: Divi's static CSS file feature was not being fully disabled in certain instances where it should have been<\\/li>\\n<li>Fix: CSS output inline in Divi builder content by Divi Rocket server caching was causing problems with styling that relied on element order (due to the addition of an extra style element); this inline CSS is now being output to the head element or the footer instead<\\/li>\\n<li>Fix: Certain module scripts and\\/or styles were missing in some cases when the theme builder was in use<\\/li>\\n<li>Fix: A PHP notice was being output during cache generation (when such output was enabled, typically in debug mode)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.8 December 30, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Unable to add module in the visual builder with Divi Rocket activated (and possibly other issues resulting from server caching page templates in contexts where caching is disabled or not supported)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.7 December 26, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fix: Global modules missing from server cached content<\\/li>\\n<li>Fix: Changes to global library items may not be reflected in server cached content until the cache is cleared<\\/li>\\n<li>Fix: Server caching compatibility issue with Theme Builder in recent version(s) of Divi (may cause styling and\\/or other issues on page)<\\/li>\\n<li>Fix: Google Fonts used in Divi modules were not being loaded when server caching is enabled<\\/li>\\n<li>Fix: Loading animation may be shown indefinitely when lazy loading is enabled and the page, post, or product has fewer sections than the number of initial sections<\\/li>\\n<li>Fix: Server caching incompatibility with certain third-party Divi module(s), such as Smart Slider 3<\\/li>\\n<li>Fix: Fatal PHP error when server caching is enabled and certain third-party module(s) are used in the content<\\/li>\\n<li>Fix: Server caching incompatibility with certain third-party module(s) (such as Typewriter for Divi) caused by module scripts being output before other scripts in the footer<\\/li>\\n<li>Add setting to disable server caching for non-logged-in users in the Server Caching tab of Divi Rocket settings<\\/li>\\n<li>Improve handling of non-existent modules in content by the server caching engine (for example, when the plugin used to create the module is deactivated)<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.6 December 19, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Add compatibility with Jetpack's image lazy loading feature<\\/li>\\n<li>Fix: Browser caching header was not sent for WEBP format images, TrueType fonts, or OpenType fonts<\\/li>\\n<li>Fix warning messages when trying to cache a theme builder section that is not in use<\\/li>\\n<li>Fix warning messages on 404 page<\\/li>\\n<li>Fix error related to certain types of non-Divi shortcodes<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.5 December 10, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fix: lazy loading breaks if section(s) are missing (such as due to being hidden)<\\/li>\\n<li>Add support for WP and Divi Icons Pro (1.1.4+)<\\/li>\\n<li>Fixes to improve compatibility with older versions of Divi 3<\\/li>\\n<li>Improve handling of references to non-existent modules in certain cases<\\/li>\\n<li>Fix\\/improve compatibility with Divi Library global layouts<\\/li>\\n<li>Fix: custom CSS in Divi page\\/post settings was not being output<\\/li>\\n<li>Fix: missing builder content wrapper elements on cached loads in certain situations<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.4 December 9, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fix: missing module styling after initial load when server side caching is enabled and lazy loading is not<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.3 December 6, 2019<\\/strong><\\/p>\\n<ul>\\n<li>Fixes conflict with certain versions of PHP that may cause sites to crash<\\/li>\\n<li>Various bug fixes and improvements<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.2 December 4, 2019<\\/strong><\\/p>\\n<ul>\\n<li>version release fix<\\/li>\\n<\\/ul>\\n<p><strong>Version 1.0.1 December 4, 2019<\\/strong><\\/p>\\n<ul>\\n<li>ix: Static CSS File Generation option was not fully disabled in Divi when Divi Rocket server caching in use<\\/li>\\n<li>Fix: Certain Divi Builder content was still visible after being set to hidden on all devices<\\/li>\\n<\\/ul>\\n<p><em>Note: In addition to the changes listed here, there may be other minor fixes and improvements that are not noted. For more information about this product, visit the <a href=\\\"https:\\/\\/wpzone.co\\/product\\/divi-rocket\\/\\\" target=\\\"_blank\\\">Divi Rocket product page<\\/a>.<\\/em><\\/p>\\n\"]}\";}','yes'),(24519,'ai1wm_secret_key','UwsuMpMruReY','yes'),(24526,'_site_transient_ai1wm_last_check_for_updates','1752344062','off'),(24527,'ai1wm_updater','a:0:{}','yes'),(24528,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:353:\"<a href=\"https://thelomad.com/getmad.today/wp-content/ai1wm-backups/thelomad.com/getmad.today-20220916-180351-dx7w0l.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"thelomad.com/getmad.today\" download=\"thelomad.com/getmad.today-20220916-180351-dx7w0l.wpress\"><span>Download thelomad.com/getmad.today</span><em>Size: 916 MB</em></a>\";}','yes'),(24620,'DiviRocket_rev_et_header_layout','190','yes'),(24621,'DiviRocket_rev_et_footer_layout','133','yes'),(24624,'DiviRocket_rev_et_theme_builder','17','yes'),(24625,'DiviRocket_rev_et_template','63','yes'),(25014,'_transient_ninja_forms_styles_form_5_styles','<style>\n\n /* FORM STYLES */\n \n #nf-form-5-cont {\n width: 100%!important }\n #nf-form-5-cont .nf-row:nth-child(odd) {\n background-color:00FFFFFF;\n }\n #nf-form-5-cont .nf-response-msg {\n background-color:#d8d8d8A6;\n color:#211865;\n font-size:22px;\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n }\n </style>','yes'),(25015,'_transient_ninja_forms_styles_form_5_field_styles','<style>\n\n /* FIELDS STYLES */\n \n .nf-form-content .nf-field-container #nf-field-35-wrap .nf-field-element .ninja-forms-field {\n font-size:12pt;\n padding:8.5px;\n width: 440px }\n .nf-form-content .nf-field-container #nf-field-36-wrap .nf-field-element .ninja-forms-field {\n font-size:12pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-39-wrap .nf-field-element .ninja-forms-field {\n font-size:12pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-37-wrap .nf-field-element .ninja-forms-field {\n font-size:12.5pt;\n padding:7.5px;\n }\n .nf-form-content .nf-field-container #nf-field-40-wrap .nf-field-element .ninja-forms-field {\n body {\n color: #ffffff;\n} }\n .nf-form-content .nf-field-container #nf-field-47-wrap {\n lm-ignore-checkbox1 }\n .nf-form-content .nf-field-container #nf-field-47-wrap .nf-field-label label {\n lm-ignore-checkbox2 }\n .nf-form-content .nf-field-container #nf-field-47-wrap .nf-field-element .ninja-forms-field {\n background-color:#ffffff;\n border-style:solid;\n border-color:#000000;\n lm-ignore-checkbox3 }\n .nf-form-content .nf-field-container #nf-field-47-wrap .nf-field-element li {\n lm-ignore-checkbox4 }\n .nf-form-content .nf-field-container #nf-field-47-wrap .nf-field-element li label {\n lm-ignore-checkbox4 }\n .nf-form-content .nf-field-container #nf-field-47-wrap .nf-field-element li .nf-element {\n font-size:12.5pt;\n padding:5px;\n lm-ignore-checkbox5 }\n .nf-form-content .nf-field-container #nf-field-38-wrap .nf-field-element .ninja-forms-field {\n background: #fff !important;\ncolor: #211865 !important;\nfont-size: 17px !important;\nfont-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\npadding: 15px 25px !important;\ntext-transform: uppercase !important;\nfont-weight: 400 !important;\nfloat:right !important; }\n .nf-form-content .nf-field-container #nf-field-38-wrap .nf-field-element .ninja-forms-field:hover {\n background-color:#211865;\n color:#ffffff;\n \n }\n </style>','yes'),(25053,'DiviRocket_rev_et_body_layout','175','yes'),(25715,'_transient_ninja_forms_styles_form_8_styles','<style>\n\n /* FORM STYLES */\n \n #nf-form-8-cont {\n width: 50%!important }\n #nf-form-8-cont .nf-row:nth-child(odd) {\n background-color:00FFFFFF;\n }\n #nf-form-8-cont .nf-response-msg {\n background-color:#d8d8d8A6;\n color:#211865;\n font-size:22px;\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n }\n </style>','yes'),(25716,'_transient_ninja_forms_styles_form_8_field_styles','<style>\n\n /* FIELDS STYLES */\n \n .nf-form-content .nf-field-container #nf-field-60-wrap .nf-field-element .ninja-forms-field {\n font-size:12pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-61-wrap .nf-field-element .ninja-forms-field {\n font-size:12pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-64-wrap .nf-field-element .ninja-forms-field {\n font-size:12pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-62-wrap .nf-field-element .ninja-forms-field {\n font-size:12.5pt;\n padding:7.5px;\n }\n .nf-form-content .nf-field-container #nf-field-65-wrap .nf-field-element .ninja-forms-field {\n body {\n color: #ffffff;\n} }\n .nf-form-content .nf-field-container #nf-field-66-wrap {\n lm-ignore-checkbox1 }\n .nf-form-content .nf-field-container #nf-field-66-wrap .nf-field-label label {\n lm-ignore-checkbox2 }\n .nf-form-content .nf-field-container #nf-field-66-wrap .nf-field-element .ninja-forms-field {\n background-color:#ffffff;\n border-style:solid;\n border-color:#000000;\n lm-ignore-checkbox3 }\n .nf-form-content .nf-field-container #nf-field-66-wrap .nf-field-element li {\n lm-ignore-checkbox4 }\n .nf-form-content .nf-field-container #nf-field-66-wrap .nf-field-element li label {\n lm-ignore-checkbox4 }\n .nf-form-content .nf-field-container #nf-field-66-wrap .nf-field-element li .nf-element {\n font-size:12.5pt;\n padding:5px;\n lm-ignore-checkbox5 }\n .nf-form-content .nf-field-container #nf-field-63-wrap .nf-field-element .ninja-forms-field {\n background: #fff !important;\ncolor: #211865 !important;\nfont-size: 17px !important;\nfont-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\npadding: 15px 25px !important;\ntext-transform: uppercase !important;\nfont-weight: 400 !important;\nfloat:right !important; }\n .nf-form-content .nf-field-container #nf-field-63-wrap .nf-field-element .ninja-forms-field:hover {\n background-color:#211865;\n color:#ffffff;\n \n }\n </style>','yes'),(25908,'_transient_ninja_forms_styles_form_1_styles','<style>\n\n /* FORM STYLES */\n \n #nf-form-1-cont .nf-response-msg {\n background-color:#d8d8d8A6;\n color:#211865;\n font-size:22px;\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n }\n </style>','yes'),(25909,'_transient_ninja_forms_styles_form_1_field_styles','<style>\n\n /* FIELDS STYLES */\n \n .nf-form-content .nf-field-container #nf-field-2-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-2-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-3-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-3-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-4-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-4-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-5-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-5-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-6-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-6-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-6-wrap .nf-field-element li .nf-element {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-8-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-8-wrap .nf-field-element li {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-8-wrap .nf-field-element li .nf-element {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-10-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-10-wrap .nf-field-element .ninja-forms-field {\n font-size:12.5pt;\n padding:7.5px;\n }\n .nf-form-content .nf-field-container #nf-field-11-wrap {\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-12-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-13-wrap {\n margin-left: 255px; }\n </style>','yes'),(25922,'layout_category_children','a:1:{i:5;a:1:{i:0;i:6;}}','yes'),(26539,'thelawofFf8xIK001ZH9BTRblogid_1wprime_1','a:6:{s:6:\"blogid\";i:1;s:4:\"hash\";s:64:\"d3e236cae8433a7e5b5462bc326f70a07bcd67ab6c76d8daf3f5f48f4c56eb4d\";s:13:\"export_option\";s:20:\"complete_export_mode\";s:10:\"site_title\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:18:\"creation_timestamp\";i:1661947485;s:13:\"include_users\";b:1;}','yes'),(26540,'d3e236cae8433a7e5b5462bc326f70a07bcd67ab6c76d8daf3f5f48f4c56eb4d','1/thelawofFf8xIK001ZH9BTRblogid_1.wprime','yes'),(26541,'thelawofI9MSWXij4z2jlIkblogid_1wprime_1','a:6:{s:6:\"blogid\";i:1;s:4:\"hash\";s:64:\"60184b834f95ad620259ceba936af888de33386870e1929f40ee6a7a276332ca\";s:13:\"export_option\";s:20:\"complete_export_mode\";s:10:\"site_title\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:18:\"creation_timestamp\";i:1663701687;s:13:\"include_users\";b:1;}','yes'),(26542,'60184b834f95ad620259ceba936af888de33386870e1929f40ee6a7a276332ca','1/thelawofI9MSWXij4z2jlIkblogid_1.wprime','yes'),(26543,'thelawofFJcu38txmJ274UZblogid_1wprime_1','a:6:{s:6:\"blogid\";i:1;s:4:\"hash\";s:64:\"1943761d7f2ad18991f9c7b372023df5d0f9af23924033b770e48217f7166c43\";s:13:\"export_option\";s:20:\"complete_export_mode\";s:10:\"site_title\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:18:\"creation_timestamp\";i:1663938377;s:13:\"include_users\";b:1;}','yes'),(26544,'1943761d7f2ad18991f9c7b372023df5d0f9af23924033b770e48217f7166c43','1/thelawofFJcu38txmJ274UZblogid_1.wprime','yes'),(26545,'a853877ece69ded1b91677d4e3670102555a41c2ae1f2b023c5c4ce4e099288f','1/thelawofczJ2zyUH8jDQgunblogid_1.wprime','yes'),(26547,'thelawofczJ2zyUH8jDQgunblogid_1wprime_1','a:6:{s:6:\"blogid\";i:1;s:4:\"hash\";s:64:\"a853877ece69ded1b91677d4e3670102555a41c2ae1f2b023c5c4ce4e099288f\";s:13:\"export_option\";s:20:\"complete_export_mode\";s:10:\"site_title\";s:39:\"The Law Offices of Melissa A. Day, PLLC\";s:18:\"creation_timestamp\";i:1664288511;s:13:\"include_users\";b:1;}','yes'),(40829,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.1\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','yes'),(45976,'wp_attachment_pages_enabled','1','yes'),(65729,'_site_transient_timeout_font-awesome-last-used-release','1756409974','off'),(65730,'_site_transient_font-awesome-last-used-release','a:5:{s:7:\"version\";s:5:\"6.1.2\";s:7:\"use_pro\";b:0;s:7:\"use_svg\";b:0;s:17:\"use_compatibility\";b:1;s:9:\"resources\";a:2:{s:3:\"all\";O:32:\"FortAwesome\\FontAwesome_Resource\":2:{s:9:\"\0*\0source\";s:55:\"https://use.fontawesome.com/releases/v6.1.2/css/all.css\";s:16:\"\0*\0integrity_key\";s:71:\"sha384-fZCoUih8XsaUZnNDOiLqnby1tMJ0sE7oBbNk2Xxf5x8Z4SvNQ9j83vFMa/erbVrV\";}s:8:\"v4-shims\";O:32:\"FortAwesome\\FontAwesome_Resource\":2:{s:9:\"\0*\0source\";s:60:\"https://use.fontawesome.com/releases/v6.1.2/css/v4-shims.css\";s:16:\"\0*\0integrity_key\";s:71:\"sha384-iW7MVRJO9Fj06GFbRcMqdZBcVQhjBWlVXUjtY7XCppA+DZUoHBQ7B8VB+EjXUkPV\";}}}','off'),(73338,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"8b8ae2c7f7525e416fc72984fb937962\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";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:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(80452,'_transient_ninja_forms_styles_form_1_1_styles','<style>\n\n /* FORM STYLES */\n \n #nf-form-1_1-cont .nf-response-msg {\n background-color:#d8d8d8A6;\n color:#211865;\n font-size:22px;\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important;\nmargin: auto;\nwidth: 50%;\nmargin-left: 350px;\npadding: 27px\n }\n </style>','on'),(80453,'_transient_ninja_forms_styles_form_1_1_field_styles','<style>\n\n /* FIELDS STYLES */\n \n .nf-form-content .nf-field-container #nf-field-2_1-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-2_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-3_1-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-3_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-4_1-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-4_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-5_1-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-5_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-6_1-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-6_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-6_1-wrap .nf-field-element li .nf-element {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-8_1-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-8_1-wrap .nf-field-element li {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-8_1-wrap .nf-field-element li .nf-element {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-10_1-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-10_1-wrap .nf-field-element .ninja-forms-field {\n font-size:12.5pt;\n padding:7.5px;\n }\n .nf-form-content .nf-field-container #nf-field-11_1-wrap {\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-12_1-wrap {\n width:560px;\n margin-left: 255px; }\n .nf-form-content .nf-field-container #nf-field-13_1-wrap {\n margin-left: 255px; }\n </style>','on'),(80454,'_transient_ninja_forms_styles_form_7_1_styles','<style>\n\n /* FORM STYLES */\n \n #nf-form-7_1-cont .nf-response-msg {\n background-color:#d8d8d8A6;\n color:#211865;\n font-size:22px;\n font-family: \'Playfair Display\',Georgia,\"Times New Roman\",serif !important; }\n </style>','on'),(80455,'_transient_ninja_forms_styles_form_7_1_field_styles','<style>\n\n /* FIELDS STYLES */\n \n .nf-form-content .nf-field-container #nf-field-49_1-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-49_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-50_1-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-50_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-51_1-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-51_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-52_1-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-52_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-53_1-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-53_1-wrap .nf-field-element .ninja-forms-field {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-53_1-wrap .nf-field-element li .nf-element {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-55_1-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-55_1-wrap .nf-field-element li {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-55_1-wrap .nf-field-element li .nf-element {\n font-size:15pt;\n padding:8.5px;\n }\n .nf-form-content .nf-field-container #nf-field-56_1-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-56_1-wrap .nf-field-element .ninja-forms-field {\n font-size:12.5pt;\n padding:7.5px;\n }\n .nf-form-content .nf-field-container #nf-field-57_1-wrap {\n }\n .nf-form-content .nf-field-container #nf-field-58_1-wrap {\n width:315px;\n }\n .nf-form-content .nf-field-container #nf-field-59_1-wrap {\n }\n </style>','on'),(82119,'can_compress_scripts','0','on'),(82121,'new_admin_email','bookkeeping@madwcdefense.com','auto'),(82122,'adminhash','a:2:{s:4:\"hash\";s:32:\"13159c7788e3ee98dcd152768916a813\";s:8:\"newemail\";s:28:\"bookkeeping@madwcdefense.com\";}','off'),(85228,'_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-6.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";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:1752344062;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'),(90691,'_et_builder_da_feature_cache','a:2:{i:0;s:39:\"{\"gph\":-1,\"divi\":\"4.18.0\",\"wp\":\"6.8.1\"}\";i:1;a:8:{s:8:\"notfound\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_text\";i:4;s:11:\"et_pb_image\";i:5;s:10:\"et_pb_menu\";i:6;s:12:\"et_pb_button\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:33:\"et_pb_social_media_follow_network\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:15:\"sticky_position\";a:1:{i:0;s:3:\"top\";}s:11:\"button_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}s:14:\"social_network\";a:2:{i:0;s:8:\"facebook\";i:1;s:8:\"linkedin\";}}}s:8:\"author/1\";a:1:{s:29:\"_et_dynamic_cached_shortcodes\";a:0:{}}s:0:\"\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_text\";i:4;s:11:\"et_pb_image\";i:5;s:10:\"et_pb_menu\";i:6;s:12:\"et_pb_button\";i:7;s:25:\"et_pb_social_media_follow\";i:8;s:33:\"et_pb_social_media_follow_network\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:15:\"sticky_position\";a:1:{i:0;s:3:\"top\";}s:11:\"button_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}s:14:\"social_network\";a:2:{i:0;s:8:\"facebook\";i:1;s:8:\"linkedin\";}}}s:20:\"taxonomy/category/13\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:12:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:16:\"et_pb_post_title\";i:9;s:12:\"et_pb_search\";i:10;s:25:\"et_pb_social_media_follow\";i:11;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:15:\"sticky_position\";a:1:{i:0;s:3:\"top\";}s:11:\"button_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}s:14:\"social_network\";a:2:{i:0;s:8:\"facebook\";i:1;s:8:\"linkedin\";}}}s:20:\"taxonomy/category/14\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:12:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:16:\"et_pb_post_title\";i:9;s:12:\"et_pb_search\";i:10;s:25:\"et_pb_social_media_follow\";i:11;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:15:\"sticky_position\";a:1:{i:0;s:3:\"top\";}s:11:\"button_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}s:14:\"social_network\";a:2:{i:0;s:8:\"facebook\";i:1;s:8:\"linkedin\";}}}s:20:\"taxonomy/category/15\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:12:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:16:\"et_pb_post_title\";i:9;s:12:\"et_pb_search\";i:10;s:25:\"et_pb_social_media_follow\";i:11;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:15:\"sticky_position\";a:1:{i:0;s:3:\"top\";}s:11:\"button_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}s:14:\"social_network\";a:2:{i:0;s:8:\"facebook\";i:1;s:8:\"linkedin\";}}}s:9:\"author/25\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:12:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:16:\"et_pb_post_title\";i:9;s:12:\"et_pb_search\";i:10;s:25:\"et_pb_social_media_follow\";i:11;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:15:\"sticky_position\";a:1:{i:0;s:3:\"top\";}s:11:\"button_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}s:14:\"social_network\";a:2:{i:0;s:8:\"facebook\";i:1;s:8:\"linkedin\";}}}s:19:\"taxonomy/category/4\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:12:{i:0;s:33:\"et_pb_social_media_follow_network\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:10:\"et_pb_menu\";i:8;s:16:\"et_pb_post_title\";i:9;s:12:\"et_pb_search\";i:10;s:25:\"et_pb_social_media_follow\";i:11;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:15:\"sticky_position\";a:1:{i:0;s:3:\"top\";}s:11:\"button_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}s:14:\"social_network\";a:2:{i:0;s:8:\"facebook\";i:1;s:8:\"linkedin\";}}}}}','auto'),(91006,'_transient_timeout_et_check_mod_pagespeed','1752430453','off'),(91007,'_transient_et_check_mod_pagespeed','','off'),(91008,'_transient_timeout__et_builder_gf_feature_cache','1752430453','off'),(91009,'_transient__et_builder_gf_feature_cache','1','off'),(91010,'_site_transient_timeout_theme_roots','1752345854','off'),(91011,'_site_transient_theme_roots','a:8:{s:4:\"Divi\";s:7:\"/themes\";s:7:\"sinatra\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(91012,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1752948854','off'),(91013,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','off'),(91015,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1752344063;s:7:\"checked\";a:8:{s:4:\"Divi\";s:6:\"4.18.0\";s:7:\"sinatra\";s:5:\"1.2.1\";s:12:\"twentytwenty\";s:3:\"2.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:8:{s:7:\"sinatra\";a:6:{s:5:\"theme\";s:7:\"sinatra\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:37:\"https://wordpress.org/themes/sinatra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/sinatra.1.3.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.5.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:4:\"Divi\";a:4:{s:11:\"new_version\";s:6:\"4.27.4\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:149:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=2204d58dc5443b1322f821343754f84d0ed6374e&username=joseph.wilebski\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(91016,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:8:{s:4:\"Divi\";s:6:\"4.18.0\";s:7:\"sinatra\";s:5:\"1.2.1\";s:12:\"twentytwenty\";s:3:\"2.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:4:{s:11:\"new_version\";s:6:\"4.27.4\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:149:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=2204d58dc5443b1322f821343754f84d0ed6374e&username=joseph.wilebski\";}}s:12:\"last_checked\";i:1752344063;}','off'),(91017,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1752344064;s:8:\"response\";a:25:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":13:{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.4.2\";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.4.2.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=3207824\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=3207824\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.4.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:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.96\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.96.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3264554\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3264554\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"4.8.4.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.8.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=3310686\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=3310686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.4\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.1\";s:16:\"requires_plugins\";a:0:{}}s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:6:\"1.4.10\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/better-search-replace.1.4.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=2706527\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=2706527\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=2706527\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.jpg?rev=2706527\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:44:\"breadcrumbs-divi-module/divi-breadcrumbs.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/breadcrumbs-divi-module\";s:4:\"slug\";s:23:\"breadcrumbs-divi-module\";s:6:\"plugin\";s:44:\"breadcrumbs-divi-module/divi-breadcrumbs.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/breadcrumbs-divi-module/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/breadcrumbs-divi-module.1.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/breadcrumbs-divi-module/assets/icon-256x256.png?rev=2300238\";s:2:\"1x\";s:76:\"https://ps.w.org/breadcrumbs-divi-module/assets/icon-256x256.png?rev=2300238\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/breadcrumbs-divi-module/assets/banner-772x250.png?rev=2300238\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":13:{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.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.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:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:47:\"w.org/plugins/creative-mail-by-constant-contact\";s:4:\"slug\";s:33:\"creative-mail-by-constant-contact\";s:6:\"plugin\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:11:\"new_version\";s:5:\"1.6.9\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/creative-mail-by-constant-contact.1.6.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:78:\"https://ps.w.org/creative-mail-by-constant-contact/assets/icon.svg?rev=2341439\";s:3:\"svg\";s:78:\"https://ps.w.org/creative-mail-by-constant-contact/assets/icon.svg?rev=2341439\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/creative-mail-by-constant-contact/assets/banner-1544x500.png?rev=2821536\";s:2:\"1x\";s:88:\"https://ps.w.org/creative-mail-by-constant-contact/assets/banner-772x250.png?rev=2821536\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";s:3:\"7.3\";s:16:\"requires_plugins\";a:0:{}}s:21:\"depicter/depicter.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/depicter\";s:4:\"slug\";s:8:\"depicter\";s:6:\"plugin\";s:21:\"depicter/depicter.php\";s:11:\"new_version\";s:5:\"4.0.4\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/depicter/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/depicter.4.0.4.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/depicter/assets/icon-128x128.gif?rev=3304240\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/depicter/assets/banner-1544x500.jpg?rev=3304240\";s:2:\"1x\";s:63:\"https://ps.w.org/depicter/assets/banner-772x250.jpg?rev=3304240\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:5:\"7.4.0\";s:16:\"requires_plugins\";a:0:{}}s:43:\"disable-comments-rb/disable-comments-rb.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/disable-comments-rb\";s:4:\"slug\";s:19:\"disable-comments-rb\";s:6:\"plugin\";s:43:\"disable-comments-rb/disable-comments-rb.php\";s:11:\"new_version\";s:6:\"1.0.24\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/disable-comments-rb/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/disable-comments-rb.1.0.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/disable-comments-rb/assets/icon-256x256.png?rev=1911683\";s:2:\"1x\";s:72:\"https://ps.w.org/disable-comments-rb/assets/icon-128x128.png?rev=1911683\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/disable-comments-rb/assets/banner-1544x500.png?rev=1911683\";s:2:\"1x\";s:74:\"https://ps.w.org/disable-comments-rb/assets/banner-772x250.png?rev=1911683\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:35:\"addons-for-divi/addons-for-divi.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/addons-for-divi\";s:4:\"slug\";s:15:\"addons-for-divi\";s:6:\"plugin\";s:35:\"addons-for-divi/addons-for-divi.php\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/addons-for-divi/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/addons-for-divi.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/addons-for-divi/assets/icon.svg?rev=3195181\";s:3:\"svg\";s:60:\"https://ps.w.org/addons-for-divi/assets/icon.svg?rev=3195181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/addons-for-divi/assets/banner-1544x500.png?rev=3088441\";s:2:\"1x\";s:70:\"https://ps.w.org/addons-for-divi/assets/banner-772x250.png?rev=3088441\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:45:\"enable-media-replace/enable-media-replace.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/enable-media-replace\";s:4:\"slug\";s:20:\"enable-media-replace\";s:6:\"plugin\";s:45:\"enable-media-replace/enable-media-replace.php\";s:11:\"new_version\";s:5:\"4.1.6\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/enable-media-replace/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/enable-media-replace.4.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/enable-media-replace/assets/icon-256x256.png?rev=1940728\";s:2:\"1x\";s:73:\"https://ps.w.org/enable-media-replace/assets/icon-128x128.png?rev=1940728\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/enable-media-replace/assets/banner-1544x500.png?rev=2322194\";s:2:\"1x\";s:75:\"https://ps.w.org/enable-media-replace/assets/banner-772x250.png?rev=2322194\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.9.7\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:55:\"filebird-document-library/filebird-document-library.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/filebird-document-library\";s:4:\"slug\";s:25:\"filebird-document-library\";s:6:\"plugin\";s:55:\"filebird-document-library/filebird-document-library.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/filebird-document-library/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/filebird-document-library.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/filebird-document-library/assets/icon-256x256.png?rev=2749407\";s:2:\"1x\";s:78:\"https://ps.w.org/filebird-document-library/assets/icon-256x256.png?rev=2749407\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/filebird-document-library/assets/banner-1544x500.png?rev=2749407\";s:2:\"1x\";s:80:\"https://ps.w.org/filebird-document-library/assets/banner-772x250.png?rev=2749407\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:1:{i:0;s:8:\"filebird\";}}s:21:\"filebird/filebird.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/filebird\";s:4:\"slug\";s:8:\"filebird\";s:6:\"plugin\";s:21:\"filebird/filebird.php\";s:11:\"new_version\";s:5:\"6.4.7\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/filebird/\";s:7:\"package\";s:51:\"https://downloads.wordpress.org/plugin/filebird.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/filebird/assets/icon-128x128.gif?rev=2299145\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/filebird/assets/banner-1544x500.png?rev=2350008\";s:2:\"1x\";s:63:\"https://ps.w.org/filebird/assets/banner-772x250.png?rev=2350008\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:22:\"font-awesome/index.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/font-awesome\";s:4:\"slug\";s:12:\"font-awesome\";s:6:\"plugin\";s:22:\"font-awesome/index.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/font-awesome/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/font-awesome.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/font-awesome/assets/icon-256x256.png?rev=1991998\";s:2:\"1x\";s:65:\"https://ps.w.org/font-awesome/assets/icon-128x128.png?rev=1991998\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/font-awesome/assets/banner-1544x500.png?rev=1991998\";s:2:\"1x\";s:67:\"https://ps.w.org/font-awesome/assets/banner-772x250.png?rev=1991993\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:30:\"_jch-optimize/jch-optimize.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/jch-optimize\";s:4:\"slug\";s:12:\"jch-optimize\";s:6:\"plugin\";s:30:\"_jch-optimize/jch-optimize.php\";s:11:\"new_version\";s:5:\"5.0.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/jch-optimize/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/jch-optimize.5.0.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/jch-optimize/assets/icon-128x128.png?rev=1135491\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/jch-optimize/assets/banner-1544x500.png?rev=1338986\";s:2:\"1x\";s:67:\"https://ps.w.org/jch-optimize/assets/banner-772x250.png?rev=1338986\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"8.0\";s:16:\"requires_plugins\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:4:\"14.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.14.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:45:\"movabletype-importer/movabletype-importer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/movabletype-importer\";s:4:\"slug\";s:20:\"movabletype-importer\";s:6:\"plugin\";s:45:\"movabletype-importer/movabletype-importer.php\";s:11:\"new_version\";s:5:\"0.6.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/movabletype-importer/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/movabletype-importer.0.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/movabletype-importer/assets/icon.svg?rev=2828581\";s:3:\"svg\";s:65:\"https://ps.w.org/movabletype-importer/assets/icon.svg?rev=2828581\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/movabletype-importer/assets/banner-772x250.png?rev=547670\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:6:\"3.10.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-forms.3.10.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"prime-mover/prime-mover.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/prime-mover\";s:4:\"slug\";s:11:\"prime-mover\";s:6:\"plugin\";s:27:\"prime-mover/prime-mover.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/prime-mover/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/prime-mover.2.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/prime-mover/assets/icon-256x256.png?rev=2114612\";s:2:\"1x\";s:64:\"https://ps.w.org/prime-mover/assets/icon-128x128.png?rev=2114612\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/prime-mover/assets/banner-1544x500.png?rev=2314164\";s:2:\"1x\";s:66:\"https://ps.w.org/prime-mover/assets/banner-772x250.png?rev=2314164\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.9.8\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.5.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.5.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:45:\"simple-page-ordering/simple-page-ordering.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:34:\"w.org/plugins/simple-page-ordering\";s:4:\"slug\";s:20:\"simple-page-ordering\";s:6:\"plugin\";s:45:\"simple-page-ordering/simple-page-ordering.php\";s:11:\"new_version\";s:5:\"2.7.4\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-page-ordering/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/simple-page-ordering.2.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/simple-page-ordering/assets/icon-256x256.png?rev=2716033\";s:2:\"1x\";s:73:\"https://ps.w.org/simple-page-ordering/assets/icon-128x128.png?rev=2716033\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/simple-page-ordering/assets/banner-1544x500.png?rev=2716033\";s:2:\"1x\";s:75:\"https://ps.w.org/simple-page-ordering/assets/banner-772x250.png?rev=2716033\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:84:\"<p>This release bumps the minimum required version of WordPress from 6.5 to 6.6.</p>\";}s:33:\"simple-sitemap/simple-sitemap.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/simple-sitemap\";s:4:\"slug\";s:14:\"simple-sitemap\";s:6:\"plugin\";s:33:\"simple-sitemap/simple-sitemap.php\";s:11:\"new_version\";s:5:\"3.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/simple-sitemap/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/simple-sitemap.3.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/simple-sitemap/assets/icon.svg?rev=1411764\";s:3:\"svg\";s:59:\"https://ps.w.org/simple-sitemap/assets/icon.svg?rev=1411764\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/simple-sitemap/assets/banner-1544x500.png?rev=1413087\";s:2:\"1x\";s:69:\"https://ps.w.org/simple-sitemap/assets/banner-772x250.png?rev=1413087\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:17:\"stream/stream.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:20:\"w.org/plugins/stream\";s:4:\"slug\";s:6:\"stream\";s:6:\"plugin\";s:17:\"stream/stream.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/stream/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/stream.4.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:51:\"https://ps.w.org/stream/assets/icon.svg?rev=3128015\";s:3:\"svg\";s:51:\"https://ps.w.org/stream/assets/icon.svg?rev=3128015\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/stream/assets/banner-1544x500.png?rev=3128015\";s:2:\"1x\";s:61:\"https://ps.w.org/stream/assets/banner-772x250.png?rev=3128015\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:39:\"wp-external-links/wp-external-links.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/wp-external-links\";s:4:\"slug\";s:17:\"wp-external-links\";s:6:\"plugin\";s:39:\"wp-external-links/wp-external-links.php\";s:11:\"new_version\";s:4:\"2.63\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-external-links/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-external-links.2.63.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-external-links/assets/icon-256x256.png?rev=2103983\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-external-links/assets/icon-128x128.png?rev=2103983\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wp-external-links/assets/banner-1544x500.png?rev=2103983\";s:2:\"1x\";s:72:\"https://ps.w.org/wp-external-links/assets/banner-772x250.png?rev=2103983\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:61:\"quick-bulk-post-page-creator/quick-bulk-post-page-creator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/quick-bulk-post-page-creator\";s:4:\"slug\";s:28:\"quick-bulk-post-page-creator\";s:6:\"plugin\";s:61:\"quick-bulk-post-page-creator/quick-bulk-post-page-creator.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/quick-bulk-post-page-creator/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/quick-bulk-post-page-creator.1.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/quick-bulk-post-page-creator/assets/icon-256x256.png?rev=1218583\";s:2:\"1x\";s:81:\"https://ps.w.org/quick-bulk-post-page-creator/assets/icon-128x128.png?rev=1218583\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/quick-bulk-post-page-creator/assets/banner-1544x500.png?rev=1218583\";s:2:\"1x\";s:83:\"https://ps.w.org/quick-bulk-post-page-creator/assets/banner-772x250.png?rev=1218583\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}}s:7:\"checked\";a:35:{s:30:\"advanced-custom-fields/acf.php\";s:6:\"5.12.3\";s:19:\"akismet/akismet.php\";s:3:\"5.0\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.64\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.2.4\";s:47:\"better-search-replace/better-search-replace.php\";s:5:\"1.4.1\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:6:\"2.12.4\";s:44:\"breadcrumbs-divi-module/divi-breadcrumbs.php\";s:5:\"1.2.1\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"1.5.3\";s:21:\"depicter/depicter.php\";s:5:\"1.2.0\";s:43:\"disable-comments-rb/disable-comments-rb.php\";s:6:\"1.0.19\";s:43:\"divi-blurb-extended/divi-blurb-extended.php\";s:5:\"2.2.7\";s:29:\"divi-builder/divi-builder.php\";s:6:\"4.18.0\";s:33:\"ds-divi-rocket/ds-divi-rocket.php\";s:6:\"1.0.48\";s:35:\"addons-for-divi/addons-for-divi.php\";s:5:\"3.5.0\";s:45:\"enable-media-replace/enable-media-replace.php\";s:5:\"3.6.3\";s:55:\"filebird-document-library/filebird-document-library.php\";s:5:\"1.0.0\";s:21:\"filebird/filebird.php\";s:5:\"5.0.5\";s:22:\"font-awesome/index.php\";s:5:\"4.2.0\";s:30:\"_jch-optimize/jch-optimize.php\";s:5:\"3.1.0\";s:19:\"jetpack/jetpack.php\";s:6:\"11.2.2\";s:63:\"Migrate-Divi-Theme-Settings-1-1/Migrate_Divi_Theme_Settings.php\";s:3:\"1.0\";s:45:\"movabletype-importer/movabletype-importer.php\";s:3:\"0.4\";s:27:\"ninja-forms/ninja-forms.php\";s:6:\"3.6.12\";s:41:\"ninja-forms-conditionals/conditionals.php\";s:3:\"3.1\";s:36:\"ninja-forms-uploads/file-uploads.php\";s:6:\"3.3.14\";s:39:\"ninja-forms-style/ninja-forms-style.php\";s:6:\"3.0.29\";s:37:\"ninja-forms-multi-part/multi-part.php\";s:6:\"3.0.26\";s:27:\"prime-mover/prime-mover.php\";s:5:\"1.6.5\";s:61:\"quick-bulk-post-page-creator/quick-bulk-post-page-creator.php\";s:5:\"1.0.4\";s:27:\"redirection/redirection.php\";s:5:\"5.3.2\";s:45:\"simple-page-ordering/simple-page-ordering.php\";s:5:\"2.4.1\";s:33:\"simple-sitemap/simple-sitemap.php\";s:5:\"3.5.7\";s:17:\"stream/stream.php\";s:5:\"3.9.1\";s:39:\"wp-external-links/wp-external-links.php\";s:4:\"2.55\";}}','off'),(91018,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:35:{s:30:\"advanced-custom-fields/acf.php\";s:6:\"5.12.3\";s:19:\"akismet/akismet.php\";s:3:\"5.0\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.64\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.2.4\";s:47:\"better-search-replace/better-search-replace.php\";s:5:\"1.4.1\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:6:\"2.12.4\";s:44:\"breadcrumbs-divi-module/divi-breadcrumbs.php\";s:5:\"1.2.1\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"1.5.3\";s:21:\"depicter/depicter.php\";s:5:\"1.2.0\";s:43:\"disable-comments-rb/disable-comments-rb.php\";s:6:\"1.0.19\";s:43:\"divi-blurb-extended/divi-blurb-extended.php\";s:5:\"2.2.7\";s:29:\"divi-builder/divi-builder.php\";s:6:\"4.18.0\";s:33:\"ds-divi-rocket/ds-divi-rocket.php\";s:6:\"1.0.48\";s:35:\"addons-for-divi/addons-for-divi.php\";s:5:\"3.5.0\";s:45:\"enable-media-replace/enable-media-replace.php\";s:5:\"3.6.3\";s:55:\"filebird-document-library/filebird-document-library.php\";s:5:\"1.0.0\";s:21:\"filebird/filebird.php\";s:5:\"5.0.5\";s:22:\"font-awesome/index.php\";s:5:\"4.2.0\";s:30:\"_jch-optimize/jch-optimize.php\";s:5:\"3.1.0\";s:19:\"jetpack/jetpack.php\";s:6:\"11.2.2\";s:63:\"Migrate-Divi-Theme-Settings-1-1/Migrate_Divi_Theme_Settings.php\";s:3:\"1.0\";s:45:\"movabletype-importer/movabletype-importer.php\";s:3:\"0.4\";s:27:\"ninja-forms/ninja-forms.php\";s:6:\"3.6.12\";s:41:\"ninja-forms-conditionals/conditionals.php\";s:3:\"3.1\";s:36:\"ninja-forms-uploads/file-uploads.php\";s:6:\"3.3.14\";s:39:\"ninja-forms-style/ninja-forms-style.php\";s:6:\"3.0.29\";s:37:\"ninja-forms-multi-part/multi-part.php\";s:6:\"3.0.26\";s:27:\"prime-mover/prime-mover.php\";s:5:\"1.6.5\";s:61:\"quick-bulk-post-page-creator/quick-bulk-post-page-creator.php\";s:5:\"1.0.4\";s:27:\"redirection/redirection.php\";s:5:\"5.3.2\";s:45:\"simple-page-ordering/simple-page-ordering.php\";s:5:\"2.4.1\";s:33:\"simple-sitemap/simple-sitemap.php\";s:5:\"3.5.7\";s:17:\"stream/stream.php\";s:5:\"3.9.1\";s:39:\"wp-external-links/wp-external-links.php\";s:4:\"2.55\";}s:8:\"response\";a:1:{s:29:\"divi-builder/divi-builder.php\";O:8:\"stdClass\":7:{s:11:\"new_version\";s:6:\"4.27.4\";s:6:\"plugin\";s:29:\"divi-builder/divi-builder.php\";s:4:\"slug\";s:12:\"divi-builder\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://www.elegantthemes.com/images/plugins/2x/divi-builder.png\";s:2:\"1x\";s:64:\"https://www.elegantthemes.com/images/plugins/1x/divi-builder.png\";}s:3:\"url\";s:60:\"https://www.elegantthemes.com/api/changelog/divi-builder.txt\";s:7:\"package\";s:157:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=divi-builder&api_key=2204d58dc5443b1322f821343754f84d0ed6374e&username=joseph.wilebski\";}}s:12:\"last_checked\";i:1752344064;}','off'),(91019,'_site_transient_timeout_wp_theme_files_patterns-0d17c0188f58514834e6fddd8aa27e2b','1752345921','off'),(91020,'_site_transient_wp_theme_files_patterns-0d17c0188f58514834e6fddd8aa27e2b','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off'),(91023,'_site_transient_timeout_wp_theme_files_patterns-39fd3ce00b7f1ea3da0ed77425b53a3e','1752346032','off'),(91024,'_site_transient_wp_theme_files_patterns-39fd3ce00b7f1ea3da0ed77425b53a3e','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off'),(91025,'_transient_timeout_depicter__s_client_registered','1752430645','off'),(91026,'_transient_depicter__s_client_registered','1','off'),(91027,'_site_transient_timeout_wp_theme_files_patterns-9178afc9c1b6ed5726ae987f0295beb2','1752346123','off'),(91028,'_site_transient_wp_theme_files_patterns-9178afc9c1b6ed5726ae987f0295beb2','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off'),(91029,'_transient_timeout_et_core_path','1752433977','off'),(91030,'_transient_et_core_path','/home/getmadto/public_html/wp-content/themes/Divi/core','off'),(91031,'_transient_timeout_et_core_version','1752433977','off'),(91032,'_transient_et_core_version','4.18.0','off'),(91033,'_site_transient_timeout_wp_theme_files_patterns-110bbc1d54f37cb62dceef0243707bd9','1752347901','off'),(91034,'_site_transient_wp_theme_files_patterns-110bbc1d54f37cb62dceef0243707bd9','a:2:{s:7:\"version\";s:6:\"4.18.0\";s:8:\"patterns\";a:0:{}}','off'),(91037,'_site_transient_timeout_wp_theme_files_patterns-e0d64fffd4513358fd3682412791a270','1752349377','off'),(91038,'_site_transient_wp_theme_files_patterns-e0d64fffd4513358fd3682412791a270','a:2:{s:7:\"version\";s:6:\"4.18.0\";s:8:\"patterns\";a:0:{}}','off'),(91039,'_site_transient_timeout_wp_theme_files_patterns-d0d58331d0c6e1424ad6ac7c34158bc4','1752349614','off'),(91040,'_site_transient_wp_theme_files_patterns-d0d58331d0c6e1424ad6ac7c34158bc4','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off'),(91043,'_site_transient_timeout_wp_theme_files_patterns-cb39b3dd9d553e1a820a096332460e22','1752349640','off'),(91044,'_site_transient_wp_theme_files_patterns-cb39b3dd9d553e1a820a096332460e22','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off'),(91045,'_site_transient_timeout_wp_theme_files_patterns-3c686f80305bc14c6cc6a1c39b8b430f','1752350050','off'),(91046,'_site_transient_wp_theme_files_patterns-3c686f80305bc14c6cc6a1c39b8b430f','a:2:{s:7:\"version\";b:0;s:8:\"patterns\";a:0:{}}','off');
/*!40000 ALTER TABLE `cuB_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cuB_postmeta`
--
DROP TABLE IF EXISTS `cuB_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cuB_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=54883 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cuB_postmeta`
--
LOCK TABLES `cuB_postmeta` WRITE;
/*!40000 ALTER TABLE `cuB_postmeta` DISABLE KEYS */;
INSERT INTO `cuB_postmeta` VALUES (3,6,'current_word_count','5992'),(4,6,'_edit_lock','1663937787:1'),(5,6,'_edit_last','1'),(6,6,'_wp_page_template','default'),(7,6,'meta-mhmm-header','default'),(8,6,'meta-mhmm-style','default'),(9,6,'du-meta-custom-footer','default'),(10,6,'_et_pb_page_layout','et_right_sidebar'),(11,6,'_et_pb_side_nav','off'),(12,6,'_et_pb_use_builder','on'),(13,6,'_et_builder_version','VB|Divi|4.18.0'),(14,6,'_et_pb_first_image',''),(15,6,'_et_pb_truncate_post',''),(17,6,'_et_pb_old_content',''),(18,6,'_et_pb_enable_shortcode_tracking',''),(19,6,'_et_pb_custom_css',''),(20,6,'type',''),(21,6,'source_url',''),(22,6,'target_word_count',''),(23,6,'target_sections',''),(24,6,'content_type','new'),(25,6,'subtitle',''),(26,6,'_subtitle','field_page_subtitle_subtitle'),(29,6,'pagegoals','goal4'),(30,6,'pagelanguage','english'),(31,6,'pagetype','home'),(35,6,'_et_pb_built_for_post_type','page'),(36,6,'_et_pb_ab_subjects',''),(37,6,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"6\" /]'),(42,6,'_et_pb_show_page_creation','off'),(129,45904,'_et_pb_built_for_post_type','page'),(130,45904,'_et_pb_ab_subjects',''),(131,45904,'_et_pb_enable_shortcode_tracking',''),(132,45904,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45904\" /]'),(133,45904,'_et_pb_custom_css',''),(134,45904,'_et_pb_first_image',''),(135,45904,'_et_pb_truncate_post',''),(136,45904,'_et_builder_version','VB|Divi|3.21'),(137,45904,'_et_pb_show_page_creation','off'),(138,45904,'_aioseop_opengraph_settings','a:0:{}'),(139,45904,'meta-mhmm-header','default'),(140,45904,'meta-mhmm-style','default'),(141,45904,'_et_pb_use_builder','on'),(142,45904,'_et_pb_old_content',''),(143,45905,'_et_pb_built_for_post_type','page'),(144,45905,'_et_pb_ab_subjects',''),(145,45905,'_et_pb_enable_shortcode_tracking',''),(146,45905,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45868\" /]'),(147,45905,'_et_pb_custom_css',''),(148,45905,'_et_pb_first_image',''),(149,45905,'_et_pb_truncate_post',''),(150,45905,'_et_builder_version','VB|Divi|3.21'),(151,45905,'_et_pb_show_page_creation','off'),(152,45905,'_aioseop_opengraph_settings','s:1:\"1\";'),(153,45905,'meta-mhmm-header','default'),(154,45905,'meta-mhmm-style','default'),(155,45905,'_et_pb_use_builder','on'),(156,45905,'_et_pb_old_content',''),(157,45906,'_et_pb_built_for_post_type','page'),(158,45906,'meta-mhmm-header','default'),(159,45906,'meta-mhmm-style','default'),(160,45906,'_et_pb_page_layout','et_right_sidebar'),(161,45906,'_et_pb_side_nav','off'),(162,45906,'_et_pb_use_builder','on'),(163,45906,'_et_builder_version','VB|Divi|3.15'),(164,45906,'_et_pb_old_content',''),(165,45906,'_et_pb_enable_shortcode_tracking',''),(166,45906,'_et_pb_custom_css',''),(168,45906,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45530\" /]'),(169,45906,'_et_pb_show_page_creation','off'),(170,45906,'_et_pb_ab_subjects',''),(171,45906,'_et_pb_first_image',''),(172,45906,'_et_pb_truncate_post',''),(173,45906,'_aioseop_opengraph_settings','s:1:\"1\";'),(174,45907,'_et_pb_built_for_post_type','page'),(175,45907,'meta-mhmm-header','default'),(176,45907,'meta-mhmm-style','default'),(177,45907,'_et_pb_page_layout','et_right_sidebar'),(178,45907,'_et_pb_side_nav','off'),(179,45907,'_et_pb_use_builder','on'),(180,45907,'_et_builder_version','BB|Divi|3.15'),(181,45907,'_et_pb_old_content',''),(182,45907,'_et_pb_enable_shortcode_tracking',''),(183,45907,'_et_pb_custom_css',''),(185,45907,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45907\" /]'),(186,45907,'_et_pb_show_page_creation','off'),(187,45907,'_et_pb_ab_subjects',''),(188,45907,'_aioseop_opengraph_settings','s:1:\"1\";'),(189,45907,'_et_pb_first_image',''),(190,45907,'_et_pb_truncate_post',''),(191,45906,'_edit_lock','1564421541:12'),(228,45925,'current_word_count','608'),(229,45925,'type',''),(230,45925,'source_url',''),(231,45925,'target_word_count',''),(232,45925,'target_sections',''),(233,45925,'content_type','new'),(234,45925,'notes','{\"content\":\"\",\"user\":12,\"time\":1564419203}'),(235,45926,'current_word_count','161'),(236,45926,'type',''),(237,45926,'source_url',''),(238,45926,'target_word_count',''),(239,45926,'target_sections',''),(240,45926,'content_type','new'),(241,45926,'notes','{\"content\":\"\",\"user\":12,\"time\":1564419208}'),(242,45927,'current_word_count','53'),(243,45927,'type',''),(244,45927,'source_url',''),(245,45927,'target_word_count',''),(246,45927,'target_sections',''),(247,45927,'content_type','new'),(248,45927,'notes','{\"content\":\"\",\"user\":12,\"time\":1564419217}'),(270,45925,'_edit_lock','1663167168:1'),(271,45926,'_edit_lock','1663180991:1'),(272,45927,'_edit_lock','1663690658:1'),(276,45925,'_edit_last','1'),(277,45925,'_wp_page_template','default'),(278,45925,'meta-mhmm-header','default'),(279,45925,'meta-mhmm-style','default'),(280,45925,'du-meta-custom-footer','default'),(281,45925,'_et_pb_page_layout','et_right_sidebar'),(282,45925,'_et_pb_side_nav','off'),(283,45925,'_et_pb_use_builder','on'),(284,45925,'_et_pb_first_image',''),(285,45925,'_et_pb_truncate_post',''),(286,45925,'_et_pb_old_content','<h1>A Workers’ Compensation Defense Built On Partnerships And Communication</h1><p><strong>[nap_names id=\"FIRM-NAME-3\"], is “Western New York’s Premier Workers’ Compensation Defense Firm.”</strong><strong><em> – Mark Jay, CPCU AIC, Senior Claims Specialist, Key Insurance & Benefits Services, Inc.</em></strong></p><p>If you, like many in New York, have become dissatisfied with the traditional New York workers’ compensation defense business model or what we refer to as “the assembly line defense”, perhaps it is time for you to stop getting frustrated and to GET MAD instead.</p><p>For years, the standard operating procedure for New York workers\' compensation defense firms has been predicated on volume. Each morning defense attorneys picked up the 15-20 files for the hearings that they were expected to handle that day, lined them up, spent five minutes reviewing the file, attended the hearing, dictated the report and then moved on to the next file. A report was typed and the file was sent back to the adjuster – frequently without the attorney and the adjuster ever having any real communication. There would be little to no contact before the hearing, at most terse telephone discussions on the day of the hearing for authority for an agreement so that defense counsel would not have to thoroughly analyze the file and provide a thoughtful defense of the claim; there was certainly no ongoing dialogue after or between hearings.</p><h2>A Winning Formula Built On Experience And Client Relationships</h2><p>Our philosophy at [nap_names id=\"FIRM-NAME-1\"], represents what we believe is a dramatic departure from the assembly line workers’ compensation defense: claim-based defense partnerships. Our clients refer claims to us, not hearings. We develop relationships with our clients that are proactive rather than reactive; ones that foster ongoing conversations between client and counsel to develop strategies to meet specific goals as opposed to simply appearing at hearings, sending a report, and leaving the employer or TPA to fend for themselves in between board appearances.</p><p>Additionally, when you choose us to represent you, you can trust that you will have access to the most recent cutting-edge developments in New York workers\' compensation law. We pride ourselves on staying current with the most recent changes in the law in substance and in practice. We accomplish this by running a forum on LinkedIn called the New York Workers’ Compensation Forum, which we invite you to join. Additionally, we hold webinars every 4th Friday on the month, which you are welcome to join as well!</p><h2>Using Technology To Better Serve Our Clients</h2><p>As early proponents of the board’s exciting new virtual technology, we represented clients throughout New York state before the pandemic. Since COVID-19 has forced everyone into the virtual system, we have expanded our practice and are now a true statewide New York firm. Many clients appreciate the convenience of retaining attorneys who will take a <u>real</u> fight to the <u>virtual</u> landscape, saving time and money by eliminating the expense and downtime associated with meeting in person at a neutral location.</p><h2>Contact [nap_names id=\"FIRM-NAME-1\"]</h2><p>If you are tired of not having an attorney who is your partner, don’t get angry,<strong> GET MAD. </strong>Contact us by calling [nap_phone id=\"LOCAL-REGULAR-NUMBER-1\"] or fill out our <a href=\"/contact/\">online contact form</a>.</p>'),(287,45925,'subtitle',''),(288,45925,'_subtitle','field_page_subtitle_subtitle'),(306,45926,'_edit_last','1'),(307,45926,'_wp_page_template','default'),(308,45926,'meta-mhmm-header','default'),(309,45926,'meta-mhmm-style','default'),(310,45926,'du-meta-custom-footer','default'),(311,45926,'_et_pb_page_layout','et_right_sidebar'),(312,45926,'_et_pb_side_nav','off'),(313,45926,'_et_pb_use_builder','on'),(314,45926,'_et_pb_first_image',''),(315,45926,'_et_pb_truncate_post',''),(316,45926,'_et_pb_old_content','<h1>[nap_names id=\"FIRM-NAME-1\"] Legal Blog</h1>'),(317,45926,'subtitle',''),(318,45926,'_subtitle','field_page_subtitle_subtitle'),(351,45927,'_edit_last','1'),(352,45927,'_wp_page_template','default'),(353,45927,'meta-mhmm-header','default'),(354,45927,'meta-mhmm-style','default'),(355,45927,'du-meta-custom-footer','default'),(356,45927,'_et_pb_page_layout','et_right_sidebar'),(357,45927,'_et_pb_side_nav','off'),(358,45927,'_et_pb_use_builder','on'),(359,45927,'_et_pb_first_image',''),(360,45927,'_et_pb_truncate_post',''),(361,45927,'_et_pb_old_content','<h1>Contact</h1><p>While this website provides general information, it does not constitute legal advice. The best way to get guidance on your specific legal issue is to contact a lawyer. To schedule a meeting with an attorney, please call the firm or complete the intake form below.</p><p>[ninja_form id=1]</p>'),(362,45927,'subtitle',''),(363,45927,'_subtitle','field_page_subtitle_subtitle'),(366,45925,'_et_pb_built_for_post_type','page'),(367,45925,'_et_pb_ab_subjects',''),(368,45925,'_et_pb_enable_shortcode_tracking',''),(369,45925,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45925\" /]'),(370,45925,'_et_pb_custom_css',''),(372,45925,'_et_builder_version','VB|Divi|4.3.2'),(375,45925,'pagegoals','goal4'),(376,45925,'pagelanguage','english'),(377,45925,'pagetype','about-us'),(379,45925,'_et_pb_show_page_creation','off'),(382,45926,'_et_pb_built_for_post_type','page'),(383,45926,'_et_pb_ab_subjects',''),(384,45926,'_et_pb_enable_shortcode_tracking',''),(385,45926,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45926\" /]'),(386,45926,'_et_pb_custom_css',''),(388,45926,'_et_builder_version','VB|Divi|3.24'),(389,45926,'_et_pb_show_page_creation','off'),(392,45926,'pagegoals','goal3'),(393,45926,'pagelanguage','english'),(394,45926,'pagetype','blog-home'),(398,45927,'_et_pb_built_for_post_type','page'),(399,45927,'_et_pb_ab_subjects',''),(400,45927,'_et_pb_enable_shortcode_tracking',''),(401,45927,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45927\" /]'),(402,45927,'_et_pb_custom_css',''),(404,45927,'_et_builder_version','VB|Divi|3.24'),(405,45927,'_et_pb_show_page_creation','off'),(408,45927,'pagegoals','goal9'),(409,45927,'pagelanguage','english'),(410,45927,'pagetype','contact-us'),(465,45966,'_menu_item_type','post_type'),(466,45966,'_menu_item_menu_item_parent','0'),(467,45966,'_menu_item_object_id','45927'),(468,45966,'_menu_item_object','page'),(469,45966,'_menu_item_target',''),(470,45966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(471,45966,'_menu_item_xfn',''),(472,45966,'_menu_item_url',''),(474,45967,'_menu_item_type','post_type'),(475,45967,'_menu_item_menu_item_parent','46668'),(476,45967,'_menu_item_object_id','45926'),(477,45967,'_menu_item_object','page'),(478,45967,'_menu_item_target',''),(479,45967,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(480,45967,'_menu_item_xfn',''),(481,45967,'_menu_item_url',''),(483,45968,'_menu_item_type','post_type'),(484,45968,'_menu_item_menu_item_parent','0'),(485,45968,'_menu_item_object_id','45925'),(486,45968,'_menu_item_object','page'),(487,45968,'_menu_item_target',''),(488,45968,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(489,45968,'_menu_item_xfn',''),(490,45968,'_menu_item_url',''),(492,45969,'_menu_item_type','post_type'),(493,45969,'_menu_item_menu_item_parent','0'),(494,45969,'_menu_item_object_id','6'),(495,45969,'_menu_item_object','page'),(496,45969,'_menu_item_target',''),(497,45969,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(498,45969,'_menu_item_xfn',''),(499,45969,'_menu_item_url',''),(501,45969,'_aioseop_opengraph_settings','a:0:{}'),(503,45968,'_aioseop_opengraph_settings','a:0:{}'),(504,45967,'_aioseop_opengraph_settings','a:0:{}'),(505,45966,'_aioseop_opengraph_settings','a:0:{}'),(506,45970,'_aioseop_opengraph_settings','a:0:{}'),(507,45971,'_aioseop_opengraph_settings','a:0:{}'),(508,45972,'_aioseop_opengraph_settings','a:0:{}'),(509,45970,'_edit_lock','1582122413:12'),(510,45971,'_edit_lock','1617017857:12'),(511,45970,'_edit_last','12'),(512,45970,'lp_nav_option','show'),(513,45970,'_lp_nav_option','field_landing_page_meta_nav'),(514,45970,'lp_script',''),(515,45970,'_lp_script','field_landing_page_meta_script'),(516,45970,'meta-mhmm-header','45905'),(517,45970,'meta-mhmm-style','default'),(518,45970,'pagegoals','goal2'),(519,45970,'pagelanguage','english'),(520,45970,'pagetype','disclaimer'),(521,45970,'du-meta-custom-footer','default'),(522,45970,'_et_pb_page_layout','et_right_sidebar'),(523,45970,'_et_pb_side_nav','off'),(524,45970,'_et_pb_use_builder','off'),(525,45970,'_et_pb_first_image',''),(526,45970,'_et_pb_truncate_post',''),(527,45970,'_et_pb_old_content',''),(528,45971,'_edit_last','12'),(529,45971,'lp_nav_option','show'),(530,45971,'_lp_nav_option','field_landing_page_meta_nav'),(531,45971,'lp_script',''),(532,45971,'_lp_script','field_landing_page_meta_script'),(533,45971,'meta-mhmm-header','45905'),(534,45971,'meta-mhmm-style','default'),(535,45971,'pagegoals','goal2'),(536,45971,'pagelanguage','english'),(537,45971,'pagetype','privacy-policy'),(538,45971,'du-meta-custom-footer','default'),(539,45971,'_et_pb_page_layout','et_right_sidebar'),(540,45971,'_et_pb_side_nav','off'),(541,45971,'_et_pb_use_builder','off'),(542,45971,'_et_pb_first_image',''),(543,45971,'_et_pb_truncate_post',''),(544,45971,'_et_pb_old_content',''),(545,45972,'_edit_lock','1582122654:12'),(546,45972,'_edit_last','12'),(547,45972,'lp_nav_option','show'),(548,45972,'_lp_nav_option','field_landing_page_meta_nav'),(549,45972,'lp_script',''),(550,45972,'_lp_script','field_landing_page_meta_script'),(551,45972,'meta-mhmm-header','45905'),(552,45972,'meta-mhmm-style','default'),(553,45972,'pagegoals','goal2'),(554,45972,'pagelanguage','english'),(555,45972,'pagetype','thank-you'),(556,45972,'du-meta-custom-footer','default'),(557,45972,'_et_pb_page_layout','et_right_sidebar'),(558,45972,'_et_pb_side_nav','off'),(559,45972,'_et_pb_use_builder','off'),(560,45972,'_et_pb_first_image',''),(561,45972,'_et_pb_truncate_post',''),(562,45972,'_et_pb_old_content',''),(563,45970,'_et_pb_built_for_post_type','page'),(564,45970,'_et_pb_ab_subjects',''),(565,45970,'_et_pb_enable_shortcode_tracking',''),(566,45970,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45970\" /]'),(567,45970,'_et_pb_custom_css',''),(569,45970,'_et_builder_version','VB|Divi|3.24'),(570,45970,'_et_pb_show_page_creation','off'),(576,45971,'_et_pb_built_for_post_type','page'),(577,45971,'_et_pb_ab_subjects',''),(578,45971,'_et_pb_enable_shortcode_tracking',''),(579,45971,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45971\" /]'),(580,45971,'_et_pb_custom_css',''),(582,45971,'_et_builder_version','VB|Divi|3.24'),(583,45971,'_et_pb_show_page_creation','off'),(594,45972,'_et_pb_built_for_post_type','page'),(595,45972,'_et_pb_ab_subjects',''),(596,45972,'_et_pb_enable_shortcode_tracking',''),(597,45972,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"45972\" /]'),(598,45972,'_et_pb_custom_css',''),(600,45972,'_et_builder_version','VB|Divi|3.24'),(601,45972,'_et_pb_show_page_creation','off'),(679,45904,'_edit_lock','1567185094:12'),(696,45904,'_edit_last','12'),(697,45926,'_et_pb_gutter_width','1'),(699,45926,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"website\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:19:\"summary_large_image\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(705,45970,'_et_pb_gutter_width','1'),(711,45971,'_et_pb_gutter_width','1'),(717,45972,'_et_pb_gutter_width','1'),(730,45925,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:7:\"website\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:19:\"summary_large_image\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(731,45925,'_et_pb_post_hide_nav','default'),(732,45925,'_et_pb_truncate_post_date',''),(735,45926,'_et_pb_post_hide_nav','default'),(736,45926,'_et_pb_truncate_post_date',''),(739,45927,'_aioseop_opengraph_settings','a:0:{}'),(740,45927,'_et_pb_post_hide_nav','default'),(741,45927,'_et_pb_truncate_post_date',''),(1046,45970,'_et_pb_post_hide_nav','default'),(1047,45970,'_et_pb_truncate_post_date',''),(1052,45970,'_aioseop_nofollow','on'),(1053,45970,'_aioseop_sitemap_exclude','on'),(1056,45971,'_et_pb_post_hide_nav','default'),(1057,45971,'_et_pb_truncate_post_date',''),(1066,45972,'_et_pb_post_hide_nav','default'),(1067,45972,'_et_pb_truncate_post_date',''),(1072,45972,'_aioseop_nofollow','on'),(1073,45972,'_aioseop_sitemap_exclude','on'),(1468,46070,'subtitle',''),(1469,46070,'_subtitle','field_page_subtitle_subtitle'),(1484,45971,'_aioseop_nofollow','on'),(1485,45971,'_aioseop_sitemap_exclude','on'),(1486,45970,'author_byline','by'),(1487,45971,'author_byline','by'),(1488,45972,'author_byline','by'),(1489,6,'author_byline','by'),(1491,45925,'author_byline','by'),(1492,45926,'author_byline','by'),(1493,45927,'author_byline','by'),(1498,45970,'author_byline','by'),(1499,45971,'author_byline','by'),(1500,45972,'author_byline','by'),(1501,6,'author_byline','by'),(1503,45925,'author_byline','by'),(1504,45926,'author_byline','by'),(1505,45927,'author_byline','by'),(1620,46070,'_wp_attached_file','2021/08/buehler_vicki_l.jpg'),(1621,46070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:215;s:4:\"file\";s:27:\"2021/08/buehler_vicki_l.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buehler_vicki_l-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"placeholder\";a:4:{s:4:\"file\";s:25:\"buehler_vicki_l-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1623,46071,'guid','I2E53C8761DD211B2989178009204F443'),(1624,46071,'wld_id','5240708'),(1625,46071,'first_name','Cassandra'),(1626,46071,'_first_name','field_person_meta_first_name'),(1627,46071,'middle_name','E.'),(1628,46071,'_middle_name','field_person_meta_middle_name'),(1629,46071,'last_name','Christman'),(1630,46071,'_last_name','field_person_meta_last_name'),(1631,46071,'location','a:3:{s:7:\"address\";s:33:\"636 N French Rd, Amherst NY 14228\";s:3:\"lat\";s:10:\"43.0358760\";s:3:\"lng\";s:11:\"-78.8008900\";}'),(1632,46071,'_location','field_person_meta_location'),(1633,46071,'phone','+1-716-708-1759'),(1634,46071,'_phone','field_person_meta_phone'),(1635,46071,'fax','855-443-8623'),(1636,46071,'_fax','field_person_meta_fax'),(1637,46071,'email','cchristman@madwcdefense.com'),(1638,46071,'_email','field_person_meta_email'),(1639,46071,'practice_areas_0_pra_title','Workers’ Compensation'),(1640,46071,'_practice_areas_0_pra_title','field_person_meta_pra_title'),(1641,46071,'practice_areas_0_pra_percentage','0'),(1642,46071,'_practice_areas_0_pra_percentage','field_person_meta_pra_percentage'),(1643,46071,'practice_areas','2'),(1644,46071,'_practice_areas','field_person_meta_practice_areas'),(1645,46071,'bar_admissions_0_ba_name','New York'),(1646,46071,'_bar_admissions_0_ba_name','field_person_meta_ba_name'),(1647,46071,'bar_admissions_0_ba_year','2018'),(1648,46071,'_bar_admissions_0_ba_year','field_person_meta_ba_year'),(1649,46071,'bar_admissions_0_ba_code','5842'),(1650,46071,'_bar_admissions_0_ba_code','field_person_meta_ba_code'),(1651,46071,'bar_admissions','1'),(1652,46071,'_bar_admissions','field_person_meta_bar_admissions'),(1653,46071,'professional_assoc',''),(1654,46071,'_professional_assoc','field_person_meta_professional_assoc'),(1655,46071,'classes_seminars',''),(1656,46071,'_classes_seminars','field_person_meta_classes_seminars'),(1657,46071,'honors',''),(1658,46071,'_honors','field_person_meta_honors'),(1659,46071,'published_works',''),(1660,46071,'_published_works','field_person_meta_published_works'),(1661,46071,'bio',''),(1662,46071,'_bio','field_person_meta_bio'),(1663,46071,'past_positions',''),(1664,46071,'_past_positions','field_person_meta_past_positions'),(1665,46071,'pro_bonos','2'),(1666,46071,'_pro_bonos','field_person_meta_pro_bonos'),(1667,46071,'languages',''),(1668,46071,'_languages','field_person_meta_languages'),(1669,46071,'fraternity_sororities',''),(1670,46071,'_fraternity_sororities','field_person_meta_fraternity_sororities'),(1671,46071,'representative_cases',''),(1672,46071,'_representative_cases','field_person_meta_representative_cases'),(1673,46071,'specialties',''),(1674,46071,'_specialties','field_person_meta_specialties'),(1675,46071,'references',''),(1676,46071,'_references','field_person_meta_references'),(1677,46071,'ancillary_businesses',''),(1678,46071,'_ancillary_businesses','field_person_meta_ancillary_businesses'),(1679,46071,'legal_educations_0_le_school','University at Buffalo Law School'),(1680,46071,'_legal_educations_0_le_school','field_person_meta_le_school'),(1681,46071,'legal_educations_0_le_city','Buffalo'),(1682,46071,'_legal_educations_0_le_city','field_person_meta_le_city'),(1683,46071,'legal_educations_0_le_state','New York'),(1684,46071,'_legal_educations_0_le_state','field_person_meta_le_state'),(1685,46071,'legal_educations_0_le_grad_date','2017'),(1686,46071,'_legal_educations_0_le_grad_date','field_person_meta_le_grad_date'),(1687,46071,'legal_educations_0_le_degree_name','Juris Doctor'),(1688,46071,'_legal_educations_0_le_degree_name','field_person_meta_le_degree_name'),(1689,46071,'legal_educations_0_le_distinction',''),(1690,46071,'_legal_educations_0_le_distinction','field_person_meta_le_distinction'),(1691,46071,'legal_educations_0_le_school_honors',''),(1692,46071,'_legal_educations_0_le_school_honors','field_person_meta_le_school_honors'),(1693,46071,'legal_educations_0_le_school_majors',''),(1694,46071,'_legal_educations_0_le_school_majors','field_person_meta_le_school_majors'),(1695,46071,'legal_educations_0_le_school_minors',''),(1696,46071,'_legal_educations_0_le_school_minors','field_person_meta_le_school_minors'),(1697,46071,'legal_educations','1'),(1698,46071,'_legal_educations','field_person_meta_legal_educations'),(1699,46071,'non_legal_educations','2'),(1700,46071,'_non_legal_educations','field_person_meta_non_legal_educations'),(1701,46071,'representative_clients',''),(1702,46071,'_representative_clients','field_person_meta_representative_clients'),(1703,46071,'current_positions_0_cp_title','Associate Attorney'),(1704,46071,'_current_positions_0_cp_title','field_person_meta_cp_title'),(1705,46071,'current_positions','1'),(1706,46071,'_current_positions','field_person_meta_current_positions'),(1707,46072,'_wp_attached_file','2021/08/christman_cassandra_e.jpg'),(1708,46072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:177;s:4:\"file\";s:33:\"2021/08/christman_cassandra_e.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"christman_cassandra_e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"placeholder\";a:4:{s:4:\"file\";s:31:\"christman_cassandra_e-75x62.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\"